summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv
Commit message (Expand)AuthorAgeFilesLines
* 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 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-5/+5
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-5/+5
* | Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-267-89/+91
|\ \
| * | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-216-34/+31
| * | x86/hyperv: remove unused linux/version.h headerZheng Yongjun2021-04-021-1/+0
| * | x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-1/+50
| * | x86/hyperv: Fix unused variable 'hi' warning in hv_apic_readXu Yihang2021-03-241-0/+2
| * | x86/hyperv: Fix unused variable 'msr_val' warning in hv_qlock_waitXu Yihang2021-03-241-2/+6
| * | 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
|/
* iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu2021-02-111-0/+25
* x86/hyperv: implement an MSI domain for root partitionWei Liu2021-02-113-1/+370
* x86/hyperv: provide a bunch of helper functionsWei Liu2021-02-112-1/+220
* 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: check cpu mask after interrupt has been disabledWei Liu2021-01-061-3/+9
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-051-0/+4
* Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-051-5/+9
|\
| * x86/hyperv: Clarify comment on x2apic modeMichael Kelley2020-10-261-5/+9
* | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-272-5/+5
|/
* 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 'linus' into x86/hypervThomas Gleixner2019-11-153-10/+20
|\|
| * x86/hyperv: Make vapic support x2apic modeRoman Kagan2019-10-151-5/+15
| * 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
| * | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-0/+14
| |\ \
| * | | x86/hyper-v: Fix overflow bug in fill_gva_list()Tianyu Lan2019-09-021-3/+5
| | |/ | |/|