index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
Yang Yingliang
1
-0
/
+1
2022-12-02
Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_wo...
Yang Yingliang
1
-1
/
+5
2022-09-28
Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem...
Vitaly Kuznetsov
1
-1
/
+9
2022-06-22
Drivers: hv: vmbus: Release cpu lock in error case
Saurabh Sengar
1
-0
/
+1
2022-05-30
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-1
/
+1
2022-04-20
Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
Michael Kelley
1
-1
/
+10
2022-04-13
Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
Andrea Parri (Microsoft)
1
-3
/
+3
2022-04-13
Drivers: hv: vmbus: Fix potential crash on module unload
Guilherme G. Piccoli
1
-2
/
+7
2022-04-13
Revert "hv: utils: add PTP_1588_CLOCK to Kconfig to fix build"
Sasha Levin
1
-1
/
+0
2022-04-08
hv_balloon: rate-limit "Unhandled message" warning
Anssi Hannula
1
-1
/
+1
2022-04-08
hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
Randy Dunlap
1
-0
/
+1
2022-02-23
Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
Miaoqian Lin
1
-1
/
+4
2021-11-18
hyperv/vmbus: include linux/bitops.h
Arnd Bergmann
1
-0
/
+1
2021-07-14
drivers: hv: Fix missing error code in vmbus_connect()
Jiapeng Chong
1
-1
/
+3
2021-07-14
hv_utils: Fix passing zero to 'PTR_ERR' warning
YueHaibing
1
-2
/
+2
2021-05-14
Drivers: hv: vmbus: Increase wait time for VMbus unload
Michael Kelley
1
-5
/
+25
2021-05-14
Drivers: hv: vmbus: Use after free in __vmbus_open()
Dan Carpenter
1
-1
/
+1
2021-03-04
Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()
Andrea Parri (Microsoft)
1
-2
/
+1
2021-01-27
x86/hyperv: Fix kexec panic/hang issues
Dexuan Cui
1
-2
/
+0
2020-11-16
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+6
2020-11-11
Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected
Chris Co
1
-2
/
+6
2020-11-05
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-10-19
hv_balloon: disable warning when floor reached
Olaf Hering
1
-1
/
+1
2020-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-10-16
hv_balloon: try to merge system ram resources
David Hildenbrand
1
-1
/
+1
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-1
/
+1
2020-10-15
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+28
2020-10-14
Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT
Michael Kelley
2
-4
/
+28
2020-10-14
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-185
/
+293
2020-09-28
Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizes
Boqun Feng
1
-4
/
+7
2020-09-28
Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
Boqun Feng
1
-13
/
+0
2020-09-28
Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
Boqun Feng
1
-2
/
+2
2020-09-28
Drivers: hv: vmbus: Introduce types of GPADL
Boqun Feng
1
-20
/
+140
2020-09-28
Drivers: hv: vmbus: Move __vmbus_open()
Boqun Feng
1
-154
/
+155
2020-09-28
Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
Boqun Feng
1
-8
/
+5
2020-09-15
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-4
/
+12
2020-09-14
Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
Michael Kelley
1
-2
/
+5
2020-09-09
Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume()
Dexuan Cui
1
-2
/
+7
2020-08-26
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+51
2020-08-24
hv_utils: drain the timesync packets on onchannelcallback
Vineeth Pillai
1
-3
/
+16
2020-08-24
hv_utils: return error if host timesysnc update is stale
Vineeth Pillai
1
-11
/
+35
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-19
drivers: hv: remove cast from hyperv_die_event
Olaf Hering
1
-1
/
+1
2020-08-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2020-08-07
Drivers: hv: vmbus: Only notify Hyper-V for die events that are oops
Michael Kelley
1
-0
/
+4
2020-08-06
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-46
/
+14
2020-06-29
Drivers: hv: Change flag to write log level in panic msg to false
Joseph Salisbury
1
-1
/
+1
2020-06-20
Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct
Andrea Parri (Microsoft)
2
-6
/
+1
2020-06-19
Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...
Andrea Parri (Microsoft)
1
-19
/
+6
2020-06-19
Drivers: hv: vmbus: Use channel_mutex in channel_vp_mapping_show()
Andrea Parri (Microsoft)
1
-4
/
+3
[next]