index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
hyperv
/
hv_init.c
Age
Commit message (
Expand
)
Author
2025-07-09
x86/hyperv: Fix warnings for missing export.h header inclusion
Naman Jain
2025-06-03
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-05-23
x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
Roman Kisel
2025-05-23
Drivers: hv: Provide arch-neutral implementation of get_vtl()
Roman Kisel
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-02-22
hyperv: Change hv_root_partition into a function
Nuno Das Neves
2025-02-13
hyperv: Move hv_current_partition_id to arch-generic code
Nuno Das Neves
2025-01-10
hyperv: Do not overlap the hvcall IO areas in get_vtl()
Roman Kisel
2025-01-10
x86/hyperv: Don't assume cpu_possible_mask is dense
Michael Kelley
2025-01-10
hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
Nuno Das Neves
2025-01-08
hyperv: Clean up unnecessary #includes
Nuno Das Neves
2024-09-05
x86/hyperv: fix kexec crash due to VP assist page corruption
Anirudh Rayabharam (Microsoft)
2024-03-04
hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
Nuno Das Neves
2023-11-12
x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
Saurabh Sengar
2023-09-22
x86/hyperv: Add common print prefix "Hyper-V" in hv_init
Saurabh Sengar
2023-09-22
x86/hyperv: Remove hv_vtl_early_init initcall
Saurabh Sengar
2023-09-22
x86/hyperv: Restrict get_vtl to only VTL platforms
Saurabh Sengar
2023-09-04
Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-08-30
Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-08-25
x86/hyperv: Remove hv_isolation_type_en_snp
Dexuan Cui
2023-08-25
x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisor
Dexuan Cui
2023-08-25
Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor
Dexuan Cui
2023-08-25
x86/hyperv: Introduce a global variable hyperv_paravisor_present
Dexuan Cui
2023-08-25
Drivers: hv: vmbus: Support fully enlightened TDX guests
Dexuan Cui
2023-08-25
x86/hyperv: Support hypercalls for fully enlightened TDX guests
Dexuan Cui
2023-08-22
x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
Tianyu Lan
2023-08-22
x86/hyperv: Set Virtual Trust Level in VMBus init message
Tianyu Lan
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
2023-07-23
x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction
Michael Kelley
2023-06-17
x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
Michael Kelley
2023-04-17
Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
Michael Kelley
2023-03-27
x86/hyperv: Change vTOM handling to use standard coco mechanisms
Michael Kelley
2022-11-29
x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
Gaurav Kohli
2022-11-28
clocksource: hyper-v: Add TSC page support for root partition
Stanislav Kinsburskiy
2022-11-11
x86/hyperv: Restore VP assist page after cpu offlining/onlining
Vitaly Kuznetsov
2022-11-03
x86/hyperv: fix invalid writes to MSRs during root partition kexec
Anirudh Rayabharam
2022-10-27
x86/hyperv: Remove BUG_ON() for kmap_local_page()
Zhao Liu
2022-10-03
x86/hyperv: Replace kmap() with kmap_local_page()
Zhao Liu
2022-09-28
hyperv: simplify and rename generate_guest_id
Li kunyu
2022-06-15
x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
Tianyu Lan
2021-12-28
x86/hyperv: Fix definition of hv_ghcb_pg variable
Michael Kelley
2021-12-20
hyper-v: Enable swiotlb bounce buffer for Isolation VM
Tianyu Lan
2021-11-15
x86/hyperv: Move required MSRs check to initial platform probing
Sean Christopherson
2021-11-15
x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
Sean Christopherson
2021-10-28
x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
Vitaly Kuznetsov
2021-10-28
x86/hyperv: Remove duplicated include in hv_init
Wan Jiabing
2021-10-28
x86/hyperv: Add Write/Read MSR registers via ghcb page
Tianyu Lan
2021-10-28
x86/hyperv: Add new hvcall guest address host visibility support
Tianyu Lan
[next]