summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-0/+16
|\ \ \ \ \
| | | * | | x86, bootup: add built-in kernel command line for x86 (v2)Tim Bird2008-08-151-0/+16
| | |/ / / | |/| | |
* | | | | x86: fix possible x86_64 and EFI regressionJeremy Fitzhardinge2008-09-121-1/+4
| |/ / / |/| | |
* | | | x86: fix VMI for early paramsAlok Kataria2008-08-221-8/+8
| |/ / |/| |
* | | x86: fix 2 section mismatch warnings - find_and_reserve_crashkernelMarcin Slusarz2008-08-131-1/+1
|/ /
* | x86: fix 2.6.27rc1 cannot boot more than 8CPUsYinghai Lu2008-08-111-6/+0
* | x86: Fix broken VMI in 2.6.27-rc..Alok Kataria2008-08-081-8/+8
* | Merge branch 'x86/crashdump' into x86/urgentIngo Molnar2008-07-281-4/+9
|\ \ | |/ |/|
| * x86: move dma32_reserve_bootmem() after reserve_crashkernel()Bernhard Walle2008-07-181-4/+9
* | x86: call early_cpu_init at the same pointJeremy Fitzhardinge2008-07-241-4/+1
* | x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu2008-07-221-1/+1
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-14/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * Merge branch 'linus' into xen-64bitIngo Molnar2008-07-171-0/+5
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost2008-07-161-0/+1
| | | | | | * x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-161-0/+2
| | | |_|_|/ | | |/| | |
| | | * | | x86: make only GART code include gart.hFUJITA Tomonori2008-07-111-1/+1
| * | | | | x86: add ->pre_time_init to x86_quirksYinghai Lu2008-07-201-8/+0
| * | | | | x86: introduce x86_quirksYinghai Lu2008-07-201-0/+4
| * | | | | x86 setup.c: cleanup includesAlexander Beregalov2008-07-181-5/+0
|/ / / / /
* | | | | 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
OpenPOWER on IntegriCloud