summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-2/+2
|\
| * alpha: eliminate old-style function definitionsRandy Dunlap2021-05-061-2/+2
* | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\ \ | |/ |/|
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-294-80/+5
|\ \
| * | alpha: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-04-252-41/+2
| * | alpha: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-253-39/+3
| |/
* / quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
|/
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-6/+7
|\ \
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-1/+1
| * | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-5/+6
| |/
* / fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
|/
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-1/+1
* | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-201-1/+1
|\ \
| * | rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* | | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-2/+2
|\ \ \
| * | | alpha: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-122-2/+2
| |/ /
* | | alpha: replace bogus in_interrupt()Thomas Gleixner2020-12-151-1/+1
* | | alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2020-12-151-0/+1
| |/ |/|
* | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-7/+4
|\
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
| * dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-6/+1
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ | |/ |/|
| * vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-4/+4
* | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-142-7/+7
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
|/
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-6/+0
* Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\
| * arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+3
* | alpha: switch to copy_thread_tls()Christian Brauner2020-07-041-5/+4
|/
* 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