Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | vmbus: don't return values for uninitalized channels | Stephen Hemminger | 1 | -0/+3 |
2018-08-02 | Drivers: hv: vmbus: Cleanup synic memory free path | Michael Kelley | 1 | -6/+8 |
2018-08-02 | Drivers: hv: vmbus: Remove use of slow_virt_to_phys() | Michael Kelley | 1 | -7/+20 |
2018-08-02 | Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() | Dexuan Cui | 2 | -16/+30 |
2018-07-29 | Drivers: hv: vmbus: add numa_node to sysfs | Stephen Hemminger | 1 | -0/+17 |
2018-07-29 | Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.c | Sunil Muthuswamy | 1 | -1/+1 |
2018-07-29 | Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdr | Sunil Muthuswamy | 1 | -10/+4 |
2018-07-29 | Drivers: hv: vmus: Fix the check for return value from kmsg get dump buffer | Sunil Muthuswamy | 1 | -7/+4 |
2018-07-08 | Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic | Sunil Muthuswamy | 1 | -0/+110 |
2018-07-03 | Drivers: hv: vmbus: Make TLFS #define names architecture neutral | Michael Kelley | 1 | -5/+5 |
2018-07-03 | Drivers: hv: vmbus: Remove x86 MSR refs in arch independent code | Michael Kelley | 1 | -12/+8 |
2018-07-03 | Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() | Dexuan Cui | 1 | -3/+1 |
2018-07-03 | Drivers: hv: vmbus: Add comments on ring buffer signaling | Michael Kelley | 1 | -11/+54 |
2018-07-03 | use the new async probing feature for the hyperv drivers | Arjan van de Ven | 2 | -0/+6 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -2/+2 |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+2 |
2018-05-15 | Drivers: hv: vmbus: Removed an unnecessary cast from void * | Dexuan Cui | 1 | -1/+1 |
2018-05-14 | Drivers: hv: vmbus: enable VMBus protocol version 5.0 | Dexuan Cui | 2 | -2/+45 |
2018-04-19 | scsi: vmbus: Add function to report available ring buffer to write in total r... | Long Li | 1 | -0/+2 |
2018-04-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -3/+1 |
2018-03-28 | x86/hyper-v: move hyperv.h out of uapi | Vitaly Kuznetsov | 4 | -3/+1 |
2018-03-28 | hv: add SPDX license id to Kconfig | Stephen Hemminger | 1 | -0/+2 |
2018-03-28 | hv: add SPDX license to trace | Stephen Hemminger | 2 | -0/+4 |
2018-03-28 | Drivers: hv: vmbus: do not mark HV_PCIE as perf_device | Dexuan Cui | 1 | -1/+1 |
2018-03-28 | Drivers: hv: vmbus: respect what we get from hv_get_synint_state() | Dexuan Cui | 1 | -1/+0 |
2018-03-28 | Merge 4.16-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -17/+35 |
2018-03-06 | hv_balloon: trace post_status | Vitaly Kuznetsov | 3 | -0/+55 |
2018-03-06 | hv_balloon: fix bugs in num_pages_onlined accounting | Vitaly Kuznetsov | 1 | -13/+69 |
2018-03-06 | hv_balloon: simplify hv_online_page()/hv_page_online_one() | Vitaly Kuznetsov | 1 | -22/+5 |
2018-03-06 | hv_balloon: fix printk loglevel | Vitaly Kuznetsov | 1 | -6/+6 |
2018-03-06 | Drivers: hv: vmbus: Implement Direct Mode for stimer0 | Michael Kelley | 2 | -4/+59 |
2018-03-06 | hv_vmbus: Correct the stale comments regarding cpu affinity | Haiyang Zhang | 1 | -4/+2 |
2018-03-06 | hv: Synthetic typo correction | Joe Perches | 1 | -1/+1 |
2018-03-06 | hyper-v: use GFP_KERNEL for hv_context.hv_numa_map | Jia-Ju Bai | 1 | -1/+1 |
2018-03-06 | Drivers: hv: vmbus: Fix ring buffer signaling | Michael Kelley | 1 | -17/+35 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -15/+28 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+23 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2018-01-09 | vmbus: add monitor_id and subchannel_id to sysfs per channel | Stephen Hemminger | 1 | -0/+17 |
2018-01-09 | vmbus: make channel attributes static | Stephen Hemminger | 1 | -9/+9 |
2018-01-09 | Drivers: hv: vmbus: Remove x86-isms from arch independent drivers | Michael Kelley | 2 | -6/+2 |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-12-18 | vmbus: unregister device_obj->channels_kset | Dexuan Cui | 1 | -0/+2 |
2017-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+12 |
2017-12-03 | vmbus: make hv_get_ringbuffer_availbytes local | Stephen Hemminger | 1 | -0/+23 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
2017-11-28 | Drivers: hv: vmbus: Fix a rescind issue | K. Y. Srinivasan | 2 | -5/+12 |
2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -20/+594 |
2017-11-10 | x86/virt: Add enum for hypervisors to replace x86_hyper | Juergen Gross | 1 | -1/+1 |