summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
AgeCommit message (Expand)AuthorLines
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
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)-9/+11
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta-29/+18
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta-10/+11
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta-2/+22
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He-4/+3
2023-08-17ARC: entry: rework (non-functional)Vineet Gupta-11/+17
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta-7/+6
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta-12/+20
2023-08-17ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta-3/+1
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta-119/+48
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta-33/+4