summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-02mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusiveWei Yang
2020-06-02mm/swapfile.c: offset is only used when there is more slotsWei Yang
2020-06-02mm: swap: properly update readahead statistics in unuse_pte_range()Andrea Righi
2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai
2020-06-02mm/swapfile: use list_{prev,next}_entry() instead of open-codingchenqiwu
2020-06-02mm/gup.c: further document vma_permits_fault()Miles Chen
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard
2020-06-02mm/gup.c: update the documentationSouptick Joarder
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-06-02mm/page-writeback.c: remove unused variableChao Yu
2020-06-02mm/filemap.c: remove misleading commentMatthew Wilcox (Oracle)
2020-06-02mm_types.h: change set_page_private to inline functionGuoqing Jiang
2020-06-02mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang
2020-06-02buffer_head.h: remove attach_page_buffersGuoqing Jiang
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang
2020-06-02ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang
2020-06-02iomap: use attach/detach_page_privateGuoqing Jiang
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang
2020-06-02fs/buffer.c: use attach/detach_page_privateGuoqing Jiang
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)