aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mshyperv.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+13
2026-04-22x86/hyperv: Skip LP/VP creation on kexecJork Loeser1-0/+7
2026-04-22x86/hyperv: move stimer cleanup to hv_machine_shutdown()Jork Loeser1-2/+6
2026-04-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley1-0/+2
2026-02-24x86/hyperv: print out reserved vectors in hexadecimalWei Liu1-2/+3
2026-02-18x86/hyperv: Reserve 3 interrupt vectors used exclusively by MSHVMukesh Rathor1-0/+25
2025-12-05mshv: Cleanly shutdown root partition with MSHVPraveen K Paladugu1-0/+2
2025-11-15x86/hyperv: Rename guest crash shutdown functionMukesh Rathor1-2/+3
2025-11-15x86: mshyperv: Remove duplicate asm/msr.h headerJiapeng Chong1-1/+0
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel1-4/+25
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel1-0/+20
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-13/+15
2025-11-15x86/hyperv: Don't use auto-eoi when Secure AVIC is availableTianyu Lan1-0/+3
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+13
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+10
2025-08-18x86/hyperv: Clean up hv_do_hypercall()Peter Zijlstra1-6/+13
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-03-20x86: hyperv: Add mshv_handler() irq handler and setup functionNuno Das Neves1-0/+9
2025-03-20Drivers: hv: Export some functions for use by root partition moduleNuno Das Neves1-0/+1
2025-03-20x86/mshyperv: Add support for extended Hyper-V featuresStanislav Kinsburskii1-2/+4
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves1-22/+2
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-1/+1
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2024-09-17Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+0
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)1-2/+2
2024-08-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse1-11/+0
2024-06-24clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui1-1/+15
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-48/+45
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley1-0/+1
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+8
2024-03-12mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves1-19/+15
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves1-28/+28
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+8
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li1-8/+7
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak1-1/+4
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+84
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui1-6/+4
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui1-4/+4
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui1-2/+7
2023-08-25x86/hyperv: Fix serial console interrupts for fully enlightened TDX guestsDexuan Cui1-0/+22
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui1-0/+14
2023-08-25x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui1-0/+2
2023-08-23x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...Dexuan Cui1-4/+5
2023-08-22x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ESTianyu Lan1-0/+21
2023-08-22x86/hyperv: Add smp support for SEV-SNP guestTianyu Lan1-1/+10
2023-08-22x86/hyperv: Add sev-snp enlightened guest static keyTianyu Lan1-2/+7