aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes
2014-07-31x86, apic: Replace noop_check_apicid_usedDavid Rientjes
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes
2014-07-31x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin
2014-06-21x86, irq: Clean up irqdomain transition codeJiang Liu
2014-06-21x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu
2014-06-21x86, irq: Clean up unused IOAPIC interfaceJiang Liu
2014-06-21x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu
2014-06-21x86, irq: Simplify arch_early_irq_init()Jiang Liu
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu
2014-06-21x86, irq: Introduce some helper utilities to improve readabilityJiang Liu
2014-06-21x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu
2014-06-21x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu
2014-06-21x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu
2014-06-21x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu
2014-06-21x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu
2014-06-21x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-03Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-04-18arch,x86: Convert smp_mb__*()Peter Zijlstra
2014-04-16x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2014-04-01x86/apic: Reinstate error IRQ Pentium erratum 3AP workaroundMaciej W. Rozycki
2014-04-01x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich
2014-03-11x86/apic: Plug racy xAPIC access of CPU hotplug codeJan Kiszka
2014-02-27x86, platforms: Remove NUMAQH. Peter Anvin