summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2020-10-162-15/+5
* mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)2020-10-162-56/+66
* mm/readahead: pass readahead_control to force_page_cache_raDavid Howells2020-10-162-12/+19
* mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells2020-10-161-12/+17
* mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)2020-10-162-19/+20
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-164-23/+20
* mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)2020-10-162-5/+8
* mm: fix a race during THP splittingHuang Ying2020-10-161-6/+7
* fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2020-10-162-27/+29
* fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-164-1/+10
* mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)2020-10-161-2/+1
* mm/page-writeback: support tail pages in wait_for_stable_pageMatthew Wilcox (Oracle)2020-10-161-0/+1
* mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)2020-10-161-3/+3
* mm/rmap: fix assumptions of THP sizeMatthew Wilcox (Oracle)2020-10-161-5/+5
* mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov2020-10-161-7/+8
* mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov2020-10-161-4/+5
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-164-7/+7
* mm/memory: remove page fault assumption of compound page sizeMatthew Wilcox (Oracle)2020-10-161-3/+4
* mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)2020-10-161-1/+1
* mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)2020-10-161-11/+31
* XArray: add xas_splitMatthew Wilcox (Oracle)2020-10-164-16/+225
* XArray: add xa_get_orderMatthew Wilcox (Oracle)2020-10-163-0/+70
* mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V2020-10-161-3/+8
* mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V2020-10-161-3/+6
* mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Aneesh Kumar K.V2020-10-161-51/+0
* mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesAneesh Kumar K.V2020-10-161-3/+4
* mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPAneesh Kumar K.V2020-10-161-3/+7
* mm/debug_vm_pgtable/locks: take correct page table lockAneesh Kumar K.V2020-10-161-13/+22
* mm/debug_vm_pgtable/locks: move non page table modifying test togetherAneesh Kumar K.V2020-10-161-23/+28
* mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Aneesh Kumar K.V2020-10-161-20/+15
* mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Aneesh Kumar K.V2020-10-161-2/+9
* mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Aneesh Kumar K.V2020-10-161-2/+12
* mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueAneesh Kumar K.V2020-10-161-3/+10
* powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V2020-10-163-16/+9
* powerpc/mm: add DEBUG_VM WARN for pmd_clearAneesh Kumar K.V2020-10-161-0/+14
* device-dax/kmem: fix resource releaseDan Williams2020-10-161-14/+34
* Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/...Linus Torvalds2020-10-155-28/+154
|\
| * kunit: tool: fix display of make errorsDaniel Latypov2020-10-091-6/+6
| * kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
| * kunit: tool: fix --alltests flagBrendan Higgins2020-09-232-5/+11
| * kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-313-6/+125
| * kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
* | Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-157-41/+135
|\ \
| * | doc: dev-tools: kselftest.rst: Update examples and pathsKees Cook2020-10-071-13/+22
| * | selftests/run_kselftest.sh: Make each test individually selectableKees Cook2020-10-071-6/+71
| * | selftests: Extract run_kselftest.sh and generate stand-alone test listKees Cook2020-10-073-22/+37
| * | selftests: Add missing gitignore entriesGabriel Krisman Bertazi2020-09-233-0/+5
| * | selftests: more general make nesting supportGreg Thelen2020-08-311-4/+4