| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -1/+6 |
| 13 days | Merge tag 'csky-for-linus-7.3' of https://github.com/c-sky/csky-linux |  Linus Torvalds | 1 | -3/+3 |
| 2026-07-28 | csky: implement flush_cache_vmap() in C |  Andrew Morton | 1 | -1/+6 |
| 2026-07-12 | ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry() |  Thomas Gleixner | 1 | -1/+1 |
| 2026-07-12 | seccomp, treewide: Rename and convert __secure_computing() to return boolean |  Jinjie Ruan | 1 | -1/+1 |
| 2026-07-02 | csky: Fix a4/a5 restoration in syscall trace path |  Hanlin Song | 1 | -3/+3 |
| 2026-05-21 | ring-buffer: Flush and stop persistent ring buffer on panic |  Masami Hiramatsu (Google) | 1 | -0/+1 |
| 2026-04-05 | arch, mm: consolidate empty_zero_page |  Mike Rapoport (Microsoft) | 2 | -6/+0 |
| 2026-02-26 | kbuild: Split .modinfo out from ELF_DETAILS |  Nathan Chancellor | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument |  Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types |  Kees Cook | 1 | -1/+1 |
| 2026-01-26 | arch, mm: consolidate initialization of SPARSE memory model |  Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2026-01-26 | arch, mm: consolidate initialization of nodes, zones and memory map |  Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2026-01-26 | csky: introduce arch_zone_limits_init() |  Mike Rapoport (Microsoft) | 1 | -3/+9 |
| 2026-01-20 | treewide: provide a generic clear_user_page() variant |  David Hildenbrand | 2 | -7/+1 |
| 2025-12-10 | Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linux |  Linus Torvalds | 13 | -20/+21 |
| 2025-11-16 | mm: abstract io_remap_pfn_range() based on PFN |  Lorenzo Stoakes | 1 | -3/+0 |
| 2025-10-21 | csky: abiv2: adapt to new folio flags field |  Thomas Weißschuh | 2 | -3/+3 |
| 2025-10-19 | csky: Remove compile warning for CONFIG_SMP |  Guo Ren (Alibaba DAMO Academy) | 1 | -0/+1 |
| 2025-10-19 | csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header |  Thomas Huth | 1 | -2/+2 |
| 2025-10-19 | csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers |  Thomas Huth | 10 | -16/+16 |
| 2025-10-19 | csky: fix csky_cmpxchg_fixup not working |  Yang Li | 1 | -2/+2 |
| 2025-10-03 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -3/+3 |
| 2025-09-30 | Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2025-09-29 | Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -4/+4 |
| 2025-09-25 | arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c |  Menglong Dong | 1 | -0/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t |  Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-09-13 | csky: remove BS check for FAULT_FLAG_ALLOW_RETRY |  Al Viro | 1 | -1/+1 |
| 2025-09-08 | csky: Add __attribute_const__ to ffs()-family implementations |  Kees Cook | 1 | -4/+4 |
| 2025-09-01 | arch: copy_thread: pass clone_flags as u64 |  Simon Schuster | 1 | -1/+1 |
| 2025-07-30 | Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace |  Linus Torvalds | 1 | -1/+0 |
| 2025-07-22 | tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD |  Steven Rostedt | 1 | -1/+0 |
| 2025-07-14 | csky: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names |  Dave Martin | 1 | -2/+2 |
| 2025-06-11 | mm: pgtable: fix pte_swp_exclusive |  Magnus Lindholm | 1 | -1/+1 |
| 2025-06-07 | Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -1/+1 |
| 2025-06-07 | arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds |  Masahiro Yamada | 1 | -1/+1 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 3 | -6/+14 |
| 2025-05-21 | csky/perf: Remove driver-specific throttle support |  Kan Liang | 1 | -2/+1 |
| 2025-05-11 | mm: call ctor/dtor for kernel PTEs |  Kevin Brodsky | 1 | -1/+1 |
| 2025-05-11 | syscall.h: add syscall_set_arguments() |  Dmitry V. Levin | 1 | -0/+13 |
| 2025-05-11 | mm: introduce a common definition of mk_pte() |  Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2025-04-01 | mm: pgtable: convert some architectures to use tlb_remove_ptdesc() |  Qi Zheng | 1 | -5/+2 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 3 | -68/+44 |
| 2025-03-26 | Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl |  Linus Torvalds | 1 | -1/+1 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit |  Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2025-03-17 | arch, mm: streamline HIGHMEM freeing |  Mike Rapoport (Microsoft) | 1 | -14/+0 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() |  Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM |  Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2025-03-17 | csky: move setup_initrd() to setup.c |  Mike Rapoport (Microsoft) | 2 | -43/+43 |