summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner2020-06-031-36/+0
* mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-3/+1
* mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner2020-06-031-2/+3
* mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner2020-06-031-0/+10
* mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner2020-06-031-4/+2
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-14/+8
* mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim2020-06-031-0/+1
* mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)2020-06-031-2/+2
* mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-0/+5
* mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-0/+9
* arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2020-06-031-1/+1
* hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-1/+0
* hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-0/+1
* khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov2020-06-031-1/+2
* mm: make deferred init's max threads arch-specificDaniel Jordan2020-06-031-0/+3
* padata: add basic support for multithreaded jobsDaniel Jordan2020-06-031-0/+29
* padata: allocate work structures for parallel jobs from a poolDaniel Jordan2020-06-031-7/+1
* padata: initialize earlierDaniel Jordan2020-06-031-0/+6
* mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-06-031-0/+2
* mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual2020-06-031-1/+1
* mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-06-031-1/+1
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-034-24/+33
* mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-06-031-4/+0
* mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-6/+3
* mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-0/+1
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-4/+3
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-033-16/+6
* mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-032-11/+2
* mm: clarify __GFP_MEMALLOC usageMichal Hocko2020-06-031-0/+5
* string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens2020-06-031-12/+48
* mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-031-0/+2
* mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-031-0/+1
* Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-025-11/+13
|\
| * fs: remove dio_end_io()Goldwyn Rodrigues2020-05-281-2/+0
| * iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2020-05-251-0/+2
| * fs: export generic_file_buffered_read()Goldwyn Rodrigues2020-05-251-0/+2
| * btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-251-0/+1
| * btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba2020-05-251-9/+0
| * block: add bio_for_each_bvec_all()Omar Sandoval2020-05-251-0/+8
* | Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-022-1/+8
|\ \
| * | fs: Introduce DCACHE_DONTCACHEIra Weiny2020-05-132-0/+3
| * | fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-1/+5
* | | Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-022-6/+2
|\| |
| * | fs/stat: Define DAX statx attributeIra Weiny2020-05-041-0/+1
| * | fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny2020-05-041-6/+1