summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-1/+6
|\
| * x86/apic: Fix num_processors value in case of failureDou Liyang2016-09-081-1/+3
| * x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li2016-08-241-0/+3
* | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-088-11/+11
|\ \ | |/ |/|
| * x86: Apply more __ro_after_init and constKees Cook2016-08-108-11/+11
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-122-26/+29
|\ \
| * | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior2016-08-111-4/+9
| * | x86/platform/UV: Fix kernel panic running RHEL kdump kernel on UV systemsMike Travis2016-08-101-0/+5
| * | x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM valuesMike Travis2016-08-101-18/+10
| * | x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguousMike Travis2016-08-101-4/+5
| |/
* | Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-1010-12/+9
|\ \ | |/
| * tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-042-2/+2
| * Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-019-10/+7
| |\
| | * x86/apic: Remove duplicated include from probe_64.cWei Yongjun2016-07-191-1/+0
| | * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-149-9/+7
* | | x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange2016-08-101-0/+24
* | | x86/timers/apic: Fix imprecise timer interrupts by eliminating TSC clockevent...Nicolai Stange2016-08-101-2/+2
|/ /
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-50/+30
|\ \
| * | x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior2016-07-151-50/+30
* | | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+2
|\ \ \
| * | | x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-251-0/+2
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-2/+3
|\ \ \
| * | | genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-2/+3
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-2/+2
|\ \ \ | | |/ | |/|
| * | timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner2016-07-071-2/+2
| |/
* | x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-158-10/+0
* | x86/apic: Fix misspelled APICClaudio Fontana2016-06-101-3/+3
* | x86/ioapic: Simplify ioapic_setup_resources()Rui Wang2016-06-101-11/+7
|/
* x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-1/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-183/+667
|\
| * Merge branch 'x86/urgent' into x86/platform, to resolve conflictIngo Molnar2016-05-051-3/+1
| |\
| * | x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodesDimitri Sivanich2016-05-041-30/+28
| * | x86/platform/UV: Update physical address conversions for UV4Mike Travis2016-05-041-1/+95
| * | x86/platform/UV: Build GAM reference tablesMike Travis2016-05-041-0/+139
| * | x86/platform/UV: Support UV4 socket address changesMike Travis2016-05-041-8/+120
| * | x86/platform/UV: Add UV4 addressing discovery functionMike Travis2016-05-041-13/+72
| * | x86/platform/UV: Fold blade info into per node hub info structsMike Travis2016-05-041-111/+101
| * | x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2016-05-041-15/+44
| * | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-041-1/+1
| * | x86/platform/UV: Move scir info to the per cpu info structMike Travis2016-05-041-9/+9
| * | x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2016-05-041-5/+10
| * | x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis2016-05-041-1/+2
| * | x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2016-05-041-1/+0
| * | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-84/+124
| * | x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis2016-05-041-0/+12
| * | x86/platform/UV: Add UV4 Specific DefinesMike Travis2016-05-041-3/+9
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-165-21/+21
|\ \ \ | |_|/ |/| |
| * | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-1/+2
| |\ \ | | |/
| * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-135-15/+15
OpenPOWER on IntegriCloud