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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: allow non-hugetlb large folios to be batch processed
Matthew Wilcox (Oracle)
2024-03-04
1
-2
/
+3
*
mm: handle large folios in free_unref_folios()
Matthew Wilcox (Oracle)
2024-03-04
1
-8
/
+17
*
mm: use __page_cache_release() in folios_put()
Matthew Wilcox (Oracle)
2024-03-04
2
-41
/
+37
*
mm: use free_unref_folios() in put_pages_list()
Matthew Wilcox (Oracle)
2024-03-04
1
-7
/
+10
*
mm: remove use of folio list from folios_put()
Matthew Wilcox (Oracle)
2024-03-04
1
-7
/
+12
*
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
2024-03-04
2
-2
/
+25
*
mm: use folios_put() in __folio_batch_release()
Matthew Wilcox (Oracle)
2024-03-04
1
-2
/
+1
*
mm: add free_unref_folios()
Matthew Wilcox (Oracle)
2024-03-04
2
-25
/
+39
*
mm: convert free_unref_page_list() to use folios
Matthew Wilcox (Oracle)
2024-03-04
1
-18
/
+20
*
mm: make folios_put() the basis of release_pages()
Matthew Wilcox (Oracle)
2024-03-04
3
-49
/
+70
*
mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
Lance Yang
2024-03-04
1
-3
/
+3
*
lib/test_vmalloc.c: use unsigned long constant
Martin Kaiser
2024-03-04
1
-1
/
+1
*
lib/test_vmalloc.c: drop empty exit function
Martin Kaiser
2024-03-04
1
-5
/
+0
*
lib/test_vmalloc.c: fix typo in function name
Martin Kaiser
2024-03-04
1
-2
/
+2
*
mm: remove total_mapcount()
David Hildenbrand
2024-03-04
1
-8
/
+1
*
mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()
David Hildenbrand
2024-03-04
1
-29
/
+18
*
mm: huge_memory: enable debugfs to split huge pages to any order
Zi Yan
2024-03-04
3
-19
/
+205
*
mm: thp: split huge page to any lower order pages
Zi Yan
2024-03-04
2
-32
/
+96
*
mm: page_owner: add support for splitting to any order in split page_owner
Zi Yan
2024-03-04
4
-12
/
+14
*
mm: memcg: make memcg huge page split support any order split
Zi Yan
2024-03-04
4
-10
/
+11
*
mm/page_owner: use order instead of nr in split_page_owner()
Zi Yan
2024-03-04
4
-9
/
+9
*
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
2024-03-04
4
-7
/
+9
*
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
2024-03-04
4
-11
/
+16
*
mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
Zi Yan
2024-03-04
1
-2
/
+5
*
mm: enumerate all gfp flags
Suren Baghdasaryan
2024-03-04
1
-28
/
+62
*
mm: madvise: pageout: ignore references rather than clearing young
Barry Song
2024-03-04
4
-11
/
+13
*
arm64/mm: improve comment in contpte_ptep_get_lockless()
Ryan Roberts
2024-03-04
1
-10
/
+14
*
arm64/mm: export contpte symbols only to GPL users
Ryan Roberts
2024-03-04
1
-11
/
+11
*
Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...
Barry Song
2024-03-04
1
-1
/
+1
*
kasan: fix a2 allocation and remove explicit cast in atomic tests
Paul Heidekrüger
2024-03-04
1
-3
/
+3
*
lib/stackdepot: off by one in depot_fetch_stack()
Dan Carpenter
2024-03-04
1
-1
/
+1
*
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
2024-03-04
1
-1
/
+0
*
mm: update mark_victim tracepoints fields
Carlos Galo
2024-03-04
2
-5
/
+37
*
selftests: damon: add access_memory to .gitignore
Javier Carrasco
2024-03-04
1
-0
/
+1
*
selftest: damon: fix minor typos in test logs
Vincenzo Mezzela
2024-03-04
2
-2
/
+2
*
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
2024-03-04
1
-6
/
+0
*
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
2024-03-04
1
-9
/
+9
*
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
2024-03-04
1
-29
/
+9
*
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
2024-03-04
1
-13
/
+19
*
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
2024-03-04
2
-1
/
+2
*
mm/page_alloc: make check_new_page() return bool
Hao Ge
2024-03-04
1
-3
/
+3
*
x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()
Yosry Ahmed
2024-03-04
1
-1
/
+1
*
x86/mm: further clarify switch_mm_irqs_off() documentation
Yosry Ahmed
2024-03-04
1
-4
/
+4
*
mm/util.c: add byte count to __vm_enough_memory failure warning
Matthew Cassell
2024-03-04
1
-2
/
+4
*
sched/numa, mm: do not try to migrate memory to memoryless nodes
Byungchul Park
2024-03-04
1
-0
/
+6
*
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-04
1
-15
/
+33
*
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-03-04
1
-105
/
+66
*
writeback: remove a use of write_cache_pages() from do_writepages()
Matthew Wilcox (Oracle)
2024-02-23
1
-13
/
+18
*
writeback: add a writeback iterator
Christoph Hellwig
2024-02-23
2
-78
/
+118
*
writeback: move the folio_prepare_writeback loop out of write_cache_pages()
Matthew Wilcox (Oracle)
2024-02-23
1
-8
/
+10
[next]