aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/hv_init.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingGravatar Sean Christopherson 1-8/+1
2021-11-15x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsGravatar Sean Christopherson 1-0/+3
2021-10-28x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedGravatar Vitaly Kuznetsov 1-1/+4
2021-10-28x86/hyperv: Remove duplicated include in hv_initGravatar Wan Jiabing 1-1/+0
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageGravatar Tianyu Lan 1-29/+7
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportGravatar Tianyu Lan 1-0/+6
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMGravatar Tianyu Lan 1-7/+61
2021-08-04x86/hyperv: fix root partition faults when writing to VP assist page MSRGravatar Praveen Kumar 1-20/+44
2021-07-15Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeGravatar Michael Kelley 1-7/+1
2021-07-15Drivers: hv: Add arch independent default functions for some Hyper-V handlersGravatar Michael Kelley 1-2/+0
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralGravatar Michael Kelley 1-81/+10
2021-06-05Drivers: hv: Move Hyper-V extended capability check to arch neutral codeGravatar Michael Kelley 1-47/+0
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-53/+53
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusGravatar Joseph Salisbury 1-1/+1
2021-03-24x86/Hyper-V: Support for free page reportingGravatar Sunil Muthuswamy 1-1/+50
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsGravatar Michael Kelley 1-1/+1
2021-03-08Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeGravatar Michael Kelley 1-27/+0
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsGravatar Michael Kelley 1-1/+1
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeGravatar Michael Kelley 1-22/+0
2021-02-11x86/hyperv: implement an MSI domain for root partitionGravatar Wei Liu 1-0/+9
2021-02-11x86/hyperv: handling hypercall page setup for rootGravatar Wei Liu 1-3/+34
2021-02-11x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryGravatar Wei Liu 1-0/+26
2021-02-11x86/hyperv: allocate output arg pages if requiredGravatar Wei Liu 1-5/+30
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafGravatar Andrea Parri (Microsoft) 1-0/+15
2021-01-17x86/hyperv: Initialize clockevents after LAPIC is initializedGravatar Dexuan Cui 1-3/+26
2021-01-05x86/hyperv: Fix kexec panic/hang issuesGravatar Dexuan Cui 1-0/+4
2020-09-27x86/hyperv: Remove aliases with X64 in their nameGravatar Joseph Salisbury 1-4/+4
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersGravatar Christoph Hellwig 1-1/+2
2020-06-26x86/hyperv: allocate the hypercall page with only read and execute bitsGravatar Christoph Hellwig 1-1/+3
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECGravatar Thomas Gleixner 1-6/+3
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-2/+1
2020-06-02x86/hyperv: use vmalloc_exec for the hypercall pageGravatar Christoph Hellwig 1-1/+1
2020-05-13x86/hyperv: Properly suspend/resume reenlightenment notificationsGravatar Vitaly Kuznetsov 1-2/+17
2020-04-21x86/hyperv: Suspend/resume the VP assist page for hibernationGravatar Dexuan Cui 1-2/+10
2020-04-11x86/Hyper-V: Report crash data in die() when panic_on_oops is setGravatar Tianyu Lan 1-1/+5
2020-02-01x86/hyperv: Suspend/resume the hypercall page for hibernationGravatar Dexuan Cui 1-0/+50
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+15
2019-11-21x86/hyperv: Implement hv_is_hibernation_supported()Gravatar Dexuan Cui 1-0/+7
2019-11-21x86: hv: Add function to allocate zeroed page for Hyper-VGravatar Himadri Pandya 1-0/+8
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningGravatar Michael Kelley 1-0/+6
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+0
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionGravatar Tianyu Lan 1-2/+0
2019-07-22x86/hyperv: Add functions to allocate/deallocate page for Hyper-VGravatar Maya Nakamura 1-0/+14
2019-07-19x86/hyper-v: Zero out the VP ASSIST PAGE on allocationGravatar Dexuan Cui 1-2/+11
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-88/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Gravatar Thomas Gleixner 1-11/+1
2019-03-21x86/hyperv: Prevent potential NULL pointer dereferenceGravatar Kangjie Lu 1-1/+5
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+7
2019-03-06x86/hyperv: Fix kernel panic when kexec on HyperVGravatar Kairui Song 1-0/+7