summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-4/+6
|\
| * block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-07-261-1/+3
|\ \
| * | s390/mm: add support for 2GB hugepagesGerald Schaefer2016-07-061-1/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-251-0/+10
|\ \ \
| * | | x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-0/+10
* | | | mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-07-232-9/+77
* | | | mm: workingset: printk missing log level, use pr_info()Anton Blanchard2016-07-151-1/+1
* | | | mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins2016-07-153-9/+5
* | | | mm: rmap: call page_check_address() with sync enabled to avoid racy checkNaoya Horiguchi2016-07-151-1/+2
* | | | mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi2016-07-151-19/+12
* | | | mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman2016-07-151-1/+3
* | | | mm, meminit: always return a valid node from early_pfn_to_nidMel Gorman2016-07-151-1/+1
* | | | kasan/quarantine: fix bugs on qlist_move_cache()Joonsoo Kim2016-07-151-18/+11
* | | | madvise_free, thp: fix madvise_free_huge_pmd return value after splittingHuang Ying2016-07-151-6/+1
* | | | mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes2016-07-151-22/+14
* | | | tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-101-3/+5
|/ / /
* | | mm/page_owner: avoid null pointer dereferenceSudip Mukherjee2016-06-241-2/+4
* | | mm, compaction: abort free scanner if split failsDavid Rientjes2016-06-241-18/+21
* | | mm: prevent KASAN false positives in kmemleakDmitry Vyukov2016-06-241-0/+2
* | | mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer2016-06-241-0/+1
* | | mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba2016-06-241-6/+5
* | | memcg: css_alloc should return an ERR_PTR value on errorTejun Heo2016-06-241-1/+1
* | | memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo2016-06-241-2/+3
* | | hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-06-241-2/+1
* | | Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov2016-06-241-8/+0
* | | Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-242-19/+6
* | | mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman2016-06-241-1/+2
* | | mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin2016-06-242-11/+7
* | | tmpfs: don't undo fallocate past its last pageAnthony Romano2016-06-241-1/+1
* | | oom_reaper: avoid pointless atomic_inc_not_zero usage.Tetsuo Handa2016-06-241-7/+1
* | | mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero()Tetsuo Handa2016-06-241-0/+1
* | | mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-06-231-0/+2
* | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-131-29/+44
|\ \ \ | |/ / |/| |
| * | percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo2016-05-251-8/+8
| * | percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo2016-05-251-21/+36
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-06-111-9/+12
|\ \ \
| * | | writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo2016-05-301-9/+12
* | | | mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEEDOleg Drokin2016-06-091-0/+11
* | | | mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui2016-06-091-1/+19
* | | | mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer2016-06-091-1/+4
* | | | revert "mm: memcontrol: fix possible css ref leak on oom"Andrew Morton2016-06-091-1/+1
* | | | kasan: change memory hot-add error messages to info messagesShuah Khan2016-06-091-2/+2
* | | | mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz2016-06-091-2/+40
| |_|/ |/| |
* | | mm, page_alloc: recalculate the preferred zoneref if the context can ignore m...Mel Gorman2016-06-031-7/+16
* | | mm, page_alloc: reset zonelist iterator after resetting fair zone allocation ...Mel Gorman2016-06-031-0/+1
* | | mm, oom_reaper: do not use siglock in try_oom_reaper()Michal Hocko2016-06-031-6/+1
* | | mm, page_alloc: prevent infinite loop in buffered_rmqueue()Vlastimil Babka2016-06-031-4/+5
* | | mm/z3fold.c: avoid modifying HEADLESS page and minor cleanupVitaly Wool2016-06-031-10/+14
OpenPOWER on IntegriCloud