summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-1413-47/+157
|\
| * mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo2008-09-031-0/+4
| * mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro2008-09-021-1/+8
| * mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz2008-09-021-1/+1
| * VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2008-09-022-4/+11
| * mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke2008-09-021-0/+7
| * Remove '#include <stddef.h>' from mm/page_isolation.cDavid Woodhouse2008-09-021-1/+0
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-281-1/+18
| |\
| | * [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman2008-08-271-1/+18
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-08-271-2/+2
| |\ \ | | |/ | |/|
| | * slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter2008-08-201-2/+2
| * | mm: xip/ext2 fix block allocation raceNick Piggin2008-08-201-1/+4
| * | mm: xip fix fault vs sparse page invalidate raceNick Piggin2008-08-201-14/+46
| * | mm: dirty page tracking race fixNick Piggin2008-08-202-6/+10
| * | bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner2008-08-201-6/+29
| * | mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz2008-08-201-1/+1
| * | mm: show free swap as signedHugh Dickins2008-08-201-1/+1
| * | mm: page_remove_rmap comments on PageAnonHugh Dickins2008-08-201-9/+16
* | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-2210-28/+86
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-08-151-2/+4
| |\ \
| | * | security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-2/+4
| | |/
| * | bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka2008-08-151-1/+1
| |/
| * mm/sparse.c: removed duplicated includeHuang Weiyi2008-08-121-1/+0
| * do_migrate_pages(): remove unused variableMinChan Kim2008-08-121-1/+0
| * allocate structures for reservation tracking in hugetlbfs outside of spinlock...Andy Whitcroft2008-08-121-4/+11
| * hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft2008-08-121-9/+35
| * memcg: fix oops in mem_cgroup_shrink_usageHugh Dickins2008-08-121-0/+2
| * page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich2008-08-121-1/+1
| * hugetlb: call arch_prepare_hugepage() for surplus pagesGerald Schaefer2008-08-121-1/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-122-3/+15
| |\
| | * mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2008-08-122-3/+15
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-111-7/+13
| |\ \ | | |/ | |/|
| | * Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-121-7/+13
| | |\
| | | * mm: fix mm_take_all_locks() locking orderPeter Zijlstra2008-08-111-2/+8
| | | * lockdep: annotate mm_take_all_locks()Peter Zijlstra2008-08-111-6/+6
* | | | x86, pat: avoid highmem cache attribute aliasingNick Piggin2008-08-151-1/+4
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-08-093-10/+19
|\ \ \ | |/ / |/| |
| * | SLUB: dynamic per-cache MIN_PARTIALPekka Enberg2008-08-051-7/+19
| * | mm: unexport ksizeAdrian Bunk2008-07-293-3/+0
| |/
* | Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Linus Torvalds2008-08-061-1/+1
* | mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy2008-08-051-1/+1
* | mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton2008-08-051-4/+4
* | mm: rename page trylockNick Piggin2008-08-0410-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-08-041-0/+21
|\ \
| * | nommu: Provide vmalloc_exec().Paul Mundt2008-08-041-0/+21
* | | mlock() fix return valuesKOSAKI Motohiro2008-08-042-5/+13
* | | mm: dont clear PG_uptodate on truncate/invalidateMiklos Szeredi2008-08-021-2/+0
* | | Remove EXPORTS of follow_page & zap_page_rangeJack Steiner2008-08-011-2/+0
* | | mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt2008-08-011-1/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-08-011-1/+1
|\ \
OpenPOWER on IntegriCloud