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
/
drivers
/
staging
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-07
Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-42
/
+92
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
8
-9
/
+9
2011-04-07
fix build fail for hv_mouse indefine udelay
Youquan Song
1
-0
/
+1
2011-04-07
staging: hv: Fix GARP not sent after Quick Migration
Haiyang Zhang
1
-0
/
+24
2011-04-05
staging: fix hv_mouse build, needs delay.h
Randy Dunlap
1
-0
/
+1
2011-04-05
staging: hv: update dist release parsing in hv_kvp_daemon
Olaf Hering
1
-33
/
+57
2011-04-05
staging: hv: use sync_bitops when interacting with the hypervisor
Olaf Hering
4
-7
/
+8
2011-04-05
staging: hv: fix reversed memset arguments in hv_mouse
Dave Jones
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
8
-9
/
+9
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-4
/
+7
2011-03-14
staging: hv: fix memory leaks
Alexander Beregalov
1
-0
/
+2
2011-03-14
staging: hv: Remove NULL check before kfree
Ilia Mirkin
3
-13
/
+6
2011-03-14
Staging: hv: Get rid of vmbus_child_dev_add()
K. Y. Srinivasan
3
-10
/
+2
2011-03-14
Staging: hv: Change the signature for vmbus_child_device_register()
K. Y. Srinivasan
2
-6
/
+4
2011-03-14
Staging: hv: Get rid of vmbus_cleanup() function
K. Y. Srinivasan
1
-10
/
+1
2011-03-14
Staging: hv: Get rid of vmbus_dev_rm() function
K. Y. Srinivasan
1
-14
/
+3
2011-03-14
Staging: hv: Change the signature for vmbus_on_isr()
K. Y. Srinivasan
1
-3
/
+2
2011-03-14
Staging: hv: Eliminate vmbus_event_dpc()
K. Y. Srinivasan
3
-12
/
+3
2011-03-14
Staging: hv: Get rid of the function vmbus_msg_dpc()
K. Y. Srinivasan
1
-13
/
+2
2011-03-14
Staging: hv: Change the signature for vmbus_cleanup()
K. Y. Srinivasan
1
-3
/
+2
2011-03-14
Staging: hv: Simplify root device management
K. Y. Srinivasan
1
-30
/
+11
2011-03-10
staging/hv: add missing include causing build error
Mariusz Kozlowski
1
-0
/
+1
2011-03-09
staging: Convert to bdops->check_events()
Tejun Heo
1
-4
/
+7
2011-03-08
Staging: hv: Remove the vm_device structure
K. Y. Srinivasan
7
-101
/
+73
2011-03-08
Staging: hv: Eliminate device_id from vm_device
K. Y. Srinivasan
2
-20
/
+16
2011-03-08
Staging: hv: Get rid of class_id from vm_device
K. Y. Srinivasan
2
-32
/
+29
2011-03-08
Staging: hv: Remove probe_error from vm_device
K. Y. Srinivasan
3
-3
/
+4
2011-03-08
Staging: hv: Move probe_failed_work_item from vm_device
K. Y. Srinivasan
3
-3
/
+6
2011-03-08
Staging: hv: Eliminate storvsc_driver_context structure
K. Y. Srinivasan
1
-20
/
+8
2011-03-08
Staging: hv: Eliminate netvsc_driver_context
K. Y. Srinivasan
1
-17
/
+8
2011-03-08
Staging: hv: Eliminate mousevsc_driver_context
K. Y. Srinivasan
1
-14
/
+7
2011-03-08
Staging: hv: Eliminate blkvsc_driver_context structure
K. Y. Srinivasan
1
-18
/
+8
2011-03-08
Staging: hv: Eliminate driver_context structure
K. Y. Srinivasan
7
-118
/
+103
2011-03-08
Staging: hv: Change the signature for vmbus_child_driver_unregister
K. Y. Srinivasan
6
-11
/
+10
2011-03-08
Staging: hv: Change the signature for vmbus_child_driver_register
K. Y. Srinivasan
6
-11
/
+10
2011-03-08
Staging: hv: Remove unnecessary function pointers in driver_context
K. Y. Srinivasan
1
-8
/
+0
2011-03-08
Staging: hv: Use generic device_driver shutdown function
K. Y. Srinivasan
2
-3
/
+3
2011-03-08
Staging: hv: Use generic device_driver remove function
K. Y. Srinivasan
5
-6
/
+6
2011-03-08
Staging: hv: Use generic device_driver probe function
K. Y. Srinivasan
5
-6
/
+7
2011-03-03
Staging: hv: hv_mouse: remove unneeded function forward declaration
Greg Kroah-Hartman
1
-3
/
+0
2011-03-03
Staging: hv: hv_mouse: fix up guid variable name
Greg Kroah-Hartman
1
-2
/
+2
2011-03-03
Staging: hv: hv_mouse: get rid of hungarian notation for name of the module
Greg Kroah-Hartman
1
-5
/
+2
2011-03-03
Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msg
Greg Kroah-Hartman
1
-10
/
+10
2011-03-03
Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msg
Greg Kroah-Hartman
1
-4
/
+4
2011-03-03
Staging: hv: hv_mouse: fix up pipe size field name
Greg Kroah-Hartman
1
-7
/
+9
2011-03-03
Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in st...
Greg Kroah-Hartman
1
-6
/
+6
2011-03-03
Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msg
Greg Kroah-Hartman
1
-8
/
+8
2011-03-03
Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_report
Greg Kroah-Hartman
1
-2
/
+2
2011-03-03
Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack
Greg Kroah-Hartman
1
-2
/
+2
2011-03-03
Staging: hv: hv_mouse: use a real struct hid_descriptor
Greg Kroah-Hartman
1
-2
/
+2
[next]