aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningGravatar Michael Kelley 1-2/+2
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsGravatar Dexuan Cui 1-29/+37
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-152/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-14/+1
2019-04-13Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Gravatar Dexuan Cui 1-1/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+3
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hGravatar Vitaly Kuznetsov 1-1/+1
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextGravatar K. Y. Srinivasan 1-7/+3
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationGravatar Michael Kelley 1-3/+12
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathGravatar Michael Kelley 1-6/+8
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralGravatar Michael Kelley 1-5/+5
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeGravatar Michael Kelley 1-12/+8
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+0
2018-03-28x86/hyper-v: move hyperv.h out of uapiGravatar Vitaly Kuznetsov 1-1/+0
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Gravatar Dexuan Cui 1-1/+0
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Gravatar Michael Kelley 1-3/+56
2018-03-06hv: Synthetic typo correctionGravatar Joe Perches 1-1/+1
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapGravatar Jia-Ju Bai 1-1/+1
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversGravatar Michael Kelley 1-3/+0
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