summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman2017-02-061-0/+1
|\
| * Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui2017-01-311-0/+1
* | Drivers: hv: Log the negotiated IC versions.Alex Ng2017-01-314-9/+23
* | Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng2017-01-315-103/+150
* | Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()Vitaly Kuznetsov2017-01-311-0/+1
* | Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-313-19/+3
* | hv_util: switch to using timespec64Vitaly Kuznetsov2017-01-311-3/+3
* | Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan2017-01-201-150/+2
* | Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan2017-01-201-4/+8
* | Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan2017-01-201-1/+1
* | Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan2017-01-201-4/+4
* | Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan2017-01-201-4/+4
* | Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan2017-01-201-4/+4
* | Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan2017-01-201-4/+0
* | Drivers: hv: util: Use hv_get_current_tick() to get current tickK. Y. Srinivasan2017-01-201-1/+2
* | Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-201-5/+5
* | Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2017-01-202-35/+1
* | Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-201-6/+1
* | Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-202-35/+0
* | Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-203-81/+2
* | Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-202-103/+0
* | Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-192-53/+0
* | Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-42/+3
* | Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan2017-01-191-43/+0
* | Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan2017-01-191-15/+0
* | Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan2017-01-101-0/+4
* | Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan2017-01-101-0/+4
* | Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan2017-01-101-0/+4
* | Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan2017-01-102-0/+43
* | hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov2017-01-102-5/+35
* | hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov2017-01-103-18/+20
* | Drivers: hv: vmbus: Prevent sending data on a rescinded channelK. Y. Srinivasan2017-01-101-0/+7
* | hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov2017-01-101-2/+3
* | hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov2017-01-101-2/+2
* | hv: allocate synic pages for all present CPUsVitaly Kuznetsov2017-01-101-2/+2
* | Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov2017-01-104-18/+28
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-4/+4
* uio-hv-generic: new userspace i/o driver for VMBusStephen Hemminger2016-12-061-0/+1