summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-05-18mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin
2012-05-18kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas
2012-05-18percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-05-18percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo
2012-04-30mm: fix NULL ptr dereference in move_pagesSasha Levin
2012-04-30mm: fix NULL ptr dereference in migrate_pagesSasha Levin
2012-04-30mm: fix up the vmscan stat in vmstatYing Han
2012-04-30mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov
2012-04-30mm: memcg: move pc lookup point to commit_charge()Johannes Weiner
2012-04-30mm: nobootmem: Correct alloc_bootmem semantics.David Miller
2012-04-30mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins
2012-04-25kill mm argument of vm_munmap()Al Viro
2012-04-25VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-25VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-25VM: add "vm_brk()" helper functionLinus Torvalds
2012-04-25memblock: memblock should be able to handle zero length operationsTejun Heo
2012-04-25memcg: fix Bad page state after replace_page_cacheHugh Dickins
2012-04-18Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han
2012-04-18hugetlb: fix race condition in hugetlb_fault()Chris Metcalf
2012-04-18memcg: do not open code accesses to res_counter membersGlauber Costa
2012-04-18memcg: fix broken boolen expressionKirill A. Shutemov
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
2012-03-15memcg: free mem_cgroup by RCU to fix oopsHugh Dickins
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2012-03-06mm: fix find_vma_prevMikulas Patocka
2012-03-06mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi
2012-03-05mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-03-05memcg: fix deadlock by inverting lrucare nestingHugh Dickins
2012-03-05Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-05Merge commit 'v3.3-rc6' into android-3.3Colin Cross
2012-03-05flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro
2012-03-05VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro
2012-03-02Merge commit 'v3.3-rc5' into android-3.3Colin Cross
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Tejun Heo
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-21Merge commit 'v3.3-rc4' into android-3.3Colin Cross
2012-02-14ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz
2012-02-14mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-02-08mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman