aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-8/+4
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-3/+0
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-12-10arch: turn off -Werror for architectures with known warningsGravatar Arnd Bergmann 2-3/+0
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericGravatar Arnd Bergmann 3-1/+4
2023-11-23arch: add do_page_fault prototypesGravatar Arnd Bergmann 1-0/+2
2023-11-23arch: include linux/cpu.h for trap_init() prototypeGravatar Arnd Bergmann 1-0/+1
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesGravatar Arnd Bergmann 1-1/+1
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Gravatar Kefeng Wang 1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesGravatar Baoquan He 1-1/+0
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
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