aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-07-16permit mempool_free(NULL)Rusty Russell1-0/+3
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk1-16/+0
2007-07-16dirty_writeback_centisecs_handler() cleanupAndrew Morton1-6/+4
2007-07-16fault-injection: add min-order parameter to fail_page_allocAkinobu Mita1-1/+11
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-0/+4
2007-07-16nommu: stub expand_stack() for nommu caseGreg Ungerer1-0/+5
2007-07-16split mmapMiklos Szeredi1-6/+19
2007-07-16NeilBrown <neilb@suse.de>akpm@linux-foundation.org1-0/+2
2007-07-16do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYHerbert van den Bergh1-1/+4
2007-07-16slob: sparsemem supportPaul Mundt1-0/+8
2007-07-16mm/page_alloc.c: lower printk severityDan Aloni1-1/+1
2007-07-16slob: initial NUMA supportPaul Mundt1-17/+55
2007-07-16speed up madvise_need_mmap_write() usageJason Baron1-2/+4
2007-07-16mm/slab.c: start_cpu_timer() should be __cpuinitAdrian Bunk1-1/+1
2007-07-16mm: more __meminit annotationsPaul Mundt1-6/+6
2007-07-16kill vmalloc_earlyreserveJan Beulich1-2/+0
2007-07-16mm: fix improper .init-type section referencesJan Beulich1-8/+8
2007-07-16numa: mempolicy: trivial debug fixes.Paul Mundt1-10/+10
2007-07-16oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita1-0/+8
2007-07-16numa: mempolicy: dynamic interleave map for system initPaul Mundt1-3/+28
2007-07-16SLUB: support slub_debug on by defaultChristoph Lameter1-28/+51
2007-07-16invalidate_mapping_pages(): add cond_reschedAndrew Morton1-15/+23
2007-07-16mm: debug check for the fault vs invalidate raceNick Piggin1-0/+1
2007-07-16hugetlb: fix race in alloc_fresh_huge_page()Joe Jin1-4/+11
2007-07-16vmscan: fix comments related to shrink_list()Anderson Briglia3-4/+4
2007-07-16slob: improved alignment handlingNick Piggin1-23/+26
2007-07-16slob: remove bigblock trackingNick Piggin1-74/+29
2007-07-16slob: rework freelist handlingNick Piggin1-97/+325
2007-07-16MM: alloc_large_system_hash() can free some memory for non power-of-two bucketsizeEric Dumazet1-0/+15
2007-07-16Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov1-24/+6
2007-07-16MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer1-1/+1
2007-07-16hugetlb: remove unnecessary nid initializationNishanth Aravamudan1-1/+1
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki1-22/+251
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris3-5/+14
2007-07-10xip sendfile removalCarsten Otte1-22/+0
2007-07-10shmem: convert to using splice instead of sendfile()Hugh Dickins1-25/+17
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe1-20/+0
2007-07-08mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra1-1/+0
2007-07-06slub: remove useless EXPORT_SYMBOLChristoph Lameter1-1/+0
2007-07-06mm: fixup /proc/vmstat outputPeter Zijlstra1-1/+1
2007-07-05Fix slab redzone alignmentDavid Woodhouse1-9/+23
2007-07-03SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrapChristoph Lameter1-2/+6
2007-07-01SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter1-1/+0
2007-06-28mm: kill validate_anon_vma to avoid mapcount BUGHugh Dickins1-23/+1
2007-06-24SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter1-2/+4
2007-06-21[PARISC] Handle wrapping in expand_upwards()Helge Deller1-2/+7
2007-06-16SLUB: minimum alignment fixesChristoph Lameter1-5/+15
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2-10/+10