summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-1/+6
|\
| * x86: Make 32bit support NO_BOOTMEMYinghai Lu2010-02-121-0/+6
| * x86: Call early_res_to_bootmem one timeYinghai Lu2010-02-101-1/+0
* | x86, mm: Unify kernel_physical_mapping_init() APIPekka Enberg2010-02-251-3/+5
|/
* mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-2/+1
* x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-021-1/+1
* x86: Remove pfn in add_one_highpage_init()Minchan Kim2009-10-231-2/+2
* x86: Export k8 physical topologyDavid Rientjes2009-10-121-2/+2
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-4/+0
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-2/+2
* mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-2/+2
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-3/+7
|\
| * x86: make zap_low_mapping could be used earlyYinghai Lu2009-06-121-3/+7
* | x86: add hooks for kmemcheckVegard Nossum2009-06-151-1/+1
|/
* x86: make sparse mem work in non-NUMA modeShaohua Li2009-05-121-2/+2
* x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg2009-04-301-1/+0
* x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg2009-04-301-3/+1
* x86: unify noexec handlingPekka Enberg2009-04-211-52/+0
* Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-9/+14
|\
| * x86: fix warning about nodeidYinghai Lu2009-03-081-9/+14
* | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-306/+154
|\|
| * Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-051-196/+59
| |\
| | * x86-32: use specific __vmalloc_start_set flag in __virt_addr_validJeremy Fitzhardinge2009-03-051-0/+4
| | * x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAEIngo Molnar2009-03-051-1/+1
| | * x86: move function and variable declarations to asm/init.hPekka Enberg2009-03-051-5/+1
| | * x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg2009-03-051-3/+10
| | * x86: fix up some bad global variable names in mm/init.cPekka Enberg2009-03-051-7/+7
| | * x86: move init_memory_mapping() to common mm/init.cPekka Enberg2009-03-051-301/+7
| | * x86: add stub init_gbpages() for 32-bit init_memory_mapping()Pekka Enberg2009-03-051-0/+7
| | * x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unificationPekka Enberg2009-03-051-0/+4
| | * x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()Pekka Enberg2009-03-051-3/+39
| | * x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+6
| | * x86: add table start and end sanity checks to 32-bit init_memory_mapping()Pekka Enberg2009-03-051-1/+1
| | * x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg2009-03-051-1/+9
| | * x86: rename after_init_bootmem to after_bootmem in mm/init_32.cPekka Enberg2009-03-051-8/+8
| | * x86: remove unnecessary save_mr() sanity checkPekka Enberg2009-03-051-2/+1
| | * x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+2
| | * x86: move pgd_base out of init_memory_mapping()Pekka Enberg2009-03-051-6/+6
| | * x86: find_early_table_space() unificationPekka Enberg2009-03-051-0/+9
| | * x86: add gbpages support to 32-bit init_memory_mapping()Pekka Enberg2009-03-051-5/+18
| | * x86: init_memory_mapping() trivial cleanupsPekka Enberg2009-03-051-17/+25
| | * x86: fix bootmem cross node for 32bit numa, cleanupYinghai Lu2009-03-041-13/+3
| | * x86: move free_initrd_mem() to common mm/init.cPekka Enberg2009-03-041-7/+0
| | * x86: make 32-bit init_memory_mapping range change more like 64-bitYinghai Lu2009-03-041-32/+94
| | * x86: fix bootmem cross node for 32bit numaYinghai Lu2009-03-041-6/+40
| | * x86: move devmem_is_allowed() to common mm/init.cPekka Enberg2009-03-041-21/+0
| * | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-57/+4
| |\|