aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-10hyper-v: Globalize vp_indexGravatar Vitaly Kuznetsov 1-9/+0
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageGravatar Michael Kelley 1-1/+6
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceGravatar K. Y. Srinivasan 1-1/+1
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsGravatar K. Y. Srinivasan 1-1/+4
2017-02-14vmbus: change to per channel taskletGravatar Stephen Hemminger 1-2/+0
2017-02-14vmbus: put related per-cpu variable togetherGravatar Stephen Hemminger 1-73/+57
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecGravatar Vitaly Kuznetsov 1-10/+0
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateGravatar K. Y. Srinivasan 1-4/+8
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexGravatar K. Y. Srinivasan 1-1/+1
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerGravatar K. Y. Srinivasan 1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageGravatar K. Y. Srinivasan 1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageGravatar K. Y. Srinivasan 1-4/+4
2017-01-20Drivers: hv: vmbus: Get rid of an unsused variableGravatar K. Y. Srinivasan 1-4/+0
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeGravatar K. Y. Srinivasan 1-5/+5
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupGravatar K. Y. Srinivasan 1-6/+1
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationGravatar K. Y. Srinivasan 1-49/+0
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeGravatar K. Y. Srinivasan 1-95/+0
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeGravatar K. Y. Srinivasan 1-52/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeGravatar K. Y. Srinivasan 1-42/+3
2017-01-10hv: make CPU offlining prevention fine-grainedGravatar Vitaly Kuznetsov 1-0/+31
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupGravatar Vitaly Kuznetsov 1-8/+7
2017-01-10hv: don't reset hv_context.tsc_page on crashGravatar Vitaly Kuznetsov 1-2/+3
2017-01-10hv: init percpu_list in hv_synic_alloc()Gravatar Vitaly Kuznetsov 1-2/+2
2017-01-10hv: allocate synic pages for all present CPUsGravatar Vitaly Kuznetsov 1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-4/+4
2016-12-06hv: change clockevents unbind tacticsGravatar Vitaly Kuznetsov 1-2/+4
2016-08-31Drivers: hv: avoid vfree() on crashGravatar Vitaly Kuznetsov 1-3/+5
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsGravatar K. Y. Srinivasan 1-0/+10
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashGravatar Vitaly Kuznetsov 1-2/+8
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()Gravatar K. Y. Srinivasan 1-16/+0
2015-12-14drivers/hv: correct tsc page sequence invalid valueGravatar Andrey Smetanin 1-2/+2
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VGravatar Jake Oshins 1-10/+10
2015-12-14Drivers: hv: vmbus: fix build warningGravatar Sudip Mukherjee 1-2/+3
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageGravatar K. Y. Srinivasan 1-0/+83
2015-08-05drivers/hv: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-26/+19
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsGravatar K. Y. Srinivasan 1-0/+9
2015-08-04Drivers: hv: don't do hypercalls when hypercall_page is NULLGravatar Vitaly Kuznetsov 1-5/+8
2015-08-04Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Gravatar Vitaly Kuznetsov 1-2/+0
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadGravatar Vitaly Kuznetsov 1-1/+24
2015-03-01drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unloadGravatar Vitaly Kuznetsov 1-2/+7
2015-01-25Drivers: hv: vmbus: Implement a clockevent deviceGravatar K. Y. Srinivasan 1-0/+78
2014-09-23Drivers: hv: vmbus: Cleanup hv_post_message()Gravatar K. Y. Srinivasan 1-12/+15
2014-05-03Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelGravatar K. Y. Srinivasan 1-0/+2
2013-12-18drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.cGravatar Rashika Kheria 1-1/+1
2013-10-16drivers: hv: Fix wrong check for synic_event_pageGravatar Felipe Pena 1-1/+1
2013-06-24drivers: hv: allocate synic structures before hv_synic_init()Gravatar Jason Wang 1-32/+53
2013-03-15driver: hv: remove cast for kmalloc return valueGravatar Zhang Yanfei 1-3/+2
2013-02-27Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interruptsGravatar K. Y. Srinivasan 1-3/+2
2013-01-17Drivers: hv: Cleanup and consolidate reporting of build/version infoGravatar K. Y. Srinivasan 1-7/+0
2013-01-17Drivers: hv: Capture the host build informationGravatar K. Y. Srinivasan 1-0/+9