aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] unused 'size' assignment in filemap_nopageJeff Moyer1-11/+4
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter6-23/+27
2005-03-28[PATCH] vmscan: move code to isolate LRU pages into separate functionMartin Hicks1-54/+56
2005-03-28[PATCH] slab: 64-bit fixManfred Spraul1-3/+2
2005-03-28[PATCH] slab: kfree(null) is unlikelyAndrew Morton1-35/+27
2005-03-28[PATCH] slab.[ch]: kmalloc() cleanupsManfred Spraul1-27/+25
2005-03-28[PATCH] ppc64: fix AIO panic on PPC64 caused by is_hugepage_only_range()Daniel McNeil1-2/+2
2005-03-16[PATCH] revert vmalloc-use-list-of-pages-instead-of-array-in-vm_structAndrew Morton1-31/+52
2005-03-15Revert recent NUMA and pgd_index() fixes, since they show regressions.Linus Torvalds1-7/+3
2005-03-14[MM]: Restore pgd_index() iteration to clear_page_range().David S. Miller1-3/+7
2005-03-13[PATCH] mm/page-writeback.c: remove an unused function #2Adrian Bunk1-24/+0
2005-03-13[PATCH] no arch-specific mem_map initDave Hansen1-6/+16
2005-03-13[PATCH] vmalloc: use list of pages instead of array in vm_structOleg Nesterov1-53/+32
2005-03-13[PATCH] vmalloc: introduce __vmalloc_area() functionOleg Nesterov1-23/+29
2005-03-13[PATCH] ptwalk: pud and pmd foldedHugh Dickins1-26/+8
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins5-18/+20
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins5-39/+36
2005-03-13[PATCH] ptwalk: clear_page_rangeHugh Dickins1-52/+46
2005-03-13[PATCH] ptwalk: copy_pte_range hangHugh Dickins1-3/+8
2005-03-13[PATCH] ptwalk: copy_page_rangeHugh Dickins1-84/+57
2005-03-13[PATCH] ptwalk: unmap_page_rangeHugh Dickins1-66/+53
2005-03-13[PATCH] ptwalk: zeromap_page_rangeHugh Dickins1-81/+46
2005-03-13[PATCH] ptwalk: remap_pfn_rangeHugh Dickins1-86/+53
2005-03-13[PATCH] ptwalk: map and unmap_vm_areaHugh Dickins1-135/+73
2005-03-13[PATCH] ptwalk: unuse_mmHugh Dickins1-92/+56
2005-03-13[PATCH] ptwalk: sync_page_rangeHugh Dickins1-113/+67
2005-03-13[PATCH] ptwalk: change_protectionHugh Dickins1-66/+38
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins6-144/+53
2005-03-13[PATCH] allow vma merging with mlock et. al.Chris Wright2-20/+36
2005-03-13[PATCH] orphaned pagecache memleak fixAndrea Arcangeli1-1/+13
2005-03-11[PATCH] Make lots of things staticAdrian Bunk2-2/+2
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson3-3/+45
2005-03-09[PATCH] invalidate_inode_pages2_range livelock fixStephen C. Tweedie1-6/+12
2005-03-09[PATCH] x86: do not unnecessarily memset the pgdatsDave Hansen1-2/+0
2005-03-09[PATCH] SELinux: pass requested protection to security_file_mmap/mprotect hooksStephen D. Smalley2-4/+6
2005-03-09[PATCH] fix in slab.c:alloc_arraycacheKenneth W. Chen1-2/+4
2005-03-09[PATCH] setup_per_zone_lowmem_reserve() oops fixAndrew Morton1-6/+15
2005-03-07[PATCH] fix iounmap and a pageattr memleak (x86 and x86-64)Andrea Arcangeli1-4/+11
2005-03-07[PATCH] Speed freeing memory for suspend.Nigel Cunningham1-9/+17
2005-03-07[PATCH] put newly registered shrinkers at the tail of the listChristoph Hellwig1-1/+1
2005-03-07[PATCH] Bad page state mapcountHugh Dickins1-2/+2
2005-03-07[PATCH] use find_trylock_page in free_swap_and_cache instead of hand codingMarcelo Tosatti2-20/+7
2005-03-07[PATCH] readahead: trivial, small comments updateOleg Nesterov1-18/+13
2005-03-07[PATCH] readahead: improve sequential read detectionOleg Nesterov2-19/+16
2005-03-07[PATCH] readahead: simplify ra->size testingOleg Nesterov1-6/+4
2005-03-07[PATCH] readahead: cleanup blockable_page_cache_readahead()Oleg Nesterov1-11/+7
2005-03-07[PATCH] readahead: factor out duplicated codeOleg Nesterov1-54/+47
2005-03-07[PATCH] readahead: cleanup get_next_ra_size()Oleg Nesterov1-13/+11
2005-03-07[PATCH] readahead: unneeded prev_page assignmentsOleg Nesterov1-4/+1
2005-03-07[PATCH] copy_pte_range latency fixHugh Dickins1-4/+16
2005-03-07[PATCH] Fix mincore cornercases: overflow caused by large "len"Gordon Jin1-4/+6
2005-03-07[PATCH] mempool: protect buffer overflow in mempool_resizePrasanna Meda1-3/+9
2005-03-07[PATCH] stop using "base" argument in __free_pages_bulk()Dave Hansen1-15/+44
2005-03-07[PATCH] vmscan: reclaim SWAP_CLUSTER_MAX pages in a single passNick Piggin1-3/+3
2005-03-07[PATCH] simpler topdown mmap layout allocatorIngo Molnar1-37/+22
2005-03-07[PATCH] vm: pageout throttlingMarcelo Tosatti2-0/+24
2005-03-06Merge bk://kernel.bkbits.net/davem/flush_cache_page-2.6Linus Torvalds3-5/+5
2005-03-05Merge davem@nuts:/disk1/BK/flush_cache_page-2.6David S. Miller3-5/+5
2005-03-05Merge davem@nuts:/disk1/BK/set_pte-2.6David S. Miller12-111/+123
2005-03-04[PATCH] make mapping->tree_lock an rwlockbill.irwin@oracle.com7-56/+56
2005-03-04[PATCH] only unmap what intersects a direct_IO opZach Brown1-4/+8
2005-03-04[PATCH] write and wait on range before direct io readZach Brown1-0/+16
2005-03-04[PATCH] invalidate range of pages after direct IO writeZach Brown2-15/+41
2005-03-04[PATCH] Move accounting function calls out of critical vm code pathsChristoph Lameter6-38/+4
2005-02-28Resolve conflicts.David S. Miller8-52/+67
2005-02-27[PATCH] [PATCH] Fix bounced bio and dm panicJens Axboe1-1/+1
2005-02-26[MM]: Pass correct address down to bottom of page table iterators.David S. Miller3-21/+30
2005-02-25[MM]: Add 'pfn' arg to flush_cache_page().David S. Miller3-5/+5
2005-02-22[MM]: Add set_pte_at() which takes 'mm' and 'addr' args.David S. Miller8-39/+45
2005-02-22[PATCH] Fix possible futex mmap_sem deadlockOlof Johansson1-2/+6
2005-02-16[PATCH] optimise copy page rangeNick Piggin1-3/+6
2005-02-16[PATCH] Fix buf in zeromap_pud_range() losing virtual addressBenjamin Herrenschmidt1-1/+2
2005-02-16[PATCH] Check for wraps in copy_page_rangeBenjamin Herrenschmidt1-2/+2
2005-02-13[PATCH] block new writers on frozen filesystemsChristoph Hellwig1-0/+2
2005-02-11[PATCH] Fix small vmalloc per allocation limitAndi Kleen1-2/+10
2005-02-10[PATCH] general split_vma hugetlb fixHugh Dickins3-20/+24
2005-02-10[PATCH] Fix the mincore() syscallDavid Howells1-18/+32
2005-02-07[PATCH] NOMMU: Documentation of no-MMU mmapDavid Howells1-1/+3
2005-02-07[PATCH] NOMMU: Improved handling of get_unmapped_area() errorsDavid Howells1-5/+7
2005-02-07[PATCH] add MAP_POPULATE/sys_remap_file_pages support to XFSChristoph Hellwig1-6/+4
2005-02-04[PATCH] do_munmap() hugetlb fixHugh Dickins1-7/+4
2005-02-04[PATCH] remove truncate mapped BUGHugh Dickins1-1/+0
2005-02-04[PATCH] tmpfs caused truncate BUGHugh Dickins1-0/+2
2005-02-04[PATCH] Use MM_VM_SIZE in exit_mmapAnton Blanchard1-2/+1
2005-02-04[PATCH] TASK_SIZE is variable.David Woodhouse1-2/+2
2005-02-04[PATCH] fix an error in /proc/slabinfo printZou Nanhai1-1/+1
2005-02-03[PATCH] Fix kswapd spinningNick Piggin1-0/+1
2005-02-01Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-6/+2
2005-02-01[PATCH] Make slab use alloc_pages directlyMatthew Wilcox1-7/+4
2005-02-01[PATCH] alloc_zeroed_user_highpage() to fix the clear_user_highpage issueChristoph Lameter1-21/+11
2005-02-01[PATCH] mm: convert memdie to an atomic thread bitflagAndrea Arcangeli2-3/+4
2005-02-01[PATCH] mm: fix several oom killer bugsAndrea Arcangeli4-124/+135
2005-02-01[PATCH] mm: rework lower-zone protection initialisationAndrea Arcangeli1-104/+44
2005-02-01[PATCH] mm: oom-killer tunableAndrea Arcangeli1-1/+12
2005-01-25[MM]: Do not even do the runtime PTRS_PER_{PMD,PUD} checks.David S. Miller1-38/+32
2005-01-25[MM]: PTRS_PER_{PUD,PMD} are not necessarily compile time constants.David S. Miller1-36/+38
2005-01-25[PATCH] mm: truncate SMP race fixAndrea Arcangeli1-0/+17
2005-01-25[PATCH] mm: adjust dirty threshold for lowmem-only mappingsAndrea Arcangeli1-6/+19
2005-01-21[PATCH] Fix an error in copy_page_rangeZou Nanhai1-2/+3
2005-01-20[PATCH] H8/300 mm updateYoshinori Sato1-1/+92
2005-01-20[PATCH] uninline mod_page_state(offset, delta)Oleg Nesterov1-2/+14
2005-01-20[PATCH] generic_file_buffered_write: handle partial DIO writes with multiple ...Daniel McNeil1-1/+10
2005-01-20[PATCH] shared_policy_replace() fixSteve Longerbeam1-0/+1
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek2-4/+1
2005-01-14[PATCH] mark-page-accessed in filemap.c not quite rightMiquel van Smoorenburg1-1/+4
2005-01-11Make mm writelock testing less intrusive.Linus Torvalds1-1/+11
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti1-0/+6
2005-01-11Handle two threads both trying to expand their stack simultaneously.Linus Torvalds1-13/+25
2005-01-11[PATCH] 4level swapoff hang fixHugh Dickins1-57/+39
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky1-1/+2
2005-01-11[PATCH] Fix index calculations in clear_page_range.Martin Schwidefsky1-2/+2
2005-01-11[PATCH] uninline __do_page_cache_readahead()Andrew Morton1-1/+1
2005-01-10[PATCH] kill one "if (X) vfree(X)" usageVincent Hanquez1-2/+1
2005-01-10[PATCH] Right severity level for fatal messagePavel Machek1-1/+1
2005-01-10[PATCH] merge *_vm_enough_memory()s into a common helperSerge Hallyn1-0/+88
2005-01-10[PATCH] acct_stack_growth nitpicksChris Wright1-1/+1
2005-01-10[PATCH] remove duplicate rlim assignment in acct_stack_growth()Chris Wright1-1/+0
2005-01-09Clean up stack growth checks and move them into a common function.Linus Torvalds1-44/+61
2005-01-09Make it clear that GFP_ZERO does not work with atomic highmem allocations.Linus Torvalds1-7/+8
2005-01-09Don't use __GFP_CLEAR for user pages.Linus Torvalds1-1/+2
2005-01-09Map new page allocations as part of "prep_new_page".Linus Torvalds1-1/+1
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner10-10/+10
2005-01-07[PATCH] invalidate_inode_pages2() mmap coherency fixAndrew Morton2-27/+58
2005-01-07[PATCH] readpage-vs-invalidate fixAndrew Morton2-5/+11
2005-01-07[PATCH] no buddy bitmap patch revisit: for mm/page_alloc.cKamezawa Hiroyuki1-81/+81
2005-01-07[PATCH] vmtrunc: restart_addr in truncate_countHugh Dickins1-37/+20
2005-01-07[PATCH] vmtrunc: bug if page_mappedHugh Dickins1-0/+1
2005-01-07[PATCH] vmtrunc: vm_truncate_count race cautionHugh Dickins3-15/+24
2005-01-07[PATCH] vmtrunc: unmap_mapping dropping i_mmap_lockHugh Dickins1-13/+153
2005-01-07[PATCH] vmtrunc: unmap_mapping_range_treeHugh Dickins1-19/+23
2005-01-07[PATCH] vmtrunc: restore unmap_vmas zap_bytesHugh Dickins1-6/+3
2005-01-07[PATCH] vmtrunc: truncate_count not atomicHugh Dickins1-7/+5
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - arch-independentMatthew Dobson3-24/+31
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar3-1/+5
2005-01-07[PATCH] sched: mm: fix scheduling latencies in filemap_sync()Ingo Molnar1-2/+27
2005-01-07[PATCH] sched: mm: fix scheduling latencies in get_user_pages()Ingo Molnar1-0/+2
2005-01-07[PATCH] sched: mm: fix scheduling latencies in unmap_vmas()Ingo Molnar1-15/+11
2005-01-07[PATCH] vmscan: count writeback pages in nr_scannedRik van Riel1-3/+3
2005-01-07Fix TASK_SIZE range check that got lost in recentLinus Torvalds1-0/+3
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter3-13/+18
2005-01-04[PATCH] oprofile: add check_user_page_readable()Greg Banks1-2/+18
2005-01-04[PATCH] prio_tree: move general code from mm/ to lib/Werner Almesberger1-459/+6
2005-01-04[PATCH] prio_tree: generalizationWerner Almesberger1-31/+32
2005-01-04[PATCH] prio_tree: roll call to prio_tree_first into prio_tree_nextWerner Almesberger1-1/+4
2005-01-04[PATCH] msync(): set PF_SYNCWRITEAndrew Morton1-0/+4
2005-01-04[PATCH] Reduce i_sem usage during file sync operationsAndrew Morton1-2/+4
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan5-2/+52
2005-01-04[PATCH] Cross-reference nommu VMAs with mappingsDavid Howells2-6/+20
2005-01-04[PATCH] Permit nommu MAP_SHARED of memory backed filesDavid Howells1-59/+123
2005-01-04[PATCH] Fix nommu MAP_SHARED handlingDavid Howells1-16/+50
2005-01-04[PATCH] Implement nommu find_vma()David Howells1-1/+12
2005-01-04[PATCH] Further nommu changesDavid Howells2-57/+122
2005-01-04[PATCH] FRV: Better mmap support in uClinuxDavid Howells1-158/+338
2005-01-04[PATCH] VM routine fixesDavid Howells5-8/+34
2005-01-04[PATCH] fix double sync_page_range() in generic_file_aio_write()Oleg Nesterov1-1/+1
2005-01-03Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-3/+3
2005-01-03[PATCH] swsusp: Kill O(n^2) algorithm in swsuspPavel Machek1-13/+17
2005-01-03[PATCH] alloc_large_system_hash: NUMA interleavingBrent Casavant1-9/+36
2005-01-03[PATCH] collect page_states only from online cpusAlex Williamson1-11/+22
2005-01-03[PATCH] slab: Add more arch overrides to control object alignmentManfred Spraul1-26/+56
2005-01-03[PATCH] do_anonymous_page() use SetPageReferencedAndrew Morton1-1/+1
2005-01-03[PATCH] mark_page_accessed() for read()s on non-page boundariesMiquel van Smoorenburg2-2/+5
2005-01-03[PATCH] kill off highmem_start_pageDave Hansen1-2/+0
2005-01-03[PATCH] mempolicy optimisationAndrea Arcangeli1-6/+4
2005-01-03[PATCH] Simplified readahead congestion controlRam Pai1-32/+92
2005-01-03[PATCH] Simplified readaheadSteven Pratt2-243/+195
2005-01-03[PATCH] mm: teach kswapd about higher order areasNick Piggin2-9/+33
2005-01-03[PATCH] mm: higher order watermarksNick Piggin1-19/+39
2005-01-03[PATCH] mm: keep count of free areasNick Piggin1-14/+9
2005-01-03[PATCH] vmscan: total_scanned fixAndrew Morton1-0/+1
2005-01-02[PATCH] ia64 4-level pgtable fixNick Piggin1-2/+2
2004-12-31[PATCH] introduce fallback headerNick Piggin1-0/+25
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen9-190/+622
2004-12-31[PATCH] replace clear_page_tables with clear_page_rangeNick Piggin2-45/+59
2004-12-31[PATCH] split copy_page_rangeAndi Kleen1-137/+151
2004-12-29kallsyms: Add in_gate_area_no_task()Keith Owens1-1/+1
2004-12-29kallsyms: Clean up x86-64 special casing of in_gate_area()Keith Owens1-2/+2
2004-12-20[PATCH] vm: disable thrashing control by defaultCon Kolivas2-1/+7
2004-12-18[PATCH] fix memory leak in free_percpuPhilip R. Auld1-0/+1
2004-12-12[PATCH] VmLib wrapped: mprotect flagsHugh Dickins1-7/+9
2004-12-12[PATCH] VmLib wrapped: executable brkHugh Dickins1-4/+4
2004-12-12[PATCH] highmem.c: fix bio error propagationJens Axboe1-10/+10
2004-11-28[PATCH] RLIMIT_MEMLOCK accounting of shmctl() SHM_LOCK is brokenMichael Kerrisk1-3/+3
2004-11-25[PATCH] ia64/x86_64/s390 overlapping vma fixZou Nanhai1-2/+3
2004-11-18[PATCH] mlock-vs-VM_IO hang fixHugh Dickins2-2/+3
2004-11-18[PATCH] vmscan: ignore swap token when in troubleAndrew Morton2-12/+15
2004-11-18[PATCH] Fix ia64 flush_tlb_page build errorBjorn Helgaas1-0/+1
2004-11-18[PATCH] mempolicy can select the wrong policyAndrea Arcangeli1-4/+4
2004-11-18[PATCH] fix for mpol mm corruption on tmpfsAndrea Arcangeli1-2/+10
2004-11-15[PATCH] tmpfs free_inodes leakHugh Dickins1-0/+4
2004-11-15[PATCH] mm: tune the page allocator thresholdsNick Piggin1-18/+23
2004-11-15[PATCH] x86-64: Fix get_user_pages access to vsyscall pageAndi Kleen1-11/+7
2004-11-13[PATCH] __init in mm/slab.cAndries E. Brouwer1-1/+1
2004-11-10[PATCH] Fix O_SYNC speedup for generic_file_write_nolockSuparna Bhattacharya1-11/+62
2004-11-10[PATCH] compat syscalls naming standardisationMatthew Wilcox1-3/+3
2004-11-07[PATCH] tmpfs: CONFIG_TMPFS=n mount fixHugh Dickins1-0/+2
2004-11-07[PATCH] fix find_next_best_node()Jesse Barnes1-0/+6
2004-11-07[PATCH] prio_tree: fix prio_tree_expand corner caseRajesh Venkatasubramanian1-3/+3
2004-11-07[PATCH] bootmem use NODE_DATAAndy Whitcroft1-6/+4
2004-11-07[PATCH] unexport lock_page()Andrew Morton1-3/+0