index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
kvm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+14
2024-07-12
KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
Isaku Yamahata
1
-0
/
+10
2024-06-18
KVM: Ensure new code that references immediate_exit gets extra scrutiny
David Matlack
1
-1
/
+14
2024-06-11
KVM: x86: Add KVM_RUN_X86_GUEST_MODE kvm_run flag
Thomas Prescher
1
-0
/
+1
2024-06-05
KVM: x86: Add a capability to configure bus frequency for APIC timer
Isaku Yamahata
1
-0
/
+1
2024-05-07
KVM: PPC: Fix documentation for ppc mmu caps
Joel Stanley
1
-2
/
+2
2024-02-08
KVM: remove unnecessary #ifdef
Paolo Bonzini
1
-4
/
+0
2024-02-08
KVM: define __KVM_HAVE_GUEST_DEBUG unconditionally
Paolo Bonzini
1
-2
/
+5
2024-02-08
KVM: arm64: move ARM-specific defines to uapi/asm/kvm.h
Paolo Bonzini
1
-7
/
+0
2024-02-08
KVM: s390: move s390-specific structs to uapi/asm/kvm.h
Paolo Bonzini
1
-312
/
+0
2024-02-08
KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.h
Paolo Bonzini
1
-44
/
+0
2024-02-08
KVM: x86: move x86-specific structs to uapi/asm/kvm.h
Paolo Bonzini
1
-265
/
+0
2024-02-08
KVM: remove more traces of device assignment UAPI
Paolo Bonzini
1
-50
/
+0
2024-01-08
Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2023-12-08
KVM: remove deprecated UAPIs
Paolo Bonzini
1
-90
/
+0
2023-12-08
KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
Paul Durrant
1
-0
/
+1
2023-11-14
KVM: x86: Add support for "protected VMs" that can utilize private memory
Sean Christopherson
1
-0
/
+1
2023-11-14
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
1
-0
/
+1
2023-11-14
KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
1
-1
/
+14
2023-11-13
KVM: Introduce per-page memory attributes
Chao Peng
1
-0
/
+13
2023-11-13
KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Chao Peng
1
-0
/
+8
2023-11-13
KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
1
-0
/
+13
2023-10-31
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-0
/
+2
2023-10-04
KVM: arm64: Allow userspace to get the writable masks for feature ID registers
Jing Zhang
1
-0
/
+2
2023-10-02
LoongArch: KVM: Add kvm related header files
Tianrui Zhao
1
-0
/
+9
2023-07-25
kvm/vfio: Accept vfio device file from userspace
Yi Liu
1
-3
/
+10
2023-07-01
Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-07-01
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-0
/
+2
2023-06-18
RISC-V: KVM: Implement device interface for AIA irqchip
Anup Patel
1
-0
/
+2
2023-06-05
KVM: Fix comment for KVM_ENABLE_CAP
Binbin Wu
1
-1
/
+1
2023-05-16
KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Ricardo Koller
1
-0
/
+2
2023-04-26
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-2
/
+10
2023-04-21
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
1
-2
/
+7
2023-04-05
KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
Oliver Upton
1
-2
/
+7
2023-03-30
KVM: arm64: timers: Allow userspace to set the global counter offset
Marc Zyngier
1
-0
/
+3
2023-03-16
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
1
-1
/
+1
2023-02-15
Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-0
/
+8
2023-02-07
KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
Janis Schoetterl-Glausch
1
-0
/
+8
2023-01-24
KVM: x86/pmu: Introduce masked events to the pmu event filter
Aaron Lewis
1
-0
/
+1
2022-12-27
KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapi
David Woodhouse
1
-0
/
+3
2022-12-12
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
1
-17
/
+7
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
1
-0
/
+1
2022-12-02
KVM: Reference to kvm_userspace_memory_region in doc and comments
Javier Martinez Canillas
1
-3
/
+3
2022-12-02
KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
Javier Martinez Canillas
1
-2
/
+0
2022-12-02
KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
Javier Martinez Canillas
1
-12
/
+0
2022-11-30
KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
David Woodhouse
1
-0
/
+4
2022-11-28
Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-0
/
+3
2022-11-23
KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
Claudio Imbrenda
1
-0
/
+1
2022-11-23
KVM: s390: pv: asynchronous destroy for reboot
Claudio Imbrenda
1
-0
/
+2
[next]