index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-17
openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
loongarch/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
x86/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-07-17
arm64/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-07-17
sparc/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-07-17
powerpc/mm: move protection_map[] inside the platform
Anshuman Khandual
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
2022-07-17
mm: gup: pass a pointer to virt_to_page()
Linus Walleij
2022-07-17
mm: kfence: pass a pointer to virt_to_page()
Linus Walleij
2022-07-17
mm/highmem: pass a pointer to virt_to_page()
Linus Walleij
2022-07-17
lib/test_free_pages.c: pass a pointer to virt_to_page()
Linus Walleij
2022-07-17
mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
Xiang Yang
2022-07-17
mm/page_alloc: replace local_lock with normal spinlock
Mel Gorman
2022-07-17
mm/page_alloc: remotely drain per-cpu lists
Nicolas Saenz Julienne
2022-07-17
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
2022-07-17
mm/page_alloc: remove mistaken page == NULL check in rmqueue
Mel Gorman
2022-07-17
mm/page_alloc: split out buddy removal code from rmqueue into separate helper
Mel Gorman
2022-07-17
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
2022-07-17
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
2022-07-17
hugetlb: lazy page table copies in fork()
Mike Kravetz
2022-07-17
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
2022-07-17
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
2022-07-17
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
2022-07-17
kasan: separate double free case from invalid free
Kuan-Ying Lee
2022-07-17
doc: proc: fix the description to THPeligible
Yang Shi
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2022-07-17
mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidate
Yang Shi
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2022-07-17
mm: khugepaged: check THP flag in hugepage_vma_check()
Yang Shi
2022-07-17
xfs: add dax dedupe support
Shiyang Ruan
2022-07-17
xfs: support CoW in fsdax mode
Shiyang Ruan
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2022-07-17
fsdax: add dax_iomap_cow_copy() for dax zero
Shiyang Ruan
2022-07-17
fsdax: replace mmap entry in case of CoW
Shiyang Ruan
2022-07-17
fsdax: introduce dax_iomap_cow_copy()
Shiyang Ruan
2022-07-17
fsdax: output address in dax_iomap_pfn() and rename it
Shiyang Ruan
2022-07-17
fsdax: set a CoW flag when associate reflink mappings
Shiyang Ruan
2022-07-17
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
2022-07-17
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
2022-07-17
fsdax: introduce dax_lock_mapping_entry()
Shiyang Ruan
2022-07-17
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
2022-07-17
mm: factor helpers for memory_failure_dev_pagemap
Shiyang Ruan
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-17
tools: add selftests to hmm for COW in device memory
Alex Sierra
[next]