summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-2510-105/+112
|\
| * alpha: in_irq() cleanupChangbin Du2023-02-241-1/+1
| * alpha: lazy FPU switchingAl Viro2023-02-245-89/+100
| * alpha: fix FEN fault handlingAl Viro2023-02-241-15/+15
| * alpha: Avoid comma separated statementsJoe Perches2023-02-241-3/+5
| * alpha: fixed a typo in core_cia.crj12023-02-241-1/+1
| * alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-02-141-3/+1
| * alpha: replace NR_SYSCALLS by NR_syscallsYang Yang2023-02-141-2/+2
| * alpha: remove redundant err variableMinghao Chi2023-02-141-5/+1
| * alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King2023-02-141-1/+1
* | Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2023-02-241-15/+15
|\ \
| * | alpha: fix FEN fault handlingAl Viro2023-01-111-15/+15
| |/
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-232-3/+3
|\ \
| * | arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming2023-02-021-1/+1
| * | arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming2023-02-021-2/+2
| |/
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-1/+0
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-12-121-8/+6
|\
| * alpha: ret_from_fork can go straight to ret_to_userAl Viro2022-10-291-1/+1
| * alpha: syscall exit cleanupAl Viro2022-10-291-5/+1
| * alpha: fix handling of a3 on straced syscallsAl Viro2022-10-291-1/+1
| * alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro2022-10-291-1/+3
* | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-5/+3
|/
* Merge tag 'asm-generic-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-1/+1
|\
| * alpha: fix marvel_ioread8 build regressionArnd Bergmann2022-10-101-1/+1
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-7/+2
|\ \
| * | alpha: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* | | alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn2022-10-112-14/+2
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \ \
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
| |/ /
* | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-072-1/+57
|\ \ \
| * | | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-2/+1
| * | | termios: uninline conversion helpersAl Viro2022-09-092-1/+58
| |/ /
* | | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-5/+5
|\ \ \
| * | | Change calling conventions for filldir_tAl Viro2022-08-171-5/+5
| |/ /
* | | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-063-1/+20
|\ \ \ | | |/ | |/|
| * | alpha: add full ioread64/iowrite64 implementationArnd Bergmann2022-10-043-1/+20
| |/
* / a.out: Remove the a.out implementationEric W. Biederman2022-09-273-80/+0
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
|/
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-0/+1
|\