summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: do not use double negation for testing page flagsMinchan Kim2017-05-041-2/+2
* mm: remove rodata_test_data export, add pr_fmtKees Cook2017-05-042-9/+9
* mm: tighten up the fault path a littleMatthew Wilcox2017-05-041-8/+8
* jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko2017-05-041-0/+9
* jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-042-0/+14
* xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2017-05-042-10/+10
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-047-19/+47
* xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-046-13/+15
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-043-1/+15
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-05-041-1/+4
* mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2017-05-041-7/+13
* mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes2017-05-041-10/+17
* mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu2017-05-041-3/+3
* mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-043-9/+17
* mm, swap: Fix a race in free_swap_and_cache()Huang Ying2017-05-041-9/+16
* mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-043-8/+26
* proc: show MADV_FREE pages info in smapsShaohua Li2017-05-042-1/+13
* mm: enable MADV_FREE for swapless systemShaohua Li2017-05-041-7/+1
* mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim2017-05-041-2/+6
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-045-39/+46
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-046-28/+31
* mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-044-8/+7
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-044-22/+15
* mm/page-writeback.c: use setup_deferrable_timerGeliang Tang2017-05-041-3/+2
* mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner2017-05-041-9/+6
* Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-041-18/+4
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-045-41/+3
* mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-041-57/+37
* mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner2017-05-041-14/+5
* mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner2017-05-041-3/+0
* mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner2017-05-041-1/+1
* mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2017-05-041-2/+4
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-045-23/+43
* slab: avoid IPIs when creating kmem cachesGreg Thelen2017-05-041-1/+6
* fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang2017-05-041-1/+1
* ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-05-041-4/+4
* fs/ocfs2/cluster: use setup_timerGeliang Tang2017-05-041-3/+2
* blackfin: bf609: let clk_disable() return immediately if clk is NULLMasahiro Yamada2017-05-041-0/+3
* scripts/spelling.txt: add several more common spelling mistakesColin Ian King2017-05-041-0/+25
* lib/dma-debug.c: make locking work for RTPankaj Gupta2017-05-041-6/+2
* Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-0310-275/+232
|\
| * audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-021-57/+100
| * audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-021-49/+17
| * audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-024-11/+11
| * audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-022-28/+58
| * audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-024-29/+14
| * audit: combine audit_receive() and audit_receive_skb()Paul Moore2017-05-021-11/+8
| * audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
| * audit: normalize NETFILTER_PKTRichard Guy Briggs2017-05-021-97/+27