summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)Author
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-06alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf
2023-03-06alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2023-02-24alpha: in_irq() cleanupChangbin Du
2023-02-24alpha: lazy FPU switchingAl Viro
2023-02-24alpha: fix FEN fault handlingAl Viro
2023-02-24alpha: Avoid comma separated statementsJoe Perches
2023-02-24alpha: fixed a typo in core_cia.crj1
2023-02-24Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-14alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang
2023-02-14alpha: remove redundant err variableMinghao Chi
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King
2023-02-02arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming
2023-02-02arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-11alpha: fix FEN fault handlingAl Viro
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-10-29alpha: ret_from_fork can go straight to ret_to_userAl Viro
2022-10-29alpha: syscall exit cleanupAl Viro
2022-10-29alpha: fix handling of a3 on straced syscallsAl Viro
2022-10-29alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro
2022-10-14Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-10alpha: fix marvel_ioread8 build regressionArnd Bergmann
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-04alpha: add full ioread64/iowrite64 implementationArnd Bergmann
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-27a.out: Remove the a.out implementationEric W. Biederman
2022-09-11alpha: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang