aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells1-5/+9
2006-09-27[PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells1-17/+46
2006-09-27[PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells1-32/+72
2006-09-27[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells1-2/+2
2006-09-27[PATCH] NOMMU: Check VMA protectionsDavid Howells1-5/+25
2006-09-27[PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang1-2/+6
2006-09-27[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells1-8/+3
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2-0/+100
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+1
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer1-20/+8
2006-09-27[PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap1-1/+1
2006-09-27[PATCH] do_no_pfn()Jes Sorensen1-5/+59
2006-09-27[PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter1-1/+1
2006-09-27[PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter1-0/+3
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter1-0/+1
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2-30/+81
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter1-7/+5
2006-09-27[PATCH] Condense output of show_free_areas()Jes Sorensen1-19/+17
2006-09-27[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter1-10/+9
2006-09-27[PATCH] page invalidation cleanupNick Piggin2-21/+31
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton2-1/+3
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+67
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-3/+19
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+59
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman1-24/+528
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2-6/+3
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-8/+16
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-1/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-6/+19
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter5-8/+7
2006-09-26[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter1-4/+4
2006-09-26[PATCH] oom-kill: update comments to reflect current codeRam Gupta1-3/+3
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter1-5/+12
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2-21/+54
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter7-22/+18
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2-3/+3
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter4-170/+130
2006-09-26[PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2-1/+7
2006-09-26[PATCH] Optimize free_one_pageChristoph Lameter1-3/+5
2006-09-26[PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B1-9/+14
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-3/+1
2006-09-26[PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter1-8/+10
2006-09-26[PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter1-1/+3
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2-1/+4
2006-09-26[PATCH] slab: fix lockdep warningsRavikiran G Thirumalai1-14/+43
2006-09-26[PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter1-18/+17
2006-09-26[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter1-16/+22
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig1-2/+2
2006-09-26[PATCH] update some mm/ commentsNick Piggin1-4/+4
2006-09-26[PATCH] Add some comments to slab.cRavikiran G Thirumalai1-2/+27
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens1-3/+8
2006-09-26[PATCH] oom: more printkNick Piggin1-2/+3
2006-09-26[PATCH] oom: kthread infinite loop fixNick Piggin1-0/+3
2006-09-26[PATCH] oom: swapoff tasks tweakNick Piggin1-2/+6
2006-09-26[PATCH] oom: handle oom_disable exitingNick Piggin1-2/+2
2006-09-26[PATCH] oom: handle current exitingNick Piggin1-4/+31
2006-09-26[PATCH] oom: cpuset hintNick Piggin1-3/+8
2006-09-26[PATCH] oom: reclaim_mapped on oomNick Piggin1-1/+10
2006-09-26[PATCH] oom: use unreclaimable infoNick Piggin1-0/+8
2006-09-26[PATCH] mm: swap write failure fixupPeter Zijlstra1-1/+20
2006-09-26[PATCH] slab: respect architecture and caller mandated alignmentPekka Enberg1-9/+16
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin2-1/+18
2006-09-26[PATCH] mm: remove_mapping() safenessNick Piggin1-3/+3
2006-09-26[PATCH] Add kerneldocs for some functions in mm/memory.cRolf Eike Beer1-7/+27
2006-09-26[PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke1-57/+109
2006-09-26[PATCH] out of memory notifierMartin Schwidefsky1-0/+22
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter2-17/+12
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter2-13/+25
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter2-17/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter1-23/+20
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-0/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter1-0/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter1-6/+18
2006-09-26[PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter1-10/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter3-15/+14
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-4/+0
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu1-37/+44
2006-09-26[PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu1-37/+45
2006-09-26[PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu1-7/+3
2006-09-26[PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu1-10/+18
2006-09-26[PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu1-1/+1
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk3-25/+25
2006-09-26[PATCH] mm: msync() cleanupPeter Zijlstra1-163/+33
2006-09-26[PATCH] mm: fixup do_wp_page()Peter Zijlstra1-6/+13
2006-09-26[PATCH] mm: small cleanup of install_page()Peter Zijlstra1-2/+2
2006-09-26[PATCH] mm: optimize the new mprotect() code a bitPeter Zijlstra1-10/+24
2006-09-26[PATCH] mm: balance dirty pagesPeter Zijlstra2-2/+13
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra5-29/+113
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin4-28/+27
2006-09-25[PATCH] do not free non slab allocated per_cpu_pagesetDavid Rientjes1-1/+3
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-0/+9
2006-09-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+9
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-0/+7
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller1-1/+1
2006-09-08[PATCH] invalidate_complete_page() race fixAndrew Morton1-4/+7
2006-09-08[PATCH] IA64,sparc: local DoS with corrupted ELFsKirill Korotaev1-2/+15
2006-09-05Merge ../linusDave Jones9-50/+196
2006-09-01[PATCH] fix NUMA interleaving for huge pagesNishanth Aravamudan1-1/+9
2006-09-01[PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik1-2/+7
2006-09-01[PATCH] ZVC: Scale thresholds depending on the size of the systemChristoph Lameter1-20/+119
2006-09-01[PATCH] ZVC: Overstep countersChristoph Lameter1-15/+5
2006-08-27[PATCH] swsusp: Fix swap_type_ofRafael J. Wysocki1-1/+2
2006-08-14[PATCH] fuse: fix error case in fuse_readpagesAlexander Zarochentsev1-0/+20
2006-08-06[PATCH] memory hotadd fixes: enhance collision checkKAMEZAWA Hiroyuki1-7/+22
2006-08-06[PATCH] memory hotadd fixes: find_next_system_ram catch range fixKAMEZAWA Hiroyuki1-1/+1
2006-08-06[PATCH] memory hotadd fixes: not-aligned memory hotadd handling fixKAMEZAWA Hiroyuki1-7/+16
2006-08-06[PATCH] fadvise() make POSIX_FADV_NOREUSE a no-opAndrew Morton1-1/+2
2006-07-31[PATCH] Fix kmem_cache_alloc() been documented twiceRolf Eike Beer1-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-1/+1
2006-07-29[PATCH] MM: Remove rogue readahead printkAndi Kleen1-2/+0
2006-07-26[AGPGART] remove private page protection mapHugh Dickins1-0/+7
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar1-0/+4
2006-07-14[PATCH] nommu: export two symbols for drivers to useLuke Yang1-0/+2
2006-07-14[PATCH] ia64: race flushing icache in COW pathAnil Keshavamurthy1-1/+1
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka1-3/+4
2006-07-13[PATCH] revert slab.c locking changeIngo Molnar1-9/+0
2006-07-13[PATCH] lockdep: annotate mm/slab.cArjan van de Ven1-0/+32
2006-07-13[PATCH] lockdep: undo mm/slab.c annotationIngo Molnar1-23/+10
2006-07-10[PATCH] vmstat: export all_vm_events()Heiko Carstens1-0/+1
2006-07-10[PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-3/+3
2006-07-10[PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-1/+1
2006-07-10[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-3/+1
2006-07-10[PATCH] fadvise: remove dead commentsAndrew Morton1-12/+0
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-4/+4
2006-07-03[PATCH] lockdep: annotate SLAB codeIngo Molnar1-11/+48
2006-07-03[PATCH] lockdep: annotate mmIngo Molnar2-2/+2
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-1/+1
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-0/+2
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2-13/+36
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds8-8/+0
2006-06-30[PATCH] slab: consolidate code to free slabs from freelistChristoph Lameter1-68/+51
2006-06-30[PATCH] Light weight event countersChristoph Lameter8-121/+114
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter3-52/+50
2006-06-30[PATCH] zoned-vm-counters: remove read_page_state()Andrew Morton1-14/+0
2006-06-30[PATCH] zoned vm counters: remove useless struct wbsChristoph Lameter1-51/+34
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2-4/+4
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter3-28/+3
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter3-3/+3
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter3-7/+8
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter3-4/+4
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter4-5/+5
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter1-21/+10
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter4-4/+8
2006-06-30[PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureChristoph Lameter1-9/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter6-17/+7
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter5-10/+10
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter3-4/+217
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter3-408/+418
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2-8/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+6
2006-06-29[PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto1-1/+1
2006-06-29[PATCH] generic_file_buffered_write(): handle zero-length iovec segmentsAndrew Morton2-3/+10
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig4-6/+6
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+1
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2-3/+3
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman3-3/+5
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman3-3/+3
2006-06-27[PATCH] generic_file_buffered_write(): deadlock on vectored writeVladimir V. Saveliev1-7/+11
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-11/+1
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto1-1/+11
2006-06-27[PATCH] sparc64: support sparsemem and !memory hotplugYasunori Goto1-0/+1
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-4/+24
2006-06-27[PATCH] register hot-added memory to iomem resourceKAMEZAWA Hiroyuki1-0/+25
2006-06-27[PATCH] pgdat allocation for new node add (call pgdat allocation)Yasunori Goto1-0/+52
2006-06-27[PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto1-11/+26
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-0/+11
2006-06-27[PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman1-0/+6
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+3
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2-6/+1
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman1-3/+3
2006-06-26[PATCH] core: use list_move()Akinobu Mita1-2/+1
2006-06-26spelling fixesAndreas Mohr2-3/+3
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-1/+1
2006-06-25[PATCH] readahead: backoff on I/O errorWu Fengguang1-0/+28
2006-06-25[PATCH] kernel-doc: mm/readhead fixupRandy Dunlap1-2/+1
2006-06-25[PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown2-14/+20
2006-06-25[PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pagesChris Wright1-2/+1
2006-06-25[PATCH] pdflush: handle resume wakeupsAndrew Morton1-8/+7
2006-06-25[PATCH] Allow migration of mlocked pagesChristoph Lameter2-11/+8
2006-06-25[PATCH] page migration: Support a vma migration functionChristoph Lameter2-1/+25
2006-06-25[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown1-8/+5
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust25-1030/+1816
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-3/+0
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn1-2/+1
2006-06-23[PATCH] Remove semi-softlockup from invalidate_mapping_pagesNeilBrown1-6/+16
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai1-42/+0
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-06-23[PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2-5/+5
2006-06-23[PATCH] SELinux: add security_task_movememory calls to mm codeDavid Quigley2-0/+11
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2-6/+266
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2-85/+53
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2-32/+24
2006-06-23[PATCH] page migration: simplify migrate_pages()Christoph Lameter1-103/+115