summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic (follow)
Commit message (Expand)AuthorAge
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-12
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-16
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-06
| |\ \
| * \ \ Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-05
| |\ \ \
| | * | | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-24
| | | |/ | | |/|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-04
|\ \ \ \
| * | | | x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner2014-05-16
| * | | | x86: Remove create/destroy_irq()Thomas Gleixner2014-05-16
| * | | | x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-16
| * | | | x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-16
| * | | | x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner2014-05-16
| | |_|/ | |/| |
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-03
|\ \ \ \
| * | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-01
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-18
| | |_|/ | |/| |
* | | | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-05
| |_|/ |/| |
* | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-28
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-11
|\ \
| * | x86/apic: Reinstate error IRQ Pentium erratum 3AP workaroundMaciej W. Rozycki2014-04-01
| |/
* | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-02
|\ \ | |/ |/|
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-27
| * x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-27
| * x86, apic: Remove support for IBM Summit/EXA chipsetDavid Rientjes2014-02-11
| * x86, apic: Remove support for ia32-based Unisys ES7000David Rientjes2014-02-11
* | x86/apic: Plug racy xAPIC access of CPU hotplug codeJan Kiszka2014-03-11
|/
* x86/apic: Always define nox2apic and define it as initdataDavid Rientjes2014-02-09
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-09
* x86/apic: Only use default_wait_for_init_deassert()David Rientjes2014-02-09
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-31
|\
| * x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-25
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-24
|\ \ | |/ |/|
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-07
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-20
|\ \
| * | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-06
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-20
|\ \
| * | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin2014-01-15
| * | x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke2014-01-15
| * | x86/apic: Read Error Status Register correctlyRichard Weinberger2014-01-14
| |/
* | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava2014-01-13
* | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-12
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-19
|\
| * x86: Export 'boot_cpu_physical_apicid' to modulesDavid Rientjes2013-11-15
* | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-14
|\ \ | |/ |/|
| * Merge branch 'acpi-processor'Rafael J. Wysocki2013-10-28
| |\
| | * x86 / ACPI: simplify _acpi_map_lsapic()Jiang Liu2013-09-24
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-12
|\ \ \ | |/ / |/| |
| * | x86/UV: Update UV support for external NMI signalsMike Travis2013-09-24
| * | x86/UV: Move NMI supportMike Travis2013-09-24
| |/
* / x86: Update UV3 hub revision IDRuss Anderson2013-10-15
|/