aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix for generic_file_write iov problemBadari Pulavarty2005-06-251-1/+3
* [PATCH] swsusp: kill config_pm_diskPavel Machek2005-06-251-1/+1
* [PATCH] mm: fix remap_pte_range BUGHugh Dickins2005-06-251-1/+1
* [PATCH] Fix the error handling in direct I/OHifumi Hisashi2005-06-251-2/+5
* [PATCH] xip: madvice/fadvice: execute in placeCarsten Otte2005-06-242-0/+9
* [PATCH] xip: reduce code duplicationCarsten Otte2005-06-242-191/+57
* [PATCH] xip: fs/mm: execute in placeCarsten Otte2005-06-245-74/+680
* [PATCH] DocBook: update commentsMartin Waitz2005-06-241-1/+1
* [PATCH] Remove f_error field from struct fileChristoph Lameter2005-06-231-6/+0
* [PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise2005-06-231-1/+2
* [PATCH] remove redundant vm_flags clearing from madvise.cPekka Enberg2005-06-231-1/+0
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-0/+24
* [PATCH] NUMA aware block device control structure allocationChristoph Lameter2005-06-231-5/+12
* [PATCH] sparsemem hotplug baseAndy Whitcroft2005-06-232-22/+74
* [PATCH] sparsemem swiss cheese numa layoutsAndy Whitcroft2005-06-231-0/+2
* [PATCH] sparsemem memory modelAndy Whitcroft2005-06-236-15/+159
* [PATCH] generify memory presentAndy Whitcroft2005-06-231-0/+4
* [PATCH] mm/Kconfig: give DISCONTIG more help textDave Hansen2005-06-231-0/+10
* [PATCH] mm/Kconfig: hide "Memory Model" selection menuDave Hansen2005-06-231-4/+17
* [PATCH] sparsemem: fix minor "defaults" issue in mm/KconfigDave Hansen2005-06-231-2/+1
* [PATCH] Introduce new Kconfig option for NUMA or DISCONTIGDave Hansen2005-06-232-3/+11
* [PATCH] create mm/Kconfig for arch-independent memory optionsDave Hansen2005-06-231-0/+25
* [PATCH] sparsemem base: reorganize page->flags bit operationsDave Hansen2005-06-231-1/+1
* [PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen2005-06-231-1/+5
* [PATCH] boot_pageset must not be freed.Christoph Lameter2005-06-221-2/+9
* [PATCH] Kill stray newlineDenis Vlasenko2005-06-211-1/+1
* [PATCH] msync: check pte dirty earlierAbhijit Karmarkar2005-06-211-0/+2
* [PATCH] can_share_swap_page: use page_mapcountHugh Dickins2005-06-213-65/+21
* [PATCH] do_wp_page: cannot share file pageHugh Dickins2005-06-211-1/+1
* [PATCH] get_user_pages: kill get_page_mapHugh Dickins2005-06-211-35/+10
* [PATCH] bad_page: clear reclaim and slabHugh Dickins2005-06-211-5/+10
* [PATCH] mbind: check_range use standard ptwalkHugh Dickins2005-06-211-45/+70
* [PATCH] mbind: fix verify_pages pte_pageHugh Dickins2005-06-211-5/+14
* [PATCH] shmem: restore superblock infoHugh Dickins2005-06-211-73/+70
* [PATCH] Reduce size of huge boot per_cpu_pagesetChristoph Lameter2005-06-211-66/+42
* [PATCH] Periodically drain non local pagesetsChristoph Lameter2005-06-212-2/+34
* [PATCH] add OOM debugJanet Morgan2005-06-212-3/+5
* [PATCH] __read_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise2005-06-211-1/+1
* [PATCH] __mod_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise2005-06-211-1/+1
* [PATCH] vm: try_to_free_pages unused argumentDarren Hart2005-06-212-3/+2
* [PATCH] mmap topdown fix for large stack limit, large allocationChris Wright2005-06-211-0/+4
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-212-14/+41
* [PATCH] node local per-cpu-pagesChristoph Lameter2005-06-212-36/+177
* [PATCH] Hugepage consolidationDavid Gibson2005-06-211-1/+176
* [PATCH] VM: rate limit early reclaimMartin Hicks2005-06-212-0/+11
* [PATCH] VM: add __GFP_NORECLAIMMartin Hicks2005-06-211-0/+2
* [PATCH] VM: early zone reclaimMartin Hicks2005-06-212-5/+92
* [PATCH] VM: add may_swap flag to scan_controlMartin Hicks2005-06-211-1/+6
* [PATCH] mm: add /proc/zoneinfoNikita Danilov2005-06-211-2/+111
* [PATCH] madvise: merge the mapsPrasanna Meda2005-06-211-29/+51