summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
OpenPOWER on IntegriCloud