aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds25-55/+50
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth24-45/+45
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe1-10/+5
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+11
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)2-3/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-7/+2
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+8
2024-12-10ARC: build: Use __force to suppress per-CPU cmpxchg warningsPaul E. McKenney1-1/+1
2024-12-10arc: rename aux.h to arc_aux.hBenjamin Szőke2-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02arc: get rid of private asm/unaligned.hAl Viro2-27/+1
2024-09-13ARC: Emulate one-byte cmpxchgPaul E. McKenney1-2/+4
2024-07-10arc: convert to generic syscall tableArnd Bergmann2-0/+16
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-8/+0
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-01ARC: Fix typosBjorn Helgaas10-16/+16
2024-04-01ARC: mm: fix new code about cache aliasingVineet Gupta1-9/+0
2024-04-01ARC: Fix -Wmissing-prototypes warningsVineet Gupta1-1/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+9
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-10/+13
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-12-13ARC: add hugetlb definitionsPavel Kozlov1-0/+7
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta1-43/+0
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta2-67/+54
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta4-46/+76
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij2-10/+13
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-3/+0
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds16-260/+245
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-21/+13
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-9/+0
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)3-9/+11
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta1-29/+18
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta2-10/+11
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta1-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta1-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2-2/+22
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He1-4/+3
2023-08-17ARC: entry: rework (non-functional)Vineet Gupta3-11/+17
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2-7/+6