| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-05-14 | 8 | -75/+147 |
|\ |
|
| * | arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache() | Catalin Marinas | 2021-05-14 | 1 | -1/+3 |
| * | arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h | Mark Brown | 2021-05-13 | 1 | -1/+1 |
| * | arm64: mte: initialize RGSR_EL1.SEED in __cpu_setup | Peter Collingbourne | 2021-05-10 | 1 | -0/+12 |
| * | arm64: Generate cpucaps.h | Mark Brown | 2021-05-10 | 6 | -74/+132 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-05-10 | 20 | -316/+463 |
|\ \
| |/
|/| |
|
| * | KVM: SVM: Move GHCB unmapping to fix RCU warning | Tom Lendacky | 2021-05-07 | 3 | -4/+5 |
| * | KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers | Sean Christopherson | 2021-05-07 | 1 | -13/+11 |
| * | KVM: x86: Prevent deadlock against tk_core.seq | Thomas Gleixner | 2021-05-07 | 1 | -4/+18 |
| * | KVM: x86: Cancel pvclock_gtod_work on module removal | Thomas Gleixner | 2021-05-07 | 1 | -0/+1 |
| * | KVM: x86: Prevent KVM SVM from loading on kernels with 5-level paging | Sean Christopherson | 2021-05-07 | 3 | -11/+16 |
| * | KVM: X86: Expose bus lock debug exception to guest | Paolo Bonzini | 2021-05-07 | 3 | -1/+7 |
| * | KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit | Chenyi Qiang | 2021-05-07 | 2 | -1/+5 |
| * | KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks | Nicholas Piggin | 2021-05-07 | 3 | -17/+36 |
| * | KVM: x86: Hide RDTSCP and RDPID if MSR_TSC_AUX probing failed | Sean Christopherson | 2021-05-07 | 1 | -0/+15 |
| * | KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model | Sean Christopherson | 2021-05-07 | 4 | -39/+41 |
| * | KVM: x86: Move uret MSR slot management to common x86 | Sean Christopherson | 2021-05-07 | 4 | -29/+17 |
| * | KVM: x86: Export the number of uret MSRs to vendor modules | Sean Christopherson | 2021-05-07 | 2 | -16/+14 |
| * | KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional way | Sean Christopherson | 2021-05-07 | 1 | -12/+10 |
| * | KVM: VMX: Use common x86's uret MSR list as the one true list | Sean Christopherson | 2021-05-07 | 3 | -57/+53 |
| * | KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list | Sean Christopherson | 2021-05-07 | 2 | -40/+42 |
| * | KVM: VMX: Configure list of user return MSRs at module init | Sean Christopherson | 2021-05-07 | 2 | -21/+50 |
| * | KVM: x86: Add support for RDPID without RDTSCP | Sean Christopherson | 2021-05-07 | 3 | -7/+29 |
| * | KVM: SVM: Probe and load MSR_TSC_AUX regardless of RDTSCP support in host | Sean Christopherson | 2021-05-07 | 1 | -8/+10 |
| * | KVM: VMX: Disable preemption when probing user return MSRs | Sean Christopherson | 2021-05-07 | 3 | -4/+18 |
| * | KVM: x86: Move RDPID emulation intercept to its own enum | Sean Christopherson | 2021-05-07 | 3 | -2/+4 |
| * | KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest | Sean Christopherson | 2021-05-07 | 1 | -4/+13 |
| * | KVM: x86: Emulate RDPID only if RDTSCP is supported | Sean Christopherson | 2021-05-07 | 1 | -1/+2 |
| * | KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupported | Sean Christopherson | 2021-05-07 | 1 | -2/+4 |
| * | KVM: nSVM: remove a warning about vmcb01 VM exit reason | Maxim Levitsky | 2021-05-07 | 1 | -1/+0 |
| * | KVM: nSVM: always restore the L1's GIF on migration | Maxim Levitsky | 2021-05-07 | 1 | -0/+2 |
| * | KVM: x86: Hoist input checks in kvm_add_msr_filter() | Siddharth Chandrasekaran | 2021-05-07 | 1 | -19/+7 |
| * | KVM: nVMX: Properly pad 'struct kvm_vmx_nested_state_hdr' | Vitaly Kuznetsov | 2021-05-07 | 1 | -0/+2 |
| * | KVM: nVMX: Always make an attempt to map eVMCS after migration | Vitaly Kuznetsov | 2021-05-07 | 1 | -10/+19 |
| * | x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline() | Vitaly Kuznetsov | 2021-05-07 | 1 | -25/+17 |
| * | x86/kvm: Disable all PV features on crash | Vitaly Kuznetsov | 2021-05-07 | 3 | -39/+32 |
| * | x86/kvm: Disable kvmclock on all CPUs on shutdown | Vitaly Kuznetsov | 2021-05-07 | 3 | -6/+4 |
| * | x86/kvm: Teardown PV features on boot CPU as well | Vitaly Kuznetsov | 2021-05-07 | 1 | -16/+40 |
| * | x86/kvm: Fix pr_info() for async PF setup/teardown | Vitaly Kuznetsov | 2021-05-05 | 1 | -2/+2 |
| * | KVM: x86: Fix potential fput on a null source_kvm_file | Colin Ian King | 2021-05-03 | 1 | -1/+2 |
| * | KVM: x86/mmu: Fix kdoc of __handle_changed_spte | Kai Huang | 2021-05-03 | 1 | -1/+1 |
| * | KVM: nSVM: leave the guest mode prior to loading a nested state | Maxim Levitsky | 2021-05-03 | 1 | -2/+5 |
| * | KVM: nSVM: fix few bugs in the vmcb02 caching logic | Maxim Levitsky | 2021-05-03 | 3 | -2/+14 |
| * | KVM: nSVM: fix a typo in svm_leave_nested | Maxim Levitsky | 2021-05-03 | 1 | -1/+1 |
| * | KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_... | Wanpeng Li | 2021-05-03 | 1 | -1/+1 |
| * | kvm/x86: Fix 'lpages' kvm stat for TDM MMU | Shahin, Md Shahadat Hossain | 2021-05-03 | 1 | -0/+7 |
| * | KVM: x86/mmu: Avoid unnecessary page table allocation in kvm_tdp_mmu_map() | Kai Huang | 2021-05-03 | 1 | -0/+8 |
* | | Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-05-09 | 1 | -21/+26 |
|\ \ |
|
| * | | x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating | Suravee Suthikulpanit | 2021-05-06 | 1 | -21/+26 |
* | | | Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-05-09 | 13 | -120/+131 |
|\ \ \ |
|