aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: replacing mp_config_intsrc with mpc_intsrcJaswinder Singh Rajput2009-01-143-102/+100
* x86: replacing mp_config_ioapic with mpc_ioapicJaswinder Singh Rajput2009-01-143-51/+49
* x86: module_64.c fix style problemsJaswinder Singh Rajput2009-01-121-16/+16
* x86: module_32.c fix style problemsJaswinder Singh Rajput2009-01-121-3/+3
* x86: msr.c fix style problemsJaswinder Singh Rajput2009-01-121-1/+1
* x86: microcode_intel.c fix style problemsJaswinder Singh Rajput2009-01-121-5/+5
* x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput2009-01-101-1/+0
* x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-103-0/+3
* Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-1021-245/+345
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-1027-296/+266
| |\
| * \ Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-1011-225/+280
| |\ \
| | * | cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis2009-01-061-40/+43
| | * | cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-061-12/+13
| | * | cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis2009-01-061-29/+29
| | * | cpumask: use work_on_cpu in acpi/cstate.cMike Travis2009-01-061-33/+37
| | * | cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell2009-01-066-29/+29
| | * | cpumask: replace CPUMASK_ALLOC etc with cpumask_var_tRusty Russell2009-01-061-12/+9
| | * | Merge branch 'linus' into cpus4096Ingo Molnar2009-01-064-29/+39
| | |\ \
| | * | | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-044-73/+123
| * | | | x86: only scan the root bus in early PCI quirksAndi Kleen2009-01-091-8/+14
| * | | | Merge branch 'linus' into releaseLen Brown2009-01-09109-5190/+6577
| |\ \ \ \
| | * | | | remove lots of double-semicolonsFernando Carrijo2009-01-081-1/+1
| | * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-071-1/+1
| | |\ \ \ \
| | | * | | | PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-1/+1
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-072-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-062-2/+2
| | | | |/ / | | | |/| |
| | * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-061-1/+1
| | |\ \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | *---. \ \ \ Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-063-28/+38
| | | |\ \ \ \ \ \ | | | | | | |/ / /
| | | * | | | | | Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-051-1/+1
| | | |\ \ \ \ \ \
| | | | * | | | | | swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()Jeremy Fitzhardinge2008-12-281-1/+1
| | * | | | | | | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+4
| | * | | | | | | | Remove remaining unwinder codeAlexey Dobriyan2009-01-061-2/+0
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'suspend' into releaseLen Brown2009-01-092-0/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvsRafael J. Wysocki2008-12-191-0/+2
| | * | | | | | | | x86 hibernate: Mark ACPI NVS memory region at startupRafael J. Wysocki2008-12-191-0/+21
| * | | | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-092-2/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-1/+5
| | * | | | | | | | | ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui2009-01-091-1/+3
| * | | | | | | | | | ACPI: disable MPS when NO APIC-table foundLen Brown2008-12-231-0/+11
| |/ / / / / / / / /
* | | | | | | | | | x86: rename all fields of mpf_intel mpf_X to XJaswinder Singh Rajput2009-01-081-25/+25
* | | | | | | | | | x86: rename intel_mp_floating to mpf_intelJaswinder Singh Rajput2009-01-081-6/+6
* | | | | | | | | | x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-0/+1
* | | | | | | | | | x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-072-1/+2
* | | | | | | | | | x86: smp.h move stack_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-0/+1
* | | | | | | | | | x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput2009-01-072-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | x86: fix section mismatch warnings in mcheck/mce_amd_64.cLeonardo Potenza2009-01-071-1/+1
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-0634-435/+1012
|\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-051-1/+1
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | | * | | | | | | Merge branch 'linus' into core/urgentIngo Molnar2009-01-0428-180/+767
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | |
| | | * | | | | | | swiotlb: add missing __init annotationsRoland Dreier2009-01-021-1/+1