aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-08-09memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt1-1/+1
2010-08-08kmemleak: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe1-2/+3
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy1-19/+11
2010-08-07writeback: add new tracepointsArtem Bityutskiy1-0/+2
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy1-1/+0
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-16/+57
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy1-3/+10
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy1-11/+58
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy1-30/+39
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy1-21/+10
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy1-64/+18
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy1-0/+4
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy1-2/+1
2010-08-07writeback: fix possible race when creating bdi threadsArtem Bityutskiy1-17/+11
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-13/+13
2010-08-07writeback: Add tracing to write_cache_pagesDave Chinner1-0/+1
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner1-0/+4
2010-08-07writeback: Initial tracing supportDave Chinner1-0/+3
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-43/+1
2010-08-07writeback: remove wb_listChristoph Hellwig1-54/+29
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-08-07percpu: add __percpu notations to UP allocatorNamhyung Kim1-2/+2
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-45/+52
2010-08-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+8
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+0
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-0/+7
2010-08-05mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel1-0/+7
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-36/+49
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Pekka Enberg3-45/+52
2010-08-04Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+33
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter1-9/+15
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg1-7/+0
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar1-3/+13
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying1-0/+3
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying1-0/+30
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter1-1/+1
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge1-0/+4
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar9-23/+592
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2-4/+23
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin1-1/+1
2010-07-20slab: use deferable timers for its periodic housekeepingArjan van de Ven1-1/+1
2010-07-19kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas1-21/+59
2010-07-19kmemleak: Introduce a default off mode for kmemleakJason Baron1-1/+13
2010-07-19kmemleak: Show more information for objects found by aliasCatalin Marinas1-1/+3
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+5
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas1-0/+7
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-3/+5