summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-12-052-2/+12
|\
| * VM/Security: add security hook to do_brkEric Paris2007-12-061-0/+4
| * Security: round mmap hint address above mmap_min_addrEric Paris2007-12-062-0/+6
| * security: protect from stack expantion into low vm addressesEric Paris2007-12-061-2/+6
* | VM/Security: add security hook to do_brkEric Paris2007-12-051-0/+4
* | SLUB's ksize() fails for size > 2048Vegard Nossum2007-12-051-1/+5
* | mm: fix XIP file writesNick Piggin2007-12-051-1/+1
* | Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-052-0/+2
* | mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_initDenis Cheng2007-12-051-2/+2
|/
* Fix kmem_cache_free performance regression in slabMatthew Wilcox2007-11-301-2/+2
* memory hotplug fix: fix section mismatch in vmammap_allock_block()KAMEZAWA Hiroyuki2007-11-291-1/+11
* Fix boot problem with iSeries lacking hugepage supportMel Gorman2007-11-291-2/+21
* prep_zero_page: remove bogus BUG_ONHugh Dickins2007-11-281-1/+0
* tmpfs: restore missing clear_highpageHugh Dickins2007-11-281-2/+3
* [S390] Optimize storage key handling for anonymous pagesChristian Borntraeger2007-11-201-4/+5
* dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds2007-11-151-8/+0
* slob: fix memory corruptionNick Piggin2007-11-151-1/+2
* Swap delay accounting, include lock_page() delaysBalbir Singh2007-11-141-1/+1
* vmstat: fix section mismatch warningRandy Dunlap2007-11-141-1/+1
* fix mm/util.c:krealloc()Adrian Bunk2007-11-141-2/+2
* hugetlb: fix i_blocks accountingKen Chen2007-11-141-0/+10
* mm/hugetlb.c: make a function staticAdrian Bunk2007-11-141-1/+1
* hugetlb: enforce quotas during reservation for shared mappingsAdam Litke2007-11-141-10/+13
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-141-2/+2
* hugetlb: debit quota in alloc_huge_pageAdam Litke2007-11-141-12/+12
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-141-3/+10
* hugetlb: split alloc_huge_page into private and shared componentsAdam Litke2007-11-141-19/+27
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-142-3/+4
* Add IORESOUCE_BUSY flag for System RAMYasunori Goto2007-11-141-1/+1
* mm: speed up writeback ramp-up on clean systemsPeter Zijlstra2007-11-141-2/+17
* memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki2007-11-142-5/+5
* Migration: find correct vma in new_vma_page()Lee Schermerhorn2007-11-142-5/+23
* slab: fix typo in allocation failure handlingAkinobu Mita2007-11-141-1/+1
* Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds2007-11-121-20/+0
* SLUB: killed the unused "end" variableDenis Cheng2007-11-121-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2007-11-051-1/+0
|\
| * unexport access_process_vmAdrian Bunk2007-11-051-1/+0
* | SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter2007-11-051-19/+1
|/
* Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
* fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins2007-10-301-0/+15
* mm/sparse-vmemmap.c: make sure init_mm is includedGlauber de Oliveira Costa2007-10-301-0/+1
* Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-11/+0
* NOMMU: mm/nommu.c needs linux/module.hDavid Howells2007-10-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-0/+1
|\
| * Fix a build error when BLOCK=nEmil Medve2007-10-291-0/+1
* | missing atomic_read_long() in slub.cAl Viro2007-10-291-1/+1
|/
* fix mprotect vma_wants_writenotify protHugh Dickins2007-10-232-3/+2
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* shmem: new export opsChristoph Hellwig2007-10-221-22/+13