summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann1-4/+2
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
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta1-1/+1
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta1-2/+2
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta2-2/+22
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He1-4/+3
2023-08-18ARC: entry: rework (non-functional)Vineet Gupta3-11/+17
2023-08-18ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta2-7/+6
2023-08-18ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta1-12/+20
2023-08-18ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta1-3/+1
2023-08-18ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta5-119/+48
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2-33/+4
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta1-2/+0
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2-6/+32
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2-7/+21
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta1-4/+6
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta1-9/+2
2023-08-16ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2-6/+6
2023-08-14ARC: -Wmissing-prototype warning fixesVineet Gupta6-0/+31
2023-08-11csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij1-1/+1
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2-2/+2
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+4
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+2
2023-06-14ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada1-4/+4
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland1-17/+0
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2-24/+2
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+2
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+24
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0