summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui2019-05-101-1/+0Star
* 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/+4Star
* Drivers: hv: vmus: Fix the check for return value from kmsg get dump bufferSunil Muthuswamy2018-07-291-7/+4Star
* 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/+8Star
* Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()Dexuan Cui2018-07-031-3/+1Star
* Drivers: hv: vmbus: Add comments on ring buffer signalingMichael Kelley2018-07-031-11/+54
* use the new async probing feature for the hyperv driversArjan van de Ven2018-07-032-0/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+2
|\
| * scsi: vmbus: Add function to report available ring buffer to write in total r...Long Li2018-04-191-0/+2
* | Drivers: hv: vmbus: Removed an unnecessary cast from void *Dexuan Cui2018-05-151-1/+1
* | Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui2018-05-142-2/+45
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-094-3/+1Star
|\
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-284-3/+1Star
* | hv: add SPDX license id to KconfigStephen Hemminger2018-03-281-0/+2
* | hv: add SPDX license to traceStephen Hemminger2018-03-282-0/+4
* | Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui2018-03-281-1/+1
* | Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui2018-03-281-1/+0Star
* | Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-281-17/+35
|\ \
| * | Drivers: hv: vmbus: Fix ring buffer signalingMichael Kelley2018-03-061-17/+35
| |/
* | hv_balloon: trace post_statusVitaly Kuznetsov2018-03-063-0/+55
* | hv_balloon: fix bugs in num_pages_onlined accountingVitaly Kuznetsov2018-03-061-13/+69
* | hv_balloon: simplify hv_online_page()/hv_page_online_one()Vitaly Kuznetsov2018-03-061-22/+5Star
* | hv_balloon: fix printk loglevelVitaly Kuznetsov2018-03-061-6/+6
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-062-4/+59
* | hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang2018-03-061-4/+2Star
* | hv: Synthetic typo correctionJoe Perches2018-03-061-1/+1
* | hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai2018-03-061-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-012-15/+28
|\
| * vmbus: add monitor_id and subchannel_id to sysfs per channelStephen Hemminger2018-01-091-0/+17
| * vmbus: make channel attributes staticStephen Hemminger2018-01-091-9/+9
| * Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-092-6/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+23
|\ \