aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
AgeCommit message (Expand)Author
2019-04-13Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2018-03-06hv: Synthetic typo correctionJoe Perches
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageMichael Kelley
2017-05-25Drivers: hv: vmbus: Get the current time from the current clocksourceK. Y. Srinivasan
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov
2017-01-20Drivers: hv: vmbus: Define an APIs to manage interrupt stateK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define an API to retrieve virtual processor indexK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controllerK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the event pageK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Define APIs to manipulate the message pageK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Get rid of an unsused variableK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Restructure the clockevents codeK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan
2017-01-10hv: make CPU offlining prevention fine-grainedVitaly Kuznetsov
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov
2017-01-10hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov
2017-01-10hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov
2017-01-10hv: allocate synic pages for all present CPUsVitaly Kuznetsov
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-06hv: change clockevents unbind tacticsVitaly Kuznetsov
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan
2015-12-14drivers/hv: correct tsc page sequence invalid valueAndrey Smetanin
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins
2015-12-14Drivers: hv: vmbus: fix build warningSudip Mukherjee
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan