aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17vmbus: re-enable channel taskletStephen Hemminger1-0/+2
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger1-1/+0
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley1-1/+6
2017-05-25vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko1-41/+10
2017-05-25drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan1-1/+1
2017-05-25hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsVitaly Kuznetsov1-74/+54
2017-05-25hv_utils: drop .getcrosststamp() support from PTP driverVitaly Kuznetsov1-36/+0
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan1-1/+1
2017-05-18HV: properly delay KVP packets when negotiation is in progressLong Li1-6/+8
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan5-21/+99
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan1-0/+4
2017-05-18Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()K. Y. Srinivasan1-1/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds11-111/+90
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+93
2017-05-01Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-52/+33
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman9-52/+33
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan1-1/+4
2017-03-17vmbus: expose debug info for driversStephen Hemminger2-11/+1
2017-03-17vmbus: cleanup header file styleStephen Hemminger1-8/+8
2017-03-17vmbus: make channel_message table constantStephen Hemminger3-26/+26
2017-03-17hyperv: remove unnecessary return variableStephen Hemminger1-4/+2
2017-03-17vmbus: fix spelling errorsStephen Hemminger2-10/+10
2017-03-17vmbus: remove unnecessary initializationStephen Hemminger1-8/+5
2017-03-17vmbus: remove useless return'sStephen Hemminger6-12/+0
2017-03-17vmbus: only reschedule tasklet if time limit exceededStephen Hemminger1-31/+34
2017-03-16Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan1-5/+8
2017-03-16Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan1-0/+1
2017-03-16Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui1-0/+2
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov5-16/+9
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2-27/+4
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger2-4/+9
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-11x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov1-0/+3
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-06vmbus: introduce in-place packet iteratorstephen hemminger1-1/+93
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2017-02-14vmbus: replace modulus operation with subtractionStephen Hemminger1-3/+6
2017-02-14vmbus: constify parameters where possibleStephen Hemminger2-15/+13
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger2-24/+0
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger4-19/+9
2017-02-14vmbus: add direct isr callback modeStephen Hemminger4-26/+37
2017-02-14vmbus: change to per channel taskletStephen Hemminger6-95/+62
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger5-134/+143
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger1-10/+9
2017-02-10vmbus: drop no longer used kick_q argumentStephen Hemminger3-17/+9
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger4-54/+29
2017-02-10Drivers: hv: util: Fix a typoK. Y. Srinivasan1-1/+1
2017-02-10hv_utils: implement Hyper-V PTP sourceVitaly Kuznetsov1-27/+152