summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)Author
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15x86: add hooks for kmemcheckVegard Nossum
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu
2009-05-12x86: make sparse mem work in non-NUMA modeShaohua Li
2009-04-30x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg
2009-04-30x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg
2009-04-21x86: unify noexec handlingPekka Enberg
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar
2009-03-08x86: fix warning about nodeidYinghai Lu
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-03-05Merge branch 'x86/mm' into x86/coreIngo Molnar
2009-03-05x86-32: use specific __vmalloc_start_set flag in __virt_addr_validJeremy Fitzhardinge
2009-03-05x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAEIngo Molnar
2009-03-05x86: move function and variable declarations to asm/init.hPekka Enberg
2009-03-05x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg
2009-03-05x86: fix up some bad global variable names in mm/init.cPekka Enberg
2009-03-05x86: move init_memory_mapping() to common mm/init.cPekka Enberg
2009-03-05x86: add stub init_gbpages() for 32-bit init_memory_mapping()Pekka Enberg
2009-03-05x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unificationPekka Enberg
2009-03-05x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: add table start and end sanity checks to 32-bit init_memory_mapping()Pekka Enberg
2009-03-05x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg
2009-03-05x86: rename after_init_bootmem to after_bootmem in mm/init_32.cPekka Enberg
2009-03-05x86: remove unnecessary save_mr() sanity checkPekka Enberg
2009-03-05x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: move pgd_base out of init_memory_mapping()Pekka Enberg
2009-03-05x86: find_early_table_space() unificationPekka Enberg
2009-03-05x86: add gbpages support to 32-bit init_memory_mapping()Pekka Enberg
2009-03-05x86: init_memory_mapping() trivial cleanupsPekka Enberg
2009-03-04x86: fix bootmem cross node for 32bit numa, cleanupYinghai Lu
2009-03-04x86: move free_initrd_mem() to common mm/init.cPekka Enberg
2009-03-04x86: make 32-bit init_memory_mapping range change more like 64-bitYinghai Lu
2009-03-04x86: fix bootmem cross node for 32bit numaYinghai Lu
2009-03-04x86: move devmem_is_allowed() to common mm/init.cPekka Enberg
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg
2009-03-03x86: unify free_init_pages() and free_initmem()Pekka Enberg
2009-03-03x86: add sanity checks to init_32.cPekka Enberg
2009-03-03x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()Pekka Enberg
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo
2009-02-20ftrace, x86: make kernel text writable only for conversionsSteven Rostedt
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo