summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Do not include linux/backing-dev.h twiceJesper Juhl2008-03-091-1/+0
* slab: NUMA slab allocator migration bugfixJoe Korty2008-03-061-3/+2
* slub: Do not cross cacheline boundaries for very small objectsNick Piggin2008-03-061-4/+7
* slab - use angle brackets for include of kmalloc_sizes.hJoe Perches2008-03-061-1/+1
* slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter2008-03-061-1/+1
* slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter2008-03-061-1/+1
* hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan2008-03-041-4/+22
* hugetlb: close a difficult to trigger reservation raceAdam Litke2008-03-041-4/+13
* memcg: fix oops on NULL lru listHugh Dickins2008-03-041-8/+9
* memcg: simplify force_empty and move_listsHirokazu Takahashi2008-03-041-49/+13
* memcg: fix mem_cgroup_move_lists lockingHugh Dickins2008-03-041-6/+43
* memcg: css_put after remove_listHugh Dickins2008-03-041-6/+6
* memcg: remove clear_page_cgroup and atomicsHugh Dickins2008-03-041-63/+43
* memcg: memcontrol uninlined and staticHugh Dickins2008-03-041-17/+11
* memcg: memcontrol whitespace cleanupsHugh Dickins2008-03-041-66/+28
* memcg: remove mem_cgroup_unchargeHugh Dickins2008-03-041-15/+8
* memcg: mem_cgroup_charge never NULLHugh Dickins2008-03-042-43/+27
* memcg: bad page if page_cgroup when freeHugh Dickins2008-03-042-21/+24
* memcg: fix VM_BUG_ON from page migrationHugh Dickins2008-03-041-5/+14
* memcg: when do_swap's do_wp_page failsHugh Dickins2008-03-041-6/+3
* memcg: page_cache_release not __free_pageHugh Dickins2008-03-041-2/+2
* memcg: move_lists on page not page_cgroupHugh Dickins2008-03-043-4/+7
* memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins2008-03-042-3/+3
* Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-043-4/+4
* alloc_percpu() fails to allocate percpu dataEric Dumazet2008-03-041-1/+14
* zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro2008-03-041-1/+2
* slub: fix possible NULL pointer dereferenceCyrill Gorcunov2008-03-031-2/+4
* slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter2008-03-031-2/+13
* slub: look up object from the freelist oncePekka J Enberg2008-03-031-2/+0
* slub: Fix up commentsChristoph Lameter2008-03-031-21/+28
* slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter2008-03-031-7/+8
* slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter2008-03-031-4/+2
* slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter2008-03-031-1/+1
* slub: Remove useless checks in alloc_debug_processingChristoph Lameter2008-03-031-2/+2
* slub: Remove objsize check in kmem_cache_flags()Christoph Lameter2008-03-031-23/+4
* slub: rename slab_objects to show_slab_objectsChristoph Lameter2008-03-031-5/+5
* Revert "unique end pointer" patchChristoph Lameter2008-03-031-47/+23
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-2/+1
* memcgroup: return negative error code in mem_cgroup_create()Li Zefan2008-02-231-2/+2
* memcgroup: remove a useless VM_BUG_ON()Li Zefan2008-02-231-1/+0
* Solve section mismatch for free_area_init_core.Alexander van Heukelum2008-02-232-2/+15
* hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft2008-02-231-1/+1
* Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds2008-02-191-86/+1
* Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-142-32/+65
|\
| * slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter2008-02-141-9/+9
| * slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter2008-02-141-5/+38
| * slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter2008-02-141-8/+11
| * make slub.c:slab_address() staticAdrian Bunk2008-02-141-1/+1
| * slub: kmalloc page allocator pass-through cleanupPekka Enberg2008-02-141-8/+6
| * slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz2008-02-141-2/+1
OpenPOWER on IntegriCloud