aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm
AgeCommit message (Expand)Author
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann
2023-11-23arch: add do_page_fault prototypesArnd Bergmann
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24alpha: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-22alpha: remove <asm/export.h>Masahiro Yamada
2023-08-14PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2023-02-24alpha: lazy FPU switchingAl Viro
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman
2023-02-14alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang
2023-02-14alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki
2023-02-14alpha: Implement "current_stack_pointer"Kees Cook
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-10-29alpha: _TIF_ALLWORK_MASK is unusedAl Viro
2022-10-29alpha: fix TIF_NOTIFY_SIGNAL handlingAl Viro
2022-10-23kill signal_pt_regs()Al Viro
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-04alpha: add full ioread64/iowrite64 implementationArnd Bergmann