]> Git Repo - linux.git/history - arch
KVM: Keep memslots in tree-based structures instead of array-based ones
[linux.git] / arch /
2021-12-08 Maciej S. SzmigieroKVM: Keep memslots in tree-based structures instead...
2021-12-08 Maciej S. SzmigieroKVM: s390: Introduce kvm_s390_get_gfn_end()
2021-12-08 Maciej S. SzmigieroKVM: Use interval tree to do fast hva lookup in memslots
2021-12-08 Maciej S. SzmigieroKVM: Integrate gfn_to_memslot_approx() into search_mems...
2021-12-08 Maciej S. SzmigieroKVM: x86: Use nr_memslot_pages to avoid traversing...
2021-12-08 Maciej S. SzmigieroKVM: x86: Don't call kvm_mmu_change_mmu_pages() if...
2021-12-08 Sean ChristophersonKVM: s390: Skip gfn/size sanity checks on memslot DELET...
2021-12-08 Sean ChristophersonKVM: x86: Don't assume old/new memslots are non-NULL...
2021-12-08 Sean ChristophersonKVM: Stop passing kvm_userspace_memory_region to arch...
2021-12-08 Sean ChristophersonKVM: RISC-V: Use "new" memslot instead of userspace...
2021-12-08 Sean ChristophersonKVM: x86: Use "new" memslot instead of userspace memory...
2021-12-08 Sean ChristophersonKVM: s390: Use "new" memslot instead of userspace memor...
2021-12-08 Sean ChristophersonKVM: PPC: Avoid referencing userspace memory region...
2021-12-08 Sean ChristophersonKVM: MIPS: Drop pr_debug from memslot commit to avoid...
2021-12-08 Sean ChristophersonKVM: arm64: Use "new" memslot instead of userspace...
2021-12-08 Sean ChristophersonKVM: Let/force architectures to deal with arch specific...
2021-12-08 Marc ZyngierKVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
2021-12-08 Marc ZyngierKVM: s390: Use kvm_get_vcpu() instead of open-coded...
2021-12-08 Marc ZyngierKVM: mips: Use kvm_get_vcpu() instead of open-coded...
2021-12-08 Marc ZyngierKVM: Move wiping of the kvm->vcpus array to common...
2021-12-08 Paolo BonziniKVM: MMU: update comment on the number of page role...
2021-12-05 Tom LendackyKVM: SVM: Do not terminate SEV-ES guests on GHCB valida...
2021-12-05 Sean ChristophersonKVM: SEV: Fall back to vmalloc for SEV-ES scratch area...
2021-12-05 Sean ChristophersonKVM: SEV: Return appropriate error codes if SEV-ES...
2021-12-02 Sean ChristophersonKVM: x86/mmu: Retry page fault if root is invalidated...
2021-12-02 Dan CarpenterKVM: VMX: Set failure code in prepare_vmcs02()
2021-12-02 Paolo BonziniKVM: ensure APICv is considered inactive if there is...
2021-12-02 Like XuKVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln...
2021-11-30 Paolo BonziniKVM: fix avic_set_running for preemptable kernels
2021-11-30 Paolo BonziniKVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv...
2021-11-30 Paolo BonziniKVM: SEV: accept signals in sev_lock_two_vms
2021-11-30 Paolo BonziniKVM: SEV: do not take kvm->lock when destroying
2021-11-30 Paolo BonziniKVM: SEV: Prohibit migration of a VM that has mirrors
2021-11-30 Paolo BonziniKVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
2021-11-30 Paolo BonziniKVM: SEV: move mirror status to destination of KVM_CAP_...
2021-11-30 Paolo BonziniKVM: SEV: initialize regions_list of a mirror VM
2021-11-30 Paolo BonziniKVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTE...
2021-11-30 Paolo BonziniKVM: SEV: do not use list_replace_init on an empty...
2021-11-30 Paolo BonziniKVM: x86: Use a stable condition around all VT-d PI...
2021-11-30 Paolo BonziniKVM: x86: check PIR even for vCPUs with disabled APICv
2021-11-30 Paolo BonziniKVM: VMX: prepare sync_pir_to_irr for running with...
2021-11-30 Sean ChristophersonKVM: x86/mmu: Handle "default" period when selectively...
2021-11-30 Paolo BonziniKVM: MMU: shadow nested paging does not have PKU
2021-11-30 Sean ChristophersonKVM: x86/mmu: Remove spurious TLB flushes in TDP MMU...
2021-11-30 Sean ChristophersonKVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU...
2021-11-26 Lai JiangshanKVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
2021-11-26 Lai JiangshanKVM: X86: Fix when shadow_root_level=5 && guest root_le...
2021-11-26 Vitaly KuznetsovKVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
2021-11-26 Sean ChristophersonKVM: nVMX: Emulate guest TLB flush on nested VM-Enter...
2021-11-26 Sean ChristophersonKVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request...
2021-11-26 Sean ChristophersonKVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_T...
2021-11-26 Paolo BonziniKVM: SEV: expose KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM capab...
2021-11-26 Paolo BonziniKVM: x86: ignore APICv if LAPIC is not enabled
2021-11-26 Paolo BonziniKVM: VMX: do not use uninitialized gfn_to_hva_cache
2021-11-26 Paolo BonziniMerge branch 'kvm-5.16-fixes-pre-rc2' into HEAD
2021-11-26 Paolo BonziniMerge tag 'kvmarm-fixes-5.16-2' of git://git.kernel...
2021-11-26 Paolo BonziniMerge tag 'kvm-riscv-fixes-5.16-1' of https://github...
2021-11-25 Catalin MarinasKVM: arm64: Avoid setting the upper 32 bits of TCR_EL2...
2021-11-24 Marc ZyngierKVM: arm64: Move pkvm's special 32bit handling into...
2021-11-24 Marc ZyngierKVM: arm64: Save PSTATE early on exit
2021-11-22 Anup PatelRISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
2021-11-22 Sean ChristophersonKVM: RISC-V: Unmap stage2 mapping when deleting/moving...
2021-11-21 Linus TorvaldsMerge tag 'x86-urgent-2021-11-21' of git://git.kernel...
2021-11-21 Linus TorvaldsMerge tag 'perf-urgent-2021-11-21' of git://git.kernel...
2021-11-21 Linus TorvaldsMerge tag 'powerpc-5.16-2' of git://git.kernel.org...
2021-11-20 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-11-20 Linus TorvaldsMerge tag 'block-5.16-2021-11-19' of git://git.kernel...
2021-11-20 Linus TorvaldsMerge tag 'pinctrl-v5.16-2' of git://git.kernel.org...
2021-11-20 Linus TorvaldsMerge tag 's390-5.16-3' of git://git.kernel.org/pub...
2021-11-20 Linus TorvaldsMerge tag '5.16-rc1-smb3-fixes' of git://git.samba...
2021-11-20 Ard Biesheuvelkmap_local: don't assume kmap PTEs are linear arrays...
2021-11-20 Nathan Chancellorhexagon: ignore vmlinux.lds
2021-11-20 Nathan Chancellorhexagon: clean up timer-regs.h
2021-11-20 Nathan Chancellorhexagon: export raw I/O routines for modules
2021-11-19 Linus TorvaldsMerge tag 'libata-5.16-rc2' of git://git.kernel.org...
2021-11-19 Linus TorvaldsMerge tag 'trace-v5.16-6' of git://git.kernel.org/pub...
2021-11-19 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of...
2021-11-19 Linus TorvaldsMerge tag 'riscv-for-linus-5.16-rc2' of git://git.kerne...
2021-11-19 Linus TorvaldsMerge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of...
2021-11-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2021-11-19 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2021-11-19 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.16-rc2' of git://git.kerne...
2021-11-19 Linus TorvaldsMerge tag 'drm-fixes-2021-11-19' of git://anongit.freed...
2021-11-19 Peter Zijlstrax86: Pin task-stack in __get_wchan()
2021-11-19 Eric W. Biedermansignal: Replace force_fatal_sig with force_exit_sig...
2021-11-19 Andreas Schwabriscv: fix building external modules
2021-11-19 Anup PatelRISC-V: Enable KVM in RV64 and RV32 defconfigs as a...
2021-11-19 Linus TorvaldsMerge tag 'zstd-for-linus-5.16-rc1' of git://github...
2021-11-18 Linus TorvaldsMerge tag 'thermal-5.16-rc2' of git://git.kernel.org...
2021-11-18 Linus TorvaldsMerge tag 'pm-5.16-rc2' of git://git.kernel.org/pub...
2021-11-18 Linus TorvaldsMerge tag 'acpi-5.16-rc2' of git://git.kernel.org/pub...
2021-11-18 Linus TorvaldsMerge tag 'platform-drivers-x86-v5.16-2' of git://git...
2021-11-18 Linus TorvaldsMerge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org...
2021-11-18 Linus TorvaldsMerge tag 'net-5.16-rc2' of git://git.kernel.org/pub...
2021-11-18 Linus TorvaldsMerge tag 'for-5.16-rc1-tag' of git://git.kernel.org...
2021-11-18 Linus TorvaldsMerge tag 'fs_for_v5.16-rc2' of git://git.kernel.org...
2021-11-18 Linus TorvaldsMerge tag 'fs.idmapped.v5.16-rc2' of git://git.kernel...
2021-11-18 Linus TorvaldsMerge tag 'for-5.16/parisc-4' of git://git.kernel.org...
2021-11-18 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2021-11-18 Linus TorvaldsMerge tag 'docs-5.16-2' of git://git.lwn.net/linux
next
This page took 0.120592 seconds and 7 git commands to generate.