aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20vmscan: add newly swapped in pages to the inactive listRik van Riel1-1/+1
2008-10-20vmscan: fix pagecache reclaim referenced bit checkRik van Riel1-32/+13
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel3-6/+79
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel12-274/+337
2008-10-20define page_file_cache() functionRik van Riel5-0/+11
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel3-3/+53
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro2-62/+28
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter5-141/+108
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin5-34/+59
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty1-1/+11
2008-10-19anon_vma_prepare: properly lock even newly allocated entriesLinus Torvalds1-10/+32
2008-10-17Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+1
2008-10-18Export shmem_file_setup for DRM-GEMKeith Packard1-0/+1
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+11
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami5-5/+5
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-2/+2
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar1-2/+1
2008-10-16hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault()David Gibson1-5/+18
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton1-1/+1
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V1-3/+7
2008-10-16Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds1-2/+16
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar2-7/+11
2008-10-14do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsOleg Nesterov1-7/+8
2008-10-14vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V1-2/+0
2008-10-13integrity: special fs magicMimi Zohar1-3/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar1-0/+7
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar7-26/+54
2008-10-09SLOB: fix bogus ksize calculation fixMatt Mackall1-3/+5
2008-10-09highmem: use bio_has_data() in the bounce pathJens Axboe1-1/+1
2008-10-07SLOB: fix bogus ksize calculationMatt Mackall1-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft1-5/+8
2008-10-02mm: tiny-shmem nommu fixNick Piggin1-0/+6
2008-10-02memory hotplug: missing zone->lock in test_pages_isolated()Gerald Schaefer1-4/+8
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-0/+17
2008-09-23memcg: check under limit at shrink_usageDaisuke Nishimura1-0/+1
2008-09-23mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutexNick Piggin1-15/+9
2008-09-15slub: fixed uninitialized counter in struct kmem_cache_nodeSalman Qazi1-0/+1
2008-09-14Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar13-47/+157
2008-09-14generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge1-0/+3
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman1-1/+1
2008-09-03mmap: fix petty bug in anonymous shared mmap offset handlingTejun Heo1-0/+4
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro1-1/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_dataMarcin Slusarz1-1/+1
2008-09-02VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2-4/+11
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke1-0/+7
2008-09-02Remove '#include <stddef.h>' from mm/page_isolation.cDavid Woodhouse1-1/+0
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+18