summaryrefslogtreecommitdiffstats
path: root/arch/alpha
AgeCommit message (Expand)AuthorLines
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-33/+32
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+18
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-4/+1
2023-08-24alpha: implement the new page table range APIMatthew Wilcox (Oracle)-2/+18
2023-08-22alpha: remove <asm/export.h>Masahiro Yamada-1/+0
2023-08-22alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada-32/+32
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-15/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
2023-08-14PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann-3/+0
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik-13/+0
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-10alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada-2/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt-0/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds-10/+4
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-35/+0
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds-2/+0
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+0
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds-10/+4
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann-2/+0
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn-0/+2
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham-0/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig-1/+1
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland-25/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-10/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+15
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak-2/+10
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-5/+5
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+3
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+2
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle-0/+1
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg-3/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf-1/+1
2023-03-06alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro-2/+2
2023-03-06alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf-0/+1