aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18sparse pointer use of zero as nullStephen Hemminger3-4/+4
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita1-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita1-143/+160
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+0
2007-10-17security/ cleanupsAdrian Bunk2-3/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-4/+10
2007-10-17remap_file_pages: kernel-doc correctionsRandy Dunlap1-11/+13
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2-17/+9
2007-10-17writeback: remove unnecessary wait in throttle_vm_writeout()Fengguang Wu1-10/+8
2007-10-17introduce I_SYNCJoern Engel1-1/+1
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu1-3/+6
2007-10-17Delete gcc-2.95 compatible structure definition.Robert P. J. Day1-2/+1
2007-10-17Drop some headers from mm.hAlexey Dobriyan3-1/+3
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-3/+1
2007-10-17writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton1-1/+3
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin2-0/+2
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes1-10/+13
2007-10-17oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes1-5/+5
2007-10-17oom: do not take callback_mutexDavid Rientjes1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-1/+1
2007-10-17oom: suppress extraneous stack and memory dumpDavid Rientjes1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes1-5/+8
2007-10-17oom: serialize out of memory callsDavid Rientjes1-2/+12
2007-10-17oom: add per-zone lockingDavid Rientjes1-0/+52
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes3-17/+18
2007-10-17oom: move constraints to enumDavid Rientjes1-9/+3
2007-10-17oom: move prototypes to appropriate header fileDavid Rientjes1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter5-19/+16
2007-10-17SLUB: simplify IRQ off handlingChristoph Lameter1-11/+7
2007-10-17mm: dirty balancing for tasksPeter Zijlstra1-1/+49
2007-10-17mm: per device dirty thresholdPeter Zijlstra2-37/+185
2007-10-17mm: count writeback pages per BDIPeter Zijlstra1-2/+10
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra2-0/+6
2007-10-17mm: scalable bdi statistics countersPeter Zijlstra1-0/+27
2007-10-17mm: bdi init hooksPeter Zijlstra3-0/+17
2007-10-17nfs: remove congestion_end()Peter Zijlstra1-13/+0
2007-10-16xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge1-1/+0
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+6
2007-10-16mm/vmstat.c: cleanupsAdrian Bunk1-18/+1
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk1-10/+18
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk1-5/+5
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke1-2/+11
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan1-20/+43
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke1-5/+4
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke1-0/+5
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke1-23/+132
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke1-14/+125
2007-10-16hugetlb: Move update_and_free_pageAdam Litke1-15/+15
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto2-4/+23
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-0/+6