summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2022-511/+796
|\
| * x86/platform/UV/NMI: Fix uneccessary kABI breakagetravis@sgi.com2017-02-161-1/+0
| * x86/platform/UV: Clean up the NMI code to match current coding styletravis@sgi.com2017-02-011-37/+37
| * x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com2017-02-011-2/+1
| * x86/platform/UV: Initialize PCH GPP_D_0 NMI Pin to be NMI sourcetravis@sgi.com2017-02-011-0/+127
| * x86/platform/UV: Verify NMI action is valid, default is standardtravis@sgi.com2017-02-011-11/+58
| * x86/platform/UV: Add basic CPU NMI health checktravis@sgi.com2017-02-011-1/+20
| * x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com2017-02-013-22/+176
| * x86/platform/UV: Add Support for UV4 Hubless systemstravis@sgi.com2017-02-012-2/+30
| * x86/platform/UV: Clean up the UV APIC codeIngo Molnar2017-02-011-256/+244
| * Merge branch 'x86/urgent' into x86/platform, to pick up fixesIngo Molnar2017-02-0141-176/+349
| |\
| * | x86/platform/intel-mid: Move watchdog registration to arch_initcall()Andy Shevchenko2017-01-201-1/+1
| * | x86/platform/intel-mid: Don't shadow error code of mp_map_gsi_to_irq()Andy Shevchenko2017-01-201-5/+5
| * | x86/platform/intel-mid: Allocate RTC interrupt for MerrifieldAndy Shevchenko2017-01-203-14/+49
| * | x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()Andy Shevchenko2017-01-201-2/+2
| * | x86/platform/UV: Fix 2 socket config problemMike Travis2017-01-141-1/+5
| * | x86/platform/UV: Fix panic with missing UVsystab supportMike Travis2017-01-141-8/+16
| * | x86/platform/intel-mid: Enable RTC on Intel MerrifieldAndy Shevchenko2017-01-142-0/+15
| * | x86/platform/intel: Remove PMIC GPIO block supportAndy Shevchenko2017-01-141-1/+0
| * | x86/platform/intel-mid: Make intel_scu_device_register() staticAndy Shevchenko2017-01-092-3/+2
| * | x86/platform/intel-mid: Enable GPIO keys on MerrifieldAndy Shevchenko2017-01-061-0/+3
| * | x86/platform/intel-mid: Get rid of duplication of IPC handlerAndy Shevchenko2017-01-0611-115/+40
| * | x86/platform/intel-mid: Remove Moorestown codeAndy Shevchenko2017-01-063-64/+0
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-207-200/+78
|\ \ \
| * | | x86/mm/ptdump: Add address marker for KASAN shadow regionAndrey Ryabinin2017-02-161-0/+9
| * | | x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=yAndrey Ryabinin2017-02-161-1/+15
| * | | Merge branch 'linus' into x86/mmThomas Gleixner2017-02-1620-231/+216
| |\ \ \
| * | | | x86/mm/pat: Use rb_entry()Geliang Tang2017-02-041-6/+6
| * | | | x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook2017-01-313-182/+0
| * | | | x86/mm/cpa: Avoid wbinvd() for PREEMPTJohn Ogness2017-01-301-0/+13
| * | | | x86/mm: Improve documentation for low-level device I/O functionsJonathan Corbet2017-01-281-11/+35
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-206-397/+249
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar2017-01-313-5/+20
| |\ \ \ \ \
| * | | | | | x86/microcode/AMD: Remove struct cont_desc.eq_idBorislav Petkov2017-01-231-10/+4
| * | | | | | x86/microcode/AMD: Remove AP scanning optimizationBorislav Petkov2017-01-231-60/+18
| * | | | | | x86/microcode/AMD: Simplify saving from initrdBorislav Petkov2017-01-231-30/+13
| * | | | | | x86/microcode/AMD: Unify load_ucode_amd_ap()Borislav Petkov2017-01-231-50/+31
| * | | | | | x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov2017-01-233-69/+52
| * | | | | | x86/microcode: Remove local vendor variableBorislav Petkov2017-01-231-6/+4
| * | | | | | x86/microcode/AMD: Use find_microcode_in_initrd()Borislav Petkov2017-01-231-11/+5
| * | | | | | x86/microcode/AMD: Get rid of global this_equiv_idBorislav Petkov2017-01-231-4/+1
| * | | | | | x86/microcode: Decrease CPUID useBorislav Petkov2017-01-232-52/+38
| * | | | | | x86/microcode/AMD: Rework container parsingBorislav Petkov2017-01-231-133/+105
| * | | | | | x86/microcode/AMD: Extend the container structBorislav Petkov2017-01-231-11/+15
| * | | | | | x86/microcode/AMD: Shorten function parameter's nameBorislav Petkov2017-01-231-3/+3
| * | | | | | x86/microcode/AMD: Clean up find_equiv_id()Borislav Petkov2017-01-231-12/+5
| * | | | | | x86/microcode: Convert to bare minimum MSR accessorsBorislav Petkov2017-01-231-5/+4
| * | | | | | x86/MSR: Carve out bare minimum accessorsBorislav Petkov2017-01-232-21/+32
* | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-206-35/+57
|\ \ \ \ \ \ \
| * | | | | | | x86/fpu: Fix the "Giving up, no FPU found" testAndy Lutomirski2017-01-251-1/+1