summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / x86: Update UV3 hub revision IDRuss Anderson2013-10-151-1/+1
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-041-6/+6
|\
| * x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen2013-08-061-6/+6
* | x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan2013-08-261-3/+6
* | x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2013-08-201-0/+5
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-146-26/+26
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-1/+1
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-021-7/+59
|\
| * x86/UV: Add GRU distributed mode mappingsDimitri Sivanich2013-05-301-7/+59
* | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-021-12/+57
|\ \
| * | trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)2013-06-212-4/+1
| * | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-202-0/+43
| * | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-201-14/+19
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-1/+1
|\ \
| * | x86/mce: Remove check for CONFIG_X86_MCE_P4THERMALPaul Bolle2013-05-311-1/+1
| |/
* / x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse2013-06-201-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-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-211-0/+1
|\ \ | |/ |/|
| * Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-253-43/+67
| |\
| * | x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck2012-11-161-0/+1
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-35/+171
|\ \ \
| * | | x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis2013-02-111-35/+171
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-193-275/+212
|\ \ \
| * | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-14/+6
| * | | 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/+3
| * | | 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/+2
| * | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-43/+1