aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-8/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2024-05-03arch: Rename fbdev header and source filesGravatar Thomas Zimmermann 1-8/+0
2024-04-25fix missing vmalloc.h includesGravatar Kent Overstreet 1-0/+2
2024-04-01ARC: Fix typosGravatar Bjorn Helgaas 11-17/+17
2024-04-01ARC: mm: fix new code about cache aliasingGravatar Vineet Gupta 1-9/+0
2024-04-01ARC: Fix -Wmissing-prototypes warningsGravatar Vineet Gupta 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+9
2024-03-06arch: simplify architecture specific page size configurationGravatar Arnd Bergmann 1-4/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 1-0/+9
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+1
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+13
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-0/+1
2023-12-13ARC: add hugetlb definitionsGravatar Pavel Kozlov 1-0/+7
2023-12-08ARC: mm: retire support for aliasing VIPT D$Gravatar Vineet Gupta 1-43/+0
2023-12-08ARC: entry: move ARCompact specific bits out of entry.hGravatar Vineet Gupta 2-67/+54
2023-12-08ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperGravatar Vineet Gupta 4-46/+76
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineGravatar Linus Walleij 2-10/+13
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-3/+0
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 16-260/+245
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-21/+13
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-9/+0
2023-08-24arc: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 3-9/+11
2023-08-18ARC: pt_regs: create seperate type for ecrGravatar Vineet Gupta 1-29/+18
2023-08-18ARCv2: entry: rearrange pt_regs slightlyGravatar Vineet Gupta 2-10/+11
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neGravatar Vineet Gupta 1-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETGravatar Vineet Gupta 1-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEGravatar Vineet Gupta 2-2/+22
2023-08-18arc: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 1-4/+3
2023-08-17ARC: entry: rework (non-functional)Gravatar Vineet Gupta 3-11/+17
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structGravatar Vineet Gupta 2-7/+6
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Gravatar Vineet Gupta 1-12/+20
2023-08-17ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspGravatar Vineet Gupta 1-3/+1
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Gravatar Vineet Gupta 5-119/+48
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAGravatar Vineet Gupta 2-33/+4
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportGravatar Vineet Gupta 1-2/+0
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheGravatar Vineet Gupta 2-6/+32
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmGravatar Vineet Gupta 2-7/+21
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsGravatar Vineet Gupta 1-4/+6
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsGravatar Vineet Gupta 1-9/+2
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Gravatar Pavel Kozlov 2-6/+6
2023-08-13ARC: -Wmissing-prototype warning fixesGravatar Vineet Gupta 6-0/+31
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Gravatar Linus Walleij 1-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 2-2/+2
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-4/+4
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-14/+2
2023-06-15ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardGravatar Masahiro Yamada 1-4/+4
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocGravatar Mark Rutland 1-17/+0