aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+20
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18alpha: implement xor_unlock_is_negative_byteGravatar Matthew Wilcox (Oracle) 1-0/+21
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionGravatar Uros Bizjak 1-17/+16
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+18
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-4/+1
2023-08-24alpha: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 2-2/+18
2023-08-22alpha: remove <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-08-14PCI/sysfs: Move declarations to linux/pci.hGravatar Arnd Bergmann 1-3/+0
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-13/+0
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
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-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-35/+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-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-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-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 10-33/+59
2023-02-24alpha: lazy FPU switchingGravatar Al Viro 3-24/+55
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-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-11/+38
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
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsGravatar Yang Yang 1-1/+1
2023-02-14alpha: Remove redundant local asm header redirectionsGravatar Maciej W. Rozycki 5-4/+1
2023-02-14alpha: Implement "current_stack_pointer"Gravatar Kees Cook 1-0/+2
2023-02-13char/agp: introduce asm-generic/agp.hGravatar Mike Rapoport 2-13/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Gravatar Mike Rapoport 1-6/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-4/+0
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-1/+0
2023-02-02alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-4/+37
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-5/+1
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Gravatar Al Viro 1-6/+0
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 1-2/+0
2022-10-29alpha: _TIF_ALLWORK_MASK is unusedGravatar Al Viro 1-4/+0
2022-10-29alpha: fix TIF_NOTIFY_SIGNAL handlingGravatar Al Viro 1-1/+1
2022-10-23kill signal_pt_regs()Gravatar Al Viro 1-1/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-87/+0
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-32/+223
2022-10-04alpha: add full ioread64/iowrite64 implementationGravatar Arnd Bergmann 10-22/+155