summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-23ARC: boot log: fix warningVineet Gupta
2023-08-23arc: Explicitly include correct DT includesRob Herring
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta
2023-08-18ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.neVineet Gupta
2023-08-18ARC: entry: replace 8 byte OR with 4 byte BSETVineet Gupta
2023-08-18ARC: entry: Add more common chores to EXCEPTION_PROLOGUEVineet Gupta
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-17ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta
2023-08-17ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta
2023-08-17ARC: entry: rework (non-functional)Vineet Gupta
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta
2023-08-17ARC: kernel stack: INIT_THREAD need not setup @init_stack in @kspVineet Gupta
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta
2023-08-17ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-06-15ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds