summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin2010-02-2210-146/+200
|\
| * Merge branch 'x86/irq' into x86/apicH. Peter Anvin2010-02-2235-980/+487
| |\
| | * Merge branch 'x86/urgent' into x86/irqH. Peter Anvin2010-02-208-38/+95
| | |\
| | | * x86, irq: Keep chip_data in create_irq_nr and destroy_irqBrandon Philips2010-02-181-15/+5
| | | * x86: Add iMac9,1 to pci_reboot_dmi_tableJustin P. Mattock2010-02-171-0/+8
| | | * x86: Fix SCI on IOAPIC != 0Yinghai Lu2010-02-102-1/+58
| | * | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-3/+4
| | * | x86, irq: Remove arch_probe_nr_irqsYinghai Lu2010-02-171-22/+0
| | * | x86: Convert i8259_lock to raw_spinlockThomas Gleixner2010-02-164-22/+22
| | * | x86: Avoid race condition in pci_enable_msix()Brandon Phiilps2010-02-101-13/+5
| * | | x86: Convert nmi_lock to raw_spinlockThomas Gleixner2010-02-161-3/+3
| * | | x86: Convert ioapic_lock and vector_lock to raw_spinlockThomas Gleixner2010-02-161-53/+53
| * | | x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha2010-01-292-2/+12
| * | | x86, irq: Update the vector domain for legacy irqs handled by io-apicSuresh Siddha2010-01-291-0/+8
| * | | x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha2010-01-193-41/+29
| * | | x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1fSuresh Siddha2010-01-181-2/+2
| * | | x86, vmi: Fix vmi_get_timer_vector() to use IRQ0_VECTORSuresh Siddha2010-01-181-7/+1
| * | | x86, apic: Don't waste a vector to improve vector spreadH. Peter Anvin2010-01-041-1/+2
| * | | x86: Increase NR_IRQS and nr_irqsYinghai Lu2009-12-301-1/+1
* | | | x86, apic: Remove ioapic_disable_legacy()Jacob Pan2010-02-191-5/+5
* | | | x86, pic: Make use of legacy_pic abstractionJacob Pan2010-02-197-50/+59
* | | | x86, pic: Introduce legacy_pic abstractionJacob Pan2010-02-191-0/+43
* | | | x86: Initialize stack canary in secondary startJacob Pan2010-02-191-0/+4
* | | | x86, ioapic: Improve handling of i8259A irq initAlek Du2010-02-191-19/+4
* | | | x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner2010-02-191-0/+2
* | | | x86: Add pci_init_irq to x86_initThomas Gleixner2010-02-192-0/+2
* | | | x86: Move pci init function to x86_initThomas Gleixner2010-02-194-5/+11
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-116-34/+28
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha2010-02-096-34/+28
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
|\ \ \ | |/ / |/| |
| * | [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-011-57/+165
|\ \ \
| * | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-0/+51
| * | | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel2010-01-301-57/+114
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-015-11/+51
|\ \ \ \
| * | | | x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman2010-01-291-3/+11
| * | | | x86: Add Dell OptiPlex 760 reboot quirkLeann Ogasawara2010-01-271-0/+9
| * | | | x86, UV: Fix RTC latency bug by reading replicated cachelinesDimitri Sivanich2010-01-271-1/+12
| * | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-01-272-7/+19
| |\ \ \ \
| | * | | | x86/amd-iommu: Fix deassignment of a device from the pt_domainJoerg Roedel2010-01-221-2/+4
| | * | | | x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel2010-01-222-2/+9
| | * | | | x86/amd-iommu: Fix NULL pointer dereference in __detach_device()Joerg Roedel2010-01-221-2/+5
| | * | | | x86/amd-iommu: Fix possible integer overflowJoerg Roedel2010-01-221-1/+1
| | |/ / /
* | / / / x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-292-12/+11
|/ / / /
* | | | x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson2010-01-262-2/+2
* | | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-232-690/+0
* | | | Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann2010-01-232-37/+13
* | | | x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh2010-01-232-0/+21
|/ / /
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-211-0/+7
|\ \ \
| * | | perf: x86: Add support for the ANY bitStephane Eranian2010-01-211-0/+7