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
Age
Commit message (
Expand
)
Author
2025-07-15
x86/hyperv: Expose hv_map_msi_interrupt()
Stanislav Kinsburskii
2025-07-09
x86/hyperv: Clean up hv_map/unmap_interrupt() return values
Nuno Das Neves
2025-07-09
x86/hyperv: Fix usage of cpu_online_mask to get valid cpu
Nuno Das Neves
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
arch/x86: Provide the CPU number in the wakeup AP callback
Roman Kisel
2025-05-23
x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
Roman Kisel
2025-05-23
arm64, x86: hyperv: Report the VTL the system boots in
Roman Kisel
2025-05-23
Drivers: hv: Provide arch-neutral implementation of get_vtl()
Roman Kisel
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-03-25
Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-03-21
x86/hyperv: Add comments about hv_vpset and var size hypercall input args
Michael Kelley
2025-03-20
hyperv: Log hypercall status codes as strings
Nuno Das Neves
2025-03-20
x86/hyperv: Fix check of return value from snp_set_vmsa()
Tianyu Lan
2025-03-20
x86/hyperv: Add VTL mode callback for restarting the system
Roman Kisel
2025-03-20
x86/hyperv: Add VTL mode emergency restart callback
Roman Kisel
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
2025-03-10
x86/hyperv: Fix output argument to hypercall that changes page visibility
Michael Kelley
2025-02-22
hyperv: Change hv_root_partition into a function
Nuno Das Neves
2025-02-21
x86/mm: Remove pv_ops.mmu.tlb_remove_table call
Rik van Riel
2025-02-13
hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv
Nuno Das Neves
2025-02-13
hyperv: Move hv_current_partition_id to arch-generic code
Nuno Das Neves
2025-02-12
x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
Naman Jain
2025-01-25
Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-01-21
Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-01-15
x86/apic: Convert to IRQCHIP_MOVE_DEFERRED
Thomas Gleixner
2025-01-10
hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id()
Roman Kisel
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-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
2024-09-19
Merge tag 'hyperv-next-signed-20240916' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-09-09
Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-09-05
x86/hyperv: fix kexec crash due to VP assist page corruption
Anirudh Rayabharam (Microsoft)
2024-08-23
x86/hyperv: use helpers to read control registers in hv_snp_boot_ap()
Yosry Ahmed
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
2024-05-13
Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-04-11
Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-04-03
x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
Saurabh Sengar
2024-04-03
x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
Saurabh Sengar
2024-03-22
mshyperv: Introduce hv_numa_node_to_pxm_info()
Nuno Das Neves
2024-03-22
x86/hyperv: Cosmetic changes for hv_apic.c
Erni Sri Satya Vennela
2024-03-21
Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-03-18
x86/hyperv: Cosmetic changes for hv_spinlock.c
Purna Pavan Chandra Aekkaladevi
[next]