summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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-172-4/+4
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-4/+4
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-9/+8
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+7
* | | 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
| | |/ | |/|
* | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+1
|\ \ \
| * \ \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-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 tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-3/+3
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-3/+3
* | | 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 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+2
|\ \
| * | fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell2021-10-011-0/+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-152-4/+3
| |/ |/|
* | alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds2021-09-191-1/+1
* | alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds2021-09-185-3/+5
* | alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2021-09-182-6/+5
* | alpha: make 'Jensen' IO functions build againLinus Torvalds2021-09-182-5/+5
* | alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck2021-09-161-3/+3
* | alpha: Use absolute_pointer to define COMMAND_LINEGuenter Roeck2021-09-151-1/+1
* | alpha: Move setup.h out of uapiGuenter Roeck2021-09-152-39/+46
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-6/+10
|\
| * alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap2021-09-081-4/+8
| * alpha: agp: make empty macros use do-while-0 styleRandy Dunlap2021-09-081-2/+2
* | 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 tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
* | | 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-015-20/+18
|\ \ \
| * | | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-235-20/+18
| |/ /
* | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-4/+4
|\ \ \
| * \ \ Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-0915-31/+31
| |\ \ \ | | | |/ | | |/|