index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-01-25
mm, swap: use cluster lock for HDD
Kairui Song
2025-01-25
mm, swap: remove old allocation path for HDD
Kairui Song
2025-01-25
mm, swap: fold swap_info_get_cont in the only caller
Kairui Song
2025-01-25
mm, swap: minor clean up for swap entry allocation
Kairui Song
2025-01-25
alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
Suren Baghdasaryan
2025-01-25
memcg: fix soft lockup in the OOM process
Chen Ridong
2025-01-25
mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()
Alex Shi
2025-01-25
mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
Alex Shi
2025-01-25
mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
Alex Shi
2025-01-25
mm/zsmalloc: convert get_zspage() to take zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert migrate_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert location_to_obj() to take zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert __free_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert reset_page to reset_zpdesc
Alex Shi
2025-01-25
mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert init_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert obj_allocated() and related helpers to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
Alex Shi
2025-01-25
mm/zsmalloc: convert obj_malloc() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: add and use pfn/zpdesc seeking funcs
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
Alex Shi
2025-01-25
mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
Alex Shi
2025-01-25
Docs/admin-guide/mm/damon/usage: document DAMOS filter 'allow' sysfs file
SeongJae Park
2025-01-25
Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design...
SeongJae Park
2025-01-25
Docs/ABI/damon: document DAMOS filter allow sysfs file
SeongJae Park
2025-01-25
Docs/mm/damon/design: document allow/reject DAMOS filter behaviors
SeongJae Park
2025-01-25
mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
SeongJae Park
2025-01-25
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
2025-01-25
mm/damon/paddr: support damos_filter->allow
SeongJae Park
2025-01-25
mm/damon/core: support damos_filter->allow
SeongJae Park
2025-01-25
mm/damon/core: add damos_filter->allow field
SeongJae Park
2025-01-25
mm/damon: fixup damos_filter kernel-doc
SeongJae Park
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2025-01-25
mm: alloc_pages_bulk_noprof: drop page_list argument
Luiz Capitulino
2025-01-25
selftests/mm: introduce uffd-wp-mremap regression test
Ryan Roberts
2025-01-25
mm/hugetlb: unify restore reserve accounting for new allocations
Peter Xu
2025-01-25
mm/hugetlb: drop vma_has_reserves()
Peter Xu
2025-01-25
mm/hugetlb: simplify vma_has_reserves()
Peter Xu
2025-01-25
mm/hugetlb: clean up map/global resv accounting when allocate
Peter Xu
2025-01-25
mm/hugetlb: rename avoid_reserve to cow_from_owner
Peter Xu
2025-01-25
mm/hugetlb: stop using avoid_reserve flag in fork()
Peter Xu
2025-01-25
mm/hugetlb: fix avoid_reserve to allow taking folio from subpool
Peter Xu
2025-01-25
mm: shmem: skip swapcache for swapin of synchronous swap device
Baolin Wang
2025-01-25
mm/memmap: prevent double scanning of memmap by kmemleak
Guo Weikang
2025-01-25
mm/fake-numa: allow later numa node hotplug
Bruno Faccini
2025-01-25
mm/damon: remove DAMON debugfs interface
SeongJae Park
2025-01-25
mm/damon: remove DAMON debugfs interface kunit tests
SeongJae Park
2025-01-25
kunit: configs: remove configs for DAMON debugfs interface tests
SeongJae Park
[next]