summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross2022-08-161-1/+1
| | * x86/PAT: Have pat_enabled() properly reflect state when running on XenJan Beulich2022-08-151-1/+9
| * | Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-284-7/+36
| |\ \
| | * | perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian2022-08-271-1/+17
| | * | perf/x86/intel: Fix pebs event constraints for ADLKan Liang2022-08-191-1/+1
| | * | perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian2022-08-191-1/+9
| | * | perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the BaselinePeter Zijlstra2022-08-192-4/+1
| | * | perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang2022-08-191-0/+8
| * | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-271-1/+0
| |\ \ \
| | * | | xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORYLukas Bulwahn2022-08-251-1/+0
| * | | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-0/+21
| * | | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
| * | | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-214-23/+4
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-195-30/+27
| |\ \ \ \
| * | | | | x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-191-1/+1
| * | | | | x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-163-43/+60
| | |_|_|/ | |/| | |
* | | | | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-011-3/+17
* | | | | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-011-1/+2
* | | | | KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin2022-09-011-2/+1
* | | | | KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson2022-09-011-4/+21
* | | | | KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson2022-08-191-2/+1
* | | | | kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid2022-08-193-42/+61
* | | | | kvm: x86: mmu: Drop the need_remote_flush() functionJunaid Shahid2022-08-191-14/+1
| |/ / / |/| | |
* | | | x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
* | | | x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
* | | | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-0/+11
* | | | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-192-9/+9
* | | | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-1/+1
|/ / /
* | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-145-9/+32
|\ \ \ | | |/ | |/|
| * | x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-125-9/+32
* | | Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-131-4/+6
|\ \ \
| * | | x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips2022-08-081-4/+6
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1113-50/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-102-11/+8
| * | | KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17
| * | | KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson2022-08-101-2/+2
| * | | KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2022-08-102-0/+22
| * | | KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1
| * | | KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch2022-08-101-18/+17
| * | | KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch2022-08-101-1/+3
| * | | KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-105-5/+19
| * | | KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-103-0/+24
| * | | KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2022-08-102-2/+2
| * | | KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj2022-08-101-1/+5
| * | | KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang2022-08-101-0/+1
| * | | KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson2022-08-101-3/+5
| * | | KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini2022-08-101-0/+2
| * | | KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini2022-08-101-3/+3
* | | | x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-103-2/+6