summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86, ioapic: Add dummy ioapic functionsJacob Pan2010-02-231-0/+4
* x86, ioapic: Early enable ioapic for timer irqJacob Pan2010-02-231-0/+1
* Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin2010-02-224-26/+26
|\
| * Merge branch 'x86/irq' into x86/apicH. Peter Anvin2010-02-2215-187/+79
| |\
| | * Merge branch 'x86/urgent' into x86/irqH. Peter Anvin2010-02-202-2/+3
| | |\
| | | * x86: Fix SCI on IOAPIC != 0Yinghai Lu2010-02-101-0/+1
| | * | x86: Convert i8259_lock to raw_spinlockThomas Gleixner2010-02-161-1/+1
| * | | x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha2010-01-191-0/+1
| * | | x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1fSuresh Siddha2010-01-181-31/+16
| * | | x86, apic: Don't waste a vector to improve vector spreadH. Peter Anvin2010-01-041-4/+5
| * | | x86, apic: Reclaim IDT vectors 0x20-0x2fH. Peter Anvin2010-01-041-8/+20
| * | | x86: Increase NR_IRQS and nr_irqsYinghai Lu2009-12-301-6/+6
* | | | x86, apic: Remove ioapic_disable_legacy()Jacob Pan2010-02-191-2/+0
* | | | x86, pic: Make use of legacy_pic abstractionJacob Pan2010-02-192-15/+0
* | | | x86, pic: Introduce legacy_pic abstractionJacob Pan2010-02-191-0/+13
* | | | x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner2010-02-192-0/+5
* | | | x86: Add pci_init_irq to x86_initThomas Gleixner2010-02-192-1/+5
* | | | x86: Move pci init function to x86_initThomas Gleixner2010-02-196-6/+31
| |_|/ |/| |
* | | x86-32: Make AT_VECTOR_SIZE_ARCH=2Serge E. Hallyn2010-02-091-2/+2
| |/ |/|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-011-0/+1
|\ \
| * \ Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-01-271-0/+1
| |\ \
| | * | x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel2010-01-221-0/+1
* | | | x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-292-10/+2
|/ / /
* | | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin2010-01-231-127/+0
* | | Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann2010-01-231-2/+0
* | | x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh2010-01-231-0/+1
|/ /
* | perf: x86: Add support for the ANY bitStephane Eranian2010-01-211-0/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-162-1/+14
|\ \
| * | x86, uv: Add function retrieving node controller revision numberJack Steiner2010-01-151-0/+12
| * | x86: mce.h: Fix warning in header checksAlan Cox2010-01-131-1/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-082-6/+4
|\ \ \ | |/ /
| * | x86: copy_from_user() should not return -EFAULTHeiko Carstens2010-01-052-6/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-41/+33
|\ \ \ | |/ /
| * | x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2009-12-291-38/+48
| * | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-2818-335/+213
| |\ \
* | \ \ Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-301-0/+4
|\ \ \ \
| * | | | KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-271-0/+4
| | |_|/ | |/| |
* | | | x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis2009-12-301-1/+19
|/ / /
* | | Merge branch 'pdc' into releaseLen Brown2009-12-241-0/+26
|\ \ \
| * | | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-0/+19
| * | | ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-221-0/+7
| | |/ | |/|
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-191-0/+24
|\ \ \
| * | | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia...Frederic Weisbecker2009-12-171-0/+6
| * | | perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-171-0/+18
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-195-4/+20
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha2009-12-171-1/+2
| * | x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha2009-12-161-1/+1
| * | x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov2009-12-161-0/+12
| * | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config spaceAndreas Herrmann2009-12-162-0/+2
| * | x86: Add IA32_TSC_AUX MSR and use itSheng Yang2009-12-162-2/+3
OpenPOWER on IntegriCloud