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