summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorLines
2024-05-03alpha: core_lca: take the unused functions outAl Viro-44/+0
2024-05-03alpha: missing includesAl Viro-7/+38
2024-05-03alpha: sys_sio: fix misspelled ifdefsAl Viro-2/+2
2024-05-03alpha: don't make functions public without a reasonAl Viro-14/+16
2024-05-03alpha: add clone3() supportAl Viro-1/+2
2024-05-03alpha: sort scr_mem{cpy,move}w() outAl Viro-0/+19
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe-4/+1
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan-1/+1
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner-5/+0
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-19/+15
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello-1/+1
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi-0/+2
2023-12-08tty: srmcons: convert to u8 and size_tJiri Slaby (SUSE)-3/+3
2023-11-28tty: srmcons: remove 'str_cr' and use string directlyJiri Slaby (SUSE)-2/+1
2023-11-28tty: srmcons: switch need_cr to boolJiri Slaby (SUSE)-4/+3
2023-11-28tty: srmcons: use 'count' directly in srmcons_do_write()Jiri Slaby (SUSE)-4/+4
2023-11-28tty: srmcons: make srmcons_do_write() return voidJiri Slaby (SUSE)-2/+1
2023-11-25tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)-5/+4
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann-0/+1
2023-11-23arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann-1/+1
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler-0/+3
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-7/+11
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+9
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann-7/+7
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann-1/+1
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann-0/+4
2023-10-16alpha: Fix up new futex syscall numbersPeter Zijlstra-3/+4
2023-10-10alpha: Streamline convoluted PCI error handlingIlpo Järvinen-8/+9
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org-0/+1
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-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-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-2/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
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-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds-2/+0
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann-2/+0