summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUsMichael Kelley2023-06-281-2/+16
* Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()Yang Yingliang2022-12-081-0/+1
* Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_wo...Yang Yingliang2022-12-081-1/+5
* Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem...Vitaly Kuznetsov2022-09-281-1/+9
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-252-2/+2
* Drivers: hv: vmbus: Prevent load re-ordering when reading ring bufferMichael Kelley2022-04-201-1/+10
* Drivers: hv: vmbus: Fix potential crash on module unloadGuilherme G. Piccoli2022-04-151-2/+7
* hv_balloon: rate-limit "Unhandled message" warningAnssi Hannula2022-04-151-1/+1
* Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobjMiaoqian Lin2022-02-231-1/+4
* Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown2022-02-233-2/+78
* hyperv/vmbus: include linux/bitops.hArnd Bergmann2021-11-261-0/+1
* hv_utils: Fix passing zero to 'PTR_ERR' warningYueHaibing2021-07-201-2/+2
* Drivers: hv: vmbus: Increase wait time for VMbus unloadMichael Kelley2021-05-221-5/+25
* Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()Andrea Parri (Microsoft)2021-03-041-2/+1
* hv_balloon: disable warning when floor reachedOlaf Hering2020-11-181-1/+1
* Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley2020-09-231-2/+5
* Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2020-08-112-14/+11
* x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-231-2/+3
* x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan2020-04-231-9/+14
* x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan2020-04-231-2/+14
* x86/Hyper-V: Free hv_panic_page when fail to register kmsg dumpTianyu Lan2020-04-231-2/+5
* x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan2020-04-232-6/+16
* hv_balloon: Balloon up according to request page numberTianyu Lan2020-02-111-10/+3
* vmbus: keep pointer to ring buffer pageStephen Hemminger2019-11-201-11/+9
* Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley2019-11-201-3/+12
* Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-upDexuan Cui2019-09-161-4/+22
* Drivers: hv: kvp: Fix the indentation of some "break" statementsDexuan Cui2019-09-161-4/+4
* Drivers: hv: kvp: Fix two "this statement may fall through" warningsDexuan Cui2019-09-161-2/+4
* Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui2019-08-291-1/+1
* Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui2019-05-101-1/+0
* Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui2019-01-312-46/+76
* hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov2019-01-311-4/+6
* x86, hyperv: remove PCI dependencySinan Kaya2019-01-131-1/+1
* Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui2018-12-291-0/+20
* Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-133-66/+154
* Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui2018-12-051-0/+8
* Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui2018-11-131-5/+9
* Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui2018-09-301-3/+5
* vmbus: don't return values for uninitalized channelsStephen Hemminger2018-09-121-0/+3
* Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley2018-08-021-6/+8
* Drivers: hv: vmbus: Remove use of slow_virt_to_phys()Michael Kelley2018-08-021-7/+20
* Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2018-08-022-16/+30
* Drivers: hv: vmbus: add numa_node to sysfsStephen Hemminger2018-07-291-0/+17
* Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy2018-07-291-1/+1
* Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdrSunil Muthuswamy2018-07-291-10/+4
* Drivers: hv: vmus: Fix the check for return value from kmsg get dump bufferSunil Muthuswamy2018-07-291-7/+4
* Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy2018-07-081-0/+110
* Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-5/+5
* Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley2018-07-031-12/+8
* Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()Dexuan Cui2018-07-031-3/+1