Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-04mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-04mm: remove unncessary ret in page_referencedMinchan Kim
2017-05-04mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-04mm/compaction: ignore block suitable after check large free pageYisheng Xie
2017-05-04mm/sparse: refine usemap_size() a littleWei Yang
2017-05-04mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner
2017-05-04mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-04mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-04mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-04mm: do not use double negation for testing page flagsMinchan Kim
2017-05-04mm: remove rodata_test_data export, add pr_fmtKees Cook
2017-05-04mm: tighten up the fault path a littleMatthew Wilcox
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-04mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes
2017-05-04mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes
2017-05-04mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu
2017-05-04mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-05-04mm, swap: Fix a race in free_swap_and_cache()Huang Ying
2017-05-04mm: memcontrol: provide shmem statisticsJohannes Weiner
2017-05-04mm: enable MADV_FREE for swapless systemShaohua Li
2017-05-04mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li
2017-05-04mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-05-04mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-04mm/page-writeback.c: use setup_deferrable_timerGeliang Tang
2017-05-04mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner
2017-05-04Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-04mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-04mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-04mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-04mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner
2017-05-04mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-04mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-05-04mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-05-04slab: avoid IPIs when creating kmem cachesGreg Thelen
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-05-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-01mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro