aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-54/+11
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-106/+23
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-26/+17
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-24/+6
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-56/+0
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan3-3/+43
2017-08-16Drivers: hv: kvp: Use MAX_ADAPTER_ID_SIZE for translating adapter idAlex Ng1-1/+1
2017-08-16Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng1-0/+1
2017-08-16Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng1-2/+2
2017-08-16Drivers: hv: balloon: Correctly update onlined page countAlex Ng1-4/+3
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov1-0/+1
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov5-42/+5
2017-08-10hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov2-12/+3
2017-08-10x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov1-0/+2
2017-07-23Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman1-0/+2
2017-07-17vmbus: add prefetch to ring buffer iteratorStephen Hemminger1-1/+6
2017-07-17vmbus: more host signalling avoidanceStephen Hemminger1-8/+19
2017-07-17vmbus: eliminate duplicate cached indexStephen Hemminger1-13/+4
2017-07-17vmbus: refactor hv_signal_on_readStephen Hemminger1-2/+30
2017-07-17vmbus: simplify hv_ringbuffer_readStephen Hemminger1-101/+17
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