summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu1-4/+2
2008-07-08x86: move fix mapping page table range earlyYinghai Lu1-14/+9
2008-07-08x86: clean up ARCH_SETUPYinghai Lu1-4/+4
2008-07-08x86: build fixIngo Molnar1-3/+0
2008-07-08x86: remove extra newline from setup.cIngo Molnar1-1/+0
2008-07-08x86: we only have init_pg_tables_end for 32bitYinghai Lu1-6/+6
2008-07-08x86: change some functions in setup.c to staticYinghai Lu1-4/+4
2008-07-08x86: make x86_find_smp_config depends on 64 bit tooYinghai Lu1-2/+1
2008-07-08x86: move parse elfvorehdr back to setup.cYinghai Lu1-0/+16
2008-07-08x86: move reserve_standard_io_resources back to setup.cYinghai Lu1-0/+33
2008-07-08x86: move back crashkernel back to setup.cYinghai Lu1-0/+58
2008-07-08x86: move parse_setup_data back to setup.cYinghai Lu1-0/+25
2008-07-08x86: move boot_params back to setup.cYinghai Lu1-0/+6
2008-07-08x86: rename setup_32.c to setup.cYinghai Lu1-0/+672
2008-07-08x86: rename setup.c to setup_percpu.cYinghai Lu1-528/+0
2008-07-08x86: move boot_params declaring to setup.cYinghai Lu1-0/+6
2008-07-08x86: move elfcorehdr parsing to setup.cYinghai Lu1-0/+19
2008-07-08x86: move reserve_standard_io_resource to setup.cYinghai Lu1-0/+32
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu1-0/+4
2008-07-08x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle1-0/+61
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-28/+269
2008-07-08x86: fix setup.c printk format warningRandy Dunlap1-1/+1
2008-07-08x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum1-0/+2
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis1-16/+57
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis1-5/+127
2008-07-08x86: restore pda nodenumber fieldMike Travis1-0/+4
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-12/+84
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying1-0/+3
2008-06-10x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu1-0/+1
2008-06-05x86: linked list of setup_data for i386Huang, Ying1-0/+22
2008-05-12x86: [VOYAGER] fix duplicate phys_cpu_present_map symbolJames Bottomley1-1/+3
2008-05-10x86: revert printk format warning change which is for linux-nextThomas Gleixner1-1/+1
2008-05-04x86: fix setup printk format warningRandy Dunlap1-1/+1
2008-04-25x86: Drop duplicate from setup.cAlexey Starikovskiy1-2/+0
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-1/+27
2008-04-17x86: move up & smp variables to setup.cAlexey Starikovskiy1-0/+8
2008-04-17x86: move phys_cpu_present_map to setup.cAlexey Starikovskiy1-0/+4
2008-04-17x86: move x86_cpu_to_apicid to setup.cAlexey Starikovskiy1-0/+4
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis1-17/+11
2008-04-17x86: use specialized routine for setup per-cpu areaGlauber de Oliveira Costa1-0/+103