aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall1-3/+5
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall1-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft1-5/+8
2008-10-02mm: tiny-shmem nommu fixNick Piggin1-0/+6
2008-10-02memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer1-4/+8
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-0/+17
2008-09-23memcg: check under limit at shrink_usageDaisuke Nishimura1-0/+1
2008-09-23mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin1-15/+9
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi1-0/+1
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman1-1/+1
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo1-0/+4
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro1-1/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_dataMarcin Slusarz1-1/+1
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2-4/+11
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke1-0/+7
2008-09-02Remove '#include <stddef.h>' from mm/page_isolation.cDavid Woodhouse1-1/+0
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+18
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-2/+2
2008-08-27[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman1-1/+18
2008-08-20mm: xip/ext2 fix block allocation raceNick Piggin1-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceNick Piggin1-14/+46
2008-08-20mm: dirty page tracking race fixNick Piggin2-6/+10
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner1-6/+29
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz1-1/+1
2008-08-20mm: show free swap as signedHugh Dickins1-1/+1
2008-08-20mm: page_remove_rmap comments on PageAnonHugh Dickins1-9/+16
2008-08-20slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter1-2/+2
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+4
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-2/+4
2008-08-12mm/sparse.c: removed duplicated includeHuang Weiyi1-1/+0
2008-08-12do_migrate_pages(): remove unused variableMinChan Kim1-1/+0
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlocks v2Andy Whitcroft1-4/+11
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft1-9/+35
2008-08-12memcg: fix oops in mem_cgroup_shrink_usageHugh Dickins1-0/+2
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash()Jan Beulich1-1/+1
2008-08-12hugetlb: call arch_prepare_hugepage() for surplus pagesGerald Schaefer1-1/+6
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-3/+15
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2-3/+15
2008-08-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+13
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-7/+13
2008-08-11mm: fix mm_take_all_locks() locking orderPeter Zijlstra1-2/+8
2008-08-11lockdep: annotate mm_take_all_locks()Peter Zijlstra1-6/+6
2008-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-10/+19
2008-08-06Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Linus Torvalds1-1/+1
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy1-1/+1
2008-08-05mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton1-4/+4
2008-08-05SLUB: dynamic per-cache MIN_PARTIALPekka Enberg1-7/+19
2008-08-04mm: rename page trylockNick Piggin10-22/+22
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+21