index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
keys
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisor
Dexuan Cui
4
-16
/
+77
2023-08-25
Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
Dexuan Cui
3
-8
/
+82
2023-08-25
x86/hyperv: Introduce a global variable hyperv_paravisor_present
Dexuan Cui
7
-22
/
+72
2023-08-25
Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM
Dexuan Cui
1
-7
/
+23
2023-08-25
x86/hyperv: Fix serial console interrupts for fully enlightened TDX guests
Dexuan Cui
1
-0
/
+22
2023-08-25
Drivers: hv: vmbus: Support fully enlightened TDX guests
Dexuan Cui
4
-9
/
+48
2023-08-25
x86/hyperv: Support hypercalls for fully enlightened TDX guests
Dexuan Cui
5
-2
/
+48
2023-08-25
x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
Dexuan Cui
6
-1
/
+23
2023-08-23
x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...
Dexuan Cui
1
-4
/
+5
2023-08-23
x86/hyperv: Add missing 'inline' to hv_snp_boot_ap() stub
Nathan Chancellor
1
-1
/
+1
2023-08-22
hv: hyperv.h: Replace one-element array with flexible-array member
Saurabh Sengar
1
-1
/
+1
2023-08-22
Drivers: hv: vmbus: Don't dereference ACPI root object handle
Maciej S. Szmigiero
1
-1
/
+2
2023-08-22
x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
Tianyu Lan
1
-0
/
+21
2023-08-22
x86/hyperv: Add smp support for SEV-SNP guest
Tianyu Lan
4
-1
/
+157
2023-08-22
clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...
Tianyu Lan
1
-1
/
+1
2023-08-22
x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened...
Tianyu Lan
1
-3
/
+27
2023-08-22
drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlight...
Tianyu Lan
2
-3
/
+67
2023-08-22
x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
Tianyu Lan
1
-1
/
+15
2023-08-22
x86/hyperv: Set Virtual Trust Level in VMBus init message
Tianyu Lan
5
-2
/
+45
2023-08-22
x86/hyperv: Add sev-snp enlightened guest static key
Tianyu Lan
5
-5
/
+36
2023-08-11
hv_balloon: Update the balloon driver to use the SBRM API
Mitchell Levy
1
-44
/
+38
2023-07-30
Linux 6.5-rc4
v6.5-rc4
Linus Torvalds
1
-1
/
+1
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
64
-75
/
+63
2023-07-29
KVM: selftests: Expand x86's sregs test to cover illegal CR0 values
Sean Christopherson
1
-31
/
+39
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
5
-20
/
+52
2023-07-29
Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"
Sean Christopherson
1
-68
/
+0
2023-07-29
KVM: selftests: Verify stats fd is usable after VM fd has been closed
Sean Christopherson
1
-2
/
+8
2023-07-29
KVM: selftests: Verify stats fd can be dup()'d and read
Sean Christopherson
1
-1
/
+7
2023-07-29
KVM: selftests: Verify userspace can create "redundant" binary stats files
Sean Christopherson
1
-2
/
+23
2023-07-29
KVM: selftests: Explicitly free vcpus array in binary stats test
Sean Christopherson
1
-0
/
+1
2023-07-29
KVM: selftests: Clean up stats fd in common stats_test() helper
Sean Christopherson
1
-18
/
+4
2023-07-29
KVM: selftests: Use pread() to read binary stats header
Sean Christopherson
2
-4
/
+8
2023-07-29
KVM: Grab a reference to KVM for VM and vCPU stats file descriptors
Sean Christopherson
1
-0
/
+24
2023-07-29
selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
Sean Christopherson
1
-6
/
+22
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
2023-07-29
KVM: VMX: Use vmread_error() to report VM-Fail in "goto" path
Sean Christopherson
1
-2
/
+1
2023-07-29
KVM: VMX: Make VMREAD error path play nice with noinstr
Sean Christopherson
3
-9
/
+26
2023-07-29
KVM: x86/irq: Conditionally register IRQ bypass consumer again
Like Xu
1
-1
/
+1
2023-07-29
KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
Peng Hao
1
-1
/
+2
2023-07-29
KVM: x86: check the kvm_cpu_get_interrupt result before using it
Maxim Levitsky
1
-3
/
+7
2023-07-29
KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
Maxim Levitsky
1
-1
/
+4
2023-07-29
KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
Maxim Levitsky
1
-7
/
+13
2023-07-29
kprobes: Prohibit probing on CFI preamble symbol
Masami Hiramatsu (Google)
1
-1
/
+13
2023-07-29
tracing: Fix warning in trace_buffered_event_disable()
Zheng Yejian
1
-10
/
+4
2023-07-29
ftrace: Remove unused extern declarations
YueHaibing
1
-4
/
+0
2023-07-29
tracing: Fix kernel-doc warnings in trace_seq.c
Gaosheng Cui
1
-0
/
+1
2023-07-29
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Gaosheng Cui
1
-0
/
+2
2023-07-29
tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c
Gaosheng Cui
1
-0
/
+1
[next]