aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: style fixes in FP codeJeff Dike1-11/+1
2007-10-16uml: coredumping floating point fixesJeff Dike2-2/+12
2007-10-16uml: ptrace floating point fixesJeff Dike3-4/+14
2007-10-16uml: fix inlinesJeff Dike4-4/+4
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-21/+21
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike2-6/+2
2007-10-16uml: get rid of do_longjmpJeff Dike1-2/+2
2007-10-16uml: style fixes pass 3Jeff Dike4-21/+18
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike6-67/+16
2007-10-16uml: style fixes pass 2Jeff Dike2-3/+10
2007-10-16uml: throw out CHOOSE_MODEJeff Dike6-30/+10
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike2-20/+0
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig1-1/+4
2007-10-16include/asm-m32r/thread_info.h: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-16alpha: beautify vmlinux.ldsSam Ravnborg1-1/+2
2007-10-16alpha: convert to generic sys_ptraceChristoph Hellwig1-2/+0
2007-10-16M68KNOMMU: remove unused config symbol CONFIG_DISKtelGreg Ungerer1-2/+1
2007-10-16include/asm-frv/thread_info.h: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-16remove frv usage of flush_tlb_pgtables()Benjamin Herrenschmidt1-2/+1
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk1-6/+0
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk1-15/+0
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke1-0/+1
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto1-1/+1
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-10/+2
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki2-1/+5
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki3-2/+40
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki2-3/+8
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter1-0/+1
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter1-3/+6
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter2-4/+2
2007-10-16SLUB: Do not use page->mappingChristoph Lameter2-11/+2
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter1-1/+8
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman2-0/+22
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman2-3/+26
2007-10-16don't group high order atomic allocationsMel Gorman2-4/+3
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman1-9/+0
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman2-2/+4
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman1-2/+4
2007-10-16Group high-order atomic allocationsMel Gorman1-1/+3
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman4-7/+20
2007-10-16Add a configure option to group pages by mobilityMel Gorman1-0/+6
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman2-1/+10
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman2-0/+64
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2-17/+31
2007-10-16Categorize GFP flagsChristoph Lameter1-7/+13
2007-10-16Memoryless nodes: Use N_HIGH_MEMORY for cpusetsChristoph Lameter1-1/+1
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter2-6/+25
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter1-0/+1
2007-10-16Memoryless nodes: introduce mask of nodes with memoryChristoph Lameter1-2/+8
2007-10-16Memoryless nodes: Generic management of nodemasks for various purposesChristoph Lameter1-16/+71