summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-02-03kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-30Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/alpha/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-8/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-12-05alpha: use pgtable-nopud instead of 4level-fixupMike Rapoport4-19/+22
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2019-12-02Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2-68/+3
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-6/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+8
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2-67/+2
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-1/+1
2019-11-11alpha: remove the unused __ioremap wrapperChristoph Hellwig1-6/+0
2019-11-04alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook1-4/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook1-0/+3
2019-11-04alpha: Rename PT_LOAD identifier "kernel" to "text"Kees Cook1-4/+4
2019-10-18alpha: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-4/+4
2019-09-26mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-26mm: introduce MADV_COLDMinchan Kim1-0/+2
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+1
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-08-21kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2019-07-17arch/*: remove unused isa_page_to_bus()Stephen Kitt1-5/+0
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-13Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+0
2019-07-12alpha: switch to generic version of pte allocationMike Rapoport1-37/+3
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2019-07-11Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+5
2019-07-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-10/+10
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+8
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2-17/+8
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2