summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-03-22x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft1-1/+4
2018-03-22x86/vm86/32: Fix POPF emulationAndy Lutomirski1-1/+2
2018-03-22x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov1-0/+1
2018-03-22x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2-5/+20
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2-0/+7
2018-03-22kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu1-0/+2
2018-03-22kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson1-1/+2
2018-03-22kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov1-0/+7
2018-03-22x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2018-03-22x86/mce: Init some CPU features earlyYazen Ghannam1-12/+18
2018-03-22x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang3-4/+20
2018-03-22x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov1-2/+3
2018-03-18x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-03-18x86/module: Detect and skip invalid relocationsJosh Poimboeuf1-0/+13
2018-03-18x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2-5/+16
2018-03-18x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar1-12/+14
2018-03-18x86/boot, objtool: Annotate indirect jump in secondary_startup_64()Peter Zijlstra1-0/+2
2018-03-18x86/speculation, objtool: Annotate indirect calls/jumps for objtoolPeter Zijlstra1-4/+23
2018-03-18x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-1/+4
2018-03-18x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse5-12/+63
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse6-71/+65
2018-03-18x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk1-0/+7
2018-03-18x86/MCE: Serialize sysfs changesSeunghun Han1-1/+21
2018-03-11bpf, x64: implement retpoline for tail callDaniel Borkmann2-4/+42
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner1-7/+7
2018-03-11x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2-0/+33
2018-03-11x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski3-2/+20
2018-03-11KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2-2/+2
2018-03-11KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2-6/+8
2018-03-11x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac1-1/+1
2018-03-11x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross1-0/+16
2018-03-03x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo1-0/+2
2018-02-28x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams1-0/+13
2018-02-28x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann1-1/+1
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich1-12/+24
2018-02-25KVM: VMX: clean up declaration of VPID/EPT invalidation typesJan Dakinevich1-1/+4
2018-02-25KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li1-8/+26
2018-02-25x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov2-7/+11
2018-02-25KVM: add X86_LOCAL_APIC dependencyArnd Bergmann1-0/+1
2018-02-25x86/vm86: Fix unused variable warning if THP is disabledKirill A. Shutemov1-2/+3
2018-02-25x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann1-0/+1
2018-02-25x86: add MULTIUSER dependency for KVMArnd Bergmann1-1/+1
2018-02-25x86/build: Silence the build with "make -s"Arnd Bergmann1-2/+3
2018-02-25x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann2-10/+10
2018-02-25x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2-5/+2
2018-02-25perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2018-02-25x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2-7/+9
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers2-0/+2
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60