summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds26-57/+52
2025-06-12mm: 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: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth1-2/+2
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe1-10/+5
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+11
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)2-3/+0
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-7/+2
2024-12-19mm: 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/...Linus Torvalds1-0/+1
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-03arc: 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 Bergmann4-42/+19
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-8/+0
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-02ARC: Fix typosBjorn Helgaas11-17/+17
2024-04-02ARC: mm: fix new code about cache aliasingVineet Gupta1-9/+0
2024-04-02ARC: Fix -Wmissing-prototypes warningsVineet Gupta1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann1-4/+2
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+9
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-0/+1
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+13
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-12-14ARC: add hugetlb definitionsPavel Kozlov1-0/+7
2023-12-09ARC: mm: retire support for aliasing VIPT D$Vineet Gupta1-43/+0
2023-12-09ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta2-67/+54
2023-12-09ARC: 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-05Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds16-260/+245
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-21/+13
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-9/+0
2023-08-25arc: 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