summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* oom_kill bugAl Viro2007-10-201-1/+1
* small documentation fixesPhilipp Marek2007-10-201-1/+1
* Typo fixes retrun -> returnGabriel Craciunescu2007-10-201-1/+1
* spelling fixes: mm/Simon Arlott2007-10-2011-18/+18
* Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day2007-10-191-1/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+3
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-192-4/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-192-2/+6
* mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-10-191-3/+1
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-2/+2
* Task Control Groups: make cpusets a client of cgroupsPaul Menage2007-10-191-2/+0
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-1/+1
* setup vma->vm_page_prot by vm_get_page_prot()Coly Li2007-10-192-11/+6
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-3/+0
* Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds2007-10-181-0/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-183-4/+4
* cpu hotplug: slab: fix memory leak in cpu hotplug error pathAkinobu Mita2007-10-181-2/+8
* cpu hotplug: slab: cleanup cpuup_callback()Akinobu Mita2007-10-181-143/+160
* Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-1/+0
|\
| * xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge2007-10-161-1/+0
* | security/ cleanupsAdrian Bunk2007-10-172-3/+0
* | Implement file posix capabilitiesSerge E. Hallyn2007-10-171-4/+10
* | remap_file_pages: kernel-doc correctionsRandy Dunlap2007-10-171-11/+13
* | r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-172-17/+9
* | writeback: remove unnecessary wait in throttle_vm_writeout()Fengguang Wu2007-10-171-10/+8
* | introduce I_SYNCJoern Engel2007-10-171-1/+1
* | writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu2007-10-171-3/+6
* | Delete gcc-2.95 compatible structure definition.Robert P. J. Day2007-10-171-2/+1
* | Drop some headers from mm.hAlexey Dobriyan2007-10-173-1/+3
* | SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan2007-10-171-3/+1
* | writeback: don't propagate AOP_WRITEPAGE_ACTIVATEAndrew Morton2007-10-171-1/+3
* | mm: document tree_lock->zone.lock lockorderNick Piggin2007-10-172-0/+2
* | mm: test and set zone reclaim lock before starting reclaimDavid Rientjes2007-10-171-10/+13
* | oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes2007-10-171-5/+5
* | oom: do not take callback_mutexDavid Rientjes2007-10-171-3/+0
* | oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes2007-10-171-1/+1
* | oom: suppress extraneous stack and memory dumpDavid Rientjes2007-10-171-13/+14
* | oom: add oom_kill_allocating_task sysctlDavid Rientjes2007-10-171-5/+8
* | oom: serialize out of memory callsDavid Rientjes2007-10-171-2/+12
* | oom: add per-zone lockingDavid Rientjes2007-10-171-0/+52
* | oom: change all_unreclaimable zone member to flagsDavid Rientjes2007-10-173-17/+18
* | oom: move constraints to enumDavid Rientjes2007-10-171-9/+3
* | oom: move prototypes to appropriate header fileDavid Rientjes2007-10-171-0/+1
* | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-175-19/+16
* | SLUB: simplify IRQ off handlingChristoph Lameter2007-10-171-11/+7
* | mm: dirty balancing for tasksPeter Zijlstra2007-10-171-1/+49
* | mm: per device dirty thresholdPeter Zijlstra2007-10-172-37/+185
* | mm: count writeback pages per BDIPeter Zijlstra2007-10-171-2/+10
* | mm: count reclaimable pages per BDIPeter Zijlstra2007-10-172-0/+6