summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu
2022-08-17KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson
2022-08-17KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson
2022-08-17KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu
2022-08-17KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson
2022-08-17KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu
2022-08-17kexec_file: drop weak attribute from functionsNaveen N. Rao
2022-08-17KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)Sean Christopherson
2022-08-17KVM: set_msr_mce: Permit guests to ignore single-bit ECC errorsLev Kujawski
2022-08-17crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-08-17x86/olpc: fix 'logical not is only applied to the left hand side'Alexander Lobakin
2022-08-17x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)
2022-08-17ftrace/x86: Add back ftrace_expected assignmentSteven Rostedt (Google)
2022-08-17x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips
2022-08-17x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi
2022-08-17x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant
2022-08-17x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to b...Chenyi Qiang
2022-08-17KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIPSean Christopherson
2022-08-17KVM: x86: Fix errant brace in KVM capability handlingBen Gardon
2022-08-17KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()Sean Christopherson
2022-08-17KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supportedSean Christopherson
2022-08-17KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"Sean Christopherson
2022-08-17bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-08-17bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-08-17bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-08-17x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra
2022-08-17perf/core: Add perf_clear_branch_entry_bitfields() helperStephane Eranian
2022-08-17x86/pmem: Fix platform-device leak in error pathJohan Hovold
2022-08-17arch: make TRACE_IRQFLAGS_NMI_SUPPORT genericMark Rutland
2022-08-17x86: Handle idle=nomwait cmdline properly for x86_idleWyes Karny
2022-08-17KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini
2022-08-17KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini
2022-08-17KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson
2022-08-17KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1Vitaly Kuznetsov
2022-08-17KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GPSean Christopherson
2022-08-17KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checksSean Christopherson
2022-08-17KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4Sean Christopherson
2022-08-17KVM: nVMX: Account for KVM reserved CR4 bits in consistency checksSean Christopherson
2022-08-17KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported valueSean Christopherson
2022-08-17KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson
2022-08-17KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0Maciej S. Szmigiero
2022-08-17KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending caseSean Christopherson
2022-08-17KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending caseSean Christopherson
2022-08-17x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-08-11x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon
2022-08-11KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()Mingwei Zhang
2022-08-11KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky
2022-08-11KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty loggingBen Gardon
2022-08-11KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini