summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-10-13mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman1-1/+11
2012-10-13mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro1-6/+9
2012-10-13mempolicy: fix a race in shared_policy_replace()Mel Gorman1-21/+16
2012-10-13mempolicy: remove mempolicy sharingKOSAKI Motohiro1-14/+38
2012-10-13revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy link...KOSAKI Motohiro1-17/+24
2012-10-13mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2012-10-13hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-10-13slab: fix the DEADLOCK issue on l3 alien lockMichael Wang1-3/+3
2012-10-02memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-10-02mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-14uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-3/+2
2012-09-14Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-08-15mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-2/+23
2012-08-15mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2012-08-15mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7
2012-08-15mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim1-3/+3
2012-08-15memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-08-15memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-08-09x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck1-6/+8
2012-07-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-1/+8
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu1-0/+4
2012-07-17Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-1/+6
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu2-43/+46
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu3-7/+15
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-07-06mm: cma: don't replace lowmem pages with highmemRabin Vincent1-1/+6
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes1-1/+1
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li6-13/+11
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+20
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd1-0/+20
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1