summaryrefslogtreecommitdiffstats
path: root/drivers/hv
AgeCommit message (Expand)AuthorLines
2017-03-16Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan-5/+8
2017-03-16Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan-0/+1
2017-03-16Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui-0/+2
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov-16/+9
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui-27/+4
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger-4/+9
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-02-14vmbus: replace modulus operation with subtractionStephen Hemminger-3/+6
2017-02-14vmbus: constify parameters where possibleStephen Hemminger-15/+13
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger-24/+0
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger-19/+9
2017-02-14vmbus: add direct isr callback modeStephen Hemminger-26/+37
2017-02-14vmbus: change to per channel taskletStephen Hemminger-95/+62
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger-134/+143
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger-10/+9
2017-02-10vmbus: drop no longer used kick_q argumentStephen Hemminger-17/+9
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger-54/+29
2017-02-10Drivers: hv: util: Fix a typoK. Y. Srinivasan-1/+1
2017-02-10hv_utils: implement Hyper-V PTP sourceVitaly Kuznetsov-27/+152
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman-0/+1
2017-01-31Drivers: hv: Log the negotiated IC versions.Alex Ng-9/+23
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng-103/+150
2017-01-31Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()Vitaly Kuznetsov-0/+1
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov-19/+3
2017-01-31hv_util: switch to using timespec64Vitaly Kuznetsov-3/+3
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui-0/+1
2017-01-20Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan-150/+2
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan-4/+8
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan-1/+1
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan-4/+4
2017-01-20Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan-4/+0
2017-01-20Drivers: hv: util: Use hv_get_current_tick() to get current tickK. Y. Srinivasan-1/+2
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan-5/+5
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan-35/+1
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan-6/+1
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan-35/+0
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan-81/+2
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan-103/+0
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan-53/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan-42/+3
2017-01-19Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan-43/+0
2017-01-19Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan-15/+0
2017-01-10Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan-0/+4
2017-01-10Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan-0/+4
2017-01-10Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan-0/+4
2017-01-10Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan-0/+43
2017-01-10hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov-5/+35