index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-28
mm/migrate: fix stale list name in migrate_folios_move() comment
Shivank Garg
2026-07-28
mm/migrate: rename page to folio leftovers
Shivank Garg
2026-07-28
mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()
Kefeng Wang
2026-07-28
mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()
Kefeng Wang
2026-07-28
mm: mprotect: use walk_page_range_vma() in mprotect_fixup()
Kefeng Wang
2026-07-28
mm: mincore: use walk_page_range_vma() in do_mincore()
Kefeng Wang
2026-07-28
mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_me...
Ye Liu
2026-07-28
mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES bou...
Ye Liu
2026-07-28
mm/page_owner: drop redundant page_owner prefix from static symbols
Ye Liu
2026-07-28
mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
Ye Liu
2026-07-28
mm/page_owner: add missing newline to count_threshold format string
Ye Liu
2026-07-28
mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
Ye Liu
2026-07-28
mm: use enum migrate_reason instead of int for migration reason parameters
Ye Liu
2026-07-28
mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...
Ye Liu
2026-07-28
mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
Ye Liu
2026-07-28
mm/kmemleak: stop the per-cpu and struct page scans early too
Breno Leitao
2026-07-28
mm/kmemleak: stop the task stack scan early when interrupted
Breno Leitao
2026-07-28
mm/kmemleak: avoid soft lockup when scanning task stacks
Breno Leitao
2026-07-28
mm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in comment
Ethan Nelson-Moore
2026-07-28
mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()
Markus Elfring
2026-07-28
arch_numa: remove redundant nodemask clears in numa_init()
Sang-Heon Jeon
2026-07-28
csky: implement flush_cache_vmap() in C
Andrew Morton
2026-07-28
mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
Ben Dooks
2026-07-28
mm: remove PageTransCompound()
Kefeng Wang
2026-07-28
mm/percpu: avoid IO/FS reclaim in backing allocations
Kaitao Cheng
2026-07-28
mm/percpu: make cached pages lookup explicit
Kaitao Cheng
2026-07-28
mm/percpu: honor GFP constraints when populating chunks
Kaitao Cheng
2026-07-28
mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
Kaitao Cheng
2026-07-28
mm: replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header files
Thomas Huth
2026-07-28
mm/filemap: reduce unnecessary xarray lookups in filemap_get_folios_contig()
Chi Zhiling
2026-07-28
mm/filemap: reduce unnecessary xarray lookups when read cached pages
Chi Zhiling
2026-07-28
mm/lruvec: trace LRU add drains and drain-all requests
JP Kobryn
2026-07-28
mm: memcg: remove stray text from obj_stock_pcp comment
Guopeng Zhang
2026-07-28
mm/memory-failure: remove redundant initialization for hw_memory_failure
Igor Putko
2026-07-28
mm/kasan: remove redundant initialization for kasan_flag_write_only
Igor Putko
2026-07-28
mm/mprotect: drop 'sub' from batching context
Dev Jain
2026-07-28
mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
Dev Jain
2026-07-28
tools/mm: add thp_swap_allocator_test binary to .gitignore
Zenghui Yu
2026-07-28
mm/memcontrol: remove unused for_each_mem_cgroup macro and cleanup
Joshua Hahn
2026-07-28
Documentation/x86: Document the intricacies of GS context switching
Borislav Petkov (AMD)
2026-07-28
Merge zorro updates from Uwe Kleine-König.
Martin K. Petersen
2026-07-28
hwmon: add Altera SoC FPGA hardware monitoring driver
Tze Yee Ng
2026-07-28
firmware: stratix10-svc: add async HWMON read commands and register socfpga-h...
Tze Yee Ng
2026-07-29
riscv: dts: spacemit: Make dtschema recognize the etherent PHY correctly on K...
Inochi Amaoto
2026-07-29
riscv: dts: spacemit: Make dtschema recognize the etherent PHY correctly on K...
Inochi Amaoto
2026-07-29
clk: spacemit: k3: fix missing /2 factor in i2s sysclk dividers
Troy Mitchell
2026-07-29
clk: spacemit: k3: fix i2s clock topology
Troy Mitchell
2026-07-29
dt-bindings: soc: spacemit: k3: add i2s_sysclk, i2s_bclk_factor and i2s1_sysc...
Troy Mitchell
2026-07-28
scsi: isci: Remove unused macros from scu_task_context.h
Piotr Zarycki
2026-07-28
scsi: MAINTAINERS: Orphan the SCSI tape driver
Kai Mäkisara
[prev]
[next]