summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2022-03-10a.out: Stop building a.out/osf1 support on alpha and m68kEric W. Biederman1-1/+0
2022-02-25alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2-9/+10
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann4-55/+5
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann4-26/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-29/+5
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-14alpha: Silence -Warray-bounds warningsKees Cook1-3/+3
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-17/+36
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov1-0/+2
2022-01-31asm/user.h: killed unused macrosAl Viro1-6/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+6
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+8
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-2/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-9/+7
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-1/+6
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman2-4/+4
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-0/+1
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-0/+1
2021-12-01alpha: Snapshot thread flagsMark Rutland1-1/+1
2021-11-25tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-1/+1
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida1-0/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2021-11-09alpha: use is_kernel_text() helperKefeng Wang1-3/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+3
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-2/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-11-02Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+6
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-3/+3
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-4/+3
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs1-0/+2
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs1-4/+4
2021-10-01fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell1-0/+2
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds1-1/+1
2021-09-19alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds5-3/+5
2021-09-19alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2-6/+5
2021-09-18alpha: make 'Jensen' IO functions build againLinus Torvalds2-5/+5
2021-09-16alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck1-3/+3
2021-09-15alpha: Use absolute_pointer to define COMMAND_LINEGuenter Roeck1-1/+1
2021-09-15alpha: Move setup.h out of uapiGuenter Roeck2-39/+46
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+10