aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* highmem: use bio_has_data() in the bounce pathJens Axboe2008-10-09
* SLOB: fix bogus ksize calculationMatt Mackall2008-10-07
* mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft2008-10-02
* mm: tiny-shmem nommu fixNick Piggin2008-10-02
* memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer2008-10-02
* mm owner: fix race between swapoff and exitBalbir Singh2008-09-29
* memcg: check under limit at shrink_usageDaisuke Nishimura2008-09-23
* mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin2008-09-23
* slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi2008-09-15
* mm: mark the correct zone as full when scanning zonelistsMel Gorman2008-09-13
* mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo2008-09-03
* mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro2008-09-02
* mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz2008-09-02
* VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2008-09-02
* mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke2008-09-02
* Remove '#include <stddef.h>' from mm/page_isolation.cDavid Woodhouse2008-09-02
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-28
|\
| * [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman2008-08-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-08-27
|\ \ | |/ |/|
| * slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter2008-08-20
* | mm: xip/ext2 fix block allocation raceNick Piggin2008-08-20
* | mm: xip fix fault vs sparse page invalidate raceNick Piggin2008-08-20
* | mm: dirty page tracking race fixNick Piggin2008-08-20
* | bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner2008-08-20
* | mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz2008-08-20
* | mm: show free swap as signedHugh Dickins2008-08-20
* | mm: page_remove_rmap comments on PageAnonHugh Dickins2008-08-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-08-15
|\ \
| * | security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-14
| |/
* / bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka2008-08-15
|/
* mm/sparse.c: removed duplicated includeHuang Weiyi2008-08-12
* do_migrate_pages(): remove unused variableMinChan Kim2008-08-12
* allocate structures for reservation tracking in hugetlbfs outside of spinlock...Andy Whitcroft2008-08-12
* hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft2008-08-12
* memcg: fix oops in mem_cgroup_shrink_usageHugh Dickins2008-08-12
* page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich2008-08-12
* hugetlb: call arch_prepare_hugepage() for surplus pagesGerald Schaefer2008-08-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-12
|\
| * mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2008-08-12
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-11
|\ \ | |/ |/|
| * Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-11
| |\
| | * mm: fix mm_take_all_locks() locking orderPeter Zijlstra2008-08-11
| | * lockdep: annotate mm_take_all_locks()Peter Zijlstra2008-08-11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-08-09
|\ \ \ | |/ / |/| |
| * | SLUB: dynamic per-cache MIN_PARTIALPekka Enberg2008-08-05
| * | mm: unexport ksizeAdrian Bunk2008-07-29
| |/
* | Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Linus Torvalds2008-08-06
* | mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy2008-08-05
* | mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton2008-08-05
* | mm: rename page trylockNick Piggin2008-08-05