summaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-12-09alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headersThomas Huth4-10/+10
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+1
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+0
2025-09-16alpha: unobfuscate _PAGE_P() definitionAl Viro1-1/+1
2025-09-13alpha: get rid of the remnants of BAD_PAGE and friendsAl Viro1-10/+0
2025-09-13PAGE_PTR() had been last used outside of arch/* in 1.1.94Al Viro1-13/+0
2025-09-09alpha: Add __attribute_const__ to ffs()-family implementationsKees Cook1-7/+7
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-19/+0
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+0
2025-07-10mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge1-3/+2
2025-06-25alpha: regularize the situation with asm/param.hAl Viro1-12/+0
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-7/+0
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+17
2025-03-10alpha: stop using asm-generic/iomap.hArnd Bergmann1-14/+17
2025-02-14alpha: Replace one-element array with flexible array memberThorsten Blum1-1/+1
2025-02-09Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-12/+4
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman3-12/+4
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+2
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-11-12Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-07mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-1/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-5/+1
2024-08-19alpha: no need to include asm/xchg.h twiceAl Viro2-262/+223
2024-08-01alpha: fix ioread64be()/iowrite64be() helpersArnd Bergmann1-2/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann6-173/+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