summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
|/
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-0/+1
|\
| * move mount-related externs from fs.h to mount.hAl Viro2022-05-191-0/+1
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-1/+1
|\ \
| * | arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| |/
* | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
* | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-6/+6
|\ \
| * | alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-6/+6
| |/
* | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
* | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
|/
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-211-1/+6
|\
| * rtc: Check return value from mc146818_get_time()Mateusz Jończyk2021-12-161-1/+6
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-3/+3
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-3/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+1
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* | | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-1/+1
|\ \ \
| * \ \ Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-0/+1
| |\ \ \ | | |/ /
| * | | tty: the rest, stop using tty_schedule_flip()Jiri Slaby2021-11-251-1/+1
| | |/ | |/|
* | | alpha: Snapshot thread flagsMark Rutland2021-12-011-1/+1
| |/ |/|
* | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-3/+1
|\
| * alpha: use is_kernel_text() helperKefeng Wang2021-11-091-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \ | |/
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-2/+1
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+2
* | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-4/+6
|\ \
| * | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-011-0/+2
| * | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-011-4/+4
* | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+2
| |/ |/|
* | alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2021-09-181-5/+5
* | alpha: make 'Jensen' IO functions build againLinus Torvalds2021-09-181-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+8
|\
| * alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap2021-09-081-4/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\ \
| * | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
| |/
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-3/+7
|\ \
| * | alpha: return error code from alpha_pci_map_sg()Martin Oliveira2021-08-091-3/+7
| |/
* | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \
| * | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
* | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-013-16/+16
|\ \ \
| * | | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-233-16/+16
| |/ /
* | | Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-097-13/+14
|\ \ \ | | |/ | |/|
| * | alpha: register early reserved memory in memblockMike Rapoport2021-07-281-6/+7