summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-0/+5
|\
* | x86: fix numaq_tsc_disable callingYinghai Lu2008-07-131-0/+8
* | Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar2008-07-111-0/+1
|\ \
| * | x86: add early quirk supportIngo Molnar2008-07-101-0/+1
* | | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-4/+18
|/ /
* | x86: make max_pfn cover acpi table below 4gYinghai Lu2008-07-091-10/+3
* | x86: make e820_saved have update from setup_dataYinghai Lu2008-07-091-5/+23
* | x86: move prefill_possible_map calling earlyYinghai Lu2008-07-081-0/+1
* | x86: move init_cpu_to_node after get_smp_configYinghai Lu2008-07-081-4/+4
* | x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu2008-07-081-2/+0
* | x86: do not printout if we do not find setup_dataYinghai Lu2008-07-081-0/+5
* | x86: find offset for crashkernel reservation automaticallyBernhard Walle2008-07-081-18/+52
* | x86: move reserve_setup_data to setup.cYinghai Lu2008-07-081-6/+28
* | x86: setup_arch() && early_ioremap_init()Jeremy Fitzhardinge2008-07-081-1/+2
* | x86: use disable_apic in 32bitYinghai Lu2008-07-081-4/+0
* | x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu2008-07-081-4/+2
* | x86: move fix mapping page table range earlyYinghai Lu2008-07-081-14/+9
* | x86: clean up ARCH_SETUPYinghai Lu2008-07-081-4/+4
* | x86: build fixIngo Molnar2008-07-081-3/+0
* | x86: remove extra newline from setup.cIngo Molnar2008-07-081-1/+0
* | x86: we only have init_pg_tables_end for 32bitYinghai Lu2008-07-081-6/+6
* | x86: change some functions in setup.c to staticYinghai Lu2008-07-081-4/+4
* | x86: make x86_find_smp_config depends on 64 bit tooYinghai Lu2008-07-081-2/+1
* | x86: move parse elfvorehdr back to setup.cYinghai Lu2008-07-081-0/+16
* | x86: move reserve_standard_io_resources back to setup.cYinghai Lu2008-07-081-0/+33
* | x86: move back crashkernel back to setup.cYinghai Lu2008-07-081-0/+58
* | x86: move parse_setup_data back to setup.cYinghai Lu2008-07-081-0/+25
* | x86: move boot_params back to setup.cYinghai Lu2008-07-081-0/+6
* | x86: rename setup_32.c to setup.cYinghai Lu2008-07-081-0/+672
* | x86: rename setup.c to setup_percpu.cYinghai Lu2008-07-081-528/+0
* | x86: move boot_params declaring to setup.cYinghai Lu2008-07-081-0/+6
* | x86: move elfcorehdr parsing to setup.cYinghai Lu2008-07-081-0/+19
* | x86: move reserve_standard_io_resource to setup.cYinghai Lu2008-07-081-0/+32
* | x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu2008-07-081-0/+4
* | x86: unify crashkernel reservation for 32 and 64 bitBernhard Walle2008-07-081-0/+61
* | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-28/+269
|\ \
| * | x86: fix setup.c printk format warningRandy Dunlap2008-07-081-1/+1
| * | x86: don't return invalid pointers from node_to_cpumask()Vegard Nossum2008-07-081-0/+2
| * | x86: remove static boot_cpu_pda array v2Mike Travis2008-07-081-16/+57
| * | x86: remove the static 256k node_to_cpumask_mapMike Travis2008-07-081-5/+127
| * | x86: restore pda nodenumber fieldMike Travis2008-07-081-0/+4
| * | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-12/+84
| |/
* | x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying2008-07-081-0/+3
* | x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu2008-06-101-0/+1
* | x86: linked list of setup_data for i386Huang, Ying2008-06-051-0/+22
|/
* x86: [VOYAGER] fix duplicate phys_cpu_present_map symbolJames Bottomley2008-05-121-1/+3
* x86: revert printk format warning change which is for linux-nextThomas Gleixner2008-05-101-1/+1
* x86: fix setup printk format warningRandy Dunlap2008-05-041-1/+1
* x86: Drop duplicate from setup.cAlexey Starikovskiy2008-04-241-2/+0
* x86: convert cpumask_of_cpu macro to allocated arrayMike Travis2008-04-191-1/+27
OpenPOWER on IntegriCloud