pub/scm/virt/kvm/kvm.git  about / heads / tags
kernel-based virtual machine - kvm
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  queue        Merge branch 'kvm-queue-snp' into HEAD (2024-05-12)
  next         KVM: SVM: Add module parameter to enable SEV-SNP (2024-05-12)
  kvm-coco-queue KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY (2024-05-12)
* master       Merge tag 'kvm-s390-master-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2024-05-07)
  kvm-coco-queue-20240418 KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY (2024-04-19)
  kvm-uapi     KVM: remove unnecessary #ifdef (2024-02-08)
  kvm-6.8-conflict-resolution Merge tag 'tags/for-linus' into HEAD (2024-01-10)
  guestmemfd   KVM: Add transparent hugepage support for dedicated guest memory (2023-11-13)
  kvm-hw-enable-refactor KVM: Clean up error labels in kvm_init() (2022-12-29)
  queue-fixes  Documentation: kvm: clarify SRCU locking order (2022-12-28)
  lbr-for-weijiang KVM: x86/cpuid: Advertise Arch LBR feature in CPUID (2022-06-01)
  kvm-queue-post-20220525-rebase KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context (2022-05-25)
  kvm-next-pre-20220525-rebase KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context (2022-05-24)
  kvm-tdx-5.17 KVM: x86: design documentation on TDX support of x86 KVM TDP MMU (2022-04-15)
  kvm-sls-fix  kvm/emulate: Fix SETcc emulation function offsets with SLS (2022-03-20)
  svm-for-snp  KVM: SVM: Update the SEV-ES save area mapping (2022-03-02)
  kvm-ppc-cap-210 KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3 (2022-02-22)
  kvm-5.17-conflict conflict resolution for 5.17 merge window (2022-01-14)
  queue-5.17   KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests (2021-12-22)
  paolo        selftests: KVM: Introduce system counter offset test (2021-08-20)
  mmu-notifier-queue KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns (2021-04-02)
  intel        KVM: X86: Expose bus lock debug exception to guest (2021-02-09)
  linux-next   KVM: SVM: fix 32-bit compilation (2020-12-16)
  tdp-mmu      kvm: mmu: Support MMIO in the TDP MMU (2020-09-28)
  kvm-async-pf-int-5.8 KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool (2020-06-15)
  kvm-tlb-cleanup KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd() (2020-03-25)
  cpu-caps     KVM: CPUID: add support for supervisor states (2020-03-05)
  kvm-4.19-pre-rebase KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs() (2018-08-03)
  kvm-4.17-resolution Merge tag 'tags/for-linus' into HEAD (2018-04-09)
  msr-bitmaps-merge-resolution Merge branch 'kvm-msr-bitmaps' into HEAD (2018-01-31)
  msr-bitmaps  KVM: VMX: make MSR bitmaps per-VCPU (2018-01-31)
  dirty-ring-buffer KVM: x86: implement ring-based dirty memory tracking (2017-12-21)
  for-radim    kvm: vmx: Use the hardware provided GPA instead of page walk (2016-12-22)
  merge-20160802 Merge commit '23528bb21ee2' into HEAD (2016-08-01)
  merge-20160519 sample merge resolution (2016-05-19)
  vtd-pi       iommu/vt-d: Add a command line parameter for VT-d posted-interrupts (2015-09-28)
  smm          KVM: x86: advertise KVM_CAP_X86_SMM (2015-05-21)
  merge-resolution-3.20 Merge remote-tracking branch 'kvm/next' into HEAD (2015-02-12)
  uq/master    KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn() (2014-09-14)
  nsvm-fixes   KVM: x86: propagate exception from permission checks on the nested page fault (2014-09-02)
  nvmx-fixes   KVM: nVMX: clean up handling of shadow<->vmcs12 syncing (2014-07-18)
  emulator-speedups KVM: emulate: fix harmless typo in MMX decoding (2014-06-09)
  kvm-3.13-1-merge Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into HEAD (2013-11-14)
  fixes        KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI (2013-09-17)
  auto-next    Linux 3.6-rc7 (2012-09-23)
  linux-3.5.y  KVM: VMX: Fix KVM_SET_SREGS with big real mode segments (2012-08-13)
  big-real-mode testing: emulate real mode, not just big real mode. (2012-06-12)
  next-candidate KVM: PPC: add CPU_FTR_EMB_HV to CPU table (2012-04-11)
  kvm-updates/3.4 KVM: Resolve RCU vs. async page fault problem (2012-04-05)
  new/master   Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/master (2012-04-05)
  archive/2012-04/master KVM: x86: add paging gcc optimization (2012-04-03)
  emulator-movntps KVM: x86 emulator: implement movntps (2012-04-01)
  emulator-movq KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f) (2012-03-21)
  kvm-updates/3.3 KVM: mmu_notifier: Flush TLBs before releasing mmu_lock (2012-02-11)
  kvm-updates/3.1 KVM: PPC: e500: include linux/export.h (2011-12-27)
  kvm-updates/3.2 KVM: PPC: e500: include linux/export.h (2011-12-26)
  kvm-devel    kvm: Device assignment permission checks (2011-12-23)
  kvm-updates/3.0 KVM guest: prevent tracing recursion with kvmclock (2011-11-22)

git clone https://80x24.org/pub/scm/virt/kvm/kvm.git