summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-3/+0
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-2/+4
2023-09-05Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds44-1033/+724
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-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds11-11/+11
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-97/+66
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)5-40/+59
2023-08-24ARC: boot log: fix warningVineet Gupta1-2/+4
2023-08-24arc: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap11-11/+11
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta7-45/+33
2023-08-18ARCv2: entry: rearrange pt_regs slightlyVineet Gupta3-13/+15
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 Gupta5-47/+24
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He3-49/+8
2023-08-18ARC: entry: EV_MachineCheck dont re-read ECRVineet Gupta1-3/+2
2023-08-18ARC: entry: ARcompact EV_ProtV to use r10 directlyVineet Gupta1-4/+2
2023-08-18ARC: entry: rework (non-functional)Vineet Gupta6-37/+39
2023-08-18ARC: __switch_to: move ksp to thread_info from thread_structVineet Gupta5-23/+20
2023-08-18ARC: __switch_to: asm with dwarf ops (vs. inline asm)Vineet Gupta4-155/+61
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 Gupta13-154/+58
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta5-343/+268
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #3: don't exportVineet Gupta2-4/+0
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta4-115/+97
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta4-67/+58
2023-08-17ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta1-1/+2
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta1-4/+6
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta1-0/+2
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2-20/+2
2023-08-16ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2-6/+6
2023-08-14ARC: -Wmissing-prototype warning fixesVineet Gupta17-10/+48
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-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+4
2023-06-30Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds5-5/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+2
2023-06-29Merge branch 'expand-stack'Linus Torvalds2-8/+4
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-8/+4
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-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij1-1/+1
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka5-5/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard5-15/+12
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2