| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | writeback: move bdi threads exiting logic to the forker thread | Artem Bityutskiy | 2010-08-07 | 1 | -11/+58 |
| * | | | | writeback: restructure bdi forker loop a little | Artem Bityutskiy | 2010-08-07 | 1 | -30/+39 |
| * | | | | writeback: do not remove bdi from bdi_list | Artem Bityutskiy | 2010-08-07 | 1 | -21/+10 |
| * | | | | writeback: simplify bdi code a little | Artem Bityutskiy | 2010-08-07 | 1 | -64/+18 |
| * | | | | writeback: do not lose wake-ups in the forker thread - 2 | Artem Bityutskiy | 2010-08-07 | 1 | -0/+4 |
| * | | | | writeback: do not lose wake-ups in the forker thread - 1 | Artem Bityutskiy | 2010-08-07 | 1 | -2/+1 |
| * | | | | writeback: fix possible race when creating bdi threads | Artem Bityutskiy | 2010-08-07 | 1 | -17/+11 |
| * | | | | writeback: harmonize writeback threads naming | Artem Bityutskiy | 2010-08-07 | 1 | -13/+13 |
| * | | | | writeback: Add tracing to write_cache_pages | Dave Chinner | 2010-08-07 | 1 | -0/+1 |
| * | | | | writeback: Add tracing to balance_dirty_pages | Dave Chinner | 2010-08-07 | 1 | -0/+4 |
| * | | | | writeback: Initial tracing support | Dave Chinner | 2010-08-07 | 1 | -0/+3 |
| * | | | | writeback: merge bdi_writeback_task and bdi_start_fn | Christoph Hellwig | 2010-08-07 | 1 | -43/+1 |
| * | | | | writeback: remove wb_list | Christoph Hellwig | 2010-08-07 | 1 | -54/+29 |
| * | | | | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Linus Torvalds | 2010-08-10 | 1 | -24/+76 |
|\ \ \ \ |
|
| * | | | | kmemleak: Fix typo in the comment | Holger Hans Peter Freyther | 2010-08-08 | 1 | -1/+1 |
| * | | | | kmemleak: Add DocBook style comments to kmemleak.c | Catalin Marinas | 2010-07-19 | 1 | -21/+59 |
| * | | | | kmemleak: Introduce a default off mode for kmemleak | Jason Baron | 2010-07-19 | 1 | -1/+13 |
| * | | | | kmemleak: Show more information for objects found by alias | Catalin Marinas | 2010-07-19 | 1 | -1/+3 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 2 | -20/+41 |
|\ \ \ \ \ |
|
| * | | | | | switch shmem.c to ->evice_inode() | Al Viro | 2010-08-09 | 1 | -4/+4 |
| * | | | | | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 2 | -12/+31 |
| * | | | | | always call inode_change_ok early in ->setattr | Christoph Hellwig | 2010-08-09 | 1 | -4/+6 |
| * | | | | | rename generic_setattr | Christoph Hellwig | 2010-08-09 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-08-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | memblock: Fix memblock_is_region_reserved() to return a boolean | Benjamin Herrenschmidt | 2010-08-09 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki | 2010-08-09 | 1 | -22/+72 |
* | | | | | mm: fix corruption of hibernation caused by reusing swap during image saving | KAMEZAWA Hiroyuki | 2010-08-09 | 1 | -2/+4 |
* | | | | | ksm: cleanup for mm_slots_hash | Lai Jiangshan | 2010-08-09 | 1 | -29/+9 |
* | | | | | vmscan: raise the bar to PAGEOUT_IO_SYNC stalls | Wu Fengguang | 2010-08-09 | 1 | -8/+43 |
* | | | | | mm/vmalloc.c: check kmalloc() return value | Kulikov Vasiliy | 2010-08-09 | 1 | -1/+4 |
* | | | | | memcg: add mm_vmscan_memcg_isolate tracepoint | KOSAKI Motohiro | 2010-08-09 | 1 | -0/+6 |
* | | | | | memcg, vmscan: add memcg reclaim tracepoint | KOSAKI Motohiro | 2010-08-09 | 1 | -1/+19 |
* | | | | | vmscan: shrink_slab() requires the number of lru_pages, not the page order | KOSAKI Motohiro | 2010-08-09 | 1 | -4/+13 |
* | | | | | mmu-notifiers: remove mmu notifier calls in apply_to_page_range() | Jeremy Fitzhardinge | 2010-08-09 | 1 | -3/+2 |
* | | | | | vmscan: protect reading of reclaim_stat with lru_lock | KOSAKI Motohiro | 2010-08-09 | 1 | -11/+9 |
* | | | | | vmscan: avoid subtraction of unsigned types | KOSAKI Motohiro | 2010-08-09 | 1 | -7/+8 |
* | | | | | mm: set VM_FAULT_WRITE in do_swap_page() | Andrea Arcangeli | 2010-08-09 | 1 | -0/+1 |
* | | | | | rmap: add exclusive page to private anon_vma on swapin | Rik van Riel | 2010-08-09 | 2 | -2/+15 |
* | | | | | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 | 2 | -148/+129 |
* | | | | | oom: multi threaded process coredump don't make deadlock | KOSAKI Motohiro | 2010-08-09 | 1 | -1/+1 |
* | | | | | oom: give the dying task a higher priority | Luis Claudio R. Goncalves | 2010-08-09 | 1 | -3/+31 |
* | | | | | oom: remove child->mm check from oom_kill_process() | KOSAKI Motohiro | 2010-08-09 | 1 | -3/+0 |
* | | | | | oom: cleanup has_intersects_mems_allowed() | KOSAKI Motohiro | 2010-08-09 | 1 | -2/+2 |
* | | | | | oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() | KOSAKI Motohiro | 2010-08-09 | 1 | -2/+3 |
* | | | | | oom: kill duplicate OOM_DISABLE check | KOSAKI Motohiro | 2010-08-09 | 1 | -3/+0 |
* | | | | | oom: /proc/<pid>/oom_score treat kernel thread honestly | KOSAKI Motohiro | 2010-08-09 | 1 | -6/+7 |
* | | | | | oom: oom_kill_process() needs to check that p is unkillable | KOSAKI Motohiro | 2010-08-09 | 1 | -1/+2 |
* | | | | | oom: make oom_unkillable_task() helper function | KOSAKI Motohiro | 2010-08-09 | 1 | -11/+22 |
* | | | | | oom: oom_kill_process() doesn't select kthread child | KOSAKI Motohiro | 2010-08-09 | 1 | -0/+2 |