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
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-04jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko
2017-05-04jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko
2017-05-04xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-04lockdep: allow to disable reclaim lockup detectionMichal Hocko
2017-05-04lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov
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-04proc: show MADV_FREE pages info in smapsShaohua Li
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-04fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang
2017-05-04ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi
2017-05-04fs/ocfs2/cluster: use setup_timerGeliang Tang
2017-05-04blackfin: bf609: let clk_disable() return immediately if clk is NULLMasahiro Yamada
2017-05-04scripts/spelling.txt: add several more common spelling mistakesColin Ian King
2017-05-04lib/dma-debug.c: make locking work for RTPankaj Gupta