aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-10-13integrity: special fs magicGravatar Mimi Zohar 1-3/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Gravatar Ingo Molnar 1-0/+7
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+4
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2008-10-10Merge branch 'linus' into x86/pat2Gravatar Ingo Molnar 7-26/+54
2008-10-09SLOB: fix bogus ksize calculation fixGravatar Matt Mackall 1-3/+5
2008-10-09highmem: use bio_has_data() in the bounce pathGravatar Jens Axboe 1-1/+1
2008-10-07SLOB: fix bogus ksize calculationGravatar Matt Mackall 1-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERGravatar Andy Whitcroft 1-5/+8
2008-10-02mm: tiny-shmem nommu fixGravatar Nick Piggin 1-0/+6
2008-10-02memory hotplug: missing zone->lock in test_pages_isolated()Gravatar Gerald Schaefer 1-4/+8
2008-09-29mm owner: fix race between swapoff and exitGravatar Balbir Singh 1-0/+17
2008-09-23memcg: check under limit at shrink_usageGravatar Daisuke Nishimura 1-0/+1
2008-09-23mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexGravatar Nick Piggin 1-15/+9
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeGravatar Salman Qazi 1-0/+1
2008-09-14Merge commit 'v2.6.27-rc6' into x86/patGravatar Ingo Molnar 13-47/+157
2008-09-13mm: mark the correct zone as full when scanning zonelistsGravatar Mel Gorman 1-1/+1
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingGravatar Tejun Heo 1-0/+4
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsGravatar KOSAKI Motohiro 1-1/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Gravatar Marcin Slusarz 1-1/+1
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsGravatar Hisashi Hifumi 2-4/+11
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesGravatar Adam Litke 1-0/+7
2008-09-02Remove '#include <stddef.h>' from mm/page_isolation.cGravatar David Woodhouse 1-1/+0
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+18
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-2/+2
2008-08-27[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoGravatar Mel Gorman 1-1/+18
2008-08-22Merge branch 'x86/urgent' into x86/patGravatar Ingo Molnar 10-28/+86
2008-08-20mm: xip/ext2 fix block allocation raceGravatar Nick Piggin 1-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceGravatar Nick Piggin 1-14/+46
2008-08-20mm: dirty page tracking race fixGravatar Nick Piggin 2-6/+10
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsGravatar Johannes Weiner 1-6/+29
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreGravatar Marcin Slusarz 1-1/+1
2008-08-20mm: show free swap as signedGravatar Hugh Dickins 1-1/+1
2008-08-20mm: page_remove_rmap comments on PageAnonGravatar Hugh Dickins 1-9/+16
2008-08-20slub: Disable NUMA remote node defragmentation by defaultGravatar Christoph Lameter 1-2/+2
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+4
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetGravatar Mikulas Patocka 1-1/+1
2008-08-15x86, pat: avoid highmem cache attribute aliasingGravatar Nick Piggin 1-1/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-2/+4
2008-08-12mm/sparse.c: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-08-12do_migrate_pages(): remove unused variableGravatar MinChan Kim 1-1/+0
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlock...Gravatar Andy Whitcroft 1-4/+11
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksGravatar Andy Whitcroft 1-9/+35
2008-08-12memcg: fix oops in mem_cgroup_shrink_usageGravatar Hugh Dickins 1-0/+2
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Gravatar Jan Beulich 1-1/+1
2008-08-12hugetlb: call arch_prepare_hugepage() for surplus pagesGravatar Gerald Schaefer 1-1/+6
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 2-3/+15
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itGravatar Rusty Russell 2-3/+15
2008-08-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+13
2008-08-12Merge branch 'core/locking' into core/urgentGravatar Ingo Molnar 1-7/+13