summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-04-19x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing8-13/+16
2018-04-19x86/mce/AMD: Get address from already initialized blockYazen Ghannam1-0/+15
2018-04-12x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41
2018-04-12x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov4-19/+28
2018-04-12x86/microcode: Synchronize late microcode loadingAshok Raj1-26/+92
2018-04-12x86/microcode: Request microcode on the BSPBorislav Petkov1-6/+5
2018-04-12x86/microcode/intel: Look into the patch cache firstBorislav Petkov1-6/+5
2018-04-12x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj1-0/+18
2018-04-12x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj1-0/+12
2018-04-12x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj1-3/+24
2018-04-12x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov1-11/+8
2018-04-12x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov1-0/+20
2018-04-12x86/CPU: Add a microcode loader callbackBorislav Petkov3-2/+17
2018-04-12x86/microcode: Propagate return value from updating functionsBorislav Petkov4-28/+34
2018-04-12x86/gart: Exclude GART aperture from vmcoreJiri Bohac2-2/+46
2018-04-08crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2018-04-08x86/platform/uv/BAU: Add APIC idt entryAndrew Banman3-2/+4
2018-03-28bpf, x64: increase number of passesDaniel Borkmann1-1/+2
2018-03-28perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...Kan Liang1-14/+17
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter1-1/+1
2018-03-28perf/x86/intel/uncore: Fix Skylake UPI event formatKan Liang1-1/+1
2018-03-28x86/boot/64: Verify alignment of the LOAD segmentH.J. Lu1-0/+4
2018-03-28x86/build/64: Force the linker to use 2MB page sizeH.J. Lu1-0/+9
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds2-1/+9
2018-03-28x86/efi: Free efi_pgd with free_pages()Waiman Long1-1/+1
2018-03-28x86/vsyscall/64: Use proper accessor to update P4D entryBoris Ostrovsky1-1/+1
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski3-10/+9
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2018-03-21x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani1-3/+3
2018-03-21KVM: x86: Fix device passthrough when SME is activeTom Lendacky1-1/+3
2018-03-21x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev1-2/+1
2018-03-21x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft1-1/+4
2018-03-21x86/vm86/32: Fix POPF emulationAndy Lutomirski1-1/+2
2018-03-21x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov1-0/+1
2018-03-21x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov1-0/+1
2018-03-19KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh2-2/+14
2018-03-19x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-03-15x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava3-2/+11
2018-03-15x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers3-1/+12
2018-03-15objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2-7/+4
2018-03-15x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()Peter Zijlstra1-0/+2
2018-03-15x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra1-0/+2
2018-03-15x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2-5/+17
2018-03-15x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar1-12/+14
2018-03-15x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra1-4/+23
2018-03-15x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-1/+4
2018-03-15x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse5-12/+63
2018-03-15Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse6-71/+65
2018-03-15x86-64/realmode: Add instruction suffixJan Beulich1-1/+1