aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2007-11-30Fix kmem_cache_free performance regression in slabMatthew Wilcox
2007-11-29memory hotplug fix: fix section mismatch in vmammap_allock_block()KAMEZAWA Hiroyuki
2007-11-29Fix boot problem with iSeries lacking hugepage supportMel Gorman
2007-11-28prep_zero_page: remove bogus BUG_ONHugh Dickins
2007-11-28tmpfs: restore missing clear_highpageHugh Dickins
2007-11-20[S390] Optimize storage key handling for anonymous pagesChristian Borntraeger
2007-11-15dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds
2007-11-15slob: fix memory corruptionNick Piggin
2007-11-14Swap delay accounting, include lock_page() delaysBalbir Singh
2007-11-14vmstat: fix section mismatch warningRandy Dunlap
2007-11-14fix mm/util.c:krealloc()Adrian Bunk
2007-11-14hugetlb: fix i_blocks accountingKen Chen
2007-11-14mm/hugetlb.c: make a function staticAdrian Bunk
2007-11-14hugetlb: enforce quotas during reservation for shared mappingsAdam Litke
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke
2007-11-14hugetlb: debit quota in alloc_huge_pageAdam Litke
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke
2007-11-14hugetlb: split alloc_huge_page into private and shared componentsAdam Litke
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto
2007-11-14mm: speed up writeback ramp-up on clean systemsPeter Zijlstra
2007-11-14memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn
2007-11-14slab: fix typo in allocation failure handlingAkinobu Mita
2007-11-12Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds
2007-11-12SLUB: killed the unused "end" variableDenis Cheng
2007-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2007-11-05SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter
2007-11-05unexport access_process_vmAdrian Bunk
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds
2007-10-30dio: fix cache invalidation after sync writesZach Brown
2007-10-30fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins
2007-10-30mm/sparse-vmemmap.c: make sure init_mm is includedGlauber de Oliveira Costa
2007-10-29Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds
2007-10-29NOMMU: mm/nommu.c needs linux/module.hDavid Howells
2007-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2007-10-29missing atomic_read_long() in slub.cAl Viro
2007-10-29Fix a build error when BLOCK=nEmil Medve
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22shmem: new export opsChristoph Hellwig
2007-10-22memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto
2007-10-22memory hotplug: rearrange memory hotplug notifierYasunori Goto
2007-10-20oom_kill bugAl Viro
2007-10-20small documentation fixesPhilipp Marek
2007-10-20Typo fixes retrun -> returnGabriel Craciunescu
2007-10-20spelling fixes: mm/Simon Arlott
2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov