aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-11Allow arbitrary shared PFNMAP'sLinus Torvalds1-4/+12
2005-12-03Make vm_insert_page() available to NVidia moduleLinus Torvalds1-1/+1
2005-12-03[PATCH] Fix up per-cpu page batch sizesNick Piggin1-8/+8
2005-11-30VM: add "vm_insert_page()" functionLinus Torvalds1-2/+34
2005-11-29[PATCH] VM: Fix typos in get_locked_pteTrond Myklebust1-2/+2
2005-11-29[PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins1-1/+3
2005-11-29[PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins1-4/+3
2005-11-29cow_user_page: fix page alignmentLinus Torvalds1-2/+9
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds2-34/+16
2005-11-29Support strange discontiguous PFN remappingsLinus Torvalds1-0/+92
2005-11-29[PATCH] Fix missing pfn variables caused by vm changesBen Collins2-3/+3
2005-11-29[PATCH] Fix vma argument in get_usr_pages() for gate areasNick Piggin1-1/+1
2005-11-28[PATCH] shrinker->nr = LONG_MAX means deadlock for icacheAndrea Arcangeli1-3/+15
2005-11-28[PATCH] temporarily disable swap token on memory pressureRik van Riel3-21/+26
2005-11-28[PATCH] mm: __alloc_pages cleanup fixNick Piggin1-7/+17
2005-11-28[PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern1-0/+12
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds7-135/+118
2005-11-23[PATCH] 32bit integer overflow in invalidate_inode_pages2()Oleg Drokin1-3/+3
2005-11-23[PATCH] mm: update split ptlock KconfigHugh Dickins1-4/+2
2005-11-22[PATCH] hugetlb: fix race in set_max_huge_pages for multiple updaters of nr_h...Eric Paris1-0/+6
2005-11-22[PATCH] unpaged: PG_reserved bad_pageHugh Dickins1-12/+34
2005-11-22[PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins1-2/+12
2005-11-22[PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins2-24/+46
2005-11-22[PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins1-12/+25
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins2-14/+7
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins5-18/+24
2005-11-22[PATCH] unpaged: unifdefed PageCompoundHugh Dickins2-8/+0
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins2-19/+0
2005-11-22[PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins1-1/+1
2005-11-18Merge branch 'master'Kyle McMartin1-0/+1
2005-11-18[PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox1-1/+1
2005-11-18[PATCH] re-export clear_page_dirty_for_io()Hans Reiser1-0/+1
2005-11-17[PATCH] VM: fix zone list restart in page allocatateJens Axboe1-3/+4
2005-11-14Merge x86-64 update from AndiLinus Torvalds2-7/+15
2005-11-14[PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2-2/+2
2005-11-14[PATCH] x86_64: When cpu_up fails clean up page allocator properlyAndi Kleen1-2/+1
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-3/+12
2005-11-13[PATCH] slab: remove alloc_pages() callsChristoph Lameter1-5/+1
2005-11-13[PATCH] slab: convert cache to page mapping macrosPekka Enberg1-17/+32
2005-11-13[PATCH] mm: highmem watermarksNick Piggin1-13/+14
2005-11-13[PATCH] mm: __alloc_pages cleanupRohit Seth2-113/+88
2005-11-13[PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt1-34/+55
2005-11-13[PATCH] mm: __GFP_NOFAIL fixKirill Korotaev1-0/+5
2005-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2005-11-10[PATCH] Don't print per-cpu vm stats for offline cpus.Dave Jones1-1/+1
2005-11-08mm/slab.c: fix a comment typoAdrian Bunk1-1/+1
2005-11-07[PATCH] mm/swap_state.c: unexport swapper_spaceAdrian Bunk1-1/+0
2005-11-07[PATCH] mm/swapfile.c: unexport total_swap_pagesAdrian Bunk1-2/+0
2005-11-07[PATCH] mm/swap.c: unexport vm_acct_memoryAdrian Bunk1-1/+0
2005-11-07[PATCH] unexport nr_swap_pagesAdrian Bunk1-1/+0
2005-11-07[PATCH] unexport clear_page_dirty_for_ioAdrian Bunk1-1/+0
2005-11-07[PATCH] unexport hugetlb_total_pagesAdrian Bunk1-1/+0
2005-11-07[PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk2-8/+0
2005-11-07[PATCH] kernel-doc: fix warnings in vmalloc.cRandy Dunlap1-2/+2
2005-11-07[PATCH] more kernel-doc cleanups, additionsRandy Dunlap1-0/+1
2005-11-07[PATCH] readahead commentaryAndrew Morton1-9/+22
2005-11-07[PATCH] slab: Use same schedule timeout for all cpus in cache_reapManfred Spraul1-2/+2
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-1/+1
2005-11-07[PATCH] slab: don't BUG on duplicated cacheAndrew Morton1-33/+34
2005-11-07[PATCH] Suppress split ptlock on arches which may use one page for multiple p...Hugh Dickins1-0/+2
2005-11-06[PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt1-0/+3
2005-11-01Export __pagevec_release and pagevec_lookup_tagSteve French1-0/+3
2005-10-30[PATCH] Error checks omitted in init_tmpfs() in mm/tiny-shmem.cMatt Mackall1-1/+4
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney1-1/+1
2005-10-30[PATCH] vm: remove redundant assignment from __pagevec_release_nonlru()Tejun Heo1-1/+0
2005-10-30[PATCH] fs: error case fix in __generic_file_aio_readTejun Heo1-2/+2
2005-10-30[PATCH] cpusets: automatic numa mempolicy rebindingPaul Jackson1-0/+64
2005-10-30[PATCH] cpusets: confine pdflush to its cpusetPaul Jackson1-0/+13
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara1-10/+1
2005-10-29[PATCH] mm/filemap.c:filemap_populate(): move export.Nikita Danilov1-1/+1
2005-10-29[PATCH] mm: wider use of for_each_*cpu()John Hawkes1-4/+1
2005-10-29[PATCH] Remove policy contextualization from mbindChristoph Lameter1-1/+1
2005-10-29[PATCH] Implement sys_* do_* layering in the memory policy layer.Christoph Lameter1-114/+162
2005-10-29[PATCH] memory hotplug: call setup_per_zone_pages_min after hotplugDave Hansen1-0/+2
2005-10-29[PATCH] memory hotplug: move section_mem_map alloc to sparse.cDave Hansen2-50/+72
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen4-3/+189
2005-10-29[PATCH] memory hotplug locking: zone span seqlockDave Hansen1-5/+14
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+1
2005-10-29[PATCH] memory hotplug prep: fixup bad_range()Dave Hansen1-5/+21
2005-10-29[PATCH] memory hotplug prep: __section_nr helperDave Hansen1-0/+25
2005-10-29[PATCH] memory hotplug prep: break out zone initializationDave Hansen1-40/+58
2005-10-29[PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli1-4/+16
2005-10-29[PATCH] hugetlb: demand fault handlerAdam Litke1-85/+95
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins3-10/+9
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins2-2/+5
2005-10-29[PATCH] mm: split page table lockHugh Dickins12-48/+74
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins2-82/+73
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-25/+4
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins2-63/+58
2005-10-29[PATCH] mm: xip_unmap ZERO_PAGE fixHugh Dickins1-1/+2
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins3-44/+17
2005-10-29[PATCH] mm: unlink vma before pagetablesHugh Dickins2-19/+16
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins4-34/+21
2005-10-29[PATCH] mm: page fault handler lockingHugh Dickins1-60/+90
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins4-124/+67
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins2-62/+40
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-36/+28
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-3/+14
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins7-32/+29
2005-10-29[PATCH] mm: zap_pte out of lineHugh Dickins1-10/+9
2005-10-29[PATCH] mm: do_mremap current mmHugh Dickins1-9/+9
2005-10-29[PATCH] mm: do_swap_page race majorHugh Dickins1-3/+1
2005-10-29[PATCH] mm: zap_pte_range dec rssHugh Dickins1-3/+3