summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorLines
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami-5/+5
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich-2/+2
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison-1/+1
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar-2/+1
2008-10-16hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault()David Gibson-5/+18
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton-1/+1
2008-10-13integrity: special fs magicMimi Zohar-3/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar-0/+7
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+4
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+1
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar-26/+54
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall-3/+5
2008-10-09highmem: use bio_has_data() in the bounce pathJens Axboe-1/+1
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft-5/+8
2008-10-02mm: tiny-shmem nommu fixNick Piggin-0/+6
2008-10-02memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer-4/+8
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh-0/+17
2008-09-23memcg: check under limit at shrink_usageDaisuke Nishimura-0/+1
2008-09-23mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin-15/+9
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi-0/+1
2008-09-14Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar-47/+157
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman-1/+1
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo-0/+4
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro-1/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz-1/+1
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi-4/+11
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke-0/+7
2008-09-02Remove '#include <stddef.h>' from mm/page_isolation.cDavid Woodhouse-1/+0
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+18
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds-2/+2
2008-08-27[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman-1/+18
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar-28/+86
2008-08-20mm: xip/ext2 fix block allocation raceNick Piggin-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceNick Piggin-14/+46
2008-08-20mm: dirty page tracking race fixNick Piggin-6/+10
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner-6/+29
2008-08-20mm: mminit_loglevel cannot be __meminitdata anymoreMarcin Slusarz-1/+1
2008-08-20mm: show free swap as signedHugh Dickins-1/+1
2008-08-20mm: page_remove_rmap comments on PageAnonHugh Dickins-9/+16
2008-08-20slub: Disable NUMA remote node defragmentation by defaultChristoph Lameter-2/+2
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-2/+4
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka-1/+1
2008-08-15x86, pat: avoid highmem cache attribute aliasingNick Piggin-1/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells-2/+4
2008-08-12mm/sparse.c: removed duplicated includeHuang Weiyi-1/+0
2008-08-12do_migrate_pages(): remove unused variableMinChan Kim-1/+0
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlock...Andy Whitcroft-4/+11
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft-9/+35
2008-08-12memcg: fix oops in mem_cgroup_shrink_usageHugh Dickins-0/+2