summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel2020-06-121-1/+6
* alpha: c_next should increase position indexMatt Turner2020-06-121-0/+1
* alpha: Replace sg++ with sg = sg_next(sg)Xu Wang2020-06-121-1/+1
* alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2020-06-121-7/+53
* alpha: remove unneeded semicolon in sys_eiger.cJason Yan2020-06-121-1/+1
* alpha: remove unneeded semicolon in osf_sys.cJason Yan2020-06-121-1/+1
* alpha: Replace strncmp with str_has_prefixChuhong Yuan2020-06-121-1/+1
* alpha: fix rtc port rangesMikulas Patocka2020-06-121-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-2/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0924-24/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* alpha: add show_stack_loglvl()Dmitry Safonov2020-06-091-11/+17
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-2/+11
|\
| * alpha: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
| * tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov2020-05-151-2/+11
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-9/+2
|\ \
| * | exec: Remove recursion from search_binary_handlerEric W. Biederman2020-05-211-6/+2
| * | exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-211-3/+0
| |/
* / vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
|/
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-32/+20
|\
| * alpha: Fix nautilus PCI setupIvan Kokshaysky2020-03-301-32/+20
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* / alpha: Replace setup_irq() by request_irq()afzal mohammed2020-03-2914-55/+31
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/
* / arch/alpha/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-4/+4
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-4/+4
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-012-68/+3
|\ \
| * | y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-152-67/+2
| * | y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-10/+8
|\ \
| * | alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-4/+1
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+3
| * | alpha: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-4/+4
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+2
|\ \ | |/ |/|
| * alpha: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-0/+2