aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-03-17[PATCH] page migration: Fail with error if swap not setupChristoph Lameter1-2/+12
2006-03-14[PATCH] Consistent capabilites associated with MPOL_MOVE_ALLChristoph Lameter1-4/+4
2006-03-14[PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter1-6/+12
2006-03-09[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2-12/+70
2006-03-09[PATCH] memory hotadd: pgdat->node_present_pages fixYasunori Goto1-0/+1
2006-03-09[PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter1-1/+2
2006-03-09[PATCH] page_add_file_rmap(): remove BUG_ON()sHugh Dickins1-3/+0
2006-03-08[PATCH] slab: allocate larger cache_cache if order 0 failsJack Steiner1-3/+8
2006-03-08[PATCH] percpu_counter_sum()Andrew Morton1-2/+23
2006-03-08[PATCH] numa_maps-update fixAndrew Morton1-0/+8
2006-03-08slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNTLinus Torvalds1-11/+9
2006-03-06[PATCH] numa_maps updateChristoph Lameter1-25/+95
2006-03-06slab: clarify and fix calculate_slab_order()Linus Torvalds1-12/+12
2006-03-06Fix "check_slabp" printout size calculationLinus Torvalds1-1/+1
2006-03-02[PATCH] numa_maps: Fix potential crash on non IA64 platformsChristoph Lameter1-1/+2
2006-03-02[PATCH] out_of_memory() locking fixAndrew Morton1-1/+2
2006-02-28[PATCH] out_of_memory(): use of uninitialisedAndrew Morton1-1/+1
2006-02-28[PATCH] nommu: implement vmalloc_node()Andrew Morton1-1/+7
2006-02-28[PATCH] remove_from_swap: fix lockingChristoph Lameter1-5/+13
2006-02-28[PATCH] Fix sys_migrate_pages: Move all pages when invoked from rootChristoph Lameter1-1/+2
2006-02-24[PATCH] vmscan: fix zone_reclaimChristoph Lameter1-3/+7
2006-02-24[PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind()Christoph Lameter1-4/+18
2006-02-21[PATCH] tmpfs: fix mount mpol nodelist parsingHugh Dickins1-12/+69
2006-02-20[PATCH] mm/mempolicy.c: fix 'if ();' typoAlexey Dobriyan1-1/+1
2006-02-20[PATCH] Fix undefined symbols for nommu architectureLuke Yang1-0/+2
2006-02-20[PATCH] Fix units in mbind checkAndi Kleen1-1/+1
2006-02-20[PATCH] Terminate process that fails on a constrained allocationChristoph Lameter2-26/+79
2006-02-20[PATCH] OOM kill: children accountingKurt Garloff1-10/+16
2006-02-17[PATCH] sys_mbind sanity checkingChris Wright1-0/+2
2006-02-17[PATCH] Handle holes in node mask in node fallback list setupLinus Torvalds1-11/+11
2006-02-17[PATCH] Handle all and empty zones when setting up custom zonelists for mbindAndi Kleen1-4/+14
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen1-0/+10
2006-02-14[PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin1-4/+17
2006-02-14[PATCH] compound page: default destructorHugh Dickins1-1/+8
2006-02-14[PATCH] compound page: use page[1].lruHugh Dickins3-12/+9
2006-02-11[PATCH] vmscan: skip reclaim_mapped determination if we do not swapChristoph Lameter1-34/+41
2006-02-11[PATCH] vmscan: remove duplicate increment of reclaim_in_progressChristoph Lameter1-2/+0
2006-02-11[PATCH] zone reclaim: do not check references to a page during zone reclaimChristoph Lameter1-1/+5
2006-02-10[PATCH] Updates for page migrationChristoph Lameter1-5/+20
2006-02-10[PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroyRavikiran G Thirumalai1-3/+7
2006-02-08[PATCH] SLOB=y && SMP=y fixIngo Molnar1-1/+1
2006-02-07[PATCH] mm: compound release fixNick Piggin1-10/+22
2006-02-07[PATCH] hugetlbpage: return VM_FAULT_OOM on oomChristoph Lameter1-15/+2
2006-02-07[PATCH] Hugepages need clear_user_highpage() not clear_highpage()David Gibson1-1/+1
2006-02-05mm/slab.c (non-NUMA): Fix compile warning and clean up codeLinus Torvalds1-3/+8
2006-02-05[PATCH] NUMA slab locking fixes: fix cpu down and up lockingRavikiran G Thirumalai1-38/+85
2006-02-05[PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lockRavikiran G Thirumalai1-18/+18
2006-02-05[PATCH] NUMA slab locking fixes: move color_next to l3Ravikiran G Thirumalai1-11/+11
2006-02-05[PATCH] hugetlb: add comment explaining reasons for Bus ErrorsChristoph Lameter1-0/+9
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-4/+6
2006-02-04[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFSChen, Kenneth W1-0/+2
2006-02-01[PATCH] slab: fix sparse warningRandy Dunlap1-2/+2
2006-02-01[PATCH] mm/slab: add kernel-doc for one functionRandy.Dunlap1-2/+7
2006-02-01[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLABPekka Enberg1-5/+24
2006-02-01[PATCH] dump_stack() in oom handlerAndrew Morton1-0/+1
2006-02-01[PATCH] slab: replace kmem_cache_t with struct kmem_cachePekka Enberg1-97/+98
2006-02-01[PATCH] slab: rename ac_data to cpu_cache_getPekka Enberg1-18/+18
2006-02-01[PATCH] slab: extract virt_to_{cache|slab}Pekka Enberg1-5/+17
2006-02-01[PATCH] slab: reduce inliningPekka Enberg1-7/+7
2006-02-01[PATCH] slab: extract slab_{put|get}_objMatthew Dobson1-37/+40
2006-02-01[PATCH] slab: extract slab_destroy_objs()Matthew Dobson1-7/+19
2006-02-01[PATCH] slab: cache_estimate cleanupSteven Rostedt1-22/+59
2006-02-01[PATCH] slab: have index_of bug at compile timeSteven Rostedt1-5/+4
2006-02-01[PATCH] slab: minor cleanup to kmem_cache_alloc_nodeChristoph Lameter1-15/+6
2006-02-01[PATCH] slab: distinguish between object and buffer sizeManfred Spraul1-74/+80
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter3-1/+21
2006-02-01[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()Christoph Lameter1-21/+146
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter3-0/+47
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter2-20/+227
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter3-0/+22
2006-02-01[PATCH] Reclaim slab during zone reclaimChristoph Lameter1-0/+14
2006-02-01[PATCH] Zone reclaim: Allow modification of zone reclaim behaviorChristoph Lameter1-2/+7
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter1-2/+2
2006-02-01[PATCH] zone_reclaim: partial scans instead of full scanChristoph Lameter1-2/+18
2006-02-01[PATCH] zone_reclaim: do not unmap file backed pagesChristoph Lameter1-0/+6
2006-02-01[PATCH] Use 32 bit division in slab_put_obj()Benjamin LaHaise1-3/+3
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter1-1/+3
2006-02-01[PATCH] mm: improve function of sc->may_writepageChristoph Lameter1-3/+3
2006-02-01[PATCH] zone_reclaim: reclaim on memory only node supportChristoph Lameter1-1/+7
2006-02-01[PATCH] Optimize off-node performance of zone reclaimChristoph Lameter1-14/+15
2006-02-01[PATCH] __cpuinit functions wrongly marked __meminitAshok Raj1-3/+3
2006-01-18[PATCH] mm: optimize numa policy handling in slab allocatorChristoph Lameter2-4/+1
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter2-0/+42
2006-01-18[PATCH] sem2mutex: mm/slab.cIngo Molnar2-31/+32
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter2-3/+82
2006-01-18[PATCH] Zone reclaim: resurrect may_swapChristoph Lameter1-0/+7
2006-01-18[PATCH] Simplify migrate_page_addChristoph Lameter1-36/+7
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin5-54/+75
2006-01-18[PATCH] mm: dirty_exceeded speedupAndrew Morton1-3/+4
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino1-7/+7
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson1-0/+3
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt2-7/+56
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-0/+2
2006-01-12[PATCH] memmap_init_zone(): remove uneccesary page++Greg Ungerer1-1/+1
2006-01-12[PATCH] do_truncate() call fix in tiny-shmem.cCatalin Marinas1-1/+1
2006-01-12[PATCH] migration: make sure there is no attempt to migrate reserved pages.Christoph Lameter1-1/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap5-0/+5
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson1-1/+2
2006-01-11[PATCH] Restore KERN_EMERG to each line printed by bad_pageHugh Dickins1-3/+3
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott3-3/+3
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse2-2/+2
2006-01-11[XFS] Export pagevec_lookup for use on the XFS page writeout path,Christoph Hellwig1-0/+2
2006-01-11add missing printk loglevel in mm/swapfile.cJesper Juhl1-1/+1
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen8-33/+33
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar2-0/+4
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-0/+2
2006-01-08[PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak1-0/+5
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-13/+27
2006-01-08[PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi1-4/+4
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson1-0/+29
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson1-12/+19
2006-01-08[PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson1-3/+0
2006-01-08[PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson1-5/+5
2006-01-08[PATCH] cpuset: memory pressure meterPaul Jackson1-0/+1
2006-01-08[PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson1-3/+2
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall2-1/+388
2006-01-08[PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall3-38/+40
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-2/+2
2006-01-08[PATCH] Optimise oom kill of current taskKirill Korotaev1-2/+3
2006-01-08[PATCH] Move page migration related functions near do_migrate_pages()Christoph Lameter1-132/+138
2006-01-08[PATCH] mempolicies: unexport get_vma_policy()Christoph Lameter1-2/+2
2006-01-08[PATCH] Drop page table lock before calling migrate_page_add()Christoph Lameter1-1/+4
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-1/+137
2006-01-08[PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERTChristoph Lameter1-22/+24
2006-01-08[PATCH] rmap: additional diagnostics in page_remove_rmap()Dave Jones1-0/+7
2006-01-08[PATCH] mm: clean up local variablesTobias Klauser2-7/+8
2006-01-08[PATCH] mm: make hugepages obey cpusets.Christoph Lameter1-1/+3
2006-01-08[PATCH] SwapMig: Switch error handling in migrate_pages to use -ExxChristoph Lameter1-22/+34
2006-01-08[PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter2-14/+30
2006-01-08[PATCH] SwapMig: Drop unused pages immediatelyChristoph Lameter1-0/+5
2006-01-08[PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter2-4/+4
2006-01-08[PATCH] SwapMig: CONFIG_MIGRATION fixesChristoph Lameter1-76/+76
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-1/+93
2006-01-08[PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceChristoph Lameter1-20/+135
2006-01-08[PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration supportChristoph Lameter2-9/+18
2006-01-08[PATCH] Swap Migration V5: migrate_pages() functionChristoph Lameter1-34/+180
2006-01-08[PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter2-5/+3
2006-01-08[PATCH] Swap Migration V5: LRU operationsChristoph Lameter1-13/+87
2006-01-08[PATCH] mm: free_pages optNick Piggin1-28/+30
2006-01-08[PATCH] mm: cleanup zone_pcpNick Piggin1-8/+8
2006-01-08[PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth1-0/+49
2006-01-08[PATCH] drop-pagecacheAndrew Morton2-3/+1
2006-01-08[PATCH] slab: remove nested #ifdef CONFIG_NUMAChristoph Lameter1-2/+0
2006-01-08[PATCH] slab: fix code formattingPekka Enberg1-464/+500
2006-01-08[PATCH] slab: extract slab order calculation to separate functionPekka Enberg1-40/+49
2006-01-08[PATCH] slab: extract slabinfo header printing to separate functionPekka Enberg1-20/+25
2006-01-08[PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg1-2/+1
2006-01-08[PATCH] revert "mm: page_state fixes"Andrew Morton1-1/+2
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+2
2006-01-06identify multipage ->writepages() callsAndrew Morton1-2/+8
2006-01-06[PATCH] mm: add a new function (needed for swap suspend)Rafael J. Wysocki1-0/+20
2006-01-06[PATCH] allow flatmem to be disabled when only sparsemem is implementedAnton Blanchard1-1/+1
2006-01-06[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells3-2/+36
2006-01-06[PATCH] mm: page_state optNick Piggin3-54/+72
2006-01-06[PATCH] build_zonelists_node(): rename argsChristoph Lameter1-9/+9
2006-01-06[PATCH] Fix zone policy determinationChristoph Lameter1-3/+7
2006-01-06[PATCH] mm: move determination of policy_zone into page allocatorChristoph Lameter2-12/+5
2006-01-06[PATCH] mm: simplify build_zonelists_node by removing the case statement.Christoph Lameter1-23/+11
2006-01-06[PATCH] mm: add populated_zone() helperCon Kolivas2-8/+8
2006-01-06[PATCH] consolidate lru_add_drain() and lru_drain_cache()Andrew Morton1-16/+11
2006-01-06[PATCH] vmscan: balancing fixAndrew Morton1-8/+0
2006-01-06[PATCH] mm: pfault optimisationNick Piggin1-1/+0
2006-01-06[PATCH] mm: rmap optimisationNick Piggin2-14/+41
2006-01-06[PATCH] mm: bad_page optimisationNick Piggin1-24/+20
2006-01-06[PATCH] mm: dma32 zone statisticsNick Piggin1-3/+11
2006-01-06[PATCH] kill last zone_reclaim() bitsAndrew Morton1-80/+0
2006-01-06[PATCH] find_lock_page(): call __lock_page() directly.Nikita Danilov1-2/+3
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells3-17/+41
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai1-7/+31
2006-01-06[PATCH] mm: page_alloc cleanupsNick Piggin1-10/+6
2006-01-06[PATCH] mm: page_state fixesNick Piggin1-3/+2
2006-01-06[PATCH] mm: remove pcp lowNick Piggin1-7/+2
2006-01-06[PATCH] mm: remove bad_rangeNick Piggin1-7/+19
2006-01-06[PATCH] mm: microopt conditionsNick Piggin1-8/+8
2006-01-06[PATCH] mm: set_page_refs optNick Piggin2-19/+17
2006-01-06[PATCH] mm: pagealloc optNick Piggin1-7/+11
2006-01-06[PATCH] mm: free_pages_and_swap_cache optHugh Dickins1-2/+2
2006-01-06[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODESMike Kravetz1-2/+0
2006-01-06[PATCH] hugepages: fold find_or_alloc_pages into huge_no_page()Christoph Lameter1-42/+24
2006-01-06[PATCH] Remove old node based policy interface from mempolicy.cChristoph Lameter1-48/+0
2006-01-06[PATCH] Add NUMA policy support for huge pages.Christoph Lameter2-19/+44
2006-01-06[PATCH] mm: dequeue a huge page near to this nodeChristoph Lameter1-6/+8
2006-01-06[PATCH] Hugetlb: Copy on Write supportDavid Gibson1-19/+108
2006-01-06[PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COWAdam Litke1-9/+25
2006-01-06[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_pageAdam Litke1-3/+3
2006-01-06[PATCH] Hugetlb: Remove duplicate i_size checkAdam Litke1-7/+0
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty3-9/+83
2006-01-06[PATCH] reiser4: vfs: add truncate_inode_pages_range()Hans Reiser1-7/+37
2006-01-06[PATCH] memhotplug: __add_section remove unused pgdat definitionAndy Whitcroft1-1/+0
2006-01-06[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flagsPaul Jackson1-3/+2
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown4-31/+61
2006-01-02[PATCH] Make sure interleave masks have at least one node setAndi Kleen1-0/+4
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds3-3/+4
2005-12-15[PATCH] missing prototype (mm/page_alloc.c)Al Viro1-1/+1
2005-12-13[PATCH] Fix calculation of grow_pgdat_span() in mm/memory_hotplug.cYasunori Goto1-1/+1
2005-12-12get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds1-1/+1
2005-12-12[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Haren Myneni1-0/+2
2005-12-11Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds1-3/+8
2005-12-11Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds1-45/+1