index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
userfaultfd: build __VMA_UFFD_FLAGS from config-gated masks
Kiryl Shutsemau (Meta)
2
-2
/
+41
2026-06-09
mm: delete stale comment about cachelines
Brendan Jackman
1
-2
/
+0
2026-06-09
mm/compaction: respect cpusets when checking retry suitability
fujunjie
1
-1
/
+1
2026-06-09
mm: switch deferred split shrinker to list_lru
Johannes Weiner
3
-21
/
+12
2026-06-09
mm: list_lru: introduce folio_memcg_list_lru_alloc()
Johannes Weiner
1
-0
/
+27
2026-06-09
mm: list_lru: introduce caller locking for additions and deletions
Johannes Weiner
1
-0
/
+43
2026-06-09
mm/nodemask: correctly describe nodemask operation return types
Joshua Hahn
1
-9
/
+9
2026-06-05
mm: document the folio refcount a little better
Matthew Wilcox (Oracle)
1
-0
/
+18
2026-06-05
userfaultfd: make functions that are not used outside uffd static
Mike Rapoport (Microsoft)
1
-36
/
+0
2026-06-05
mm/mglru: use folio_mark_accessed to replace folio_set_active
Barry Song (Xiaomi)
1
-1
/
+1
2026-06-05
mm/damon: fix missing parens in macro arguments
Maksym Shcherba
1
-4
/
+4
2026-06-05
mm/damon/core: hide damon_destroy_region()
SeongJae Park
1
-1
/
+0
2026-06-05
mm/damon/core: hide damon_insert_region()
SeongJae Park
1
-11
/
+0
2026-06-05
mm/damon/core: hide damon_add_region()
SeongJae Park
1
-1
/
+0
2026-06-05
mm/vma: eliminate mmap_action->error_hook, introduce error_override
Lorenzo Stoakes
1
-6
/
+3
2026-06-05
mm/vma: remove mmap_action->success_hook
Lorenzo Stoakes
1
-10
/
+0
2026-06-05
drivers/char/mem: eliminate unnecessary use of success_hook
Lorenzo Stoakes
1
-0
/
+5
2026-06-03
mm/damon/sysfs: setup damon_filter->memcg_id from path
SeongJae Park
1
-0
/
+1
2026-06-03
mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
SeongJae Park
1
-0
/
+6
2026-06-03
mm/damon/core: introduce damon_ops->apply_probes
SeongJae Park
1
-0
/
+4
2026-06-03
mm/damon/core: introduce damon_region->probe_hits
SeongJae Park
1
-0
/
+4
2026-06-03
mm/damon/core: introduce damon_filter
SeongJae Park
1
-0
/
+36
2026-06-03
mm/damon/core: embed damon_probe objects in damon_ctx
SeongJae Park
1
-0
/
+9
2026-06-03
mm/damon/core: introduce struct damon_probe
SeongJae Park
1
-0
/
+9
2026-06-03
mm, swap: merge zeromap into swap table
Kairui Song
1
-1
/
+0
2026-06-03
mm/memcg: remove no longer used swap cgroup array
Kairui Song
1
-47
/
+0
2026-06-03
mm/memcg, swap: store cgroup id in cluster table directly
Kairui Song
2
-10
/
+17
2026-06-03
mm, swap: delay and unify memcg lookup and charging for swapin
Kairui Song
1
-3
/
+3
2026-06-03
mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
Kairui Song
2
-10
/
+8
2026-06-03
mm/huge_memory: move THP gfp limit helper into header
Kairui Song
1
-0
/
+30
2026-06-03
mm: rejig pageblock mask definitions
Brendan Jackman
1
-3
/
+3
2026-06-03
mm: introduce for_each_free_list()
Brendan Jackman
1
-3
/
+6
2026-06-03
mm/mmu_notifier: fix a begin vs. start typo in the invalidate range comment
Takahiro Itazuri
1
-2
/
+2
2026-06-03
drivers/base/memory: make memory block get/put explicit
Muchun Song
1
-2
/
+5
2026-06-03
mm/bootmem_info: remove call to kmemleak_free_part_phys()
David Hildenbrand (Arm)
1
-1
/
+0
2026-06-03
mm/damon: replace damon_rand() with a per-ctx lockless PRNG
Jiayuan Chen
1
-7
/
+21
2026-06-03
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the series
Andrew Morton
2
-16
/
+0
2026-05-29
highmem-internal.h: fix typo in the comment for kunmap_atomic()
Zhouyi Zhou
1
-1
/
+1
2026-05-29
mm/damon/core: remove damon_set_region_biggest_system_ram_default()
SeongJae Park
1
-5
/
+0
2026-05-29
mm/damon: introduce damon_set_region_system_rams_default()
SeongJae Park
1
-0
/
+5
2026-05-29
kasan: skip HW tagging for all kernel thread stacks
Muhammad Usama Anjum
1
-1
/
+1
2026-05-29
vmalloc: add __GFP_SKIP_KASAN support
Muhammad Usama Anjum
1
-3
/
+3
2026-05-29
mm/damon/core: introduce damon_ctx->paused
SeongJae Park
1
-0
/
+2
2026-05-29
mm: limit filemap_fault readahead to VMA boundaries
Frederick Mayle
1
-0
/
+2
2026-05-29
mm: remove page_mapped()
David Hildenbrand (Arm)
1
-10
/
+0
2026-05-29
mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
Asier Gutierrez
1
-0
/
+2
2026-05-29
mm/sparse-vmemmap: pass @pgmap argument to memory deactivation paths
Muchun Song
1
-3
/
+5
2026-05-29
mm/vmpressure: skip socket pressure for costly order reclaim
JP Kobryn (Meta)
1
-4
/
+5
2026-05-29
mm/sparse: remove sparse buffer pre-allocation mechanism
Muchun Song
1
-1
/
+0
2026-05-29
mm/damon/core: introduce failed region quota charge ratio
SeongJae Park
1
-0
/
+9
[next]