summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy2010-08-071-11/+58
| * | | | writeback: restructure bdi forker loop a littleArtem Bityutskiy2010-08-071-30/+39
| * | | | writeback: do not remove bdi from bdi_listArtem Bityutskiy2010-08-071-21/+10
| * | | | writeback: simplify bdi code a littleArtem Bityutskiy2010-08-071-64/+18
| * | | | writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy2010-08-071-0/+4
| * | | | writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy2010-08-071-2/+1
| * | | | writeback: fix possible race when creating bdi threadsArtem Bityutskiy2010-08-071-17/+11
| * | | | writeback: harmonize writeback threads namingArtem Bityutskiy2010-08-071-13/+13
| * | | | writeback: Add tracing to write_cache_pagesDave Chinner2010-08-071-0/+1
| * | | | writeback: Add tracing to balance_dirty_pagesDave Chinner2010-08-071-0/+4
| * | | | writeback: Initial tracing supportDave Chinner2010-08-071-0/+3
| * | | | writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig2010-08-071-43/+1
| * | | | writeback: remove wb_listChristoph Hellwig2010-08-071-54/+29
| * | | | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
| | |/ / | |/| |
* | | | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2010-08-101-24/+76
|\ \ \ \
| * | | | kmemleak: Fix typo in the commentHolger Hans Peter Freyther2010-08-081-1/+1
| * | | | kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas2010-07-191-21/+59
| * | | | kmemleak: Introduce a default off mode for kmemleakJason Baron2010-07-191-1/+13
| * | | | kmemleak: Show more information for objects found by aliasCatalin Marinas2010-07-191-1/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-102-20/+41
|\ \ \ \ \
| * | | | | switch shmem.c to ->evice_inode()Al Viro2010-08-091-4/+4
| * | | | | check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-092-12/+31
| * | | | | always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-4/+6
| * | | | | rename generic_setattrChristoph Hellwig2010-08-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-08-091-1/+1
|\ \ \ \ \
| * | | | | memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt2010-08-091-1/+1
| | |_|_|/ | |/| | |
* | | | | hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-091-22/+72
* | | | | mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki2010-08-091-2/+4
* | | | | ksm: cleanup for mm_slots_hashLai Jiangshan2010-08-091-29/+9
* | | | | vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang2010-08-091-8/+43
* | | | | mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy2010-08-091-1/+4
* | | | | memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro2010-08-091-0/+6
* | | | | memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro2010-08-091-1/+19
* | | | | vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro2010-08-091-4/+13
* | | | | mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge2010-08-091-3/+2
* | | | | vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro2010-08-091-11/+9
* | | | | vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro2010-08-091-7/+8
* | | | | mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli2010-08-091-0/+1
* | | | | rmap: add exclusive page to private anon_vma on swapinRik van Riel2010-08-092-2/+15
* | | | | oom: badness heuristic rewriteDavid Rientjes2010-08-092-148/+129
* | | | | oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro2010-08-091-1/+1
* | | | | oom: give the dying task a higher priorityLuis Claudio R. Goncalves2010-08-091-3/+31
* | | | | oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro2010-08-091-3/+0
* | | | | oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro2010-08-091-2/+2
* | | | | oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro2010-08-091-2/+3
* | | | | oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro2010-08-091-3/+0
* | | | | oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-091-6/+7
* | | | | oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro2010-08-091-1/+2
* | | | | oom: make oom_unkillable_task() helper functionKOSAKI Motohiro2010-08-091-11/+22
* | | | | oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro2010-08-091-0/+2
OpenPOWER on IntegriCloud