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