summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+47
* hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-251-1/+11
* mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-122-2/+2
* mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li2013-03-281-2/+6
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-141-8/+0
* mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman2013-02-281-2/+16
* tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-02-281-2/+8
* mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt2013-02-281-40/+42
* mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli2013-02-281-3/+3
* mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg2013-02-281-25/+48
* mm: fix pageblock bitmap allocationLinus Torvalds2013-02-281-6/+9
* thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2013-01-172-3/+18
* mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott2013-01-171-1/+1
* mm: compaction: fix echo 1 > compact_memory return error issueJason Liu2013-01-171-4/+2
* mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-111-0/+5
* tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins2013-01-111-38/+26
* mm: fix calculation of dirtyable memorySonny Rao2013-01-111-5/+20
* mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski2012-12-171-24/+7
* tmpfs: fix shared mempolicy leakMel Gorman2012-12-172-32/+16
* mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi2012-12-101-0/+8
* mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu2012-12-101-6/+4
* tmpfs: change final i_blocks BUG to WARNINGHugh Dickins2012-11-261-1/+1
* memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2012-11-261-6/+15
* mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi2012-11-261-0/+2
* mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara2012-10-311-5/+15
* x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-311-0/+24
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-2/+4
* mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman2012-10-131-1/+11
* mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro2012-10-131-6/+9
* mempolicy: fix a race in shared_policy_replace()Mel Gorman2012-10-131-21/+16
* mempolicy: remove mempolicy sharingKOSAKI Motohiro2012-10-131-14/+38
* revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy link...KOSAKI Motohiro2012-10-131-17/+24
* mm: fix invalidate_complete_page2() lock orderingHugh Dickins2012-10-131-1/+2
* hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko2012-10-131-1/+2
* slab: fix the DEADLOCK issue on l3 alien lockMichael Wang2012-10-131-3/+3
* mm: avoid swapping out with swappiness==0Satoru Moriya2012-10-021-3/+3
* mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-10-021-2/+6
* memory hotplug: fix section info double registration bugqiuxishi2012-10-021-6/+10
* mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-10-021-1/+1
* Remove user-triggerable BUG from mpol_to_strDave Jones2012-09-141-1/+1
* mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-151-2/+23
* mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong2012-08-151-22/+23
* mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim2012-08-151-3/+3
* x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-08-091-6/+8
* mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-07-291-1/+4
* memblock: free allocated memblock_reserved_regions laterYinghai Lu2012-07-162-43/+46
* mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-161-1/+4
* memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-161-2/+5
* mm: Hold a file reference in madvise_removeAndy Lutomirski2012-07-161-3/+13
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-161-1/+2