summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-7/+7
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-6/+0
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+3
2020-07-04alpha: switch to copy_thread_tls()Christian Brauner-5/+4
2020-06-17arch: wire-up close_range()Christian Brauner-0/+1
2020-06-12alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel-1/+6
2020-06-12alpha: c_next should increase position indexMatt Turner-0/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang-1/+1
2020-06-12alpha: fix memory barriers so that they conform to the specificationMikulas Patocka-7/+53
2020-06-12alpha: remove unneeded semicolon in sys_eiger.cJason Yan-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan-1/+1
2020-06-12alpha: Replace strncmp with str_has_prefixChuhong Yuan-1/+1
2020-06-12alpha: fix rtc port rangesMikulas Patocka-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-2/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-24/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-7/+1
2020-06-09alpha: add show_stack_loglvl()Dmitry Safonov-11/+17
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-1/+1
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+11
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-9/+2
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman-6/+2
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman-3/+0
2020-05-15alpha: constify sysrq_key_opEmil Velikov-1/+1
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov-2/+11
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi-0/+1
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek-1/+1
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-32/+20
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-30alpha: Fix nautilus PCI setupIvan Kokshaysky-32/+20
2020-03-29alpha: Replace setup_irq() by request_irq()afzal mohammed-55/+31
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-9/+8
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai-0/+1
2020-01-14arch/alpha/setup: Drop dummy_con initializationArvind Sankar-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon-0/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-68/+3
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+8
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann-67/+2
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann-1/+1
2019-11-04alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook-1/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-1/+1