summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warningsRoman Gushchin2021-01-082-13/+21
| * memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-01-081-43/+6
| * mm-cma-allocate-cma-areas-bottom-up-fix-3-fixAndrew Morton2021-01-081-1/+1
| * mm-cma-allocate-cma-areas-bottom-up-fix-3Roman Gushchin2021-01-081-1/+1
| * mm-cma-allocate-cma-areas-bottom-up-fix-2Roman Gushchin2021-01-081-0/+2
| * mm-cma-allocate-cma-areas-bottom-up-fixRoman Gushchin2021-01-081-2/+1
| * mm: cma: allocate cma areas bottom-upRoman Gushchin2021-01-081-0/+16
| * mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel2021-01-082-6/+18
| * mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel2021-01-081-0/+21
| * mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-01-083-6/+10
| * mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-01-083-39/+4
| * mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-01-084-20/+13
| * mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-01-083-6/+5
| * mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-01-083-38/+16
| * mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-01-084-15/+10
| * fix mm-add-and-use-find_lock_entries.patchMatthew Wilcox (Oracle)2021-01-081-0/+2
| * mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-01-084-97/+76
| * iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-01-082-119/+43
| * fix mm-filemap-add-mapping_seek_hole_data.patchMatthew Wilcox (Oracle)2021-01-081-1/+2
| * mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-01-083-70/+81
| * fix mm-filemap-add-helper-for-finding-pages.patchMatthew Wilcox (Oracle)2021-01-081-1/+0
| * mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)2021-01-081-55/+43
| * mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)2021-01-081-3/+4
| * mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-01-085-41/+13
| * mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)2021-01-081-3/+1
| * mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)2021-01-081-10/+1
| * mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)2021-01-081-5/+6
| * hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz2021-01-081-12/+1
| * mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-01-083-26/+17
| * mm: fix initialization of struct page for holes in memory layoutMike Rapoport2021-01-081-87/+65
| * mm: memblock: enforce overlap of memory.memblock and memory.reservedMike Rapoport2021-01-083-0/+32
| * mm/compaction: remove rcu_read_lock during page compactionAlex Shi2021-01-081-4/+1
| * mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi2021-01-083-39/+33
| * MIPS: do not call flush_tlb_all when setting pmd entryBibo Mao2021-01-082-2/+0
| * mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao2021-01-081-0/+2
| * mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()sh_def@163.com2021-01-081-1/+1
| * mm: improve mprotect(R|W) efficiency on pages referenced oncePeter Collingbourne2021-01-081-0/+6
| * mm/mmap.c: fix the adjusted length errorjianhong chen2021-01-081-14/+29
| * mm/mmap.c: replace if (cond) BUG() with BUG_ON()Alex Shi2021-01-081-14/+8
| * mm/mmap.c: remove unnecessary local variableAdrian Huang2021-01-081-3/+1
| * mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi2021-01-081-6/+0
| * mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi2021-01-081-4/+5
| * mm: memcontrol: make the slab calculation consistentMuchun Song2021-01-081-39/+66
| * mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-01-084-6/+8
| * mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-01-085-10/+15
| * mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-01-089-33/+12
| * mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-01-087-10/+14
| * mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-01-088-28/+44
| * mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song2021-01-081-4/+2
| * mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixesAndrew Morton2021-01-081-1/+1