summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-09-09Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-09-09Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-09-09Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-09-09Merge remote branch 'slab/for-next'Stephen Rothwell
2010-09-09Merge remote branch 'block/for-next'Stephen Rothwell
2010-09-09Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-09-08Merge branch 'x86/memblock' into auto-latestIngo Molnar
2010-09-08Merge branch 'linus' into auto-latestIngo Molnar
2010-09-08percpu: use percpu allocator on UP tooTejun Heo
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-05export __get_user_pages_fast() functionXiao Guangrong
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-29Merge branch 'linus' into auto-latestIngo Molnar
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-08-28mm: fix hang on anon_vma->root->lockHugh Dickins
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-08-27x86: Use memblock to replace early_resYinghai Lu
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu
2010-08-27memblock: Add memblock_free/reserve_reserved_regions()Yinghai Lu
2010-08-27percpu: fix a mismatch between code and commentNamhyung Kim
2010-08-27percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie
2010-08-27writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy
2010-08-26Merge branch 'slub/cleanups' into for-nextPekka Enberg
2010-08-26Slub: UP bandaidChristoph Lameter
2010-08-26slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes
2010-08-26slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter
2010-08-26slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter
2010-08-26Merge branches 'perf/core' and 'core/urgent' into auto-latestIngo Molnar
2010-08-25Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-08-25Merge branch 'perf/urgent' into auto-latestIngo Molnar
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-24slob: fix gfp flags for order-0 page allocationsDavid Rientjes
2010-08-24writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2010-08-22mm: exporting account_page_dirtyMichael Rubin
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-22slub: Move gfpflag masking out of the hotpathChristoph Lameter
2010-08-22slub: Extract hooks for memory checkers from hotpathsChristoph Lameter
2010-08-22slub: Dynamically size kmalloc cache allocationsChristoph Lameter
2010-08-22slub: Remove static kmem_cache_cpu array for bootChristoph Lameter
2010-08-22slub: Remove dynamic dma slab allocationChristoph Lameter
2010-08-22slub: Force no inlining of debug functionsChristoph Lameter
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro