aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen3-6/+17
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen3-54/+27
2021-06-30userfaultfd/selftests: add pagemap uffd-wp testPeter Xu1-0/+154
2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu2-0/+11
2021-06-30mm/userfaultfd: fail uffd-wp registration if not supportedPeter Xu1-1/+8
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu4-26/+30
2021-06-30mm/thp: simplify copying of huge zero page pmd when forkPeter Xu1-6/+3
2021-06-30userfaultfd/selftests: unify error handlingPeter Xu1-369/+187
2021-06-30userfaultfd/selftests: only dump counts if mode enabledPeter Xu1-10/+20
2021-06-30userfaultfd/selftests: dropping VERIFY check in locking_threadPeter Xu1-54/+1
2021-06-30userfaultfd/selftests: remove the time() check on delayed uffdPeter Xu1-8/+0
2021-06-30userfaultfd/selftests: use user mode onlyPeter Xu1-1/+1
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi1-3/+16
2021-06-30hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2-9/+64
2021-06-30hugetlb: remove prep_compound_huge_page cleanupMike Kravetz1-19/+10
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song3-2/+17
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song4-33/+9
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song3-43/+129
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry4-59/+45
2021-06-30khugepaged: selftests: remove debug_cowNanyong Sun1-4/+0
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2-1/+44
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2-6/+14
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2-3/+26
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy3-24/+56
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy8-19/+17
2021-06-30mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin1-1/+1
2021-06-30mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin1-3/+0
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin5-29/+48
2021-06-30mm/huge_memory.c: use page->deferred_listMiaohe Lin1-2/+2
2021-06-30mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin1-4/+2
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mistakeShixin Liu1-3/+3
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGEShixin Liu1-52/+39
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song4-4/+43
2021-06-30mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2-0/+9
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song5-2/+69
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song9-17/+227
2021-06-30mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song3-19/+93
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song7-13/+473
2021-06-30mm: hugetlb: gather discrete indexes of tail pageMuchun Song2-10/+30
2021-06-30mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2-1/+6
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song8-144/+172
2021-07-01ARM: dts: aspeed: Update e3c246d4i vuart propertiesZev Weiss1-1/+3
2021-06-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds25-215/+720
2021-07-01Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-nextViresh Kumar3777-96398/+90032
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar4-13/+251
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar1-6/+21
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar1-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar1-8/+20
2021-06-30block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds38-622/+2548