summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-10-071-1/+2
* mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-301-19/+0
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-09-151-26/+1
* hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-09-071-2/+1
* 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
* 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-4/+33
* mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-08-162-20/+75
* mm, meminit: ensure node is online before checking whether pages are uninitia...Mel Gorman2016-08-101-1/+3
* mm, meminit: always return a valid node from early_pfn_to_nidMel Gorman2016-08-101-1/+1
* mm, compaction: prevent VM_BUG_ON when terminating freeing scannerDavid Rientjes2016-08-101-22/+14
* mm, compaction: abort free scanner if split failsDavid Rientjes2016-08-101-18/+21
* mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman2016-08-101-1/+2
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-271-3/+5
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-07-271-1/+1
* percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo2016-07-271-8/+8
* percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo2016-07-271-21/+36
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-07-271-0/+2
* writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo2016-07-271-9/+12
* memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo2016-06-241-0/+3
* mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2016-06-071-1/+1
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-181-2/+5
* writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran2016-05-111-2/+4
* mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-05-111-1/+1
* mm/zswap: provide unique zpool nameDan Streetman2016-05-111-1/+7
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-111-9/+1
* mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-05-041-1/+7
* mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim2016-05-041-1/+1
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-0/+40
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-05-041-4/+2
* memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-05-041-18/+19
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-05-041-11/+11
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-04-201-4/+4
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-04-121-13/+33
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-04-121-4/+34
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-04-121-0/+6
* make sure that freeing shmem fast symlinks is RCU-delayedAl Viro2016-03-031-5/+4
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-03-031-2/+2
* mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-03-031-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-03-031-2/+12
* mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta2016-02-251-1/+3
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-251-5/+6
* mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-251-5/+29
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-251-30/+25
* mm: fix mlock accoutingKirill A. Shutemov2016-02-251-1/+1
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-251-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-251-1/+1
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-171-1/+1
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2016-02-171-1/+13