summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-04lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+4
2017-05-04mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2017-05-04mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-04mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu1-3/+3
2017-05-04mm: use is_migrate_highatomic() to simplify the codeXishi Qiu3-9/+17
2017-05-04mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16
2017-05-04mm: memcontrol: provide shmem statisticsJohannes Weiner3-8/+26
2017-05-04proc: show MADV_FREE pages info in smapsShaohua Li2-1/+13
2017-05-04mm: enable MADV_FREE for swapless systemShaohua Li1-7/+1
2017-05-04mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim1-2/+6
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li5-39/+46
2017-05-04mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li6-28/+31
2017-05-04mm: don't assume anonymous pages have SwapBacked flagShaohua Li4-8/+7
2017-05-04mm: delete unnecessary TTU_* flagsShaohua Li4-22/+15
2017-05-04mm/page-writeback.c: use setup_deferrable_timerGeliang Tang1-3/+2
2017-05-04mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner1-9/+6
2017-05-04Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner1-18/+4
2017-05-04mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner5-41/+3
2017-05-04mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner1-57/+37
2017-05-04mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner1-14/+5
2017-05-04mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner1-3/+0
2017-05-04mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2017-05-04mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4
2017-05-04mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner5-23/+43
2017-05-04slab: avoid IPIs when creating kmem cachesGreg Thelen1-1/+6
2017-05-04fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-04ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-04fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-05-04blackfin: bf609: let clk_disable() return immediately if clk is NULLMasahiro Yamada1-0/+3
2017-05-04scripts/spelling.txt: add several more common spelling mistakesColin Ian King1-0/+25
2017-05-04lib/dma-debug.c: make locking work for RTPankaj Gupta1-6/+2
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-275/+232
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds95-1120/+3240
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds31-41/+39
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds30-359/+1547
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds30-1129/+2490
2017-05-03Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds73-3942/+11852
2017-05-03Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds79-1619/+7948
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1690-45253/+107963
2017-05-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds137-2480/+13710
2017-05-02Merge branch 'tipc-refactor-socket-receive-functions'David S. Miller1-144/+122
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-05-02Merge branch 'thunderx-xdp'David S. Miller6-124/+657
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham2-7/+51
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham2-17/+55
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham3-27/+160
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham3-25/+79
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham5-19/+199
2017-05-02net: thunderx: Cleanup receive buffer allocationSunil Goutham1-9/+9