]> git.dujemihanovic.xyz Git - linux.git/shortlog
linux.git
10 days ago Paolo BonziniKVM: x86: leave kvm.ko out of the build if no vendor...
12 days ago Paolo BonziniKVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
2024-10-01 Mark BrownKVM: selftests: Fix build on architectures other than...
2024-09-27 Paolo BonziniDocumentation: KVM: fix warning in "make htmldocs"
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-vmx-6.12' of https://github.com...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-svm-6.12' of https://github.com...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-mmu-6.12' of https://github.com...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-selftests-6.12' of https://github...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-misc-6.12' of https://github.com...
2024-09-17 Paolo BonziniMerge tag 'kvm-x86-generic-6.12' of https://github...
2024-09-17 Paolo BonziniMerge branch 'kvm-redo-enable-virt' into HEAD
2024-09-17 Paolo BonziniMerge branch 'kvm-memslot-zap-quirk' into HEAD
2024-09-17 Paolo BonziniMerge tag 'kvm-s390-next-6.12-1' of https://git.kernel...
2024-09-16 Christoph Schlameusss390: Enable KVM_S390_UCONTROL config in debug_defconfig
2024-09-16 Christoph Schlameussselftests: kvm: s390: Add VM run test case
2024-09-15 Paolo BonziniMerge tag 'kvm-riscv-6.12-1' of https://github.com...
2024-09-15 Paolo BonziniMerge tag 'loongarch-kvm-6.12' of git://git.kernel...
2024-09-15 Paolo BonziniMerge tag 'kvmarm-6.12' of git://git.kernel.org/pub...
2024-09-12 Bibo MaoLoongArch: KVM: Implement function kvm_para_has_feature()
2024-09-12 Bibo MaoLoongArch: KVM: Enable paravirt feature control from VMM
2024-09-12 Song GaoLoongArch: KVM: Add PMU support for guest
2024-09-12 Marc ZyngierMerge branch kvm-arm64/visibility-cleanups into kvmarm...
2024-09-12 Marc ZyngierMerge branch kvm-arm64/s2-ptdump into kvmarm-master...
2024-09-12 Marc ZyngierMerge branch kvm-arm64/nv-at-pan into kvmarm-master...
2024-09-12 Marc ZyngierMerge branch kvm-arm64/selftests-6.12 into kvmarm-maste...
2024-09-12 Marc ZyngierMerge branch kvm-arm64/vgic-sre-traps into kvmarm-maste...
2024-09-12 Marc ZyngierMerge branch kvm-arm64/fpmr into kvmarm-master/next
2024-09-12 Marc ZyngierMerge branch kvm-arm64/mmu-misc-6.12 into kvmarm-master...
2024-09-11 Marc ZyngierKVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
2024-09-11 Marc ZyngierKVM: arm64: Simplify visibility handling of AArch32...
2024-09-11 Marc ZyngierKVM: arm64: Simplify handling of CNTKCTL_EL12
2024-09-11 Bibo MaoLoongArch: KVM: Add vm migration support for LBT registers
2024-09-11 Bibo MaoLoongArch: KVM: Add Binary Translation extension support
2024-09-11 Bibo MaoLoongArch: KVM: Add VM feature detection function
2024-09-11 Bibo MaoLoongArch: Revert qspinlock to test-and-set simple...
2024-09-10 Sebastian EneKVM: arm64: Register ptdump with debugfs on guest creation
2024-09-10 Sebastian Enearm64: ptdump: Don't override the level when operating...
2024-09-10 Sebastian Enearm64: ptdump: Use the ptdump description from a local...
2024-09-10 Sebastian Enearm64: ptdump: Expose the attribute parsing functionality
2024-09-10 Snehal KoukuntlaKVM: arm64: Add memory length checks and remove inline...
2024-09-10 Amit ShahKVM: SVM: let alternatives handle the cases when RSB...
2024-09-10 Sebastian EneKVM: arm64: Move pagetable definitions to common header
2024-09-10 Sean ChristophersonKVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Morph kvm_handle_gfn_range() into an...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Add a helper to walk and zap rmaps for...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Plumb a @can_yield parameter into __walk_...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Move walk_slot_rmaps() up near for_each_s...
2024-09-10 Sean ChristophersonKVM: x86/mmu: WARN on MMIO cache hit when emulating...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Detect if unprotect will do anything...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into...
2024-09-10 Sean ChristophersonKVM: x86: Rename reexecute_instruction()=>kvm_unprotect...
2024-09-10 Sean ChristophersonKVM: x86: Update retry protection fields when forcing...
2024-09-10 Sean ChristophersonKVM: x86: Apply retry protection to "unprotect on failu...
2024-09-10 Sean ChristophersonKVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotec...
2024-09-10 Sean ChristophersonKVM: x86: Remove manual pfn lookup when retrying #PF...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Move event re-injection unprotect+retry...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Always walk guest PTEs with WRITE access...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Don't try to unprotect an INVALID_GPA
2024-09-10 Sean ChristophersonKVM: x86: Fold retry_instruction() into x86_emulate_ins...
2024-09-10 Sean ChristophersonKVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_i...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Try "unprotect for retry" iff there are...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Apply retry protection to "fast nTDP...
2024-09-10 Sean ChristophersonKVM: x86: Store gpa as gpa_t, not unsigned long, when...
2024-09-10 Sean ChristophersonKVM: x86: Get RIP from vCPU state when storing it to...
2024-09-10 Sean ChristophersonKVM: x86: Retry to-be-emulated insn in "slow" unprotect...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Skip emulation on page fault iff 1+ SPs...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Trigger unprotect logic only on write...
2024-09-10 Sean ChristophersonKVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with...
2024-09-10 Sean ChristophersonKVM: Harden guest memory APIs against out-of-bounds...
2024-09-10 Sean ChristophersonKVM: Write the per-page "segment" when clearing (part...
2024-09-10 Sean ChristophersonKVM: nVMX: Assert that vcpu->mutex is held when accessi...
2024-09-10 Sean ChristophersonKVM: nVMX: Explicitly invalidate posted_intr_nv if...
2024-09-10 Sean ChristophersonKVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_ge...
2024-09-10 Sean ChristophersonKVM: nVMX: Detect nested posted interrupt NV at nested...
2024-09-10 Sean ChristophersonKVM: nVMX: Suppress external interrupt VM-Exit injectio...
2024-09-10 Sean ChristophersonKVM: nVMX: Get to-be-acknowledge IRQ for nested VM...
2024-09-10 Sean ChristophersonKVM: x86: Move "ack" phase of local APIC IRQ delivery...
2024-09-10 Kai HuangKVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when...
2024-09-10 Yue HaibingKVM: x86: Remove some unused declarations
2024-09-10 Sean ChristophersonKVM: selftests: Verify single-stepping a fastpath VM...
2024-09-10 Sean ChristophersonKVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
2024-09-08 Linus TorvaldsLinux 6.11-rc7
2024-09-08 Linus TorvaldsMerge tag 'timers_urgent_for_v6.11_rc7' of git://git...
2024-09-08 Linus TorvaldsMerge tag 'perf_urgent_for_v6.11_rc7' of git://git...
2024-09-08 Linus TorvaldsMerge tag 'char-misc-6.11-rc7' of git://git.kernel...
2024-09-08 Linus TorvaldsMerge tag 'usb-6.11-rc7' of git://git.kernel.org/pub...
2024-09-07 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2024-09-07 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-09-07 Linus TorvaldsMerge tag 'pinctrl-v6.11-3' of git://git.kernel.org...
2024-09-07 Linus TorvaldsMerge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2'...
2024-09-07 Linus TorvaldsMerge tag 'pci-v6.11-fixes-3' of git://git.kernel.org...
2024-09-07 Linus TorvaldsMerge tag 'v6.11-rc6-cifs-client-fixes' of git://git...
2024-09-06 Linus TorvaldsKVM: x86: don't fall through case statements without...
2024-09-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2024-09-06 Linus TorvaldsMerge tag 'riscv-for-linus-6.11-rc7' of git://git.kerne...
next