aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm: remove __get_vm_areaChristoph Hellwig4-12/+4
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig3-65/+21
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig4-48/+54
2020-06-02dma-mapping: use vmap insted of reimplementing itChristoph Hellwig1-36/+12
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig2-25/+9
2020-06-02staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig1-2/+2
2020-06-02x86: fix vmap arguments in map_irq_stackChristoph Hellwig1-1/+1
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2-3/+1
2020-06-02mm, memory_failure: don't send BUS_MCEERR_AO for action required errorWetp Zhang1-6/+9
2020-06-02mm/memory: remove unnecessary pte_devmap case in copy_one_pte()chenqiwu1-2/+0
2020-06-02/proc/PID/smaps: Add PMD migration entry parsingHuang Ying1-5/+11
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price4-4/+4
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price3-14/+37
2020-06-02memcg: fix memcg_kmem_bypass() for remote memcg chargingZefan Li1-1/+6
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski3-7/+102
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski3-11/+19
2020-06-02mm/memcg: move penalty delay clamping out of calculate_high_delay()Jakub Kicinski1-8/+8
2020-06-02mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski1-27/+35
2020-06-02memcg: expose root cgroup's memory.statShakeel Butt1-1/+0
2020-06-02mm: memcontrol: simplify value comparison between count and limitKaixu Xia1-1/+1
2020-06-02mm, memcg: add workingset_restore in memory.statYafang Shao2-0/+6
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin1-1/+0
2020-06-02mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignmentRandy Dunlap1-4/+8
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying2-5/+57
2020-06-02mm/swapfile.c: use prandom_u32_max()Huang Ying1-1/+1
2020-06-02mm/swapfile.c: __swap_entry_free() always free 1 entryWei Yang1-4/+5
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang1-5/+10
2020-06-02swap: try to scan more free slots even when fragmentedHuang Ying1-0/+22
2020-06-02mm/swapfile.c: omit a duplicate code by compare tmp and max firstWei Yang1-10/+8
2020-06-02mm/swapfile.c: tmp is always smaller than maxWei Yang1-1/+1
2020-06-02mm/swapfile.c: found_free could be represented by (tmp < max)Wei Yang1-8/+3
2020-06-02mm/swapfile.c: remove the extra check in scan_swap_map_slots()Wei Yang1-3/+0
2020-06-02mm/swapfile.c: simplify the calculation of n_goalWei Yang1-5/+1
2020-06-02mm/swapfile.c: remove the unnecessary goto for SSD caseWei Yang1-5/+1
2020-06-02mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusiveWei Yang1-7/+3
2020-06-02mm/swapfile.c: offset is only used when there is more slotsWei Yang1-3/+1
2020-06-02mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi1-4/+8
2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai1-2/+3
2020-06-02mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu1-10/+6
2020-06-02mm/gup.c: further document vma_permits_fault()Miles Chen1-1/+2
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard3-26/+14
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2-0/+19
2020-06-02mm/gup.c: update the documentationSouptick Joarder1-18/+39
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown12-36/+28
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown6-17/+44
2020-06-02mm/page-writeback.c: remove unused variableChao Yu1-3/+1
2020-06-02mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)1-1/+0
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang1-1/+5
2020-06-02mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang1-6/+1
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang1-8/+0