aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2008-09-08mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke
2008-08-20mlock() fix return valuesKOSAKI Motohiro
2008-08-06jbd: fix race between free buffer and commit transactionMingming Cao
2008-08-01Fix off-by-one error in iov_iter_advance()Linus Torvalds
2008-08-01Correct hash flushing from huge_ptep_set_wrprotect()David Gibson
2008-08-01tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins
2008-07-24slub: Fix use-after-preempt of per-CPU data structureDmitry Adamushko
2008-06-24Fix ZERO_PAGE breakage with vmwareLinus Torvalds
2008-06-24Add return value to reserve_bootmem_node()Bernhard Walle
2008-06-24Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds
2008-06-09brk: make sys_brk() honor COMPAT_BRK when computing lower boundJiri Kosina
2008-06-09memory_hotplug: always initialize pageblock bitmapHeiko Carstens
2008-05-09mm: fix usemap initializationKAMEZAWA Hiroyuki
2008-05-01mm: fix possible off-by-one in walk_pte_range()Johannes Weiner
2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro
2008-04-15memcg: fix oops in oom handlingLi Zefan
2008-04-15mm: sparsemem memory_present() fixIngo Molnar
2008-04-08memcg: fix node_state handlingKAMEZAWA Hiroyuki
2008-04-04memory controller: make memory resource control aware of boot optionsBalbir Singh
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap
2008-03-19memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov
2008-03-19mm: rmap kernel-doc fixesRandy Dunlap
2008-03-19mm: highmem kernel-doc additionsRandy Dunlap
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap
2008-03-19mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap
2008-03-19[PATCH] double dput() on failure exit in tiny-shmemAl Viro
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter
2008-03-10iov_iter_advance() fixNick Piggin
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn
2008-03-09Do not include linux/backing-dev.h twiceJesper Juhl
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty
2008-03-06slub: Do not cross cacheline boundaries for very small objectsNick Piggin
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke
2008-03-04memcg: fix oops on NULL lru listHugh Dickins