summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-271-1/+1
|\
| * x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause2013-02-201-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-221-0/+1
|\ \ | |/ |/|
| * Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-263-43/+67
| |\
| * | x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck2012-11-171-0/+1
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-201-35/+171
|\ \ \
| * | | x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis2013-02-121-35/+171
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-203-275/+212Star
|\ \ \
| * | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-14/+6Star
| * | | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-27/+30
| * | | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-10/+3Star
| * | | x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-2/+2
| * | | x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel2013-01-281-6/+2Star
| * | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-43/+1Star
| * | | x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel2013-01-281-3/+0Star
| * | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-4/+2Star
| * | | x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-9/+5Star
| * | | x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-281-10/+7Star
| * | | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-94/+10Star
| * | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-281-7/+1Star
| * | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-281-53/+56
| * | | x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-281-22/+19Star
| * | | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel2013-01-281-10/+9Star
| * | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel2013-01-281-6/+3Star
| * | | x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-32/+133
| * | | x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones2013-01-241-1/+1
| |/ /
* / / x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang2013-02-111-10/+11
|/ /
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-0/+2
|\ \
| * | x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman2012-12-071-0/+2
| |/
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-122-22/+56
|\ \
| * | x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich2012-11-021-2/+3
| * | x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha2012-11-021-20/+53
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-12-121-20/+6Star
|\ \
| * | x86, apic: Cleanup cfg->domain setup for legacy interruptsSuresh Siddha2012-11-271-20/+6Star
* | | x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu2012-11-151-1/+3
| |/ |/|
* | x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter...Dimitri Sivanich2012-10-241-0/+3
|/
* sections: fix section conflicts in arch/x86Andi Kleen2012-10-051-2/+2
* arch/x86: Remove unecessary semicolonsPeter Senna Tschudin2012-09-191-1/+1
* x86, apic: fix broken legacy interrupts in the logical apic modeSuresh Siddha2012-08-141-0/+10
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-2/+2
|\
| * x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama2012-07-261-2/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-3/+3
|\ \
| * | x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-141-3/+3
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-0/+17
|\ \ \ | |_|/ |/| |
| * | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-161-0/+17
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-2214-524/+317Star
|\ \ \
| * | | x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha2012-07-061-2/+19
| * | | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-063-20/+20
| * | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-063-11/+10Star
| * | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-1813-503/+284Star
| |\ \ \