aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2007-10-20oom_kill bugGravatar Al Viro 1-1/+1
2007-10-20small documentation fixesGravatar Philipp Marek 1-1/+1
2007-10-20Typo fixes retrun -> returnGravatar Gabriel Craciunescu 1-1/+1
2007-10-20spelling fixes: mm/Gravatar Simon Arlott 11-18/+18
2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Gravatar Robert P. J. Day 1-1/+2
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-2/+3
2007-10-19Isolate some explicit usage of task->tgidGravatar Pavel Emelyanov 1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 2-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 2-2/+6
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachGravatar Matthias Kaehlcke 1-3/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Gravatar Serge E. Hallyn 1-2/+2
2007-10-19Task Control Groups: make cpusets a client of cgroupsGravatar Paul Menage 1-2/+0
2007-10-19kernel-api docbook: fix content problemsGravatar Randy Dunlap 1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Gravatar Coly Li 2-11/+6
2007-10-19remove unused flush_tlb_pgtablesGravatar Benjamin Herrenschmidt 1-3/+0
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cGravatar Linus Torvalds 1-0/+1
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 3-4/+4
2007-10-18cpu hotplug: slab: fix memory leak in cpu hotplug error pathGravatar Akinobu Mita 1-2/+8
2007-10-18cpu hotplug: slab: cleanup cpuup_callback()Gravatar Akinobu Mita 1-143/+160
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2007-10-17security/ cleanupsGravatar Adrian Bunk 2-3/+0
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-4/+10
2007-10-17remap_file_pages: kernel-doc correctionsGravatar Randy Dunlap 1-11/+13
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sGravatar Dave Hansen 2-17/+9
2007-10-17writeback: remove unnecessary wait in throttle_vm_writeout()Gravatar Fengguang Wu 1-10/+8
2007-10-17introduce I_SYNCGravatar Joern Engel 1-1/+1
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioGravatar Fengguang Wu 1-3/+6
2007-10-17Delete gcc-2.95 compatible structure definition.Gravatar Robert P. J. Day 1-2/+1
2007-10-17Drop some headers from mm.hGravatar Alexey Dobriyan 3-1/+3
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Gravatar Alexey Dobriyan 1-3/+1
2007-10-17writeback: don't propagate AOP_WRITEPAGE_ACTIVATEGravatar Andrew Morton 1-1/+3
2007-10-17mm: document tree_lock->zone.lock lockorderGravatar Nick Piggin 2-0/+2
2007-10-17mm: test and set zone reclaim lock before starting reclaimGravatar David Rientjes 1-10/+13
2007-10-17oom: convert zone_scan_lock from mutex to spinlockGravatar David Rientjes 1-5/+5
2007-10-17oom: do not take callback_mutexGravatar David Rientjes 1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsGravatar David Rientjes 1-1/+1
2007-10-17oom: suppress extraneous stack and memory dumpGravatar David Rientjes 1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlGravatar David Rientjes 1-5/+8
2007-10-17oom: serialize out of memory callsGravatar David Rientjes 1-2/+12
2007-10-17oom: add per-zone lockingGravatar David Rientjes 1-0/+52
2007-10-17oom: change all_unreclaimable zone member to flagsGravatar David Rientjes 3-17/+18
2007-10-17oom: move constraints to enumGravatar David Rientjes 1-9/+3
2007-10-17oom: move prototypes to appropriate header fileGravatar David Rientjes 1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 5-19/+16
2007-10-17SLUB: simplify IRQ off handlingGravatar Christoph Lameter 1-11/+7
2007-10-17mm: dirty balancing for tasksGravatar Peter Zijlstra 1-1/+49
2007-10-17mm: per device dirty thresholdGravatar Peter Zijlstra 2-37/+185
2007-10-17mm: count writeback pages per BDIGravatar Peter Zijlstra 1-2/+10
2007-10-17mm: count reclaimable pages per BDIGravatar Peter Zijlstra 2-0/+6
2007-10-17mm: scalable bdi statistics countersGravatar Peter Zijlstra 1-0/+27