summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-06-27Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds1-2/+0
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann1-2/+0
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig1-1/+1
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-3/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-07alpha/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+1
2023-03-07alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declarationJosh Poimboeuf1-0/+1
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds10-105/+112
2023-02-25alpha: in_irq() cleanupChangbin Du1-1/+1
2023-02-25alpha: lazy FPU switchingAl Viro5-89/+100
2023-02-25alpha: fix FEN fault handlingAl Viro1-15/+15
2023-02-25alpha: Avoid comma separated statementsJoe Perches1-3/+5
2023-02-25alpha: fixed a typo in core_cia.crj11-1/+1
2023-02-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+15
2023-02-24Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2-3/+3
2023-02-14alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes1-3/+1
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang1-2/+2
2023-02-14alpha: remove redundant err variableMinghao Chi1-5/+1
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King1-1/+1
2023-02-03arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming1-1/+1
2023-02-03arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-11alpha: fix FEN fault handlingAl Viro1-15/+15
2022-12-13Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+6
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-5/+3
2022-10-30alpha: ret_from_fork can go straight to ret_to_userAl Viro1-1/+1
2022-10-30alpha: syscall exit cleanupAl Viro1-5/+1
2022-10-30alpha: fix handling of a3 on straced syscallsAl Viro1-1/+1
2022-10-30alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro1-1/+3
2022-10-14Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+2
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn2-14/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2022-10-10alpha: fix marvel_ioread8 build regressionArnd Bergmann1-1/+1
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+57
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+20
2022-10-04alpha: add full ioread64/iowrite64 implementationArnd Bergmann3-1/+20
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-27a.out: Remove the a.out implementationEric W. Biederman3-80/+0
2022-09-12alpha: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-2/+1
2022-09-09termios: uninline conversion helpersAl Viro2-1/+58