aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn1-7/+7
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-5/+5
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke1-0/+4
2008-04-28s390: implement pte special bitNick Piggin1-1/+4
2008-04-28xip: support non-struct page backed memoryNick Piggin1-2/+2
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-1/+2
2008-04-28mm: add vm_insert_mixedNick Piggin1-0/+2
2008-04-28mm: introduce pte_special pte bitNick Piggin24-5/+113
2008-04-28mm: introduce VM_MIXEDMAPJared Hulbert1-0/+1
2008-04-28PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter1-0/+28
2008-04-28mm: Get rid of __ZONE_COUNTChristoph Lameter1-17/+11
2008-04-28page flags: add PAGEFLAGS_FALSE for flags that are always falseChristoph Lameter1-12/+7
2008-04-28page flags: handle PG_uncached like all other flagsChristoph Lameter1-11/+8
2008-04-28pageflags: eliminate PG_xxx aliasesChristoph Lameter1-8/+4
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter1-1/+1
2008-04-28pageflags: convert to the use of new macrosChristoph Lameter1-127/+68
2008-04-28pageflags: introduce macros to generate page flag functionsChristoph Lameter1-0/+41
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter3-29/+15
2008-04-28pageflags: use an enum for the flagsChristoph Lameter1-30/+26
2008-04-28page_mapping(): add ifdef around reference to swapper_spaceAndrew Morton1-1/+4
2008-04-28sparsemem: vmemmap does not need section bitsChristoph Lameter1-4/+9
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-0/+3
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+2
2008-04-28mm: make early_pfn_to_nid() a C functionAndrew Morton1-1/+4
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi1-1/+1
2008-04-28mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen1-2/+2
2008-04-28mempolicy: small header file cleanupDavid Rientjes1-8/+0
2008-04-28mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes1-1/+2
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson3-2/+48
2008-04-28mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes1-4/+7
2008-04-28mempolicy: support optional mode flagsDavid Rientjes2-3/+18
2008-04-28mempolicy: convert MPOL constants to enumDavid Rientjes2-10/+11
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-0/+4
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman4-39/+68
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2-12/+56
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman2-24/+54
2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman1-1/+1
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2-3/+7
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-1/+1
2008-04-28mm: remove nopageNick Piggin1-8/+0
2008-04-28remove sparse warning for mmzone.hHarvey Harrison1-3/+4
2008-04-28Remove set_migrateflags()Christoph Lameter1-6/+0
2008-04-28hotplug memory remove: generic __remove_pages() supportBadari Pulavarty1-1/+5
2008-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-6/+15
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds30-45/+2173
2008-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds3-56/+56
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-idle-fixLinus Torvalds1-0/+1
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-0/+44
2008-04-27KVM: kill file->f_count abuse in kvmAl Viro1-1/+0
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard5-2/+383