summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpu/drm: remove the powerpc hack in drm_legacy_sg_allocChristoph Hellwig2020-06-021-10/+1
* mm: enforce that vmap can't map pages executableChristoph Hellwig2020-06-024-1/+14
* mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-028-12/+9
* mm: remove unmap_vmap_areaChristoph Hellwig2020-06-021-9/+1
* mm: remove map_vm_rangeChristoph Hellwig2020-06-025-24/+16
* 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-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