summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-022-5/+5
| * | | | | | | | | mm: unexport unmap_kernel_range_noflushChristoph Hellwig2020-06-021-1/+0
| * | | | | | | | | mm: remove __get_vm_areaChristoph Hellwig2020-06-021-8/+0
| * | | | | | | | | mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang2020-06-021-6/+9
| * | | | | | | | | mm/memory: remove unnecessary pte_devmap case in copy_one_pte()chenqiwu2020-06-021-2/+0
| * | | | | | | | | x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-1/+16
| * | | | | | | | | memcg: fix memcg_kmem_bypass() for remote memcg chargingZefan Li2020-06-021-1/+6
| * | | | | | | | | mm/memcg: automatically penalize tasks with high swap useJakub Kicinski2020-06-021-7/+81
| * | | | | | | | | mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2020-06-021-8/+11
| * | | | | | | | | mm/memcg: move penalty delay clamping out of calculate_high_delay()Jakub Kicinski2020-06-021-8/+8
| * | | | | | | | | mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski2020-06-021-27/+35
| * | | | | | | | | memcg: expose root cgroup's memory.statShakeel Butt2020-06-021-1/+0
| * | | | | | | | | mm: memcontrol: simplify value comparison between count and limitKaixu Xia2020-06-021-1/+1
| * | | | | | | | | mm, memcg: add workingset_restore in memory.statYafang Shao2020-06-021-0/+2
| * | | | | | | | | mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentRandy Dunlap2020-06-021-4/+8
| * | | | | | | | | swap: reduce lock contention on swap cache from swap slots allocationHuang Ying2020-06-021-5/+56
| * | | | | | | | | mm/swapfile.c: use prandom_u32_max()Huang Ying2020-06-021-1/+1
| * | | | | | | | | mm/swapfile.c: __swap_entry_free() always free 1 entryWei Yang2020-06-021-4/+5
| * | | | | | | | | swap: try to scan more free slots even when fragmentedHuang Ying2020-06-021-0/+22
| * | | | | | | | | mm/swapfile.c: omit a duplicate code by compare tmp and max firstWei Yang2020-06-021-10/+8
| * | | | | | | | | mm/swapfile.c: tmp is always smaller than maxWei Yang2020-06-021-1/+1
| * | | | | | | | | mm/swapfile.c: found_free could be represented by (tmp < max)Wei Yang2020-06-021-8/+3
| * | | | | | | | | mm/swapfile.c: remove the extra check in scan_swap_map_slots()Wei Yang2020-06-021-3/+0
| * | | | | | | | | mm/swapfile.c: simplify the calculation of n_goalWei Yang2020-06-021-5/+1
| * | | | | | | | | mm/swapfile.c: remove the unnecessary goto for SSD caseWei Yang2020-06-021-5/+1
| * | | | | | | | | mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusiveWei Yang2020-06-021-7/+3
| * | | | | | | | | mm/swapfile.c: offset is only used when there is more slotsWei Yang2020-06-021-3/+1
| * | | | | | | | | mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi2020-06-021-4/+8
| * | | | | | | | | mm/swap_state: fix a data race in swapin_nr_pagesQian Cai2020-06-021-2/+3
| * | | | | | | | | mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu2020-06-021-10/+6
| * | | | | | | | | mm/gup.c: further document vma_permits_fault()Miles Chen2020-06-021-1/+2
| * | | | | | | | | mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-021-0/+17
| * | | | | | | | | mm/gup.c: update the documentationSouptick Joarder2020-06-021-18/+39
| * | | | | | | | | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-024-20/+14
| * | | | | | | | | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-022-10/+35
| * | | | | | | | | mm/page-writeback.c: remove unused variableChao Yu2020-06-021-3/+1
| * | | | | | | | | mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)2020-06-021-1/+0
| * | | | | | | | | mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang2020-06-021-6/+1
| * | | | | | | | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-1/+1
| * | | | | | | | | mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)2020-06-021-0/+14
| * | | | | | | | | mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)2020-06-021-3/+6
| * | | | | | | | | mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-21/+47
| * | | | | | | | | mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)2020-06-021-6/+8
| * | | | | | | | | mm: add readahead address space operationMatthew Wilcox (Oracle)2020-06-021-2/+10
| * | | | | | | | | mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)2020-06-021-18/+28
| * | | | | | | | | mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)2020-06-021-5/+3
| * | | | | | | | | mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)2020-06-021-4/+4
| * | | | | | | | | mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)2020-06-021-44/+42
| * | | | | | | | | mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)2020-06-021-14/+19
| * | | | | | | | | mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)2020-06-021-5/+7