summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-202-15/+1
|\
| * Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-131-2/+1
| |\
| | * alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-101-2/+1
| * | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-13/+0
| |/
* | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
* | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
|/
* Merge branch 'expand-stack'Linus Torvalds2023-06-282-10/+4
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-10/+4
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-0/+3
|\ \
| * | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+1
|\ \
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/
* | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-35/+0
|\ \
| * | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-25/+0
| * | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-10/+0
| |/
* | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-261-2/+0
|\ \
| * | posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann2023-06-181-2/+0
| |/
* | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-20/+0
|\ \
| * | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-20/+0
| |/
* / init: remove pointless Root_* valuesChristoph Hellwig2023-06-051-1/+1
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-7/+15
|\
| * locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-291-2/+10
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* | 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
| | |/ | |/|
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-3/+2
|\ \ \
| * | | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-3/+2
| |/ /
* | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \ | |_|/ |/| |
| * | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/
* / alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-061-2/+2
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\
| * alpha: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2023-02-2525-153/+216
|\ \
| * | alpha: in_irq() cleanupChangbin Du2023-02-241-1/+1
| * | alpha: lazy FPU switchingAl Viro2023-02-249-119/+192
| * | alpha/boot/misc: trim unused declarationsAl Viro2023-02-241-2/+0
| * | alpha/boot/tools/objstrip: fix the check for ELF headerAl Viro2023-02-241-1/+1
| * | alpha/boot: fix the breakage from -isystem series...Al Viro2023-02-244-5/+5
| * | 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: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2023-02-141-4/+0
| * | alpha: update config filesLukas Bulwahn2023-02-141-2/+0
| * | alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-02-141-3/+1