aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig.debug (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16memory unplug: ia64 interfaceKAMEZAWA Hiroyuki1-1/+11
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki6-1/+314
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki6-3/+223
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki4-30/+52
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy allocatorMel Gorman2-10/+10
2007-10-16slub: list_locations() can use GFP_TEMPORARYAndrew Morton1-1/+1
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter2-2/+13
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter2-17/+160
2007-10-16SLUB: Avoid touching page struct when freeing to per cpu slabChristoph Lameter1-5/+9
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter3-45/+13
2007-10-16SLUB: Do not use page->mappingChristoph Lameter3-13/+2
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter2-75/+124
2007-10-16mm/page_alloc.c: make code staticAdrian Bunk1-2/+2
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman5-101/+241
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman5-25/+80
2007-10-16Fix calculation in move_freepages_block for counting pagesMel Gorman1-4/+4
2007-10-16don't group high order atomic allocationsMel Gorman3-34/+10
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman3-62/+2
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman3-30/+114
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman2-5/+55
2007-10-16Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallbackMel Gorman1-3/+15
2007-10-16Bias the placement of kernel pages at lower PFNsMel Gorman1-0/+20
2007-10-16Do not group pages by mobility type on low memory systemsMel Gorman1-1/+23
2007-10-16Group high-order atomic allocationsMel Gorman2-7/+33
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman16-28/+56
2007-10-16Move free pages between lists on stealMel Gorman1-3/+71
2007-10-16Drain per-cpu lists when high-order allocations failMel Gorman1-1/+27
2007-10-16Add a configure option to group pages by mobilityMel Gorman3-14/+56
2007-10-16Choose pages from the per-cpu list based on migration typeMel Gorman1-4/+24
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman3-25/+127
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman3-0/+175
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki9-39/+33
2007-10-16flush cache before installing new page at migratonKAMEZAWA Hiroyuki1-0/+1
2007-10-16make swappiness safer to useAndrea Arcangeli1-0/+41
2007-10-16Categorize GFP flagsChristoph Lameter4-15/+23
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto1-1/+3
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn4-38/+50
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter3-22/+43
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter3-11/+48
2007-10-16Memoryless nodes: drop one memoryless node boot warningChristoph Lameter1-3/+1
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter3-4/+6
2007-10-16Memoryless nodes: Update memory policy and page migrationChristoph Lameter2-6/+6
2007-10-16Memoryless nodes: Allow profiling data to fall back to other nodesChristoph Lameter1-2/+2
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter2-3/+3
2007-10-16Memoryless nodes: SLUB supportChristoph Lameter1-8/+8
2007-10-16Memoryless nodes: Slab supportChristoph Lameter1-4/+4
2007-10-16Memoryless nodes: No need for kswapdChristoph Lameter1-1/+1
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the flyChristoph Lameter1-8/+1
2007-10-16Memoryless nodes: Fix interleave behavior for memoryless nodesChristoph Lameter1-1/+3
2007-10-16Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter3-7/+35