summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | | | | mempolicy: rename mpol_copy to mpol_dupLee Schermerhorn2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: rename mpol_free to mpol_putLee Schermerhorn2008-04-28
* | | | | | | | | | | | | | | | | | | | Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke2008-04-28
* | | | | | | | | | | | | | | | | | | | vmcoreinfo: add page flags valuesKen'ichi Ohmichi2008-04-28
* | | | | | | | | | | | | | | | | | | | s390: implement pte special bitNick Piggin2008-04-28
* | | | | | | | | | | | | | | | | | | | xip: support non-struct page backed memoryNick Piggin2008-04-28
* | | | | | | | | | | | | | | | | | | | return pfn from direct_access, for XIPJared Hulbert2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: add vm_insert_mixedNick Piggin2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: introduce pte_special pte bitNick Piggin2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: introduce VM_MIXEDMAPJared Hulbert2008-04-28
* | | | | | | | | | | | | | | | | | | | smaps: account swap entriesPeter Zijlstra2008-04-28
* | | | | | | | | | | | | | | | | | | | PAGEFLAGS_EXTENDED and separate page flags for Head and TailChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: Get rid of __ZONE_COUNTChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | page flags: add PAGEFLAGS_FALSE for flags that are always falseChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | page flags: handle PG_uncached like all other flagsChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: eliminate PG_xxx aliasesChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: use proper page flag functions in XenChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: convert to the use of new macrosChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: introduce macros to generate page flag functionsChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: get rid of FLAGS_RESERVEDChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: use an enum for the flagsChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | pageflags: standardize comment inclusion in asm-offsets.h and fix MIPSChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | page_mapping(): add ifdef around reference to swapper_spaceAndrew Morton2008-04-28
* | | | | | | | | | | | | | | | | | | | kbuild: create a way to create preprocessor constants from C expressionsChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | sparsemem: vmemmap does not need section bitsChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | vmallocinfo: add caller informationChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: make early_pfn_to_nid() a C functionAndrew Morton2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-28
* | | | | | | | | | | | | | | | | | | | mm/page_alloc.c: fix indentationS.Caglar Onur2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: save some bytes in mm_struct by filling holes on 64bitAndi Kleen2008-04-28
* | | | | | | | | | | | | | | | | | | | dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON tooAndi Kleen2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: fix parsing of tmpfs mpol mount optionLee Schermerhorn2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: disallow static or relative flags for local preferred modeDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: small header file cleanupDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: create mempolicy_operations structureDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: move rebind functionsDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: update NUMA memory policy documentationDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: add MPOL_F_RELATIVE_NODES flagDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: add MPOL_F_STATIC_NODES flagDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: support optional mode flagsDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mempolicy: convert MPOL constants to enumDavid Rientjes2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: move cache_line_size() to <linux/cache.h>Pekka Enberg2008-04-28
* | | | | | | | | | | | | | | | | | | | hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: try both endianess when checking for endianessChris Dearman2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-28
* | | | | | | | | | | | | | | | | | | | mm: remember what the preferred zone is for zone_statisticsMel Gorman2008-04-28