Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | vmbus: use rcu for per-cpu channel list | Stephen Hemminger | 1 | -1/+5 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+2 |
2017-02-14 | vmbus: add direct isr callback mode | Stephen Hemminger | 1 | -2/+24 |
2017-02-14 | vmbus: change to per channel tasklet | Stephen Hemminger | 1 | -7/+51 |
2017-02-14 | vmbus: put related per-cpu variable together | Stephen Hemminger | 1 | -15/+24 |
2017-02-10 | vmbus: use kernel bitops for traversing interrupt mask | Stephen Hemminger | 1 | -3/+1 |
2017-01-31 | Drivers: hv: restore hypervcall page cleanup before kexec | Vitaly Kuznetsov | 1 | -7/+3 |
2017-01-20 | Drivers: hv: vmbus: Move the crash notification function | K. Y. Srinivasan | 1 | -25/+0 |
2017-01-10 | hv: make CPU offlining prevention fine-grained | Vitaly Kuznetsov | 1 | -5/+4 |
2017-01-10 | hv: switch to cpuhp state machine for synic init/cleanup | Vitaly Kuznetsov | 1 | -8/+11 |
2016-12-06 | vmbus: add support for dynamic device id's | Stephen Hemminger | 1 | -8/+166 |
2016-11-01 | vmbus: make sysfs names consistent with PCI | Stephen Hemminger | 1 | -1/+1 |
2016-09-27 | Drivers: hv: make VMBus bus ids persistent | Vitaly Kuznetsov | 1 | -2/+2 |
2016-09-07 | Driver: hv: vmbus: Make mmio resource local | Stephen Hemminger | 1 | -2/+2 |
2016-08-31 | Drivers: hv: avoid vfree() on crash | Vitaly Kuznetsov | 1 | -4/+4 |
2016-06-13 | random: add interrupt callback to VMBus IRQ handler | Stephan Mueller | 1 | -0/+3 |
2016-05-01 | Drivers: hv: vmbus: handle various crash scenarios | Vitaly Kuznetsov | 1 | -3/+4 |
2016-04-30 | drivers:hv: Separate out frame buffer logic when picking MMIO range | Jake Oshins | 1 | -45/+35 |
2016-04-30 | drivers:hv: Record MMIO range in use by frame buffer | Jake Oshins | 1 | -1/+36 |
2016-04-30 | drivers:hv: Track allocations of children of hv_vmbus in private resource tree | Jake Oshins | 1 | -1/+21 |
2016-04-30 | drivers:hv: Reverse order of resources in hyperv_mmio | Jake Oshins | 1 | -2/+1 |
2016-04-30 | drivers:hv: Make a function to free mmio regions through vmbus | Jake Oshins | 1 | -0/+15 |
2016-04-30 | drivers:hv: Lock access to hyperv_mmio resource tree | Jake Oshins | 1 | -4/+12 |
2016-03-01 | Drivers: hv: vmbus: Support handling messages on multiple CPUs | K. Y. Srinivasan | 1 | -6/+4 |
2016-03-01 | Drivers: hv: vmbus: remove code duplication in message handling | Vitaly Kuznetsov | 1 | -38/+2 |
2016-03-01 | Drivers: hv: vmbus: avoid wait_for_completion() on crash | Vitaly Kuznetsov | 1 | -2/+2 |
2016-03-01 | Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages | Vitaly Kuznetsov | 1 | -35/+33 |
2016-02-07 | Drivers: hv: vmbus: add a hvsock flag in struct hv_driver | Dexuan Cui | 1 | -0/+4 |
2016-02-07 | Drivers: hv: vmbus: Add vendor and device atttributes | K. Y. Srinivasan | 1 | -0/+21 |
2015-12-14 | drivers:hv: Allow for MMIO claims that span ACPI _CRS records | Jake Oshins | 1 | -0/+16 |
2015-12-14 | Drivers: hv: vmbus: fix rescind-offer handling for device without a driver | Dexuan Cui | 1 | -12/+3 |
2015-12-14 | Drivers: hv: vmbus: Get rid of the unused irq variable | K. Y. Srinivasan | 1 | -13/+3 |
2015-12-14 | Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs | K. Y. Srinivasan | 1 | -2/+2 |
2015-12-14 | Drivers: hv: vmbus: Use uuid_le type consistently | K. Y. Srinivasan | 1 | -5/+5 |
2015-12-14 | drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num | Jake Oshins | 1 | -0/+17 |
2015-12-14 | drivers/hv: cleanup synic msrs if vmbus connect failed | Andrey Smetanin | 1 | -1/+3 |
2015-08-05 | Drivers: hv: vmbus: use cpu_hotplug_enable/disable | Vitaly Kuznetsov | 1 | -34/+4 |
2015-08-05 | Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP | Dexuan Cui | 1 | -0/+38 |
2015-08-05 | drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus | Jake Oshins | 1 | -4/+84 |
2015-08-05 | drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. | Jake Oshins | 1 | -26/+90 |
2015-08-04 | mshyperv: fix recognition of Hyper-V guest crash MSR's | Denis V. Lunev | 1 | -2/+2 |
2015-08-04 | Drivers: hv: vmbus: prefer 'die' notification chain to 'panic' | Vitaly Kuznetsov | 1 | -4/+36 |
2015-08-04 | Drivers: hv: vmbus: add special crash handler | Vitaly Kuznetsov | 1 | -0/+14 |
2015-08-04 | Drivers: hv: vmbus: add special kexec handler | Vitaly Kuznetsov | 1 | -0/+14 |
2015-08-04 | Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup() | Vitaly Kuznetsov | 1 | -0/+1 |
2015-05-24 | Drivers: hv: vmbus: kill tasklets on module unload | Vitaly Kuznetsov | 1 | -1/+4 |
2015-05-24 | Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state | K. Y. Srinivasan | 1 | -1/+1 |
2015-05-24 | Drivers: hv: vmbus: unregister panic notifier on module unload | Vitaly Kuznetsov | 1 | -0/+4 |
2015-05-24 | Drivers: hv: vmbus: introduce vmbus_acpi_remove | Vitaly Kuznetsov | 1 | -0/+10 |
2015-04-03 | hv: run non-blocking message handlers in the dispatch tasklet | Dexuan Cui | 1 | -3/+18 |