aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-03[PATCH] PG_writeback: fix waitqueue_active memory barrierAndrew Morton1-1/+1
2004-10-28[PATCH] swapper_space warning suppressionAndrew Morton1-1/+1
2004-10-27[PATCH] Lock initializer unifying (Core)Thomas Gleixner1-1/+1
2004-10-27[PATCH] make filemap_fdatawrite_range() staticArjan van de Ven1-2/+1
2004-10-27[PATCH] vmalloc_to_page helperArjan van de Ven2-0/+16
2004-10-27[PATCH] vmscan: pages_scanned fixNick Piggin1-1/+1
2004-10-27[PATCH] tmpfs truncate latencyHugh Dickins1-62/+118
2004-10-27[PATCH] statm: shared = rss - anon_rssHugh Dickins2-1/+10
2004-10-27[PATCH] statm: __vm_stat_accountingHugh Dickins1-1/+4
2004-10-27[PATCH] shmem NUMA policy spinlockHugh Dickins1-13/+25
2004-10-27[PATCH] update total_vm on non-MMU configurationsGreg Ungerer1-1/+18
2004-10-25[PATCH] vm: unreclaimable pages debugginfNick Piggin1-1/+5
2004-10-21remap_pfn_range: make the region special.Linus Torvalds1-0/+9
2004-10-20[PATCH] vm_dirty_ratio initialisation fixAndy Whitcroft1-0/+5
2004-10-19[PATCH] slab: reduce fragmentation due to kmem_cache_alloc_nodeManfred Spraul1-47/+64
2004-10-19[PATCH] vmalloc_to_page() preempt cleanupAndrew Morton1-2/+0
2004-10-19[PATCH] vm thrashing control tuningHideo Aoki1-2/+3
2004-10-19[PATCH] vm: introduce remap_pfn_range() to replace remap_page_range()William Lee Irwin III2-12/+9
2004-10-19[PATCH] lighten mmlist_lockHugh Dickins3-17/+47
2004-10-18[PATCH] xattr consolidation v3 - tmpfsJames Morris1-0/+90
2004-10-18[PATCH] taint on bad_pageNick Piggin1-0/+1
2004-10-18[PATCH] report per-process pagetable usageWilliam Lee Irwin III1-1/+2
2004-10-18[PATCH] don't export shmem_file_setupChristoph Hellwig2-4/+0
2004-10-18[PATCH] reduce number of parameters to __wait_on_bit() and __wait_on_bit_lock()William Lee Irwin III1-4/+4
2004-10-18[PATCH] consolidate bit waiting code patternsWilliam Lee Irwin III1-22/+18
2004-10-18[PATCH] standardize bit waiting data typeWilliam Lee Irwin III1-54/+9
2004-10-18[PATCH] Create nodemask_tMatthew Dobson2-5/+9
2004-10-18[PATCH] invalidate page race fixJens Axboe1-1/+11
2004-10-18[PATCH] __set_page_dirty_nobuffers mappingsHugh Dickins1-3/+4
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann11-0/+11
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath6-17/+17
2004-10-16[PATCH] kswapd lockup fixNick Piggin1-3/+6
2004-10-13[PATCH] Fix reporting of process start timesTim Schmielau1-6/+13
2004-10-13[PATCH] revert writeback threshold changesAndrew Morton1-5/+3
2004-10-07[PATCH] vmscan: handle empty zonesAndrew Morton1-0/+11
2004-10-06[PATCH] NX: fix read_implies_exec() related noexec-fs breakageIngo Molnar1-7/+9
2004-10-05[PATCH] remove get_cpu_ptr()Andrew Morton1-2/+1
2004-10-02[PATCH] vm: prevent kswapd pageout priority windupNick Piggin1-2/+19
2004-10-01[PATCH] mlockall() take mmap_sem a bit laterChris Wright1-3/+4
2004-10-01[PATCH] make can_do_mlock useful for mlock/mlockallChris Wright1-7/+8
2004-10-01[PATCH] mlockall() check rlimit only when MCL_CURRENT is setChris Wright1-1/+2
2004-10-01[PATCH] mlockall(MCL_FUTURE) unlocks currently locked mappingsChris Wright1-3/+4
2004-09-29[PATCH] overcommit symbolic constantsAndries E. Brouwer2-3/+3
2004-09-17[PATCH] fix missing unlock_page in mm/rmap.cNick Piggin1-2/+3
2004-09-16[PATCH] Fix write() return values for tmpfs.Robin Holt1-1/+1
2004-09-16[PATCH] tune vmalloc sizeIngo Molnar1-0/+2
2004-09-13[PATCH] Fix ABI in set_mempolicy()Andi Kleen1-0/+3
2004-09-13[PATCH] fix uninitialized warnings in mempolicy.cJesse Barnes1-2/+2
2004-09-13[PATCH] block highmem flushesJens Axboe1-0/+2
2004-09-13[PATCH] make kmem_find_general_cachep static in slab.cChristoph Hellwig1-18/+16
2004-09-13[PATCH] shmem: Copyright file_setup triviaHugh Dickins1-4/+4
2004-09-13[PATCH] shmem: rework majmin and ZERO_PAGEHugh Dickins1-14/+12
2004-09-13[PATCH] shmem: avoid the shmem_inodes listHugh Dickins1-19/+24
2004-09-13[PATCH] shmem: no sbinfo for tmpfs mount?Hugh Dickins1-19/+41
2004-09-13[PATCH] shmem: no sbinfo for shm mountHugh Dickins1-76/+88
2004-09-13[PATCH] shmem: inodes and links need lowmemHugh Dickins1-2/+26
2004-09-13[PATCH] shmem: don't SLAB_HWCACHE_ALIGNHugh Dickins1-2/+1
2004-09-10Fix off-by-one bug in page cache reading.Linus Torvalds1-4/+3
2004-09-08[PATCH] fix highmem bouncing leaking pagesJens Axboe1-2/+2
2004-09-07[PATCH] small wait_on_page_writeback_range() optimizationMarcelo Tosatti1-1/+7
2004-09-07[PATCH] filemap read() fixRam Pai1-13/+27
2004-09-07[PATCH] ppc64: fix compat NUMA API on big endian 64bitAnton Blanchard1-7/+69
2004-09-02[PATCH] make hugetlb expansion allocation nowarnArjan van de Ven1-1/+1
2004-09-02[PATCH] remove ptrinfoChristoph Hellwig1-75/+6
2004-09-02[PATCH] some missing statics in mm/Christoph Hellwig2-7/+8
2004-09-02[PATCH] make bad_page() print all of page->flagsWilliam Lee Irwin III1-3/+3
2004-09-02[PATCH] ppc64: topdown supportAndy Whitcroft1-0/+2
2004-09-02[PATCH] add_to_swap(): suppress oom messageAndrew Morton1-1/+1
2004-09-02[PATCH] Check find_vma return code in make_pages_present()Dave Jones1-0/+2
2004-08-30[PATCH] Fix a NULL pointer bug in do_generic_file_read()David Howells1-4/+7
2004-08-30[PATCH] use page_to_nidAndy Whitcroft2-2/+2
2004-08-30[PATCH] fix PID hash sizingNick Piggin1-2/+2
2004-08-30[PATCH] tiny shmem/tmpfs replacementMatt Mackall3-2/+129
2004-08-30[PATCH] truncate_inode_pages latency fixAndrew Morton1-0/+1
2004-08-30[PATCH] prio-tree: remove function prototype inside functionAnton Blanchard1-2/+2
2004-08-29Merge http://oss.sgi.com:8090/xfs-linux-2.6Linus Torvalds1-0/+1
2004-08-28Merge bk://linux-voyager.bkbits.net/dma-declare-coherent-memory-2.6Linus Torvalds1-3/+22
2004-08-28[XFS] Export sync_page_range to fix O_SYNC in XFS.Christoph Hellwig1-0/+1
2004-08-26Merge http://linux-sound.bkbits.net/linux-soundLinus Torvalds1-0/+21
2004-08-26[PATCH] make oom killer points unsigned longTim Schmielau1-4/+4
2004-08-26[PATCH] /proc/pid/statm accounting fixesWilliam Lee Irwin III1-0/+2
2004-08-26[PATCH] speed up /proc/pid/statm for !CONFIG_PROC_FSWilliam Lee Irwin III1-0/+2
2004-08-26[PATCH] O(1) proc_pid_statm()William Lee Irwin III3-0/+31
2004-08-26[PATCH] include asm/page.h for virt_to_page()Dave Hansen1-0/+1
2004-08-26[PATCH] call virt_to_page() with void*, not ULDave Hansen1-2/+2
2004-08-26[PATCH] improve OProfile on many-way systemsJohn Levon1-6/+2
2004-08-26[PATCH] tmpfs atomicity fixHugh Dickins1-1/+2
2004-08-26[PATCH] Add a few might_sleep() checksIngo Molnar3-3/+6
2004-08-26Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5Jaroslav Kysela1-0/+21
2004-08-25Merge bk://linux-sound@linux-sound.bkbits.net/linux-soundJaroslav Kysela1-0/+21
2004-08-23[PATCH] show Active/Inactive on per-node meminfoAkinobu Mita2-6/+24
2004-08-23[PATCH] file_ra_state_init speedupAndrew Morton1-3/+2
2004-08-23[PATCH] Fix get_nodes() mask miscalculationBrent Casavant1-1/+0
2004-08-23[PATCH] improve speed of freeing bootmemJosh Aas1-3/+22
2004-08-23[PATCH] alloc_pages priority tuningAndrew Morton1-6/+14
2004-08-23[PATCH] vm: alloc_pages watermark fixesNick Piggin1-66/+53
2004-08-23[PATCH] vm: writeout watermark tuningNick Piggin1-3/+5
2004-08-23[PATCH] rmaplock: swapoff use anon_vmaHugh Dickins2-7/+36
2004-08-23[PATCH] rmaplock: mm lock orderingHugh Dickins2-43/+54
2004-08-23[PATCH] rmaplock: SLAB_DESTROY_BY_RCUHugh Dickins2-24/+95
2004-08-23[PATCH] rmaplock: kill page_map_lockHugh Dickins3-94/+88
2004-08-23[PATCH] rmaplock: PageAnon in mappingHugh Dickins2-20/+3
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen1-18/+23