aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-111-1/+6
* mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman2013-05-071-0/+15
* swap: redirty page if page write fails on swap fileJerome Marchand2013-05-071-0/+2
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-2/+2
* 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
* x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen2013-04-161-0/+1
* 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/mempolicy.c: fix wrong sp_node insertionHillf Danton2013-03-141-1/+1
* mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2013-03-031-0/+27
* 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: fix pageblock bitmap allocationLinus Torvalds2013-02-181-6/+9
* mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski2013-02-121-0/+4
* memcg: fix kmemcg registration for late cachesGlauber Costa2013-02-121-1/+3
* mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer2013-02-121-3/+3
* mm: fix wrong comments about anon_vma lockYuanhan Liu2013-02-051-1/+1
* mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu2013-02-052-1/+4
* thp: avoid dumping huge zero pageKirill A. Shutemov2013-02-051-0/+4
* mm: compaction: partially revert capture of suitable high-order pageMel Gorman2013-01-113-107/+21
* mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman2013-01-111-2/+13
* mm: mmap: annotate vm_lock_anon_vma locking properly for lockdepJiri Kosina2013-01-111-1/+1
* mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov2013-01-111-6/+18
* mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott2013-01-111-1/+1
* mm: compaction: fix echo 1 > compact_memory return error issueJason Liu2013-01-111-4/+2
* mm: memblock: fix wrong memmove size in memblock_merge_regions()Lin Feng2013-01-111-1/+2
* mm: migrate: check page_count of THP before migratingMel Gorman2013-01-111-1/+13
* mm: reinstante dropped pmd_trans_splitting() checkLinus Torvalds2013-01-091-0/+8
* mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-041-0/+5
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-042-51/+2
* MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman2013-01-031-2/+2
* mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-021-20/+48
* mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-022-6/+4
* tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins2013-01-021-38/+26
* mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic2012-12-281-1/+1
* mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic2012-12-231-60/+45
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-205-17/+65
|\
| * memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo2012-12-201-1/+13
| * mm: clean up transparent hugepage sysfs error messagesJeremy Eder2012-12-201-3/+3
| * mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-201-2/+9
| * mm: fix calculation of dirtyable memorySonny Rao2012-12-201-5/+20
| * compaction: fix build error in CMA && !COMPACTIONMinchan Kim2012-12-201-6/+20
* | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-203-14/+15
|\|
| * Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-201-0/+1
| |\
| | * mm: highmem: export kmap_to_page for modulesWill Deacon2012-10-221-0/+1
| * | ksm: make rmap walks more scalableHugh Dickins2012-12-201-8/+8
| * | mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic2012-12-201-6/+6