aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter2008-04-011-1/+1
* NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-301-4/+4
* Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds2008-03-271-0/+3
* hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan2008-03-261-1/+10
* hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan2008-03-261-2/+4
* slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley2008-03-261-2/+2
* count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter2008-03-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-251-0/+2
|\
| * [PATCH] double dput() on failure exit in tiny-shmemAl Viro2008-03-191-0/+2
* | revert "kswapd should only wait on IO if there is IO"Andrew Morton2008-03-241-22/+5
* | mm: fix boundary checking in free_bootmem_coreYinghai Lu2008-03-241-6/+19
* | mm/readahead: fix kernel-doc notationRandy Dunlap2008-03-191-2/+3
* | memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov2008-03-191-1/+1
* | mm: rmap kernel-doc fixesRandy Dunlap2008-03-191-3/+10
* | mm: highmem kernel-doc additionsRandy Dunlap2008-03-191-4/+26
* | mm/oom_kill: fix kernel-docRandy Dunlap2008-03-191-1/+8
* | mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap2008-03-192-20/+13
* | mm: fix various kernel-doc commentsRandy Dunlap2008-03-197-17/+33
* | slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter2008-03-171-3/+9
|/
* iov_iter_advance() fixNick Piggin2008-03-101-12/+10
* hugetlb: correct page count for surplus huge pagesAdam Litke2008-03-101-3/+10
* mempolicy: fix reference counting bugsLee Schermerhorn2008-03-101-1/+6
* 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