index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
ld-version.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
5
-23
/
+146
2023-03-23
KVM: x86: Route pending NMIs from userspace through process_nmi()
Sean Christopherson
1
-3
/
+3
2023-03-23
KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMI
Santosh Shukla
1
-0
/
+9
2023-03-22
x86/cpufeatures: Redefine synthetic virtual NMI bit as AMD's "real" vNMI
Sean Christopherson
1
-4
/
+4
2023-03-22
KVM: x86: Save/restore all NMIs when multiple NMIs are pending
Sean Christopherson
1
-2
/
+5
2023-03-22
KVM: x86: Tweak the code and comment related to handling concurrent NMIs
Sean Christopherson
1
-4
/
+11
2023-03-22
KVM: x86: Raise an event request when processing NMIs if an NMI is pending
Sean Christopherson
1
-1
/
+3
2023-03-22
KVM: SVM: add wrappers to enable/disable IRET interception
Maxim Levitsky
1
-9
/
+19
2023-03-22
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
1
-0
/
+22
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2
-5
/
+20
2023-03-22
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
1
-11
/
+10
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
7
-15
/
+9
2023-03-16
KVM: Standardize on "int" return types instead of "long" in kvm_main.c
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
Thomas Huth
3
-5
/
+10
2023-03-16
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
3
-10
/
+2
2023-03-16
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
5
-21
/
+21
2023-03-16
kvm: x86: Advertise FLUSH_L1D to user space
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
1
-13
/
+30
2023-03-16
kvm: vmx: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2
-25
/
+46
2023-03-14
KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
Sean Christopherson
3
-4
/
+4
2023-03-14
KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
Sean Christopherson
4
-23
/
+28
2023-03-14
KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
Sean Christopherson
2
-105
/
+105
2023-03-14
KVM: x86/mmu: Remove FNAME(is_self_change_mapping)
Lai Jiangshan
1
-44
/
+7
2023-03-14
KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walk
Lai Jiangshan
1
-7
/
+5
2023-03-14
KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
Sean Christopherson
5
-36
/
+37
2023-03-14
KVM: selftests: Sync KVM exit reasons in selftests
Vipin Sharma
1
-2
/
+15
2023-03-14
KVM: selftests: Add macro to generate KVM exit reason strings
Sean Christopherson
1
-26
/
+28
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
1
-1
/
+2
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
44
-293
/
+69
2023-03-14
KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
David Woodhouse
1
-0
/
+27
2023-03-14
KVM: selftests: Use enum for test numbers in xen_shinfo_test
David Woodhouse
1
-51
/
+82
2023-03-14
KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
Sean Christopherson
3
-54
/
+21
2023-03-14
KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
Sean Christopherson
1
-12
/
+17
2023-03-14
KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
Sean Christopherson
1
-3
/
+12
2023-03-14
KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
Suravee Suthikulpanit
1
-8
/
+18
2023-03-14
KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
Sean Christopherson
1
-5
/
+7
2023-03-14
selftests: KVM: skip hugetlb tests if huge pages are not available
Paolo Bonzini
1
-9
/
+16
2023-03-14
KVM: VMX: Use tabs instead of spaces for indentation
Rong Tao
1
-2
/
+2
2023-03-14
KVM: VMX: Fix indentation coding style issue
Rong Tao
1
-6
/
+6
2023-03-14
KVM: nVMX: remove unnecessary #ifdef
Paolo Bonzini
1
-7
/
+1
2023-03-14
KVM: nVMX: add missing consistency checks for CR0 and CR4
Paolo Bonzini
1
-2
/
+8
2023-03-13
Linux 6.3-rc2
v6.3-rc2
Linus Torvalds
1
-1
/
+1
2023-03-13
wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
Hector Martin
1
-2
/
+0
2023-03-12
tpm: disable hwrng for fTPM on some AMD designs
Mario Limonciello
2
-1
/
+132
2023-03-12
tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address
Morten Linderud
1
-1
/
+5
2023-03-12
cpumask: relax sanity checking constraints
Linus Torvalds
1
-1
/
+1
2023-03-11
ubi: block: Fix missing blk_mq_end_request
Richard Weinberger
1
-1
/
+4
2023-03-11
KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
Marc Zyngier
4
-36
/
+29
2023-03-11
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
1
-0
/
+1
[next]