aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-4/+3
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 1-2/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+1
2023-08-10alpha: remove __init annotation from exported page_is_ram()Gravatar Masahiro Yamada 1-2/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+0
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeGravatar Arnd Bergmann 1-2/+0
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 1-0/+1
2023-06-05init: remove pointless Root_* valuesGravatar Christoph Hellwig 1-1/+1
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2023-04-04PCI: Introduce pci_dev_for_each_resource()Gravatar Mika Westerberg 1-3/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-03-06alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnGravatar Josh Poimboeuf 1-0/+1
2023-03-06alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationGravatar Josh Poimboeuf 1-0/+1
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 10-105/+112
2023-02-24alpha: in_irq() cleanupGravatar Changbin Du 1-1/+1
2023-02-24alpha: lazy FPU switchingGravatar Al Viro 5-89/+100
2023-02-24alpha: fix FEN fault handlingGravatar Al Viro 1-15/+15
2023-02-24alpha: Avoid comma separated statementsGravatar Joe Perches 1-3/+5
2023-02-24alpha: fixed a typo in core_cia.cGravatar rj1 1-1/+1
2023-02-24Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+15
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-3/+3
2023-02-14alpha: fix R_ALPHA_LITERAL reloc for large modulesGravatar Edward Humes 1-3/+1
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsGravatar Yang Yang 1-2/+2
2023-02-14alpha: remove redundant err variableGravatar Minghao Chi 1-5/+1
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrGravatar Colin Ian King 1-1/+1
2023-02-02arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsGravatar Li zeming 1-1/+1
2023-02-02arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsGravatar Li zeming 1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledGravatar Peter Zijlstra 1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-1/+0
2023-01-11alpha: fix FEN fault handlingGravatar Al Viro 1-15/+15
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-8/+6
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Gravatar Al Viro 1-5/+3
2022-10-29alpha: ret_from_fork can go straight to ret_to_userGravatar Al Viro 1-1/+1
2022-10-29alpha: syscall exit cleanupGravatar Al Viro 1-5/+1
2022-10-29alpha: fix handling of a3 on straced syscallsGravatar Al Viro 1-1/+1
2022-10-29alpha: fix syscall entry in !AUDUT_SYSCALL caseGravatar Al Viro 1-1/+3
2022-10-14Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+2
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Gravatar Lukas Bulwahn 2-14/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2022-10-10alpha: fix marvel_ioread8 build regressionGravatar Arnd Bergmann 1-1/+1