aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2-20/+2
2023-08-15ARC: atomics: Add compiler barrier to atomic operations...Pavel Kozlov2-6/+6
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta17-10/+48
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij1-1/+1
2023-07-11mm: 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/arnd/asm-genericLinus Torvalds1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds5-5/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+2
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-8/+4
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-8/+4
2023-06-15ARC: 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/kernel/git/tip/tipLinus Torvalds1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-7/+2
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+2
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-5/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-5/+7
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+23
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+24
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+0
2022-11-15arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-1/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-17ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov1-1/+1
2022-10-17arc: update config filesLukas Bulwahn13-33/+2
2022-10-17arc: iounmap() arg is volatileRandy Dunlap2-2/+2
2022-10-17arc: dts: Harmonize EHCI/OHCI DT nodes nameSerge Semin5-9/+9
2022-10-17ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński1-2/+2
2022-10-17ARC: Fix comment typoZhang Jiaming1-1/+1
2022-10-17ARC: Fix comment typoJilin Yuan2-3/+3
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann1-1/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1