summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* microblaze: switch to generic version of pte allocationMike Rapoport2019-09-241-36/+3
* sh: switch to generic version of pte allocationMike Rapoport2019-09-241-33/+1
* ia64: switch to generic version of pte allocationMike Rapoport2019-09-241-30/+2
* mm: remove quicklist page table cachesNicholas Piggin2019-09-2439-395/+25
* mm: release the spinlock on zap_pte_rangeMinchan Kim2019-09-241-2/+8
* mm: remove redundant assignment of entryWei Yang2019-09-241-1/+0
* net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+1
* drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+2
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-247-92/+58
* mm: vmscan: do not share cgroup iteration between reclaimersJohannes Weiner2019-09-241-20/+2
* mm: memcontrol: switch to rcu protection in drain_all_stock()Roman Gushchin2019-09-241-8/+9
* mm, memcg: throttle allocators when failing reclaim over memory.highChris Down2019-09-241-1/+125
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-248-96/+95
* mm/filemap.c: rewrite mapping_needs_writeback in less fancy mannerKonstantin Khlebnikov2019-09-241-2/+5
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-09-241-1/+2
* mm, page_owner, debug_pagealloc: save and dump freeing stack traceVlastimil Babka2019-09-243-14/+45
* mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-242-10/+25
* mm, page_owner: record page owner for each subpageVlastimil Babka2019-09-241-12/+28
* mm: replace list_move_tail() with add_page_to_lru_list_tail()Yu Zhao2019-09-241-8/+6
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-2418-25/+30
* mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-243-9/+12
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-2417-38/+35
* mm/rmap.c: remove set but not used variable 'cstart'YueHaibing2019-09-241-3/+1
* mm/page_poison.c: fix a typo in a commentChristophe JAILLET2019-09-241-1/+1
* lib/test_kasan.c: add roundtrip testsMark Rutland2019-09-241-0/+41
* kasan: add memory corruption identification for software tag-based modeWalter Wu2019-09-245-13/+99
* mm/kmemleak: increase the max mem pool to 1MQian Cai2019-09-241-1/+1
* mm/kmemleak.c: record the current memory pool sizeQian Cai2019-09-241-1/+2
* mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-243-245/+33
* mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas2019-09-241-2/+52
* mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas2019-09-241-6/+10
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-09-241-1/+1
* mm/slub.c: fix -Wunused-function compiler warningsQian Cai2019-09-241-0/+2
* mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-242-62/+63
* mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long2019-09-244-5/+48
* ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-241-1/+1
* ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-241-0/+15
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-241-4/+19
* ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-242-7/+3
* fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-241-2/+1
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-241-2/+0
* ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-241-2/+1
* ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-241-28/+0
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-249-180/+61
* jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-243-16/+0
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-244-11/+28
* kbuild: clean compressed initramfs imageGreg Thelen2019-09-241-0/+3
* z3fold: fix retry mechanism in page reclaimVitaly Wool2019-09-241-15/+34
* mm: add dummy can_do_mlock() helperArnd Bergmann2019-09-241-0/+4