index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
1
-2
/
+2
2022-07-17
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
1
-12
/
+12
2022-07-17
hugetlb: lazy page table copies in fork()
Mike Kravetz
1
-1
/
+1
2022-07-17
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
2
-29
/
+19
2022-07-17
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
1
-5
/
+51
2022-07-17
kasan: separate double free case from invalid free
Kuan-Ying Lee
3
-9
/
+14
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2
-9
/
+13
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
3
-17
/
+49
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2
-53
/
+48
2022-07-17
mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidate
Yang Shi
1
-1
/
+7
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2
-14
/
+7
2022-07-17
mm: khugepaged: check THP flag in hugepage_vma_check()
Yang Shi
1
-0
/
+3
2022-07-17
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
1
-10
/
+86
2022-07-17
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
1
-0
/
+14
2022-07-17
mm: factor helpers for memory_failure_dev_pagemap
Shiyang Ruan
1
-76
/
+95
2022-07-17
mm/gup: migrate device coherent pages when pinning instead of failing
Alistair Popple
3
-7
/
+96
2022-07-17
mm: add device coherent vma selection for memory migration
Alex Sierra
1
-3
/
+9
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
9
-15
/
+26
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
5
-16
/
+30
2022-07-17
mm: rename is_pinnable_page() to is_longterm_pinnable_page()
Alex Sierra
3
-4
/
+4
2022-07-17
mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()
SeongJae Park
1
-1
/
+3
2022-07-17
UML: add support for KASAN under x86_64
Patricia Alfonso
1
-2
/
+27
2022-07-07
mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON
Catalin Marinas
1
-7
/
+5
2022-07-07
mm: kasan: Skip unpoisoning of user pages
Catalin Marinas
1
-2
/
+5
2022-07-07
mm: kasan: Ensure the tags are visible before the tag in page->flags
Catalin Marinas
1
-1
/
+2
2022-07-04
mm: slab: optimize memcg_slab_free_hook()
Muchun Song
3
-68
/
+32
2022-07-04
mm/tracing: add 'accounted' entry into output of allocation tracepoints
Vasily Averin
4
-24
/
+23
2022-07-04
mm/slub: Simplify __kmem_cache_alias()
Xiongwei Song
1
-5
/
+3
2022-07-04
mm, slab: fix bad alignments
Jiapeng Chong
1
-2
/
+2
2022-07-03
mm/khugepaged: try to free transhuge swapcache when possible
Miaohe Lin
2
-6
/
+6
2022-07-03
mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()
Miaohe Lin
1
-3
/
+2
2022-07-03
mm/khugepaged: use helper macro __ATTR_RW
Miaohe Lin
1
-37
/
+30
2022-07-03
mm/khugepaged: minor cleanup for collapse_file
Miaohe Lin
1
-5
/
+5
2022-07-03
mm/khugepaged: trivial typo and codestyle cleanup
Miaohe Lin
1
-7
/
+7
2022-07-03
mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occurs
Miaohe Lin
1
-18
/
+14
2022-07-03
mm/khugepaged: remove unneeded shmem_huge_enabled() check
Miaohe Lin
1
-2
/
+0
2022-07-03
mm: sparsemem: drop unexpected word 'a' in comments
XueBing Chen
1
-1
/
+1
2022-07-03
mm: hugetlb: kill set_huge_swap_pte_at()
Qi Zheng
2
-13
/
+6
2022-07-03
mm/page_alloc: make the annotations of available memory more accurate
Yang Yang
1
-3
/
+3
2022-07-03
mm, docs: fix comments that mention mem_hotplug_end()
Yun-Ze Li
2
-2
/
+2
2022-07-03
mm: rmap: simplify the hugetlb handling when unmapping or migration
Baolin Wang
1
-46
/
+44
2022-07-03
mm/madvise: minor cleanup for swapin_walk_pmd_entry()
Miaohe Lin
1
-5
/
+5
2022-07-03
mm: hugetlb: remove minimum_order variable
Muchun Song
1
-11
/
+7
2022-07-03
mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory
Muchun Song
2
-24
/
+69
2022-07-03
mm: memory_hotplug: enumerate all supported section flags
Muchun Song
2
-1
/
+7
2022-07-03
mm/swap: convert __delete_from_swap_cache() to a folio
Matthew Wilcox (Oracle)
3
-15
/
+16
2022-07-03
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
5
-15
/
+16
2022-07-03
mm: convert page_swap_flags to folio_swap_flags
Matthew Wilcox (Oracle)
2
-4
/
+4
2022-07-03
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
3
-3
/
+11
2022-07-03
mm/swap: convert __page_cache_release() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+16
[prev]
[next]