Age | Commit message (Expand) | Author |
2023-10-17 | vgacon: rework screen_info #ifdef checks | Arnd Bergmann |
2023-10-16 | alpha: Fix up new futex syscall numbers | Peter Zijlstra |
2023-10-10 | alpha: Streamline convoluted PCI error handling | Ilpo Järvinen |
2023-10-06 | arch: Reserve map_shadow_stack() syscall number for all architectures | Sohil Mehta |
2023-10-03 | syscalls: Cleanup references to sys_lookup_dcookie() | Sohil Mehta |
2023-09-21 | futex: Add sys_futex_requeue() | peterz@infradead.org |
2023-09-21 | futex: Add sys_futex_wait() | peterz@infradead.org |
2023-09-21 | futex: Add sys_futex_wake() | peterz@infradead.org |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-08-28 | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-28 | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-20 | Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p... | Greg Kroah-Hartman |
2023-08-15 | alpha: Replace one-element array with flexible-array member | Gustavo A. R. Silva |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) |
2023-08-10 | alpha: remove __init annotation from exported page_is_ram() | Masahiro Yamada |
2023-07-27 | arch: Register fchmodat2, usually as syscall 452 | Palmer Dabbelt |
2023-07-25 | tty: sysrq: switch sysrq handlers from int to u8 | Jiri Slaby |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux... | Linus Torvalds |
2023-06-18 | posix-timers: Add sys_ni_posix_timers() prototype | Arnd Bergmann |
2023-06-09 | cachestat: wire up cachestat for other architectures | Nhat Pham |
2023-06-05 | init: remove pointless Root_* values | Christoph Hellwig |
2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-04-04 | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider |
2023-03-08 | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf |
2023-03-06 | alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return | Josh Poimboeuf |
2023-03-06 | alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration | Josh Poimboeuf |
2023-02-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat... | Linus Torvalds |
2023-02-24 | alpha: in_irq() cleanup | Changbin Du |
2023-02-24 | alpha: lazy FPU switching | Al Viro |
2023-02-24 | alpha: fix FEN fault handling | Al Viro |
2023-02-24 | alpha: Avoid comma separated statements | Joe Perches |
2023-02-24 | alpha: fixed a typo in core_cia.c | rj1 |
2023-02-24 | Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-02-14 | alpha: fix R_ALPHA_LITERAL reloc for large modules | Edward Humes |
2023-02-14 | alpha: replace NR_SYSCALLS by NR_syscalls | Yang Yang |
2023-02-14 | alpha: remove redundant err variable | Minghao Chi |
2023-02-14 | alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr | Colin Ian King |
2023-02-02 | arch/alpha/kernel/process.c: remove unnecessary (void*) conversions | Li zeming |
2023-02-02 | arch/alpha/kernel/smp.c: remove unnecessary (void*) conversions | Li zeming |
2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra |
2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra |
2023-01-11 | alpha: fix FEN fault handling | Al Viro |
2022-12-12 | Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-11-24 | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu... | Al Viro |
2022-10-29 | alpha: ret_from_fork can go straight to ret_to_user | Al Viro |