aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-07Quicklists for page table pagesChristoph Lameter3-0/+95
2007-05-07slub: remove object activities out of checking functionsChristoph Lameter1-61/+47
2007-05-07SLUB: Free slabs and sort partial slab lists in kmem_cache_shrinkChristoph Lameter1-13/+112
2007-05-07slub: add ability to list alloc / free callers per slabChristoph Lameter1-3/+181
2007-05-07SLUB: Add MIN_PARTIALChristoph Lameter1-19/+36
2007-05-07slub: validation of slabs (metadata and guard zones)Christoph Lameter1-3/+110
2007-05-07slub: enable tracking of full slabsChristoph Lameter1-1/+40
2007-05-07slub: fix object trackingChristoph Lameter1-37/+20
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter2-11/+8
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter1-6/+4
2007-05-07Make page->private usable in compound pagesChristoph Lameter5-30/+28
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-1/+1
2007-05-07SLUB: change default alignmentsChristoph Lameter1-2/+2
2007-05-07SLUB coreChristoph Lameter2-0/+3145
2007-05-07slab: mark set_up_list3s() __initAndrew Morton1-1/+1
2007-05-07Do not disable interrupts when reading min_free_kbytesMel Gorman1-1/+2
2007-05-07slab: NUMA kmem_cache dietEric Dumazet1-4/+20
2007-05-07SLAB: don't allocate empty shared cachesEric Dumazet1-11/+15
2007-05-07SLAB: use num_possible_cpus() in enable_cpucache()Eric Dumazet1-3/+1
2007-05-07readahead: code cleanupJan Kara2-18/+19
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara2-3/+9
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov1-1/+1
2007-05-07mm: simplify filemap_nopageNick Piggin1-24/+0
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft1-6/+2
2007-05-07allow oom_adj of saintly processesJoshua N Pritikin1-2/+4
2007-05-07mm: make read_cache_page synchronousNick Piggin2-14/+38
2007-05-07slab: ensure cache_alloc_refill terminatesPekka Enberg1-0/+8
2007-05-07mm: remove gcc workaroundNick Piggin1-12/+0
2007-05-07Use ZVC counters to establish exact size of dirtyable pagesChristoph Lameter1-10/+40
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-1/+1
2007-05-07Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge1-0/+94
2007-05-07slab: introduce kreallocPekka Enberg2-2/+82
2007-05-02[PATCH] x86-64: skip cache_free_alien() on non NUMASiddha, Suresh B1-2/+5
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge1-0/+9
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+4
2007-05-02[PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platformsAndi Kleen1-3/+11
2007-04-27Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+6
2007-04-27Change default dirty-writeback limitsLinus Torvalds1-2/+2
2007-04-27[S390] split page_test_and_clear_dirty.Martin Schwidefsky1-2/+6
2007-04-24page migration: fix NR_FILE_PAGES accountingChristoph Lameter1-1/+14
2007-04-24fix OOM killing processes wrongly thought MPOL_BINDHugh Dickins1-0/+2
2007-04-24oom: kill all threads that share mm with killed taskDavid Rientjes1-1/+1
2007-04-12[PATCH] nommu: fix bug ip_conntrack does not work on nommuWu, Bryan1-0/+1
2007-04-04Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+2
2007-04-04[PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells1-2/+2
2007-04-04[S390] page_mkclean data corruption.Martin Schwidefsky1-2/+2
2007-03-29[PATCH] mm: fix xip issue with /dev/zeroCarsten Otte1-11/+37
2007-03-29[PATCH] holepunch: fix mmap_sem i_mutex deadlockHugh Dickins1-5/+14
2007-03-29[PATCH] holepunch: fix disconnected pages after second truncateHugh Dickins1-0/+8
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punch lockingHugh Dickins1-23/+73