aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-7/+11
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+20
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+9
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18alpha: implement xor_unlock_is_negative_byteGravatar Matthew Wilcox (Oracle) 1-0/+21
2023-10-17vgacon: clean up global screen_info instancesGravatar Arnd Bergmann 3-7/+7
2023-10-17vgacon: remove screen_info dependencyGravatar Arnd Bergmann 1-1/+1
2023-10-17vgacon: rework screen_info #ifdef checksGravatar Arnd Bergmann 2-0/+4
2023-10-16alpha: Fix up new futex syscall numbersGravatar Peter Zijlstra 1-3/+4
2023-10-10alpha: Streamline convoluted PCI error handlingGravatar Ilpo Järvinen 1-8/+9
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionGravatar Uros Bizjak 1-17/+16
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 33-33/+32
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-4/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+18
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-4/+1
2023-08-24alpha: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 2-2/+18
2023-08-22alpha: remove <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-08-22alpha: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 32-32/+32
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 2-15/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2023-08-14PCI/sysfs: Move declarations to linux/pci.hGravatar Arnd Bergmann 1-3/+0
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-13/+0
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+1
2023-08-10alpha: remove __init annotation from exported page_is_ram()Gravatar Masahiro Yamada 1-2/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-10/+4
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-35/+0
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+0
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+0
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 2-10/+4
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeGravatar Arnd Bergmann 1-2/+0
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDGravatar Alexander Mikhalitsyn 1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDGravatar Alexander Mikhalitsyn 1-0/+2