summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-4/+14
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-121-10/+18
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-161-10/+18
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-1/+2
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-1/+1
| |\ \
| * \ \ Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-051-1/+2
| |\ \ \
| | * | | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-1/+2
| | | |/ | | |/|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-106/+24
|\ \ \ \
| * | | | x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner2014-05-161-3/+0
| * | | | x86: Remove create/destroy_irq()Thomas Gleixner2014-05-161-105/+1
| * | | | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-5/+0
| * | | | x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-13/+10
| * | | | x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2014-05-161-0/+33
| | |_|/ | |/| |
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-031-5/+21
|\ \ \ \
| * | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-011-5/+21
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| | |_|/ | |/| |
* | | | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
| |_|/ |/| |
* | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+5
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-111-1/+2
|\ \
| * | x86/apic: Reinstate error IRQ Pentium erratum 3AP workaroundMaciej W. Rozycki2014-04-011-1/+2
| |/
* | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-025-1816/+0
|\ \ | |/ |/|
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-272-525/+0
| * x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-1/+0
| * x86, apic: Remove support for IBM Summit/EXA chipsetDavid Rientjes2014-02-112-551/+0
| * x86, apic: Remove support for ia32-based Unisys ES7000David Rientjes2014-02-112-739/+0
* | x86/apic: Plug racy xAPIC access of CPU hotplug codeJan Kiszka2014-03-111-0/+4
|/
* x86/apic: Always define nox2apic and define it as initdataDavid Rientjes2014-02-091-3/+6
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-0911-20/+13
* x86/apic: Only use default_wait_for_init_deassert()David Rientjes2014-02-091-7/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-1/+0
|\
| * x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-1/+0
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-242-6/+1
|\ \ | |/ |/|
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-6/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-206-6/+0
|\ \
| * | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-066-6/+0
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-201-9/+57
|\ \
| * | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin2014-01-151-3/+3
| * | x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke2014-01-151-0/+49
| * | x86/apic: Read Error Status Register correctlyRichard Weinberger2014-01-141-9/+8
| |/
* | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava2014-01-131-1/+1
* | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-121-9/+9
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-0/+1
|\
| * x86: Export 'boot_cpu_physical_apicid' to modulesDavid Rientjes2013-11-151-0/+1
* | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-3/+5
|\ \ | |/ |/|
| * Merge branch 'acpi-processor'Rafael J. Wysocki2013-10-281-3/+5
| |\
| | * x86 / ACPI: simplify _acpi_map_lsapic()Jiang Liu2013-09-241-3/+5
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-69/+1
|\ \ \ | |/ / |/| |
| * | x86/UV: Update UV support for external NMI signalsMike Travis2013-09-241-0/+1
| * | x86/UV: Move NMI supportMike Travis2013-09-241-69/+0
| |/
OpenPOWER on IntegriCloud