aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley1-3/+12
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley1-6/+8
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley1-5/+5
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley1-12/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-1/+0
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui1-1/+0
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-3/+56
2018-03-06hv: Synthetic typo correctionJoe Perches1-1/+1
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai1-1/+1
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley1-3/+0
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov1-9/+0
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley1-1/+6
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan1-1/+1
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan1-1/+4
2017-02-14vmbus: change to per channel taskletStephen Hemminger1-2/+0
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger1-73/+57
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov1-10/+0
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan1-4/+8
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan1-1/+1
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan1-4/+4
2017-01-20Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan1-4/+0
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan1-5/+5
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan1-6/+1
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan1-49/+0
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan1-95/+0
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan1-52/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan1-42/+3
2017-01-10hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov1-0/+31
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov1-8/+7
2017-01-10hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov1-2/+3
2017-01-10hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov1-2/+2
2017-01-10hv: allocate synic pages for all present CPUsVitaly Kuznetsov1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-4/+4
2016-12-06hv: change clockevents unbind tacticsVitaly Kuznetsov1-2/+4
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov1-3/+5
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan1-0/+10
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan1-16/+0
2015-12-14drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin1-2/+2
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins1-10/+10
2015-12-14Drivers: hv: vmbus: fix build warningSudip Mukherjee1-2/+3
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan1-0/+83
2015-08-05drivers/hv: Migrate to new 'set-state' interfaceViresh Kumar1-26/+19
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan1-0/+9
2015-08-04Drivers: hv: don't do hypercalls when hypercall_page is NULLVitaly Kuznetsov1-5/+8
2015-08-04Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()Vitaly Kuznetsov1-2/+0