summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-024-7/+7
* mm: unexport unmap_kernel_range_noflushChristoph Hellwig2020-06-021-1/+0
* mm: remove __get_vm_areaChristoph Hellwig2020-06-024-12/+4
* powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-023-65/+21
* powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-024-48/+54
* dma-mapping: use vmap insted of reimplementing itChristoph Hellwig2020-06-021-36/+12
* staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig2020-06-022-25/+9
* staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig2020-06-021-2/+2
* x86: fix vmap arguments in map_irq_stackChristoph Hellwig2020-06-021-1/+1
* x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-022-3/+1
* 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
* /proc/PID/smaps: Add PMD migration entry parsingHuang Ying2020-06-021-5/+11
* mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-024-4/+4
* x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-023-14/+37
* 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-023-7/+102
* mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2020-06-023-11/+19
* 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-022-0/+6
* include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin2020-06-021-1/+0
* 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-022-5/+57
* 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
* mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang2020-06-021-5/+10
* 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
* ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-023-26/+14
* mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-022-0/+19
* mm/gup.c: update the documentationSouptick Joarder2020-06-021-18/+39
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-0212-36/+28
* mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-026-17/+44
* 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