index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-03
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-84
/
+55
2025-05-23
arch/x86: Provide the CPU number in the wakeup AP callback
Roman Kisel
2
-23
/
+4
2025-05-23
x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()
Roman Kisel
3
-40
/
+59
2025-05-23
arm64, x86: hyperv: Report the VTL the system boots in
Roman Kisel
1
-1
/
+6
2025-05-23
Drivers: hv: Provide arch-neutral implementation of get_vtl()
Roman Kisel
1
-34
/
+0
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
1
-3
/
+3
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
2
-3
/
+3
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
5
-0
/
+5
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2
-21
/
+21
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
3
-17
/
+17
2025-03-26
Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
8
-232
/
+54
2025-03-21
x86/hyperv: Add comments about hv_vpset and var size hypercall input args
Michael Kelley
2
-0
/
+9
2025-03-21
hyperv: Log hypercall status codes as strings
Nuno Das Neves
1
-3
/
+3
2025-03-21
x86/hyperv: Fix check of return value from snp_set_vmsa()
Tianyu Lan
1
-1
/
+1
2025-03-21
x86/hyperv: Add VTL mode callback for restarting the system
Roman Kisel
1
-0
/
+11
2025-03-21
x86/hyperv: Add VTL mode emergency restart callback
Roman Kisel
1
-0
/
+23
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
2
-2
/
+2
2025-03-10
x86/hyperv: Fix output argument to hypercall that changes page visibility
Michael Kelley
1
-2
/
+1
2025-02-22
hyperv: Change hv_root_partition into a function
Nuno Das Neves
1
-5
/
+5
2025-02-21
x86/mm: Remove pv_ops.mmu.tlb_remove_table call
Rik van Riel
1
-1
/
+0
2025-02-14
hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv
Nuno Das Neves
2
-199
/
+1
2025-02-14
hyperv: Move hv_current_partition_id to arch-generic code
Nuno Das Neves
1
-24
/
+1
2025-02-12
x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
Naman Jain
1
-0
/
+1
2025-01-25
Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-19
/
+14
2025-01-22
Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-01-15
x86/apic: Convert to IRQCHIP_MOVE_DEFERRED
Thomas Gleixner
1
-1
/
+1
2025-01-10
hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id()
Roman Kisel
1
-1
/
+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
3
-12
/
+12
2025-01-08
hyperv: Clean up unnecessary #includes
Nuno Das Neves
5
-5
/
+0
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
1
-1
/
+1
2024-09-19
Merge tag 'hyperv-next-signed-20240916' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+3
2024-09-09
Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-4
/
+1
2024-09-05
x86/hyperv: fix kexec crash due to VP assist page corruption
Anirudh Rayabharam (Microsoft)
1
-4
/
+1
2024-08-24
x86/hyperv: use helpers to read control registers in hv_snp_boot_ap()
Yosry Ahmed
1
-3
/
+3
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
1
-12
/
+10
2024-05-14
Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-04-12
Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-26
/
+12
2024-04-03
x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
Saurabh Sengar
1
-1
/
+0
2024-04-03
x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
Saurabh Sengar
1
-1
/
+1
2024-03-23
mshyperv: Introduce hv_numa_node_to_pxm_info()
Nuno Das Neves
1
-18
/
+4
2024-03-23
x86/hyperv: Cosmetic changes for hv_apic.c
Erni Sri Satya Vennela
1
-8
/
+8
2024-03-21
Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-9
/
+21
2024-03-19
x86/hyperv: Cosmetic changes for hv_spinlock.c
Purna Pavan Chandra Aekkaladevi
1
-1
/
+2
2024-03-12
Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2024-03-09
x86/hyperv: Use per cpu initial stack for vtl context
Saurabh Sengar
1
-4
/
+15
2024-03-04
hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
Nuno Das Neves
1
-4
/
+4
2024-03-01
x86/hyperv: Allow 15-bit APIC IDs for VTL platforms
Saurabh Sengar
1
-0
/
+7
[next]