index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
csky
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-01-26
arch, mm: consolidate initialization of SPARSE memory model
Mike Rapoport (Microsoft)
-2
/
+0
2026-01-26
arch, mm: consolidate initialization of nodes, zones and memory map
Mike Rapoport (Microsoft)
-4
/
+0
2026-01-26
csky: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-3
/
+9
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
-7
/
+1
2025-12-10
Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linux
Linus Torvalds
-20
/
+21
2025-11-16
mm: abstract io_remap_pfn_range() based on PFN
Lorenzo Stoakes
-3
/
+0
2025-10-21
csky: abiv2: adapt to new folio flags field
Thomas Weißschuh
-3
/
+3
2025-10-19
csky: Remove compile warning for CONFIG_SMP
Guo Ren (Alibaba DAMO Academy)
-0
/
+1
2025-10-19
csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header
Thomas Huth
-2
/
+2
2025-10-19
csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
-16
/
+16
2025-10-19
csky: fix csky_cmpxchg_fixup not working
Yang Li
-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
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+3
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-09-29
Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+4
2025-09-25
arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c
Menglong Dong
-0
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
-3
/
+3
2025-09-13
csky: remove BS check for FAULT_FLAG_ALLOW_RETRY
Al Viro
-1
/
+1
2025-09-08
csky: Add __attribute_const__ to ffs()-family implementations
Kees Cook
-4
/
+4
2025-09-01
arch: copy_thread: pass clone_flags as u64
Simon Schuster
-1
/
+1
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-1
/
+0
2025-07-22
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
-1
/
+0
2025-07-14
csky: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
-2
/
+2
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
-1
/
+1
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+14
2025-05-21
csky/perf: Remove driver-specific throttle support
Kan Liang
-2
/
+1
2025-05-11
mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
-1
/
+1
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
-0
/
+13
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
-5
/
+0
2025-04-01
mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
Qi Zheng
-5
/
+2
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-68
/
+44
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
-5
/
+0
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
-14
/
+0
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
-1
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
-4
/
+0
2025-03-17
csky: move setup_initrd() to setup.c
Mike Rapoport (Microsoft)
-43
/
+43
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
-1
/
+1
2025-02-21
vdso: Rename included Makefile
Thomas Weißschuh
-1
/
+1
2025-02-05
csky: Remove the size from alignment_tbl declaration
Joel Granados
-1
/
+1
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
-1
/
+1
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
-1
/
+1
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+1
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-106
/
+1
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
[next]