summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* integrity: special fs magicMimi Zohar2008-10-131-3/+1
*-------. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-0/+7
|\ \ \ \ \
| | | * | | x86, MM: virtual address debug, cleanupsIngo Molnar2008-06-191-2/+4
| | | * | | MM: virtual address debugJiri Slaby2008-06-191-0/+5
* | | | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-111-1/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-107-26/+54
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-1413-47/+157
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-2210-28/+86
| |\ \ \ \ \ \ \
| * | | | | | | | x86, pat: avoid highmem cache attribute aliasingNick Piggin2008-08-151-1/+4
* | | | | | | | | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | highmem: use bio_has_data() in the bounce pathJens Axboe2008-10-091-1/+1
* | | | | | | | | SLOB: fix bogus ksize calculation fixMatt Mackall2008-10-091-3/+5
|/ / / / / / / /
* | | | | | | | SLOB: fix bogus ksize calculationMatt Mackall2008-10-071-1/+1
* | | | | | | | mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft2008-10-021-5/+8
* | | | | | | | mm: tiny-shmem nommu fixNick Piggin2008-10-021-0/+6
* | | | | | | | memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer2008-10-021-4/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | mm owner: fix race between swapoff and exitBalbir Singh2008-09-291-0/+17
* | | | | | | memcg: check under limit at shrink_usageDaisuke Nishimura2008-09-231-0/+1
* | | | | | | mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin2008-09-231-15/+9
| |_|_|/ / / |/| | | | |
* | | | | | slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi2008-09-151-0/+1
* | | | | | mm: mark the correct zone as full when scanning zonelistsMel Gorman2008-09-131-1/+1
| |_|/ / / |/| | | |
* | | | | 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 '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
| |/ / /