summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)AuthorLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+0
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu-3/+0
2025-09-02arc: Fix __fls() const-foldability via __builtin_clzl()Kees Cook-0/+2
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-57/+52
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth-45/+45
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth-2/+2
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe-10/+5
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin-0/+11
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+14
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)-3/+0
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)-1/+0
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky-7/+2
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan-0/+8
2024-12-10ARC: build: Use __force to suppress per-CPU cmpxchg warningsPaul E. McKenney-1/+1
2024-12-10arc: rename aux.h to arc_aux.hBenjamin Szőke-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-0/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino-4/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-10-02arc: get rid of private asm/unaligned.hAl Viro-27/+1
2024-09-13ARC: Emulate one-byte cmpxchgPaul E. McKenney-2/+4
2024-07-10arc: convert to generic syscall tableArnd Bergmann-42/+19
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann-1/+0
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann-8/+0
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+2
2024-04-01ARC: Fix typosBjorn Helgaas-17/+17
2024-04-01ARC: mm: fix new code about cache aliasingVineet Gupta-9/+0
2024-04-01ARC: Fix -Wmissing-prototypes warningsVineet Gupta-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+9
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann-4/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers-0/+9
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+13
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti-0/+1
2023-12-13ARC: add hugetlb definitionsPavel Kozlov-0/+7
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta-43/+0
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta-67/+54
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta-46/+76
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij-10/+13
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann-3/+0
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-260/+245
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-21/+13
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)-9/+0