aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)Author
2017-07-24Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell
2017-07-17vmbus: add prefetch to ring buffer iteratorStephen Hemminger
2017-07-17vmbus: more host signalling avoidanceStephen Hemminger
2017-07-17vmbus: eliminate duplicate cached indexStephen Hemminger
2017-07-17vmbus: refactor hv_signal_on_readStephen Hemminger
2017-07-17vmbus: simplify hv_ringbuffer_readStephen Hemminger
2017-07-17vmbus: re-enable channel taskletStephen Hemminger
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley
2017-05-25vmbus: Reuse uuid_le_to_bin() helperAndy Shevchenko
2017-05-25drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan
2017-05-25hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsVitaly Kuznetsov
2017-05-25hv_utils: drop .getcrosststamp() support from PTP driverVitaly Kuznetsov
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan
2017-05-18HV: properly delay KVP packets when negotiation is in progressLong Li
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan
2017-05-18Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()K. Y. Srinivasan
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-01Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan
2017-03-17vmbus: expose debug info for driversStephen Hemminger
2017-03-17vmbus: cleanup header file styleStephen Hemminger
2017-03-17vmbus: make channel_message table constantStephen Hemminger
2017-03-17hyperv: remove unnecessary return variableStephen Hemminger
2017-03-17vmbus: fix spelling errorsStephen Hemminger
2017-03-17vmbus: remove unnecessary initializationStephen Hemminger
2017-03-17vmbus: remove useless return'sStephen Hemminger
2017-03-17vmbus: only reschedule tasklet if time limit exceededStephen Hemminger
2017-03-16Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan
2017-03-16Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan
2017-03-16Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-11x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-06vmbus: introduce in-place packet iteratorstephen hemminger
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-14vmbus: replace modulus operation with subtractionStephen Hemminger
2017-02-14vmbus: constify parameters where possibleStephen Hemminger
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger
2017-02-14vmbus: add direct isr callback modeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger