summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* vmbus: re-enable channel taskletStephen Hemminger2017-07-171-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-1/+0
|\
| * scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger2017-06-121-1/+0
* | Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley2017-05-251-1/+6
* | vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko2017-05-251-41/+10
* | drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan2017-05-251-1/+1
* | hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsVitaly Kuznetsov2017-05-251-74/+54
* | hv_utils: drop .getcrosststamp() support from PTP driverVitaly Kuznetsov2017-05-251-36/+0
* | Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+1
* | HV: properly delay KVP packets when negotiation is in progressLong Li2017-05-181-6/+8
* | Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan2017-05-185-21/+99
* | Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan2017-05-181-0/+4
* | Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()K. Y. Srinivasan2017-05-181-1/+1
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-0411-111/+90
|\
| * Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-279-52/+33
| |\
| * | Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan2017-03-171-1/+4
| * | vmbus: expose debug info for driversStephen Hemminger2017-03-172-11/+1
| * | vmbus: cleanup header file styleStephen Hemminger2017-03-171-8/+8
| * | vmbus: make channel_message table constantStephen Hemminger2017-03-173-26/+26
| * | hyperv: remove unnecessary return variableStephen Hemminger2017-03-171-4/+2
| * | vmbus: fix spelling errorsStephen Hemminger2017-03-172-10/+10
| * | vmbus: remove unnecessary initializationStephen Hemminger2017-03-171-8/+5
| * | vmbus: remove useless return'sStephen Hemminger2017-03-176-12/+0
| * | vmbus: only reschedule tasklet if time limit exceededStephen Hemminger2017-03-171-31/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-1/+93
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-069-52/+33
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | vmbus: introduce in-place packet iteratorstephen hemminger2017-03-061-1/+93
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov2017-03-111-0/+3
| | |/ | |/|
* | | Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan2017-03-161-5/+8
* | | Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan2017-03-161-0/+1
* | | Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui2017-03-161-0/+2
* | | Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov2017-03-165-16/+9
* | | vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2017-03-162-27/+4
* | | vmbus: use rcu for per-cpu channel listStephen Hemminger2017-03-162-4/+9
|/ /
* / scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* vmbus: replace modulus operation with subtractionStephen Hemminger2017-02-141-3/+6
* vmbus: constify parameters where possibleStephen Hemminger2017-02-142-15/+13
* vmbus: expose hv_begin/end_readStephen Hemminger2017-02-142-24/+0
* vmbus: remove conditional locking of vmbus_writeStephen Hemminger2017-02-144-19/+9
* vmbus: add direct isr callback modeStephen Hemminger2017-02-144-26/+37
* vmbus: change to per channel taskletStephen Hemminger2017-02-146-95/+62
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-145-134/+143
* vmbus: remove unused kickq argument to sendpacketStephen Hemminger2017-02-101-10/+9
* vmbus: drop no longer used kick_q argumentStephen Hemminger2017-02-103-17/+9
* vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger2017-02-104-54/+29
* Drivers: hv: util: Fix a typoK. Y. Srinivasan2017-02-101-1/+1
* hv_utils: implement Hyper-V PTP sourceVitaly Kuznetsov2017-02-101-27/+152