index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
include
/
asm
/
mshyperv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-10
x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUs
Vitaly Kuznetsov
1
-0
/
+1
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
1
-6
/
+4
2017-09-07
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+146
2017-08-10
x86/hyper-v: Use hypercall for remote TLB flush
Vitaly Kuznetsov
1
-0
/
+3
2017-08-10
hyper-v: Globalize vp_index
Vitaly Kuznetsov
1
-0
/
+24
2017-08-10
x86/hyper-v: Implement rep hypercalls
Vitaly Kuznetsov
1
-0
/
+39
2017-08-10
x86/hyper-v: Introduce fast hypercall implementation
Vitaly Kuznetsov
1
-0
/
+34
2017-08-10
x86/hyper-v: Make hv_do_hypercall() inline
Vitaly Kuznetsov
1
-0
/
+40
2017-08-10
x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is set
Vitaly Kuznetsov
1
-1
/
+6
2017-07-20
Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set"
Greg Kroah-Hartman
1
-6
/
+1
2017-07-17
x86/hyper-v: stash the max number of virtual/logical processor
Vitaly Kuznetsov
1
-0
/
+2
2017-07-17
x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set
Vitaly Kuznetsov
1
-1
/
+6
2017-07-04
Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2017-06-24
x86/mshyperv: Remove excess #includes from mshyperv.h
Thomas Gleixner
1
-2
/
+1
2017-05-25
Drivers: hv: vmbus: Get the current time from the current clocksource
K. Y. Srinivasan
1
-1
/
+0
2017-03-11
x86/hyperv: Move TSC reading method to asm/mshyperv.h
Vitaly Kuznetsov
1
-0
/
+46
2017-03-11
x86/hyperv: Implement hv_get_tsc_page()
Vitaly Kuznetsov
1
-0
/
+8
2017-02-10
hv: export current Hyper-V clocksource
Vitaly Kuznetsov
1
-0
/
+3
2017-02-10
Drivers: hv: Fix the bug in generating the guest ID
K. Y. Srinivasan
1
-2
/
+2
2017-01-31
Drivers: hv: restore hypervcall page cleanup before kexec
Vitaly Kuznetsov
1
-0
/
+1
2017-01-20
Drivers: hv: vmbus: Define an APIs to manage interrupt state
K. Y. Srinivasan
1
-0
/
+3
2017-01-20
Drivers: hv: vmbus: Define an API to retrieve virtual processor index
K. Y. Srinivasan
1
-0
/
+2
2017-01-20
Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller
K. Y. Srinivasan
1
-0
/
+3
2017-01-20
Drivers: hv: vmbus: Define APIs to manipulate the event page
K. Y. Srinivasan
1
-0
/
+3
2017-01-20
Drivers: hv: vmbus: Define APIs to manipulate the message page
K. Y. Srinivasan
1
-0
/
+3
2017-01-20
Drivers: hv: vmbus: Restructure the clockevents code
K. Y. Srinivasan
1
-0
/
+4
2017-01-20
Drivers: hv: vmbus: Move the code to signal end of message
K. Y. Srinivasan
1
-0
/
+37
2017-01-20
Drivers: hv: vmbus: Move the check for hypercall page setup
K. Y. Srinivasan
1
-0
/
+1
2017-01-20
Drivers: hv: vmbus: Move the crash notification function
K. Y. Srinivasan
1
-0
/
+1
2017-01-20
Drivers: hv: vmbus: Move the extracting of Hypervisor version information
K. Y. Srinivasan
1
-0
/
+19
2017-01-20
Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
K. Y. Srinivasan
1
-0
/
+12
2017-01-19
Drivers: hv: vmbus: Move Hypercall invocation code out of common code
K. Y. Srinivasan
1
-1
/
+0
2017-01-19
Drivers: hv vmbus: Move Hypercall page setup out of common code
K. Y. Srinivasan
1
-0
/
+5
2017-01-19
Drivers: hv: vmbus: Move the definition of generate_guest_id()
K. Y. Srinivasan
1
-0
/
+43
2017-01-19
Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contents
K. Y. Srinivasan
1
-0
/
+12
2015-08-05
mshyperv: fix recognition of Hyper-V guest crash MSR's
Denis V. Lunev
1
-0
/
+1
2015-08-05
Drivers: hv: vmbus: add special crash handler
Vitaly Kuznetsov
1
-0
/
+2
2015-08-05
Drivers: hv: vmbus: add special kexec handler
Vitaly Kuznetsov
1
-0
/
+2
2014-03-05
x86: hyperv: Fixup the (brain) damage caused by the irq cleanup
Thomas Gleixner
1
-2
/
+2
2014-03-04
x86: Hyperv: Cleanup the irq mess
Thomas Gleixner
1
-1
/
+3
2013-06-21
x86, trace: Add irq vector tracepoints
Seiji Aguchi
1
-0
/
+3
2013-02-13
X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts
K. Y. Srinivasan
1
-0
/
+4
2010-05-08
x86: Clean up the hypervisor layer
H. Peter Anvin
1
-4
/
+11
2010-05-07
x86: Detect running on a Microsoft HyperV system
Ky Srinivasan
1
-0
/
+7