| Commit message (Expand) | Author | Age | Files | Lines |
* | oom_kill bug | Al Viro | 2007-10-20 | 1 | -1/+1 |
* | small documentation fixes | Philipp Marek | 2007-10-20 | 1 | -1/+1 |
* | Typo fixes retrun -> return | Gabriel Craciunescu | 2007-10-20 | 1 | -1/+1 |
* | spelling fixes: mm/ | Simon Arlott | 2007-10-20 | 11 | -18/+18 |
* | Explain clearly why kmalloc() can't use __GFP_HIGHMEM. | Robert P. J. Day | 2007-10-19 | 1 | -1/+2 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -2/+3 |
* | Isolate some explicit usage of task->tgid | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | Uninline find_task_by_xxx set of functions | Pavel Emelyanov | 2007-10-19 | 2 | -4/+2 |
* | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 2007-10-19 | 2 | -2/+6 |
* | mm/oom_kill.c: Use list_for_each_entry instead of list_for_each | Matthias Kaehlcke | 2007-10-19 | 1 | -3/+1 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -2/+2 |
* | Task Control Groups: make cpusets a client of cgroups | Paul Menage | 2007-10-19 | 1 | -2/+0 |
* | kernel-api docbook: fix content problems | Randy Dunlap | 2007-10-19 | 1 | -1/+1 |
* | setup vma->vm_page_prot by vm_get_page_prot() | Coly Li | 2007-10-19 | 2 | -11/+6 |
* | remove unused flush_tlb_pgtables | Benjamin Herrenschmidt | 2007-10-19 | 1 | -3/+0 |
* | Include <linux/backing-dev.h> in mm/filemap.c | Linus Torvalds | 2007-10-18 | 1 | -0/+1 |
* | sparse pointer use of zero as null | Stephen Hemminger | 2007-10-18 | 3 | -4/+4 |
* | cpu hotplug: slab: fix memory leak in cpu hotplug error path | Akinobu Mita | 2007-10-18 | 1 | -2/+8 |
* | cpu hotplug: slab: cleanup cpuup_callback() | Akinobu Mita | 2007-10-18 | 1 | -143/+160 |
* | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-17 | 1 | -1/+0 |
|\ |
|
| * | xen: lock pte pages while pinning/unpinning | Jeremy Fitzhardinge | 2007-10-16 | 1 | -1/+0 |
* | | security/ cleanups | Adrian Bunk | 2007-10-17 | 2 | -3/+0 |
* | | Implement file posix capabilities | Serge E. Hallyn | 2007-10-17 | 1 | -4/+10 |
* | | remap_file_pages: kernel-doc corrections | Randy Dunlap | 2007-10-17 | 1 | -11/+13 |
* | | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 2007-10-17 | 2 | -17/+9 |
* | | writeback: remove unnecessary wait in throttle_vm_writeout() | Fengguang Wu | 2007-10-17 | 1 | -10/+8 |
* | | introduce I_SYNC | Joern Engel | 2007-10-17 | 1 | -1/+1 |
* | | writeback: introduce writeback_control.more_io to indicate more io | Fengguang Wu | 2007-10-17 | 1 | -3/+6 |
* | | Delete gcc-2.95 compatible structure definition. | Robert P. J. Day | 2007-10-17 | 1 | -2/+1 |
* | | Drop some headers from mm.h | Alexey Dobriyan | 2007-10-17 | 3 | -1/+3 |
* | | SLAB_PANIC more (proc, posix-timers, shmem) | Alexey Dobriyan | 2007-10-17 | 1 | -3/+1 |
* | | writeback: don't propagate AOP_WRITEPAGE_ACTIVATE | Andrew Morton | 2007-10-17 | 1 | -1/+3 |
* | | mm: document tree_lock->zone.lock lockorder | Nick Piggin | 2007-10-17 | 2 | -0/+2 |
* | | mm: test and set zone reclaim lock before starting reclaim | David Rientjes | 2007-10-17 | 1 | -10/+13 |
* | | oom: convert zone_scan_lock from mutex to spinlock | David Rientjes | 2007-10-17 | 1 | -5/+5 |
* | | oom: do not take callback_mutex | David Rientjes | 2007-10-17 | 1 | -3/+0 |
* | | oom: compare cpuset mems_allowed instead of exclusive ancestors | David Rientjes | 2007-10-17 | 1 | -1/+1 |
* | | oom: suppress extraneous stack and memory dump | David Rientjes | 2007-10-17 | 1 | -13/+14 |
* | | oom: add oom_kill_allocating_task sysctl | David Rientjes | 2007-10-17 | 1 | -5/+8 |
* | | oom: serialize out of memory calls | David Rientjes | 2007-10-17 | 1 | -2/+12 |
* | | oom: add per-zone locking | David Rientjes | 2007-10-17 | 1 | -0/+52 |
* | | oom: change all_unreclaimable zone member to flags | David Rientjes | 2007-10-17 | 3 | -17/+18 |
* | | oom: move constraints to enum | David Rientjes | 2007-10-17 | 1 | -9/+3 |
* | | oom: move prototypes to appropriate header file | David Rientjes | 2007-10-17 | 1 | -0/+1 |
* | | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 5 | -19/+16 |
* | | SLUB: simplify IRQ off handling | Christoph Lameter | 2007-10-17 | 1 | -11/+7 |
* | | mm: dirty balancing for tasks | Peter Zijlstra | 2007-10-17 | 1 | -1/+49 |
* | | mm: per device dirty threshold | Peter Zijlstra | 2007-10-17 | 2 | -37/+185 |
* | | mm: count writeback pages per BDI | Peter Zijlstra | 2007-10-17 | 1 | -2/+10 |
* | | mm: count reclaimable pages per BDI | Peter Zijlstra | 2007-10-17 | 2 | -0/+6 |