aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv/hv_init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-271-0/+4
* x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui2021-01-231-3/+26
* x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-271-4/+4
* vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-031-1/+2
* x86/hyperv: allocate the hypercall page with only read and execute bitsChristoph Hellwig2020-06-261-1/+3
* x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-6/+3
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
* x86/hyperv: use vmalloc_exec for the hypercall pageChristoph Hellwig2020-06-021-1/+1
* x86/hyperv: Properly suspend/resume reenlightenment notificationsVitaly Kuznetsov2020-05-131-2/+17
* x86/hyperv: Suspend/resume the VP assist page for hibernationDexuan Cui2020-04-211-2/+10
* x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-111-1/+5
* x86/hyperv: Suspend/resume the hypercall page for hibernationDexuan Cui2020-02-011-0/+50
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+15
|\
| * x86/hyperv: Implement hv_is_hibernation_supported()Dexuan Cui2019-11-211-0/+7
| * x86: hv: Add function to allocate zeroed page for Hyper-VHimadri Pandya2019-11-211-0/+8
* | x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley2019-11-151-0/+6
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-2/+0
|\
| * clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-2/+0
* | x86/hyperv: Add functions to allocate/deallocate page for Hyper-VMaya Nakamura2019-07-221-0/+14
|/
* x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-191-2/+11
* clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-88/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner2019-06-051-11/+1
* 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/+0
* 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/+5