Age | Commit message (Expand) | Author |
2023-08-17 | ARC: uaccess: elide unaliged handling if hardware supports | Vineet Gupta |
2023-08-17 | ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_user | Vineet Gupta |
2023-08-17 | ARC: uaccess: remove arc specific out-of-line handles for -Os | Vineet Gupta |
2023-08-15 | ARC: atomics: Add compiler barrier to atomic operations... | Pavel Kozlov |
2023-08-13 | ARC: -Wmissing-prototype warning fixes | Vineet Gupta |
2023-08-10 | csky: Cast argument to virt_to_pfn() to (void *) | Linus Walleij |
2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2023-06-29 | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds |
2023-06-29 | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds |
2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds |
2023-06-15 | ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard | Masahiro Yamada |
2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland |
2023-06-05 | locking/atomic: arc: add preprocessor symbols | Mark Rutland |
2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland |
2023-05-29 | ARC: init: Pass a pointer to virt_to_pfn() in init | Linus Walleij |
2023-05-26 | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED | Vlastimil Babka |
2023-05-09 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2023-05-05 | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-04-29 | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda |
2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-20 | arch/arc: Implement <asm/fb.h> with generic helpers | Thomas Zimmermann |
2023-04-18 | mm: make arch_has_descending_max_zone_pfns() static | Arnd Bergmann |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider |
2023-03-09 | module: replace module_layout with module_memory | Song Liu |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) |
2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand |
2023-02-02 | arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand |
2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra |
2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-11-15 | arc: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov |
2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang |
2022-10-17 | ARC: mm: fix leakage of memory allocated for PTE | Pavel Kozlov |
2022-10-17 | arc: update config files | Lukas Bulwahn |
2022-10-17 | arc: iounmap() arg is volatile | Randy Dunlap |
2022-10-17 | arc: dts: Harmonize EHCI/OHCI DT nodes name | Serge Semin |
2022-10-17 | ARC: bitops: Change __fls to return unsigned long | Amadeusz Sławiński |
2022-10-17 | ARC: Fix comment typo | Zhang Jiaming |
2022-10-17 | ARC: Fix comment typo | Jilin Yuan |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada |
2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang |