summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-074-5/+5
* [PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_NO_GROWChristoph Lameter2006-12-071-2/+2
* [PATCH] kill install_file_pte's pte_valHugh Dickins2006-12-071-2/+0Star
* [PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft2006-12-072-17/+17
* [PATCH] reject corrupt swapfiles earlierEric Sandeen2006-12-071-6/+5Star
* [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft2006-12-073-3/+3
* [PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter2006-12-071-2/+8
* [PATCH] make mm/thrash.c:global_faults staticAdrian Bunk2006-12-071-1/+1
* [PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft2006-12-071-0/+4
* [PATCH] Allow NULL pointers in percpu_freeAlan Stern2006-12-071-4/+5
* [PATCH] leak tracking for kmalloc_nodeChristoph Hellwig2006-12-071-13/+42
* [PATCH] Always print out the header line in /proc/swapsSuleiman Souhlal2006-12-071-5/+17
* [PATCH] OOM can panic due to processes stuck in __alloc_pages()Kirill Korotaev2006-12-071-1/+1
* [PATCH] mlock cleanupRik Bobbaers2006-12-071-1/+1
* [PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage2006-12-071-9/+29
* [PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai2006-12-071-19/+21
* [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman2006-12-071-6/+11
* [PATCH] htlb forget rss with pt sharingChen, Kenneth W2006-12-071-8/+0Star
* [PATCH] shared page table for hugetlb pageChen, Kenneth W2006-12-071-0/+7
* [PATCH] balance_pdgat() cleanupAndrew Morton2006-12-071-3/+4
* [PATCH] mm: add arch_alloc_pageNick Piggin2006-12-071-0/+2
* [PATCH] new scheme to preempt swap tokenAshwin Chaugule2006-12-071-71/+45Star
* [PATCH] grab swap token reorderedAshwin Chaugule2006-12-072-2/+1Star
* [PATCH] oom: less memdieNick Piggin2006-12-071-2/+3
* [PATCH] oom: cleanup messagesNick Piggin2006-12-071-14/+13Star
* [PATCH] oom: don't kill unkillable children or siblingsNick Piggin2006-12-071-2/+11
* [PATCH] memory page_alloc zonelist caching speedupPaul Jackson2006-12-072-7/+183
* [PATCH] Get rid of zone_table[]Christoph Lameter2006-12-073-23/+23
* [PATCH] __unmap_hugepage_range(): add commentChen, Kenneth W2006-12-071-0/+5
* [PATCH] memory page alloc minor cleanupsPaul Jackson2006-12-071-10/+10
* Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds2006-12-062-8/+8
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-3/+3
| |\ \
| * | | WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
| * | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
| * | | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-4/+4
* | | | [PATCH] uclinux: fix mmap() of directory for nommu caseMike Frysinger2006-12-061-5/+7
| |_|/ |/| |
* | | [PATCH] Export should_remove_suid()Mark Fasheh2006-12-021-0/+1
| |/ |/|
* | [PATCH] x86_64: fix bad page state in process 'swapper'Mel Gorman2006-11-231-3/+3
|/
* [PATCH] Fix strange size check in __get_vm_area_node()OGAWA Hirofumi2006-11-161-3/+2Star
* [PATCH] hugetlb: fix error return for brk() entering a hugepage regionHugh Dickins2006-11-151-3/+2Star
* [PATCH] hugetlb: check for brk() entering a hugepage regionDavid Gibson2006-11-141-0/+4
* [PATCH] hugetlb: prepare_hugepage_range check offset tooHugh Dickins2006-11-141-1/+1
* [PATCH] vmalloc: optimization, cleanup, bugfixesEric Dumazet2006-11-131-13/+13
* [PATCH] Fix sys_move_pages when a NULL node list is passedStephen Rothwell2006-11-031-1/+2
* [PATCH] init_reap_node() initialization fixDaniel Yeisley2006-11-031-1/+1
* [PATCH] Cleanup read_pages()OGAWA Hirofumi2006-11-031-0/+2
* [PATCH] mm: un-needed add-store operation wastes a few bytesnkalmala2006-11-031-1/+1
* [PATCH] Fix GFP_HIGHMEM slab panicGiridhar Pemmasani2006-10-291-1/+1