aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-3/+0
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathGravatar Amir Goldstein 1-2/+4
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 44-1033/+724
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-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 11-11/+11
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-97/+66
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) 5-40/+59
2023-08-23ARC: boot log: fix warningGravatar Vineet Gupta 1-2/+4
2023-08-23arc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 11-11/+11
2023-08-18ARC: pt_regs: create seperate type for ecrGravatar Vineet Gupta 7-45/+33
2023-08-18ARCv2: entry: rearrange pt_regs slightlyGravatar Vineet Gupta 3-13/+15
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 5-47/+24
2023-08-18arc: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 3-49/+8
2023-08-17ARC: entry: EV_MachineCheck dont re-read ECRGravatar Vineet Gupta 1-3/+2
2023-08-17ARC: entry: ARcompact EV_ProtV to use r10 directlyGravatar Vineet Gupta 1-4/+2
2023-08-17ARC: entry: rework (non-functional)Gravatar Vineet Gupta 6-37/+39
2023-08-17ARC: __switch_to: move ksp to thread_info from thread_structGravatar Vineet Gupta 5-23/+20
2023-08-17ARC: __switch_to: asm with dwarf ops (vs. inline asm)Gravatar Vineet Gupta 4-155/+61
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 13-154/+58
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAGravatar Vineet Gupta 5-343/+268
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportGravatar Vineet Gupta 2-4/+0
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheGravatar Vineet Gupta 4-115/+97
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmGravatar Vineet Gupta 4-67/+58
2023-08-17ARCv2: memset: don't prefetch for len == 0 which happens a alotGravatar Vineet Gupta 1-1/+2
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsGravatar Vineet Gupta 1-4/+6
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userGravatar Vineet Gupta 1-0/+2
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsGravatar Vineet Gupta 2-20/+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 17-10/+48
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-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
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 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 5-5/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-14/+2
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-8/+4
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 2-8/+4
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
2023-06-05locking/atomic: arc: add preprocessor symbolsGravatar Mark Rutland 1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 2-24/+2
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initGravatar Linus Walleij 1-1/+1
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDGravatar Vlastimil Babka 5-5/+0
2023-05-09Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 5-15/+12
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2