summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-201-2/+12
* mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko2016-10-071-1/+1
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-10-071-1/+2
* mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin2016-09-301-2/+2
* kasan: avoid overflowing quarantine size on low memory systemsAlexander Potapenko2016-09-301-2/+7
* mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-301-19/+0
* mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner2016-09-301-9/+22
* mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-302-1/+3
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-241-0/+17
* mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko2016-09-241-48/+2
* mm: silently skip readahead for DAX inodesRoss Zwisler2016-09-071-0/+9
* soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli2016-09-071-1/+6
* mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson2016-09-071-1/+5
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-201-0/+4
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-201-0/+19
* Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko2016-08-161-15/+3
* mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov2016-08-161-6/+18
* mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov2016-08-161-6/+38
* 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