aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-29[PATCH] holepunch: fix shmem_truncate_range punching too farHugh Dickins1-11/+21
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov1-1/+1
2007-03-22[PATCH] NOMMU: make SYSV SHM nattch work correctlyDavid Howells1-0/+6
2007-03-22[PATCH] NOMMU: supply get_unmapped_area() to fix NOMMU SYSV SHMDavid Howells1-0/+22
2007-03-16[PATCH] oom fix: prevent oom from killing a process with children/sibling unkillableAnkita Garg1-1/+1
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra1-0/+16
2007-03-16[PATCH] dio: invalidate clean pages before dio writeZach Brown1-11/+35
2007-03-16[PATCH] mm: fix madvise infinine loopNick Piggin1-1/+4