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.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-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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
hugetlb: remove meaningless BUG_ON(huge_pte_none())
Miaohe Lin
1
-1
/
+0
2022-09-12
hugetlb: add comment for subtle SetHPageVmemmapOptimized()
Miaohe Lin
1
-0
/
+4
2022-09-12
hugetlb: kill hugetlbfs_pagecache_page()
Miaohe Lin
1
-14
/
+1
2022-09-12
hugetlb: pass NULL to kobj_to_hstate() if nid is unused
Miaohe Lin
1
-4
/
+2
2022-09-12
hugetlb: use helper {huge_pte|pmd}_lock()
Miaohe Lin
1
-2
/
+1
2022-09-12
hugetlb: use sizeof() to get the array size
Miaohe Lin
1
-2
/
+2
2022-09-12
hugetlb: use LIST_HEAD() to define a list head
Miaohe Lin
1
-5
/
+2
2022-09-12
hugetlb: Use helper macro SZ_1K
Miaohe Lin
1
-1
/
+1
2022-09-12
hugetlb: make hugetlb_cma_check() static
Miaohe Lin
1
-1
/
+9
2022-09-12
mm/vmalloc: extend find_vmap_lowest_match_check with extra arguments
Song Liu
1
-6
/
+7
2022-09-12
mm/migrate_device.c: fix a misleading and outdated comment
Alistair Popple
1
-3
/
+10
2022-09-12
mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplist
zezuo
1
-3
/
+2
2022-09-12
mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
Kaixu Xia
1
-40
/
+6
2022-09-12
mm/damon/vaddr: remove comparison between mm and last_mm when checking region...
Kaixu Xia
1
-5
/
+6
2022-09-12
mm/damon: simplify the parameter passing for 'check_accesses'
Kaixu Xia
2
-6
/
+5
2022-09-12
mm: fix null-ptr-deref in kswapd_is_running()
Kefeng Wang
4
-13
/
+31
2022-09-12
mm: kill is_memblock_offlined()
Kefeng Wang
1
-2
/
+1
2022-09-12
filemap: remove find_get_pages_contig()
Vishal Moola (Oracle)
1
-60
/
+0
2022-09-12
filemap: add filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-0
/
+73
2022-09-12
mm: backing-dev: Remove the unneeded result variable
ye xingchen
1
-5
/
+1
2022-09-12
page_ext: introduce boot parameter 'early_page_ext'
Li Zhe
2
-0
/
+10
2022-09-12
mm: page_counter: remove unneeded atomic ops for low/min
Shakeel Butt
1
-7
/
+6
2022-09-12
mm: remove EXPERIMENTAL flag for zswap
David Heidelberg
1
-7
/
+1
2022-09-12
mm/gup.c: refactor check_and_migrate_movable_pages()
Alistair Popple
1
-68
/
+111
2022-09-12
mm/gup.c: don't pass gup_flags to check_and_migrate_movable_pages()
Alistair Popple
1
-14
/
+9
2022-09-12
mm: skip retry when new limit is not below old one in page_counter_set_max
Bui Quang Minh
1
-1
/
+1
2022-09-12
mm: pagewalk: add api documentation for walk_page_range_novma()
Rolf Eike Beer
1
-1
/
+9
2022-09-12
mm: memcg: export workingset refault stats for cgroup v1
Yang Shi
1
-2
/
+7
2022-09-12
mm/page_owner.c: add llseek for page_owner
Kassey Li
1
-3
/
+21
2022-09-12
mm/damon: replace pmd_huge() with pmd_trans_huge() for THP
Baolin Wang
1
-4
/
+4
2022-09-12
mm/damon: validate if the pmd entry is present before accessing
Baolin Wang
1
-0
/
+10
2022-09-12
mm: release private data before split THP
Yin Fengwei
1
-2
/
+12
2022-09-12
mm: thp: remove redundant pgtable check in set_huge_zero_page()
Qi Zheng
1
-2
/
+1
2022-09-12
mm: memory-failure: kill __soft_offline_page()
Kefeng Wang
1
-15
/
+10
2022-09-12
mm: memory-failure: kill soft_offline_free_page()
Kefeng Wang
1
-11
/
+1
2022-09-12
mm: hugetlb_vmemmap: simplify reset_struct_pages()
Muchun Song
1
-3
/
+2
2022-09-12
mm, hwpoison: avoid trying to unpoison reserved page
Miaohe Lin
1
-2
/
+2
2022-09-12
mm, hwpoison: kill procs if unmap fails
Miaohe Lin
1
-8
/
+4
2022-09-12
mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()
Miaohe Lin
1
-1
/
+2
2022-09-12
mm, hwpoison: fix extra put_page() in soft_offline_page()
Miaohe Lin
1
-2
/
+0
2022-09-12
mm, hwpoison: fix page refcnt leaking in unpoison_memory()
Miaohe Lin
1
-0
/
+1
2022-09-12
mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()
Miaohe Lin
1
-2
/
+4
2022-09-12
mm: fix use-after free of page_ext after race with memory-offline
Charan Teja Kalla
3
-29
/
+157
2022-09-12
mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()
Matthew Wilcox
1
-1
/
+1
2022-09-12
mm: memcontrol: fix a typo in comment
xupanda
1
-1
/
+1
2022-09-12
mm: kill find_min_pfn_with_active_regions()
Kefeng Wang
1
-12
/
+1
2022-09-12
zsmalloc: zs_object_copy: replace email link to doc
Alexey Romanov
1
-2
/
+2
2022-09-12
mm/hugetlb: make detecting shared pte more reliable
Miaohe Lin
1
-13
/
+8
2022-09-12
mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()
Miaohe Lin
1
-7
/
+18
2022-09-12
mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()
Miaohe Lin
1
-0
/
+5
[next]