aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+86
2014-12-10Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+5
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2014-11-25x86/nmi: Fix use of unallocated cpumask_var_tSasha Levin1-3/+3
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-2/+2
2014-11-19x86/nmi: Perform a safe NMI stack trace on all CPUsSteven Rostedt (Red Hat)1-5/+86
2014-11-04x86: numachip: APIC driver cleanupsDaniel J Blueman1-19/+3
2014-11-04x86: numachip: Elide self-IPI ICR pollingDaniel J Blueman1-1/+1
2014-11-04x86: numachip: Fix 16-bit APIC ID truncationDaniel J Blueman1-1/+1
2014-10-24Merge tag 'v3.18-rc1' into x86/urgentH. Peter Anvin2-3/+3
2014-10-22x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-3/+3
2014-10-14Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2014-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-08x86: Fix section conflict for numachipAndi Kleen1-1/+1
2014-09-09percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t -fixMel Gorman1-0/+1
2014-09-01x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objectsRafael J. Wysocki1-0/+5
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu1-0/+12
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-2/+1
2014-08-27x86: irq: Fix bug in setting IOAPIC pin attributesJiang Liu1-1/+14
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-08-20x86/apic/uv: Remove unnecessary #ifdefAndreas Ruprecht1-2/+0
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-485/+467
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes9-11/+0
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes8-9/+0
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes9-25/+0
2014-07-31x86, apic: Replace noop_check_apicid_usedDavid Rientjes1-6/+1
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes8-19/+0
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes8-33/+1
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes8-9/+0
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes8-22/+0
2014-07-31x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes1-11/+0
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig1-59/+1
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin1-4/+14
2014-06-21x86, irq: Clean up irqdomain transition codeJiang Liu1-17/+11
2014-06-21x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu1-0/+61
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu1-60/+38
2014-06-21x86, irq: Clean up unused IOAPIC interfaceJiang Liu1-70/+0
2014-06-21x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu1-1/+98
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu1-1/+41
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu1-35/+123
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu1-12/+15
2014-06-21x86, irq: Simplify arch_early_irq_init()Jiang Liu1-22/+11
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACYJiang Liu1-18/+25
2014-06-21x86, irq: Introduce some helper utilities to improve readabilityJiang Liu1-7/+22
2014-06-21x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu1-28/+33
2014-06-21x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu1-10/+10
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu1-58/+62
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu1-19/+5