aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu1-3/+0
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu1-16/+5
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu1-1/+1
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+18
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar1-1/+1
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-1/+2
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-106/+24
2014-06-03Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-5/+21
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1