summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv/hv_init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu2019-03-211-1/+5
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-101-0/+7
|\
| * x86/hyperv: Fix kernel panic when kexec on HyperVKairui Song2019-03-061-0/+7
* | PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura2019-03-011-0/+1
|/
* x86/hyperv: Suppress "PCI: Fatal: No config space access function found"Dexuan Cui2018-09-271-0/+19
* Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-161-1/+4
|\
| * x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan2018-07-061-1/+4
* | Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy2018-07-081-0/+27
* | Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-2/+2
|/
* X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan2018-05-191-2/+0Star
* X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan2018-05-191-0/+27
* X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan2018-05-191-1/+4
* x86/hyper-v: allocate and use Virtual Processor Assist PagesVitaly Kuznetsov2018-03-281-3/+40
* x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+1
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-2/+121
|\
| * x86/irq: Count Hyper-V reenlightenment interruptsVitaly Kuznetsov2018-01-301-0/+2
| * x86/hyperv: Redirect reenlightment notifications on CPU offliningVitaly Kuznetsov2018-01-301-1/+21
| * x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+89
| * x86/hyperv: Add a function to read both TSC and TSC page value simulateneouslyVitaly Kuznetsov2018-01-301-0/+1
| * x86/hyperv: Check for required priviliges in hyperv_init()Vitaly Kuznetsov2018-01-301-1/+8
* | Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley2018-01-091-7/+14
|/
* Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-161-6/+9
|\
| * Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan2017-10-311-6/+9
* | x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-1/+1
|/
* x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov2017-10-101-0/+5
* x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+2
* hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-1/+33
* x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-101-49/+5Star
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+1
|\
| * hyperv: fix warning about missing prototypeStephen Hemminger2017-03-171-1/+1
* | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-111-0/+3
* | x86/hyperv: Move TSC reading method to asm/mshyperv.hVitaly Kuznetsov2017-03-111-32/+4Star
* | x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov2017-03-111-2/+7
|/
* x86/hyperv: Hide unused labelArnd Bergmann2017-03-011-1/+1
* drivers: hv: Turn off write permission on the hypercall pageK. Y. Srinivasan2017-02-101-1/+1
* hv: export current Hyper-V clocksourceVitaly Kuznetsov2017-02-101-4/+9
* Drivers: hv: restore TSC page cleanup before kexecVitaly Kuznetsov2017-01-311-0/+4
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-0/+16
* Drivers: hv: vmbus: Move the check for hypercall page setupK. Y. Srinivasan2017-01-201-0/+15
* Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-201-0/+26
* Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-0/+105
* Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-191-5/+49
* Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-0/+62