summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak2006-01-091-0/+5
* [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-091-13/+27
* [PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi2006-01-091-4/+4
* [PATCH] cpuset: rebind vma mempolicies fixPaul Jackson2006-01-091-0/+29
* [PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson2006-01-091-12/+19
* [PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson2006-01-091-3/+0Star
* [PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson2006-01-091-5/+5
* [PATCH] cpuset: memory pressure meterPaul Jackson2006-01-091-0/+1
* [PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson2006-01-091-3/+2Star
* [PATCH] slob: introduce the SLOB allocatorMatt Mackall2006-01-092-1/+388
* [PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall2006-01-093-38/+40
* [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai2006-01-091-2/+2
* [PATCH] Optimise oom kill of current taskKirill Korotaev2006-01-091-2/+3
* [PATCH] Move page migration related functions near do_migrate_pages()Christoph Lameter2006-01-091-132/+138
* [PATCH] mempolicies: unexport get_vma_policy()Christoph Lameter2006-01-091-2/+2
* [PATCH] Drop page table lock before calling migrate_page_add()Christoph Lameter2006-01-091-1/+4
* [PATCH] Fold numa_maps into mempolicies.cChristoph Lameter2006-01-091-1/+137
* [PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERTChristoph Lameter2006-01-091-22/+24
* [PATCH] rmap: additional diagnostics in page_remove_rmap()Dave Jones2006-01-091-0/+7
* [PATCH] mm: clean up local variablesTobias Klauser2006-01-092-7/+8
* [PATCH] mm: make hugepages obey cpusets.Christoph Lameter2006-01-091-1/+3
* [PATCH] SwapMig: Switch error handling in migrate_pages to use -ExxChristoph Lameter2006-01-091-22/+34
* [PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter2006-01-092-14/+30
* [PATCH] SwapMig: Drop unused pages immediatelyChristoph Lameter2006-01-091-0/+5
* [PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter2006-01-092-4/+4
* [PATCH] SwapMig: CONFIG_MIGRATION fixesChristoph Lameter2006-01-091-76/+76
* [PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter2006-01-091-1/+93
* [PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceChristoph Lameter2006-01-091-20/+135
* [PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration supportChristoph Lameter2006-01-092-9/+18
* [PATCH] Swap Migration V5: migrate_pages() functionChristoph Lameter2006-01-091-34/+180
* [PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter2006-01-092-5/+3Star
* [PATCH] Swap Migration V5: LRU operationsChristoph Lameter2006-01-091-13/+87
* [PATCH] mm: free_pages optNick Piggin2006-01-091-28/+30
* [PATCH] mm: cleanup zone_pcpNick Piggin2006-01-091-8/+8
* [PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth2006-01-091-0/+49
* [PATCH] drop-pagecacheAndrew Morton2006-01-092-3/+1Star
* [PATCH] slab: remove nested #ifdef CONFIG_NUMAChristoph Lameter2006-01-091-2/+0Star
* [PATCH] slab: fix code formattingPekka Enberg2006-01-091-464/+500
* [PATCH] slab: extract slab order calculation to separate functionPekka Enberg2006-01-091-40/+49
* [PATCH] slab: extract slabinfo header printing to separate functionPekka Enberg2006-01-091-20/+25
* [PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg2006-01-091-2/+1Star
* [PATCH] revert "mm: page_state fixes"Andrew Morton2006-01-091-1/+2
* identify multipage ->writepages() callsAndrew Morton2006-01-061-2/+8
* [PATCH] mm: add a new function (needed for swap suspend)Rafael J. Wysocki2006-01-061-0/+20
* [PATCH] allow flatmem to be disabled when only sparsemem is implementedAnton Blanchard2006-01-061-1/+1
* [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells2006-01-063-2/+36
* [PATCH] mm: page_state optNick Piggin2006-01-063-54/+72
* [PATCH] build_zonelists_node(): rename argsChristoph Lameter2006-01-061-9/+9
* [PATCH] Fix zone policy determinationChristoph Lameter2006-01-061-3/+7
* [PATCH] mm: move determination of policy_zone into page allocatorChristoph Lameter2006-01-062-12/+5Star