summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij2023-05-291-1/+1
* | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-4/+4
|\ \
| * | ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada2023-06-151-4/+4
| |/
* | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-295-5/+0
|\ \
| * | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-265-5/+0
| |/
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-14/+2
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-095-15/+12
| |\|
| * | arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-14/+2
* | | Merge branch 'expand-stack'Linus Torvalds2023-06-282-8/+4
|\ \ \
| * | | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-242-8/+4
| | |/ | |/|
* | | locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland2023-06-051-17/+0
* | | locking/atomic: arc: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-24/+2
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-2/+2
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
| |/
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-7/+2
|\ \
| * | mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-5/+0
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-2/+2
| |/
* / module: replace module_layout with module_memorySong Liu2023-03-091-5/+7
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-4/+23
|\
| * mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
| * mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
| * arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+24
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+3
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | arc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-1/+1
|/
* ARC: mm: fix leakage of memory allocated for PTEPavel Kozlov2022-10-171-1/+1
* arc: update config filesLukas Bulwahn2022-10-1713-33/+2
* arc: iounmap() arg is volatileRandy Dunlap2022-10-172-2/+2
* arc: dts: Harmonize EHCI/OHCI DT nodes nameSerge Semin2022-10-175-9/+9
* ARC: bitops: Change __fls to return unsigned longAmadeusz Sławiński2022-10-171-2/+2
* ARC: Fix comment typoZhang Jiaming2022-10-171-1/+1
* ARC: Fix comment typoJilin Yuan2022-10-172-3/+3
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-4/+1
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
| * treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2022-09-111-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1
| |/
* | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
* | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
|/
* Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-1013-13/+0
|\
| * kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers2022-07-2713-13/+0
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\ \
| * | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-18/+24
|\ \