summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* return pfn from direct_access, for XIPJared Hulbert2008-04-285-18/+27
* mm: add vm_insert_mixedNick Piggin2008-04-282-26/+62
* mm: introduce pte_special pte bitNick Piggin2008-04-2825-49/+168
* mm: introduce VM_MIXEDMAPJared Hulbert2008-04-282-21/+59
* smaps: account swap entriesPeter Zijlstra2008-04-281-4/+12
* PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter2008-04-282-0/+40
* mm: Get rid of __ZONE_COUNTChristoph Lameter2008-04-282-17/+13
* page flags: add PAGEFLAGS_FALSE for flags that are always falseChristoph Lameter2008-04-281-12/+7
* page flags: handle PG_uncached like all other flagsChristoph Lameter2008-04-281-11/+8
* pageflags: eliminate PG_xxx aliasesChristoph Lameter2008-04-282-9/+5
* pageflags: use proper page flag functions in XenChristoph Lameter2008-04-282-3/+3
* pageflags: convert to the use of new macrosChristoph Lameter2008-04-281-127/+68
* pageflags: introduce macros to generate page flag functionsChristoph Lameter2008-04-281-0/+41
* pageflags: get rid of FLAGS_RESERVEDChristoph Lameter2008-04-285-31/+31
* pageflags: use an enum for the flagsChristoph Lameter2008-04-281-30/+26
* pageflags: standardize comment inclusion in asm-offsets.h and fix MIPSChristoph Lameter2008-04-282-205/+205
* page_mapping(): add ifdef around reference to swapper_spaceAndrew Morton2008-04-281-1/+4
* kbuild: create a way to create preprocessor constants from C expressionsChristoph Lameter2008-04-282-8/+67
* sparsemem: vmemmap does not need section bitsChristoph Lameter2008-04-281-4/+9
* vmallocinfo: add caller informationChristoph Lameter2008-04-283-24/+59
* vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-283-1/+94
* mm: make early_pfn_to_nid() a C functionAndrew Morton2008-04-281-1/+4
* mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-283-30/+19
* mm/page_alloc.c: fix indentationS.Caglar Onur2008-04-281-1/+1
* mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen2008-04-281-2/+2
* dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen2008-04-281-4/+8
* mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn2008-04-281-5/+11
* mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes2008-04-282-18/+40
* mempolicy: small header file cleanupDavid Rientjes2008-04-281-8/+0
* mempolicy: create mempolicy_operations structureDavid Rientjes2008-04-281-93/+140
* mempolicy: move rebind functionsDavid Rientjes2008-04-281-94/+91
* mempolicy: update NUMA memory policy documentationDavid Rientjes2008-04-282-31/+112
* mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2008-04-283-3/+39
* mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-284-2/+206
* mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2008-04-283-88/+97
* mempolicy: support optional mode flagsDavid Rientjes2008-04-285-32/+66
* mempolicy: convert MPOL constants to enumDavid Rientjes2008-04-284-26/+33
* mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-284-9/+7
* hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke2008-04-281-5/+12
* mm: try both endianess when checking for endianessChris Dearman2008-04-281-0/+8
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-2811-191/+224
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-2812-100/+158
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-2810-154/+168
* mm: remember what the preferred zone is for zone_statisticsMel Gorman2008-04-283-8/+9
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-288-17/+17
* mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-284-15/+18
* make swap_pte_to_pagemap_entry() staticAdrian Bunk2008-04-281-1/+1
* mm: remove nopageNick Piggin2008-04-289-43/+11
* mmap_region: cleanup the final vma_merge() related codeOleg Nesterov2008-04-281-13/+10
* fix invalidate_inode_pages2_range() to not clear retHisashi Hifumi2008-04-281-3/+8