summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-085-39/+75
|\
| * x86/mce: Improve error message when kernel cannot recover, p2Tony Luck2019-02-251-0/+5
| * EDAC/mce_amd: Decode MCA_STATUS[Scrub] bitYazen Ghannam2019-02-151-0/+1
| * x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank typesYazen Ghannam2019-02-031-4/+4
| * x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU unitsYazen Ghannam2019-02-032-0/+9
| * x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank typesYazen Ghannam2019-02-032-0/+15
| * x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S2019-01-162-29/+36
| * x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-01-151-3/+2
| * x86/MCE: Switch to use the new generic UUID APIAndy Shevchenko2019-01-141-5/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-073-3/+1
|\ \
| * | mm: create the new vm_fault_t typeSouptick Joarder2019-03-071-1/+1
| * | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-072-2/+0
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-072-20/+1
|\ \ \
| * | | x86/platform/UV: Use efi_enabled() instead of test_bit()Hedi Berriche2019-02-151-1/+1
| * | | x86/platform/UV: Remove uv_bios_call_reentrant()Hedi Berriche2019-02-152-13/+0
| * | | x86/platform/UV: Remove unnecessary #ifdef CONFIG_EFIHedi Berriche2019-02-152-6/+0
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-072-0/+5
|\ \ \ \
| * | | | x86/defconfig: Enable EFI stub, mixed mode and BGRTArd Biesheuvel2019-02-112-0/+5
| |/ / /
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-071-2/+1
|\ \ \ \
| * | | | mm/gup: Remove the 'write' parameter from gup_fast_permitted()Ira Weiny2019-02-111-2/+1
| |/ / /
* | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-071-0/+3
|\ \ \ \
| * | | | x86/kdump: Export the SME mask to vmcoreinfoLianbo Jiang2019-01-111-0/+3
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-074-48/+22
|\ \ \ \ \
| * | | | | x86/fpu: Track AVX-512 usage of tasksAubrey Li2019-02-112-0/+14
| * | | | | Merge tag 'v5.0-rc6' into x86/fpu, to pick up fixesIngo Molnar2019-02-1136-182/+280
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/fpu: Get rid of CONFIG_AS_FXSAVEQBorislav Petkov2019-01-222-45/+6
| * | | | | x86/traps: Have read_cr0() only once in the #NM handlerBorislav Petkov2019-01-221-3/+2
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-0723-55/+33
|\ \ \ \ \ \
| * | | | | | x86/uaccess: Remove unused __addr_ok() macroBorislav Petkov2019-02-251-3/+0
| * | | | | | x86/smpboot: Remove unused phys_id variableShaokun Zhang2019-02-181-6/+1
| * | | | | | x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang2019-02-141-2/+0
| * | | | | | x86/fpu: Move init_xstate_size() to __init sectionSergey Senozhatsky2019-02-081-1/+1
| * | | | | | x86/cpu_entry_area: Move percpu_setup_debug_store() to __init sectionSergey Senozhatsky2019-02-081-1/+1
| * | | | | | x86/mtrr: Remove unused variableBo Yu2019-02-081-2/+1
| * | | | | | x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov2019-02-061-3/+6
| * | | | | | x86/resctrl: Remove duplicate MSR_MISC_FEATURE_CONTROL definitionReinette Chatre2019-02-051-7/+0
| * | | | | | x86/asm/suspend: Drop ENTRY from local dataJiri Slaby2019-01-302-7/+7
| * | | | | | x86/hw_breakpoints, kprobes: Remove kprobes ifdefferyBorislav Petkov2019-01-301-4/+0
| * | | | | | x86/boot: Save several bytes in decompressorCao jin2019-01-291-2/+0
| * | | | | | x86/trap: Remove useless declarationPingfan Liu2019-01-291-1/+0
| * | | | | | x86/mm/tlb: Remove unused cpu variableShaokun Zhang2019-01-291-3/+0
| * | | | | | x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-292-0/+3
| * | | | | | x86/asm-prototypes: Remove duplicate include <asm/page.h>Brajeswar Ghosh2019-01-281-1/+0
| * | | | | | x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-265-0/+6
| * | | | | | x86/insn-eval: Mark expected switch-case fall-throughGustavo A. R. Silva2019-01-261-0/+2
| * | | | | | x86/platform/UV: Replace kmalloc() and memset() with k[cz]alloc() callsGustavo A. R. Silva2019-01-161-6/+2
| * | | | | | x86/e820: Replace kmalloc() + memcpy() with kmemdup()Huang Zijiang2019-01-131-6/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-077-7/+12
|\ \ \ \ \ \
| * | | | | | x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann2019-02-281-0/+5
| * | | | | | x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov2019-01-164-4/+4