aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton1-20/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] hugetlb: don't allow free hugetlb count fall below reserved countChen, Kenneth W1-0/+1
2006-03-31[PATCH] fix extra page ref count in follow_hugetlb_pageChen, Kenneth W1-2/+3
2006-03-31[PATCH] mm: schedule find_trylock_page() removalNick Piggin1-4/+10
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2-3/+3
2006-03-27[PATCH] uninline zone helpersKAMEZAWA Hiroyuki2-1/+51
2006-03-27[PATCH] for_each_online_pgdat: remove pgdat_listKAMEZAWA Hiroyuki1-4/+4
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2-6/+6
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki1-10/+29
2006-03-27[PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki1-4/+2
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-0/+42
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-6/+4
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson1-1/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson1-0/+17
2006-03-26[PATCH] mempool: use common mempool page allocatorMatthew Dobson1-16/+7
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson1-0/+18
2006-03-26[PATCH] Add API for flushing Anon pagesJames Bottomley1-0/+2
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn1-2/+2
2006-03-26BUG_ON() Conversion in mm/memory.cEric Sesterhenn1-4/+2
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen1-1/+1
2006-03-25[PATCH] mm: restore vm_normal_page checkNick Piggin1-2/+6
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-25[PATCH] fix alloc_large_system_hash() roundupJohn Hawkes1-2/+1
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-25[PATCH] quieten zone_pcp_initAnton Blanchard1-2/+3
2006-03-25[PATCH] mm: make page migration dependent on swap and NUMAChristoph Lameter1-2/+2
2006-03-25[PATCH] slab: fix memory leak in alloc_kmemlistChristoph Lameter1-5/+28
2006-03-25[PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fixChristoph Lameter1-17/+17
2006-03-25[PATCH] slab: Bypass free lists for __drain_alien_cache()Christoph Lameter1-2/+9
2006-03-25[PATCH] slab: add transfer_objects() functionChristoph Lameter1-14/+28
2006-03-25[PATCH] mm: use kmem_cache_zallocPekka Enberg2-6/+3
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsPekka Enberg1-3/+3
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg2-0/+27
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro2-8/+176
2006-03-24The comment describing how MS_ASYNC works in msync.c is confusingAmos Waterland1-1/+1
2006-03-24[PATCH] strndup_user()Davi Arnaut1-0/+37
2006-03-24[PATCH] msync(): use do_fsync()Andrew Morton1-15/+2
2006-03-24[PATCH] msync: fix return valueAndrew Morton1-7/+7
2006-03-24[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingAndrew Morton1-23/+26
2006-03-24[PATCH] msync(): perform dirty page levellingAndrew Morton1-32/+61
2006-03-24[PATCH] set_page_dirty() return value fixesAndrew Morton1-5/+6
2006-03-24[PATCH] balance_dirty_pages_ratelimited: take nr_pages argAndrew Morton1-9/+15
2006-03-24[PATCH] fadvise(): write commandsAndrew Morton2-10/+46
2006-03-24[PATCH] filemap_fdatawrite_range() api: clarify -end parameterAndrew Morton1-1/+7
2006-03-24[PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE checkPaul Jackson1-3/+2
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2-13/+60
2006-03-24[PATCH] cpuset memory spread slab cache implementationPaul Jackson1-2/+11
2006-03-24[PATCH] cpuset memory spread page cache implementation and hooksPaul Jackson1-0/+23
2006-03-24[PATCH] cpusets: only wakeup kswapd for zones in the current cpusetChristoph Lameter1-1/+2
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel1-2/+3
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel1-12/+12
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+3
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton1-0/+1
2006-03-23[PATCH] swsusp: userland interfaceRafael J. Wysocki1-2/+4
2006-03-23[PATCH] swsusp: low level interfaceRafael J. Wysocki1-1/+54
2006-03-22[PATCH] page migration reorgChristoph Lameter6-579/+689
2006-03-22[PATCH] mm: slab cache interleave rotor fixPaul Jackson1-1/+1
2006-03-22[PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fixPaul Jackson1-1/+3
2006-03-22[PATCH] fix swap cluster offsetAkinobu Mita1-1/+1
2006-03-22[PATCH] drain_node_pages: interrupt latency reduction / optimizationChristoph Lameter1-4/+8
2006-03-22[PATCH] slab: fix drain_array() so that it works correctly with the shared_arrayChristoph Lameter1-9/+12
2006-03-22[PATCH] slab: remove drain_array_lockedChristoph Lameter1-21/+10
2006-03-22[PATCH] slab: make drain_array more universal by adding more parametersChristoph Lameter1-9/+11
2006-03-22[PATCH] slab: cache_reap(): further reduction in interrupt holdoffChristoph Lameter1-14/+43
2006-03-22[PATCH] mm: make shrink_all_memory try harderRafael J. Wysocki1-0/+7
2006-03-22[PATCH] optimize follow_hugetlb_pageChen, Kenneth W1-8/+17
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables() harderDavid Gibson1-1/+1
2006-03-22[PATCH] hugepage: Fix hugepage logic in free_pgtables()David Gibson1-3/+2
2006-03-22[PATCH] hugepage: Make {alloc,free}_huge_page() localDavid Gibson1-12/+13
2006-03-22[PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson1-10/+126
2006-03-22[PATCH] hugepage: serialize hugepage allocation and instantiationDavid Gibson1-7/+18
2006-03-22[PATCH] hugepage: Small fixes to hugepage clear/copy pathDavid Gibson1-7/+26
2006-03-22[PATCH] Enable mprotect on huge pagesZhang, Yanmin2-7/+34
2006-03-22[PATCH] readahead: fix initial window size calculationSteven Pratt1-3/+3
2006-03-22[PATCH] readahead: ->prev_page can overrun the ahead windowOleg Nesterov1-6/+20
2006-03-22[PATCH] shmem: inline to avoid warningHugh Dickins1-1/+1
2006-03-22[PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in ...Christoph Lameter1-11/+2
2006-03-22[PATCH] mm: more CONFIG_DEBUG_VMNick Piggin2-14/+7
2006-03-22[PATCH] mm: prep_zero_page() in irq is a bugAndrew Morton1-0/+5
2006-03-22[PATCH] mm: cleanup prep_ stuffNick Piggin1-17/+18
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin3-11/+21
2006-03-22[PATCH] mm: nommu use compound pagesNick Piggin4-22/+10
2006-03-22[PATCH] mm: make __put_page internalNick Piggin3-0/+15
2006-03-22[PATCH] remove VM_DONTCOPY bogositiesHugh Dickins1-9/+1
2006-03-22[PATCH] mm: shrink_inactive_lis() nr_scan accounting fixWu Fengguang1-4/+5
2006-03-22[PATCH] mm: isolate_lru_pages() scan count fixWu Fengguang1-2/+2
2006-03-22[PATCH] zone_reclaim: additional comments and cleanupChristoph Lameter1-4/+14
2006-03-22[PATCH] vmscan: rename functionsAndrew Morton1-15/+17
2006-03-22[PATCH] vmscan return nr_reclaimedAndrew Morton1-39/+38
2006-03-22[PATCH] vmscan: use unsigned longsAndrew Morton1-45/+59
2006-03-22[PATCH] vmscan: scan_control cleanupAndrew Morton1-46/+62
2006-03-22[PATCH] Thin out scan_control: remove nr_to_scan and priorityChristoph Lameter1-34/+25
2006-03-22[PATCH] slab: use on_each_cpu()Andrew Morton1-19/+2
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-11/+2
2006-03-22[PATCH] slab: fix kernel-doc warningsRandy Dunlap1-3/+12
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg4-8/+10
2006-03-22[PATCH] slab: remove cachep->spinlockRavikiran G Thirumalai1-11/+9
2006-03-22[PATCH] slab cleanupAndrew Morton1-292/+304
2006-03-22[PATCH] slab: extract setup_cpu_cachePekka Enberg1-54/+55
2006-03-22[PATCH] slab: object to index mapping cleanupPekka Enberg1-11/+23
2006-03-22[PATCH] hugepage allocator cleanupNick Piggin1-16/+8
2006-03-22[PATCH] mm: cleanup bootmemNick Piggin1-13/+7
2006-03-22[PATCH] mm: split highorder pagesNick Piggin2-3/+23
2006-03-22[PATCH] mm: simplify vmscan vs release refcountingNick Piggin1-14/+11
2006-03-22[PATCH] mm: slab less atomicsNick Piggin1-3/+3
2006-03-22[PATCH] mm: page_alloc less atomicsNick Piggin1-2/+2
2006-03-22[PATCH] mm: less atomic opsNick Piggin1-2/+2
2006-03-22[PATCH] mm: PageActive no testsetNick Piggin2-4/+5
2006-03-22[PATCH] mm: PageLRU no testsetNick Piggin2-17/+19
2006-03-22[PATCH] mm: never ClearPageLRU released pagesNick Piggin2-32/+38
2006-03-22[PATCH] __get_page_state() cpumask cleanup and fixAndrew Morton1-11/+9
2006-03-17[PATCH] fix free swap cache latencyHugh Dickins1-2/+3
2006-03-17[PATCH] fix race in pagevec_strip?Christoph Lameter1-1/+2
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