aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2018-05-10Merge tag 'v4.15.18' into v4.15/standard/baseBruce Ashfield
2018-05-10Merge tag 'v4.15.17' into v4.15/standard/baseBruce Ashfield
2018-05-10Merge tag 'v4.15.16' into v4.15/standard/baseBruce Ashfield
2018-05-10Merge tag 'v4.15.14' into v4.15/standard/baseBruce Ashfield
2018-04-19x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing
2018-04-19x86/mce/AMD: Get address from already initialized blockYazen Ghannam
2018-04-12x86/microcode: Fix CPU synchronization routineBorislav Petkov
2018-04-12x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov
2018-04-12x86/microcode: Synchronize late microcode loadingAshok Raj
2018-04-12x86/microcode: Request microcode on the BSPBorislav Petkov
2018-04-12x86/microcode/intel: Look into the patch cache firstBorislav Petkov
2018-04-12x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj
2018-04-12x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj
2018-04-12x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj
2018-04-12x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov
2018-04-12x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov
2018-04-12x86/CPU: Add a microcode loader callbackBorislav Petkov
2018-04-12x86/microcode: Propagate return value from updating functionsBorislav Petkov
2018-04-12x86/gart: Exclude GART aperture from vmcoreJiri Bohac
2018-04-08x86/platform/uv/BAU: Add APIC idt entryAndrew Banman
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski
2018-03-26Merge tag 'v4.15.12' into v4.15/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.15.11' into v4.15/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.15.10' into v4.15/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.15.9' into v4.15/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.15.8' into v4.15/standard/baseBruce Ashfield
2018-03-21x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev
2018-03-21x86/vm86/32: Fix POPF emulationAndy Lutomirski
2018-03-19x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu
2018-03-15x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava
2018-03-15x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers
2018-03-15x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra
2018-03-15x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse
2018-03-15x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich
2018-03-15x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk
2018-03-15x86/MCE: Serialize sysfs changesSeunghun Han
2018-03-15x86/MCE: Save microcode revision in machine check recordsTony Luck
2018-03-11KVM: x86: fix backward migration with async_PFRadim Krčmář
2018-03-08x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner
2018-03-05Merge tag 'v4.15.7' into v4.15/standard/baseBruce Ashfield
2018-03-05Merge tag 'v4.15.5' into v4.15/standard/baseBruce Ashfield
2018-02-28x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner
2018-02-22x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck
2018-02-22x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/spectre: Fix an error messageDan Carpenter
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-22x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski
2018-02-22x86/debug: Use UD2 for WARN()Peter Zijlstra
2018-02-22x86/speculation: Clean up various Spectre related detailsIngo Molnar