summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig
2020-06-02mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02gpu/drm: remove the powerpc hack in drm_legacy_sg_allocChristoph Hellwig
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02mm: remove unmap_vmap_areaChristoph Hellwig
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-02mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig
2020-06-02mm: rename vmap_page_range to map_kernel_rangeChristoph Hellwig
2020-06-02mm: remove vmap_page_range_noflush and vunmap_page_rangeChristoph Hellwig
2020-06-02mm: pass addr as unsigned long to vb_freeChristoph Hellwig
2020-06-02mm: only allow page table mappings for built-in zsmallocChristoph Hellwig
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig
2020-06-02mm: unexport unmap_kernel_range_noflushChristoph Hellwig
2020-06-02mm: remove __get_vm_areaChristoph Hellwig
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig
2020-06-02dma-mapping: use vmap insted of reimplementing itChristoph Hellwig
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig
2020-06-02staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig
2020-06-02x86: fix vmap arguments in map_irq_stackChristoph Hellwig
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig
2020-06-02mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang
2020-06-02mm/memory: remove unnecessary pte_devmap case in copy_one_pte()chenqiwu
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingHuang Ying
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price
2020-06-02memcg: fix memcg_kmem_bypass() for remote memcg chargingZefan Li
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski
2020-06-02mm/memcg: move penalty delay clamping out of calculate_high_delay()Jakub Kicinski
2020-06-02mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski
2020-06-02memcg: expose root cgroup's memory.statShakeel Butt
2020-06-02mm: memcontrol: simplify value comparison between count and limitKaixu Xia
2020-06-02mm, memcg: add workingset_restore in memory.statYafang Shao
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin
2020-06-02mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentRandy Dunlap
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying
2020-06-02mm/swapfile.c: use prandom_u32_max()Huang Ying
2020-06-02mm/swapfile.c: __swap_entry_free() always free 1 entryWei Yang
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang
2020-06-02swap: try to scan more free slots even when fragmentedHuang Ying
2020-06-02mm/swapfile.c: omit a duplicate code by compare tmp and max firstWei Yang
2020-06-02mm/swapfile.c: tmp is always smaller than maxWei Yang
2020-06-02mm/swapfile.c: found_free could be represented by (tmp < max)Wei Yang
2020-06-02mm/swapfile.c: remove the extra check in scan_swap_map_slots()Wei Yang
2020-06-02mm/swapfile.c: simplify the calculation of n_goalWei Yang
2020-06-02mm/swapfile.c: remove the unnecessary goto for SSD caseWei Yang