index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
x86/mm: move protection_map[] inside the platform
Anshuman Khandual
4
-23
/
+32
2022-07-18
arm64/mm: move protection_map[] inside the platform
Anshuman Khandual
2
-18
/
+21
2022-07-18
sparc/mm: move protection_map[] inside the platform
Anshuman Khandual
5
-39
/
+24
2022-07-18
powerpc/mm: move protection_map[] inside the platform
Anshuman Khandual
3
-20
/
+26
2022-07-18
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
2
-25
/
+29
2022-07-18
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
2
-0
/
+4
2022-07-18
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-18
mm: gup: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-18
mm: kfence: pass a pointer to virt_to_page()
Linus Walleij
1
-2
/
+2
2022-07-18
mm/highmem: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-18
lib/test_free_pages.c: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-07-18
mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
Xiang Yang
1
-2
/
+2
2022-07-18
mm/page_alloc: replace local_lock with normal spinlock
Mel Gorman
1
-45
/
+95
2022-07-18
mm/page_alloc: remotely drain per-cpu lists
Nicolas Saenz Julienne
1
-54
/
+4
2022-07-18
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
2
-21
/
+99
2022-07-18
mm/page_alloc: remove mistaken page == NULL check in rmqueue
Mel Gorman
1
-3
/
+1
2022-07-18
mm/page_alloc: split out buddy removal code from rmqueue into separate helper
Mel Gorman
1
-34
/
+47
2022-07-18
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
2
-6
/
+9
2022-07-18
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
2
-12
/
+17
2022-07-18
hugetlb: lazy page table copies in fork()
Mike Kravetz
1
-1
/
+1
2022-07-18
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
3
-31
/
+21
2022-07-18
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
1
-0
/
+22
2022-07-18
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
2
-5
/
+52
2022-07-18
kasan: separate double free case from invalid free
Kuan-Ying Lee
3
-9
/
+14
2022-07-18
doc: proc: fix the description to THPeligible
Yang Shi
1
-1
/
+3
2022-07-18
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
4
-23
/
+21
2022-07-18
mm: thp: kill __transhuge_page_enabled()
Yang Shi
5
-73
/
+52
2022-07-18
mm: thp: kill transparent_hugepage_active()
Yang Shi
5
-62
/
+59
2022-07-18
mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidate
Yang Shi
1
-1
/
+7
2022-07-18
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
4
-28
/
+18
2022-07-18
mm: khugepaged: check THP flag in hugepage_vma_check()
Yang Shi
1
-0
/
+3
2022-07-18
xfs: add dax dedupe support
Shiyang Ruan
4
-7
/
+69
2022-07-18
xfs: support CoW in fsdax mode
Shiyang Ruan
3
-6
/
+58
2022-07-18
fsdax: dedup file range to use a compare function
Shiyang Ruan
5
-11
/
+130
2022-07-18
fsdax: add dax_iomap_cow_copy() for dax zero
Shiyang Ruan
1
-8
/
+19
2022-07-18
fsdax: replace mmap entry in case of CoW
Shiyang Ruan
1
-35
/
+42
2022-07-18
fsdax: introduce dax_iomap_cow_copy()
Shiyang Ruan
1
-5
/
+83
2022-07-18
fsdax: output address in dax_iomap_pfn() and rename it
Shiyang Ruan
1
-5
/
+13
2022-07-18
fsdax: set a CoW flag when associate reflink mappings
Shiyang Ruan
2
-9
/
+47
2022-07-18
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
6
-3
/
+238
2022-07-18
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
2
-10
/
+88
2022-07-18
fsdax: introduce dax_lock_mapping_entry()
Shiyang Ruan
2
-0
/
+78
2022-07-18
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
3
-0
/
+43
2022-07-18
mm: factor helpers for memory_failure_dev_pagemap
Shiyang Ruan
1
-76
/
+95
2022-07-18
dax: introduce holder for dax_device
Shiyang Ruan
7
-23
/
+110
2022-07-18
tools: add selftests to hmm for COW in device memory
Alex Sierra
1
-0
/
+80
2022-07-18
tools: add hmm gup tests for device coherent type
Alex Sierra
1
-0
/
+110
2022-07-18
tools: update test_hmm script to support SP config
Alex Sierra
1
-3
/
+21
2022-07-18
tools: update hmm-test to support device coherent type
Alex Sierra
1
-21
/
+100
2022-07-18
lib: add support for device coherent type in test_hmm
Alex Sierra
2
-61
/
+196
[next]