aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2008-03-04memcg: simplify force_empty and move_listsHirokazu Takahashi
2008-03-04memcg: fix mem_cgroup_move_lists lockingHugh Dickins
2008-03-04memcg: css_put after remove_listHugh Dickins
2008-03-04memcg: remove clear_page_cgroup and atomicsHugh Dickins
2008-03-04memcg: memcontrol uninlined and staticHugh Dickins
2008-03-04memcg: memcontrol whitespace cleanupsHugh Dickins
2008-03-04memcg: remove mem_cgroup_unchargeHugh Dickins
2008-03-04memcg: mem_cgroup_charge never NULLHugh Dickins
2008-03-04memcg: bad page if page_cgroup when freeHugh Dickins
2008-03-04memcg: fix VM_BUG_ON from page migrationHugh Dickins
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-03-04alloc_percpu() fails to allocate percpu dataEric Dumazet
2008-03-04zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro
2008-03-03slub: fix possible NULL pointer dereferenceCyrill Gorcunov
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter
2008-03-03slub: look up object from the freelist oncePekka J Enberg
2008-03-03slub: Fix up commentsChristoph Lameter
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter
2008-03-03Revert "unique end pointer" patchChristoph Lameter
2008-03-03docbook: fix kernel-api source filesRandy Dunlap
2008-02-23memcgroup: return negative error code in mem_cgroup_create()Li Zefan
2008-02-23memcgroup: remove a useless VM_BUG_ON()Li Zefan
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter