summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-0111-17/+17
* ARC: mm: fix new code about cache aliasingVineet Gupta2024-04-011-9/+0
* ARC: Fix -Wmissing-prototypes warningsVineet Gupta2024-04-011-1/+1
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+9
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+9
* | arch: simplify architecture specific page size configurationArnd Bergmann2024-03-061-4/+2
|/
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+1
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-10/+13
|\ \
| * | ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-12-052-10/+13
| |/
* | ARC: add hugetlb definitionsPavel Kozlov2023-12-131-0/+7
* | ARC: mm: retire support for aliasing VIPT D$Vineet Gupta2023-12-081-43/+0
* | ARC: entry: move ARCompact specific bits out of entry.hVineet Gupta2023-12-082-67/+54
* | ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helperVineet Gupta2023-12-084-46/+76
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-3/+0
* Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2023-09-0416-260/+245
|\
| * ARC: pt_regs: create seperate type for ecrVineet Gupta2023-08-181-29/+18
| * ARCv2: entry: rearrange pt_regs slightlyVineet Gupta2023-08-182-10/+11
| * ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta2023-08-181-1/+1
| * ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta2023-08-181-2/+2
| * ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2023-08-182-2/+22
| * ARC: entry: rework (non-functional)Vineet Gupta2023-08-173-11/+17
| * ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2023-08-172-7/+6
| * ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta2023-08-171-12/+20
| * ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta2023-08-171-3/+1
| * ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta2023-08-175-119/+48
| * ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-172-33/+4
| * ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2023-08-171-2/+0
| * ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-172-6/+32
| * ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-172-7/+21
| * ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta2023-08-171-4/+6
| * ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2023-08-171-9/+2
| * ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2023-08-152-6/+6
| * ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-136-0/+31
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-312-2/+2
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-112-2/+2
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-294-21/+13
|\ \
| * | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-9/+0
| * | arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-9/+11
| * | arc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-4/+3
| |/
* / csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij2023-08-101-1/+1
|/
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-4/+4
|\
| * ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada2023-06-151-4/+4
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-14/+2
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091-2/+2
| |\|
| * | arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+2
* | | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-17/+0
* | | locking/atomic: arc: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-24/+2
| |/ |/|