summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta-67/+58
2023-08-17ARCv2: memset: don't prefetch for len == 0 which happens a alotVineet Gupta-1/+2
2023-08-17ARC: uaccess: elide unaliged handling if hardware supportsVineet Gupta-4/+6
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta-0/+2
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta-20/+2
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov-6/+6
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta-10/+48
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-2/+2
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-4/+4
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-5/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-14/+2
2023-06-28Merge branch 'expand-stack'Linus Torvalds-8/+4
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds-8/+4
2023-06-15ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada-4/+4
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland-17/+0
2023-06-05locking/atomic: arc: add preprocessor symbolsMark Rutland-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-24/+2
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij-1/+1
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka-5/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard-15/+12
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-2/+2
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+2
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann-14/+2
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann-5/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu-5/+7
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+23
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+24
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-0/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2022-11-15arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-1/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-2/+0
2022-10-17ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov-1/+1
2022-10-17arc: update config filesLukas Bulwahn-33/+2
2022-10-17arc: iounmap() arg is volatileRandy Dunlap-2/+2
2022-10-17arc: dts: Harmonize EHCI/OHCI DT nodes nameSerge Semin-9/+9
2022-10-17ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński-2/+2
2022-10-17ARC: Fix comment typoZhang Jiaming-1/+1
2022-10-17ARC: Fix comment typoJilin Yuan-3/+3
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-2/+0