summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+0
|\
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+0
* | Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui2018-03-281-1/+0
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-3/+56
* | hv: Synthetic typo correctionJoe Perches2018-03-061-1/+1
* | hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai2018-03-061-1/+1
|/
* Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-091-3/+0
* hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-9/+0
* Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley2017-05-251-1/+6
* Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan2017-05-251-1/+1
* Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan2017-03-171-1/+4
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-2/+0
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-73/+57
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-10/+0
* 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: vmbus: Restructure the clockevents codeK. Y. Srinivasan2017-01-201-5/+5
* Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-201-6/+1
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-49/+0
* Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-95/+0
* Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-191-52/+0
* Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-42/+3
* hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov2017-01-101-0/+31
* hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov2017-01-101-8/+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
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-4/+4
* hv: change clockevents unbind tacticsVitaly Kuznetsov2016-12-061-2/+4
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-311-3/+5
* Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-011-0/+10
* Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov2016-02-071-2/+8
* Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-071-16/+0
* drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin2015-12-141-2/+2
* drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins2015-12-141-10/+10
* Drivers: hv: vmbus: fix build warningSudip Mukherjee2015-12-141-2/+3
* Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-051-0/+83
* drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar2015-08-051-26/+19
* Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan2015-08-051-0/+9
* Drivers: hv: don't do hypercalls when hypercall_page is NULLVitaly Kuznetsov2015-08-041-5/+8
* Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Vitaly Kuznetsov2015-08-041-2/+0
* Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov2015-03-011-1/+24
* drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadVitaly Kuznetsov2015-03-011-2/+7
* Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan2015-01-251-0/+78
* Drivers: hv: vmbus: Cleanup hv_post_message()K. Y. Srinivasan2014-09-231-12/+15
* Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-031-0/+2