aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-13/+0
2023-08-10alpha: remove __init annotation from exported page_is_ram()Gravatar Masahiro Yamada 1-2/+1
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-10/+4
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+3
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-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-35/+0
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-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+0
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 2-10/+4
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeGravatar Arnd Bergmann 1-2/+0
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDGravatar Alexander Mikhalitsyn 1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDGravatar Alexander Mikhalitsyn 1-0/+2
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-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocGravatar Mark Rutland 1-25/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-10/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+15
2023-04-29locking/arch: Wire up local_try_cmpxchg()Gravatar Uros Bizjak 1-2/+10
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 1-5/+5
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-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-0/+1
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: fix lazy-FPU mis(merged/applied/whatnot)Gravatar Al Viro 1-2/+2
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-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+4
2023-03-02alpha: fix livelock in uaccessGravatar Al Viro 1-1/+4
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 25-153/+216
2023-02-24alpha: in_irq() cleanupGravatar Changbin Du 1-1/+1
2023-02-24alpha: lazy FPU switchingGravatar Al Viro 9-119/+192
2023-02-24alpha/boot/misc: trim unused declarationsGravatar Al Viro 1-2/+0
2023-02-24alpha/boot/tools/objstrip: fix the check for ELF headerGravatar Al Viro 1-1/+1
2023-02-24alpha/boot: fix the breakage from -isystem series...Gravatar Al Viro 4-5/+5
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 7-23/+21
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
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-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-11/+38
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+0
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-14alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsGravatar Bjorn Helgaas 1-4/+0