summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv/hv_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Fix definition of hv_ghcb_pg variableMichael Kelley2021-12-281-1/+1
* hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-0/+12
* x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-8/+1
* x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson2021-11-151-0/+3
* x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedVitaly Kuznetsov2021-10-281-1/+4
* x86/hyperv: Remove duplicated include in hv_initWan Jiabing2021-10-281-1/+0
* x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-281-29/+7
* x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-281-0/+6
* x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-7/+61
* x86/hyperv: fix root partition faults when writing to VP assist page MSRPraveen Kumar2021-08-041-20/+44
* Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-7/+1
* Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-2/+0
* Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-81/+10
* Drivers: hv: Move Hyper-V extended capability check to arch neutral codeMichael Kelley2021-06-051-47/+0
* Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-53/+53
|\
| * drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-211-1/+1
| * x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-1/+50
| * clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-1/+1
| * Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley2021-03-081-27/+0
| * Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley2021-03-081-1/+1
| * Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley2021-03-081-22/+0
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* x86/hyperv: implement an MSI domain for root partitionWei Liu2021-02-111-0/+9
* x86/hyperv: handling hypercall page setup for rootWei Liu2021-02-111-3/+34
* x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu2021-02-111-0/+26
* x86/hyperv: allocate output arg pages if requiredWei Liu2021-02-111-5/+30
* x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)2021-02-111-0/+15
* x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui2021-01-171-3/+26
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-051-0/+4
* 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-041-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-221-0/+7
| * x86: hv: Add function to allocate zeroed page for Hyper-VHimadri Pandya2019-11-221-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