summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Reduce size of huge boot per_cpu_pagesetChristoph Lameter2005-06-221-66/+42Star
* [PATCH] Periodically drain non local pagesetsChristoph Lameter2005-06-222-2/+34
* [PATCH] add OOM debugJanet Morgan2005-06-222-3/+5
* [PATCH] __read_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise2005-06-221-1/+1
* [PATCH] __mod_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise2005-06-221-1/+1
* [PATCH] vm: try_to_free_pages unused argumentDarren Hart2005-06-222-3/+2Star
* [PATCH] mmap topdown fix for large stack limit, large allocationChris Wright2005-06-221-0/+4
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-222-14/+41
* [PATCH] node local per-cpu-pagesChristoph Lameter2005-06-222-36/+177
* [PATCH] Hugepage consolidationDavid Gibson2005-06-221-1/+176
* [PATCH] VM: rate limit early reclaimMartin Hicks2005-06-222-0/+11
* [PATCH] VM: add __GFP_NORECLAIMMartin Hicks2005-06-221-0/+2
* [PATCH] VM: early zone reclaimMartin Hicks2005-06-222-5/+92
* [PATCH] VM: add may_swap flag to scan_controlMartin Hicks2005-06-221-1/+6
* [PATCH] mm: add /proc/zoneinfoNikita Danilov2005-06-221-2/+111
* [PATCH] madvise: merge the mapsPrasanna Meda2005-06-221-29/+51
* [PATCH] madvise: do not split the mapsPrasanna Meda2005-06-221-11/+16
* [PATCH] vmscan: notice slab shrinkingakpm@osdl.org2005-06-221-5/+14
* [SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo2005-06-191-0/+6
* [PATCH] broken fault_in_pages_readable call in generic_file_buffered_write()Martin Schwidefsky2005-06-061-1/+7
* [PATCH] try_to_unmap_cluster() passes out-of-bounds pte to pte_unmap()William Lee Irwin III2005-05-251-3/+3
* [PATCH] fix for __generic_file_aio_read() to return 0 on EOFSuparna Bhattacharya2005-05-221-1/+1
* [PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen2005-05-211-13/+20
* Fix get_unmapped_area sanity testsLinus Torvalds2005-05-201-28/+31
* [PATCH] prevent NULL mmap in topdown modelLinus Torvalds2005-05-191-2/+2
* [PATCH] do_swap_page() can map random data if swap read failsKirill Korotaev2005-05-171-5/+12
* [PATCH] swapout oops fixMcMullan, Jason2005-05-171-1/+1
* [PATCH] mm/nommu.c: try to fix __vmallocAdrian Bunk2005-05-171-1/+2
* [PATCH] mm acct accounting fixKirill Korotaev2005-05-171-1/+6
* [PATCH] mm: fix rss counter being incremented when unmappingBjorn Steinbrink2005-05-171-1/+1
* [PATCH] remove outdated comments from filemap.cChristoph Hellwig2005-05-061-5/+0Star
* [IA64] Export node_online_map and node_possible_mapDean Nelson2005-05-031-0/+2
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-013-13/+14
* [PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa2005-05-012-6/+5Star
* [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-011-1/+1
* [PATCH] Exterminate PAGE_BUGMatt Mackall2005-05-011-2/+1Star
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-2/+2
* [PATCH] add kmalloc_node, inline cleanupManfred Spraul2005-05-011-14/+31
* [PATCH] sync_page() smp_mb() commentWilliam Lee Irwin III2005-05-011-1/+19
* [PATCH] RLIMIT_MEMLOCK checking fixChris Wright2005-05-011-4/+6
* [PATCH] count bounce buffer pages in vmstatKAMEZAWA Hiroyuki2005-05-012-0/+3
* [PATCH] mm: use __GFP_NOMEMALLOCNick Piggin2005-05-011-19/+8Star
* [PATCH] mempool: simplify allocNick Piggin2005-05-011-21/+9Star
* [PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin2005-05-012-10/+19
* [PATCH] mm: pcp use non powers of 2 for batch sizeNick Piggin2005-05-011-0/+12
* [PATCH] mm: rmap.c cleanupNikita Danilov2005-05-011-63/+50Star
* [PATCH] RLIMIT_AS checking fixakpm@osdl.org2005-05-012-8/+22
* [PATCH] generic_file_buffered_write fixesakpm@osdl.org2005-05-011-2/+4
* [PATCH] mempolicy.c GFP fixAl Viro2005-04-241-1/+1
* [PATCH] freepgt: remove FIRST_USER_ADDRESS hackHugh Dickins2005-04-191-5/+0Star