summaryrefslogtreecommitdiff
path: root/arch/alpha/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann7-191/+7
2024-05-03alpha: cabriolet: remove EV5 CPU supportArnd Bergmann1-2/+1
2024-05-03alpha: remove LCA and APECS based machinesArnd Bergmann5-931/+4
2024-05-03alpha: sable: remove early machine supportArnd Bergmann2-9/+0
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann3-386/+1
2024-05-03alpha: sort scr_mem{cpy,move}w() outAl Viro1-0/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericArnd Bergmann1-0/+2
2023-11-23arch: add do_page_fault prototypesArnd Bergmann1-0/+2
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He1-1/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+20
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)1-1/+0
2023-10-19alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+21
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak1-17/+16
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+18
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-4/+1
2023-08-25alpha: implement the new page table range APIMatthew Wilcox (Oracle)2-2/+18
2023-08-22alpha: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-14PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann1-3/+0
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-13/+0
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+3
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-35/+0
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner1-20/+0
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+1
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+2
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland1-25/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-10/+0
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-2/+10
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-5/+5
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds10-33/+59
2023-02-25alpha: lazy FPU switchingAl Viro3-24/+55
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-11/+38
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman1-1/+1
2023-02-14alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas1-4/+0
2023-02-14alpha: replace NR_SYSCALLS by NR_syscallsYang Yang1-1/+1
2023-02-14alpha: Remove redundant local asm header redirectionsMaciej W. Rozycki5-4/+1
2023-02-14alpha: Implement "current_stack_pointer"Kees Cook1-0/+2
2023-02-14char/agp: introduce asm-generic/agp.hMike Rapoport2-13/+1
2023-02-14char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-6/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-4/+0
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-3/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-4/+37
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0