summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia2020-06-021-6/+10
* kasan: fix clang compilation warning due to stack protectorAndrey Konovalov2020-06-021-8/+13
* mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-022-33/+0
* mm/vmalloc: track which page-table levels were modifiedJoerg Roedel2020-06-021-26/+69
* mm: remove vmalloc_user_node_flagsChristoph Hellwig2020-06-022-26/+8
* mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-9/+8
* mm: remove __vmalloc_node_flags_callerChristoph Hellwig2020-06-023-13/+5
* mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2020-06-022-15/+8
* mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig2020-06-021-21/+14
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-024-12/+11
* mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-021-1/+1
* mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-022-3/+3
* mm: remove unmap_vmap_areaChristoph Hellwig2020-06-021-9/+1
* mm: remove map_vm_rangeChristoph Hellwig2020-06-022-15/+10
* mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig2020-06-021-2/+2
* mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig2020-06-021-6/+5
* mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig2020-06-021-58/+40
* mm: pass addr as unsigned long to vb_freeChristoph Hellwig2020-06-021-9/+7
* mm: only allow page table mappings for built-in zsmallocChristoph Hellwig2020-06-022-3/+1
* 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