index
:
kernel/git/stable/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-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2022-10-03
shmem: convert shmem_symlink() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_fallocate() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_file_read_iter() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_write_begin() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_get_partial_folio() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: add shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_fault() to use shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()
Matthew Wilcox (Oracle)
2022-10-03
shmem: eliminate struct page from shmem_swapin_folio()
Matthew Wilcox (Oracle)
2022-10-03
swap: add swap_cache_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_replace_page() to shmem_replace_folio()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_mfill_atomic_pte() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
2022-10-03
mm: convert do_swap_page()'s swapcache variable to a folio
Matthew Wilcox (Oracle)
2022-10-03
mm: convert do_swap_page() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
mm/swap: convert put_swap_page() to put_swap_folio()
Matthew Wilcox (Oracle)
2022-10-03
mm/swap: convert add_to_swap_cache() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
mm/swap: convert __read_swap_cache_async() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
mm/swapfile: convert try_to_free_swap() to folio_free_swap()
Matthew Wilcox (Oracle)
2022-10-03
mm/swapfile: remove page_swapcount()
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_replace_page() to use folios throughout
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_delete_from_page_cache() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
shmem: convert shmem_writepage() to use a folio throughout
Matthew Wilcox (Oracle)
2022-10-03
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
2022-10-03
mm: add split_folio()
Matthew Wilcox (Oracle)
2022-10-03
mm/vmscan: fix a lot of comments
Matthew Wilcox (Oracle)
2022-10-03
ksm: convert to use common struct mm_slot
Qi Zheng
2022-10-03
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
2022-10-03
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
2022-10-03
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
2022-10-03
mm: thp: convert to use common struct mm_slot
Qi Zheng
2022-10-03
mm: introduce common struct mm_slot
Qi Zheng
2022-10-01
Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-09-30
damon/sysfs: fix possible memleak on damon_sysfs_add_target
Levi Yun
2022-09-30
mm: fix BUG splat with kvmalloc + GFP_ATOMIC
Florian Westphal
2022-09-30
Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-next
Vlastimil Babka
2022-09-30
mm/slub: fix a slab missed to be freed problem
Feng Tang
2022-09-29
kfence: use better stack hash seed
Jason A. Donenfeld
2022-09-29
Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-next
Vlastimil Babka
2022-09-29
Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-next
Vlastimil Babka
2022-09-29
Merge branch 'slab/for-6.1/trivial' into slab/for-next
Vlastimil Babka
2022-09-29
slab: Introduce kmalloc_size_roundup()
Kees Cook
2022-09-29
slab: Remove __malloc attribute from realloc functions
Kees Cook
2022-09-26
ksm: count allocated ksm rmap_items for each process
xu xin
2022-09-26
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
2022-09-26
mm/gup: use gup_can_follow_protnone() also in GUP-fast
David Hildenbrand
2022-09-26
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-26
mm: add merging after mremap resize
Jakub Matěna
[prev]
[next]