summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* alpha: drop pre-EV56 supportArnd Bergmann2024-05-062-86/+3
* alpha: cabriolet: remove EV5 CPU supportArnd Bergmann2024-05-032-29/+1
* alpha: remove LCA and APECS based machinesArnd Bergmann2024-05-0312-1900/+12
* alpha: sable: remove early machine supportArnd Bergmann2024-05-033-302/+4
* alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann2024-05-034-369/+4
* alpha: trim the unused stuff from asm-offsets.cAl Viro2024-05-031-20/+1
* alpha: jensen, t2 - make __EXTERN_INLINE same as for the restAl Viro2024-05-032-2/+2
* alpha: core_lca: take the unused functions outAl Viro2024-05-031-44/+0
* alpha: missing includesAl Viro2024-05-0311-7/+38
* alpha: sys_sio: fix misspelled ifdefsAl Viro2024-05-031-2/+2
* alpha: don't make functions public without a reasonAl Viro2024-05-037-14/+16
* alpha: add clone3() supportAl Viro2024-05-032-1/+2
* alpha: sort scr_mem{cpy,move}w() outAl Viro2024-05-031-0/+19
* smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-5/+0
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-181-1/+1
|\
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-171-1/+1
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-19/+15
|\ \
| * | tty: srmcons: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+3
| * | tty: srmcons: remove 'str_cr' and use string directlyJiri Slaby (SUSE)2023-11-281-2/+1
| * | tty: srmcons: switch need_cr to boolJiri Slaby (SUSE)2023-11-281-4/+3
| * | tty: srmcons: use 'count' directly in srmcons_do_write()Jiri Slaby (SUSE)2023-11-281-4/+4
| * | tty: srmcons: make srmcons_do_write() return voidJiri Slaby (SUSE)2023-11-281-2/+1
| * | tty: srmcons: use 'buf' directly in srmcons_do_write()Jiri Slaby (SUSE)2023-11-251-5/+4
| |/
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-1/+2
|\ \
| * | arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
| * | arch: fix asm-offsets.c building with -Wmissing-prototypesArnd Bergmann2023-11-231-1/+1
| |/
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-121-0/+3
| |/
* / wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-033-7/+11
|\
| * vgacon: clean up global screen_info instancesArnd Bergmann2023-10-173-7/+7
| * vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
| * vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-172-0/+4
* | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-8/+9
|\ \
| * | alpha: Streamline convoluted PCI error handlingIlpo Järvinen2023-10-101-8/+9
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+2
|\ \
| * | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/
* | alpha: Fix up new futex syscall numbersPeter Zijlstra2023-10-161-3/+4
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-4/+3
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-2/+1
| |\
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| * | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-1/+1
|\ \ \
| * | | alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-08-151-1/+1
| |/ /
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |_|/ |/| |