aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-04-20Drivers: hv: vmbus: Prevent load re-ordering when reading ring bufferMichael Kelley1-1/+10
2022-04-15Drivers: hv: vmbus: Fix potential crash on module unloadGuilherme G. Piccoli1-2/+7
2022-04-15hv_balloon: rate-limit "Unhandled message" warningAnssi Hannula1-1/+1
2022-02-23Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobjMiaoqian Lin1-1/+4
2021-11-17hyperv/vmbus: include linux/bitops.hArnd Bergmann1-0/+1
2021-07-14hv_utils: Fix passing zero to 'PTR_ERR' warningYueHaibing1-2/+2
2021-05-14Drivers: hv: vmbus: Increase wait time for VMbus unloadMichael Kelley1-5/+25
2021-03-04Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()Andrea Parri (Microsoft)1-2/+1
2020-11-24Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedChris Co1-2/+6
2020-11-18hv_balloon: disable warning when floor reachedOlaf Hering1-1/+1
2020-09-23Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley1-2/+5
2020-09-23Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume()Dexuan Cui1-2/+7
2020-08-11Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2-14/+11
2020-06-22Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)4-27/+31
2020-05-06Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VMDexuan Cui1-9/+34
2020-04-23x86/Hyper-V: Free hv_panic_page when fail to register kmsg dumpTianyu Lan1-2/+5
2020-04-23x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan1-2/+3
2020-04-23x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan1-9/+14
2020-04-23x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan1-2/+14
2020-04-23x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan2-8/+16
2020-02-11hv_balloon: Balloon up according to request page numberTianyu Lan1-10/+3
2020-01-04Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synicMichael Kelley1-1/+1
2019-10-01Drivers: hv: vmbus: Fix harmless building warnings without CONFIG_PM_SLEEPDexuan Cui1-0/+6
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds6-121/+552
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2019-09-16Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui4-20/+98
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui4-1/+84
2019-09-06Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspendDexuan Cui1-0/+55
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui3-2/+62
2019-09-06Drivers: hv: vmbus: Ignore the offers when resuming from hibernationDexuan Cui1-1/+57
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui1-0/+46
2019-09-06Drivers: hv: vmbus: Suspend/resume the synic for hibernationDexuan Cui1-0/+46
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui2-29/+39
2019-08-23clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov1-3/+0
2019-08-20Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui1-1/+1
2019-08-20Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui1-2/+0
2019-08-17tools: hv: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-07-30hv_balloon: Reorganize the probe functionDexuan Cui1-58/+66
2019-07-30hv_balloon: Use a static page for the balloon_up send bufferDexuan Cui1-15/+4
2019-07-22drivers: hv: vmbus: Replace page definition with Hyper-V specific oneMaya Nakamura1-4/+4
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley1-0/+1
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley4-175/+29
2019-06-23drivers: hv: Add a module description line to the hv_vmbus driverJoseph Salisbury1-0/+1
2019-06-11x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner8-109/+8