linux-2.6-microblaze.git
2021-10-22 Paolo BonziniKVM: SEV-ES: rename guest_ins_data to sev_pio_data
2021-10-21 Masahiro KozukaKVM: SEV: Flush cache on non-coherent systems before...
2021-10-21 Chenyi QiangKVM: MMU: Reset mmu->pkru_mask to avoid stale data
2021-10-21 Paolo BonziniKVM: nVMX: promptly process interrupts delivered while...
2021-10-21 Paolo BonziniKVM: x86: check for interrupts before deciding whether...
2021-10-18 Paolo BonziniKVM: SEV-ES: reduce ghcb_sa_len to 32 bits
2021-10-18 Hao XiangKVM: VMX: Remove redundant handling of bus lock vmexit
2021-10-18 Christian BorntraegerKVM: kvm_stat: do not show halt_wait_ns
2021-10-18 Sean ChristophersonKVM: x86: WARN if APIC HW/SW disable static keys are...
2021-10-18 Sean ChristophersonRevert "KVM: x86: Open code necessary bits of kvm_lapic...
2021-10-18 Peter GondaKVM: SEV-ES: Set guest_state_protected after VMSA update
2021-10-18 Paolo BonziniKVM: X86: fix lazy allocation of rmaps
2021-10-15 Paolo BonziniMerge tag 'kvmarm-fixes-5.15-2' of git://git./linux...
2021-10-15 Paolo BonziniKVM: SEV-ES: fix length of string I/O
2021-10-05 Quentin PerretKVM: arm64: Release mmap_lock when using VM_SHARED...
2021-10-05 Quentin PerretKVM: arm64: Report corrupted refcount at EL2
2021-10-05 Quentin PerretKVM: arm64: Fix host stage-2 PGD refcount
2021-10-04 Paolo BonziniMerge tag 'kvm-s390-master-5.15-1' of git://git./linux...
2021-09-30 Sean ChristophersonKVM: selftests: Ensure all migrations are performed...
2021-09-30 Sean ChristophersonKVM: x86: Swap order of CPUID entry "index" vs. "signif...
2021-09-30 Zelin Dengptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm
2021-09-30 Zelin Dengx86/kvmclock: Move this_cpu_pvti into kvmclock.h
2021-09-28 Janosch FrankKVM: s390: Function documentation fixes
2021-09-28 Oliver Uptonselftests: KVM: Don't clobber XMM register when read
2021-09-27 Zhenzhong DuanKVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
2021-09-24 Paolo BonziniMerge tag 'kvmarm-fixes-5.15-1' of git://git./linux...
2021-09-24 Oliver Uptonselftests: KVM: Explicitly use movq to read xmm registers
2021-09-24 Oliver Uptonselftests: KVM: Call ucall_init when setting up in...
2021-09-23 Lai JiangshanKVM: Remove tlbs_dirty
2021-09-23 Lai JiangshanKVM: X86: Synchronize the shadow pagetable before link it
2021-09-23 Lai JiangshanKVM: X86: Fix missed remote tlb flush in rmap_write_pro...
2021-09-23 Maxim LevitskyKVM: x86: nSVM: don't copy virt_ext from vmcb12
2021-09-23 Maxim LevitskyKVM: x86: nSVM: test eax for 4K alignment for GP errata...
2021-09-23 Maxim LevitskyKVM: x86: selftests: test simultaneous uses of V_IRQ...
2021-09-23 Maxim LevitskyKVM: x86: nSVM: restore int_vector in svm_clear_vintr
2021-09-22 Fares Mehannakvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
2021-09-22 Maxim LevitskyKVM: x86: nVMX: re-evaluate emulation_required on neste...
2021-09-22 Maxim LevitskyKVM: x86: nVMX: don't fail nested VM entry on invalid...
2021-09-22 Maxim LevitskyKVM: x86: VMX: synthesize invalid VM exit when emulatin...
2021-09-22 Maxim LevitskyKVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
2021-09-22 Maxim LevitskyKVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES...
2021-09-22 Maxim LevitskyKVM: x86: reset pdptrs_from_userspace when exiting smm
2021-09-22 Maxim LevitskyKVM: x86: nSVM: restore the L1 host state prior to...
2021-09-22 Vitaly KuznetsovKVM: nVMX: Filter out all unsupported controls when...
2021-09-22 Sean ChristophersonKVM: KVM: Use cpumask_available() to check for NULL...
2021-09-22 Sean ChristophersonKVM: Clean up benign vcpu->cpu data races when kicking...
2021-09-22 Vitaly KuznetsovKVM: x86: Fix stack-out-of-bounds memory access from...
2021-09-22 David MatlackKVM: selftests: Create a separate dirty bitmap per...
2021-09-22 David MatlackKVM: selftests: Refactor help message for -s backing_src
2021-09-22 David MatlackKVM: selftests: Change backing_src flag to -s in demand...
2021-09-22 Peter GondaKVM: SEV: Allow some commands for mirror VM
2021-09-22 Peter GondaKVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
2021-09-22 Chenyi QiangKVM: nVMX: Fix nested bus lock VM exit
2021-09-22 Sean ChristophersonKVM: x86: Identify vCPU0 by its vcpu_idx instead of...
2021-09-22 Sean ChristophersonKVM: x86: Query vcpu->vcpu_idx directly and drop its...
2021-09-22 Hou Wenlongkvm: fix wrong exception emulation in check_rdtsc
2021-09-22 Sean ChristophersonKVM: SEV: Pin guest memory for write for RECEIVE_UPDATE...
2021-09-22 Mingwei ZhangKVM: SVM: fix missing sev_decommission in sev_receive_start
2021-09-22 Peter GondaKVM: SEV: Acquire vcpu mutex when updating VMSA
2021-09-22 Sergey SenozhatskyKVM: do not shrink halt_poll_ns below grow_start
2021-09-22 Yu ZhangKVM: nVMX: fix comments of handle_vmon()
2021-09-22 Haimin ZhangKVM: x86: Handle SRCU initialization failure during...
2021-09-22 Sean ChristophersonKVM: VMX: Remove defunct "nr_active_uret_msrs" field
2021-09-22 Oliver Uptonselftests: KVM: Align SMCCC call with the spec in steal...
2021-09-22 Oliver Uptonselftests: KVM: Fix check for !POLLIN in demand_paging_test
2021-09-22 Sean ChristophersonKVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
2021-09-22 Sean ChristophersonKVM: x86: Mark all registers as avail/dirty at vCPU...
2021-09-22 Sean ChristophersonKVM: selftests: Remove __NR_userfaultfd syscall fallback
2021-09-22 Sean ChristophersonKVM: selftests: Add a test for KVM_RUN+rseq to detect...
2021-09-22 Sean Christophersontools: Move x86 syscall number fallbacks to .../uapi/
2021-09-22 Sean Christophersonentry: rseq: Call rseq_handle_notify_resume() in traceh...
2021-09-22 Sean ChristophersonKVM: rseq: Update rseq when processing NOTIFY_RESUME...
2021-09-20 Marc ZyngierKVM: arm64: Fix PMU probe ordering
2021-09-20 Zenghui YuKVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S...
2021-09-20 Linus TorvaldsLinux 5.15-rc2
2021-09-20 Linus Torvaldspci_iounmap'2: Electric Boogaloo: try to make sense...
2021-09-19 Linus TorvaldsMerge tag 'x86_urgent_for_v5.15_rc2' of git://git....
2021-09-19 Linus TorvaldsMerge tag 'perf-urgent-2021-09-19' of git://git./linux...
2021-09-19 Linus TorvaldsMerge tag 'locking-urgent-2021-09-19' of git://git...
2021-09-19 Linus TorvaldsMerge tag 'powerpc-5.15-2' of git://git./linux/kernel...
2021-09-19 Linus TorvaldsMerge tag 'kbuild-fixes-v5.15' of git://git./linux...
2021-09-19 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of...
2021-09-19 Linus Torvaldsdmascc: use proper 'virt_to_bus()' rather than casting...
2021-09-19 Linus Torvaldsalpha: enable GENERIC_PCI_IOMAP unconditionally
2021-09-19 Helge Dellerparisc: Declare pci_iounmap() parisc version only when...
2021-09-19 Linus TorvaldsRevert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"
2021-09-19 Linus TorvaldsRevert drm/vc4 hdmi runtime PM changes
2021-09-19 Nathan Chancellorkbuild: Add -Werror=ignored-optimization-argument to...
2021-09-19 Nathan Chancellorx86/build: Do not add -falign flags unconditionally...
2021-09-19 Ramji Jiyanikbuild: Fix comment typo in scripts/Makefile.modpost
2021-09-19 Geert Uytterhoevensh: Add missing FORCE prerequisites in Makefile
2021-09-19 Kortangen_compile_commands: fix missing 'sys' package
2021-09-19 Ariel Marcovitchcheckkconfigsymbols.py: Remove skipping of help lines...
2021-09-19 Ariel Marcovitchcheckkconfigsymbols.py: Forbid passing 'HEAD' to -...
2021-09-18 Linus Torvaldsalpha: move __udiv_qrnnd library function to arch/alpha...
2021-09-18 Linus Torvaldsalpha: mark 'Jensen' platform as no longer broken
2021-09-18 Andrii Nakryikoperf bpf: Ignore deprecation warning when using libbpf...
2021-09-18 Ian Rogerslibperf evsel: Make use of FD robust.
2021-09-18 Michael Petlanperf machine: Initialize srcline string member in add_l...
2021-09-18 Adrian Hunterperf script: Fix ip display when type != attr->type
next