summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman2017-05-031-9/+11
* | mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel2017-05-031-4/+10
* | mm: do not use double negation for testing page flagsMinchan Kim2017-05-031-2/+2
* | mm: remove rodata_test_data export, add pr_fmtKees Cook2017-05-031-8/+9
* | mm: tighten up the fault path a littleMatthew Wilcox2017-05-031-8/+8
* | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-032-7/+9
* | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2017-05-031-7/+13
* | mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes2017-05-031-10/+17
* | mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu2017-05-031-3/+3
* | mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-032-8/+16
* | mm, swap: Fix a race in free_swap_and_cache()Huang Ying2017-05-031-9/+16
* | mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-031-8/+20
* | mm: enable MADV_FREE for swapless systemShaohua Li2017-05-031-7/+1
* | mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim2017-05-031-2/+6
* | mm: reclaim MADV_FREE pagesShaohua Li2017-05-034-38/+45
* | mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-034-26/+29
* | mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-034-8/+7
* | mm: delete unnecessary TTU_* flagsShaohua Li2017-05-033-9/+6
* | mm/page-writeback.c: use setup_deferrable_timerGeliang Tang2017-05-031-3/+2
* | mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner2017-05-031-9/+6
* | Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-031-18/+4
* | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-034-40/+3
* | mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-031-57/+37
* | mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner2017-05-031-14/+5
* | mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner2017-05-031-3/+0
* | mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner2017-05-031-1/+1
* | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2017-05-031-2/+4
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-034-23/+41
* | slab: avoid IPIs when creating kmem cachesGreg Thelen2017-05-031-1/+6
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-8/+7
|\ \
| * | generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-211-4/+4
| * | generic_file_direct_write(): make use of iov_iter_revert()Al Viro2017-04-211-4/+3
* | | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-021-18/+1
|\ \ \
| * | | mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott2017-04-051-11/+0
| * | | usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-041-7/+1
* | | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-023-10/+13
|\ \ \ \
| * | | | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-023-10/+13
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-012-18/+140
|\ \ \ \ \
| * | | | | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-0/+10
| * | | | | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-232-6/+6
| * | | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0312-21/+61
| |\ \ \ \ \
| * | | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-182-6/+6
| * | | | | | mm/gup: Provide callback to check if __GUP_fast() is allowed for the rangeKirill A. Shutemov2017-03-181-3/+21
| * | | | | | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-181-2/+85
| * | | | | | mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()Kirill A. Shutemov2017-03-181-0/+5
| * | | | | | mm/gup: Move page table entry dereference into helper functionKirill A. Shutemov2017-03-181-8/+12
| * | | | | | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-181-5/+10
| * | | | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-3/+0
| * | | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-4/+0
| * | | | | | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-173-6/+8
| |\ \ \ \ \ \