summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
| |/
* / alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-101-2/+1
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+1
|\
| * cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
* | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-261-2/+0
|\ \
| * | posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann2023-06-181-2/+0
| |/
* / init: remove pointless Root_* valuesChristoph Hellwig2023-06-051-1/+1
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+3
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-061-0/+1
| * | alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf2023-03-061-0/+1
| |/
* / PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-3/+2
|/