aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-11x86/xen: Fix __xen_hypercall_setfunc()Jason Andryuk1-6/+1
2025-04-07x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne1-0/+10
2024-12-17x86/xen: remove hypercall pageJuergen Gross1-2/+0
2024-12-17x86/xen: add central hypercall functionsJuergen Gross1-0/+65
2024-07-11x86/xen: eliminate some private header filesJuergen Gross1-2/+0
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+33
2024-05-17xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2024-03-22x86/xen: Remove duplicate #includeJiapeng Chong1-3/+0
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+32
2023-11-28x86/xen: fix percpu vcpu_info allocationJuergen Gross1-1/+5
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross1-1/+1
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-1/+1
2021-11-02x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross1-17/+2
2021-11-02x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross1-73/+24
2021-10-05xen/x86: adjust data placementJan Beulich1-1/+1
2021-10-05xen/x86: hook up xen_banner() also for PVHJan Beulich1-0/+14
2021-10-05xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich1-0/+12
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-0/+17
2021-10-05xen/x86: prevent PVH type from getting clobberedJan Beulich1-5/+4
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2019-10-07x86/xen: Return from panic notifierBoris Ostrovsky1-3/+25
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-78/+0
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin1-78/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross1-0/+2
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-0/+7
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne1-0/+7
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky1-0/+81
2017-10-10xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan1-2/+2
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora1-20/+26
2017-06-13xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora1-13/+32
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora1-28/+73
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky1-0/+3
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov1-1526/+24
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov1-207/+5
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov1-108/+0
2017-05-02x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov1-6/+6
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov1-39/+75
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-14/+13
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-1/+0
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-3/+0
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+4
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-1/+0
2017-03-01x86/xen: Update e820 table handling to the new core x86 E820 codeIngo Molnar1-14/+13
2017-02-07xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky1-0/+3
2017-02-07xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky1-0/+12
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky1-10/+114
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-121/+19
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-13/+0
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2016-10-24x86: xen: move cpu_up functions out of ifdefArnd Bergmann1-0/+2
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+68
2016-10-05xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky1-1/+2
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-15/+6
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+0
2016-09-30xen/x86: Convert to hotplug state machineBoris Ostrovsky1-50/+65
2016-09-05xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross1-0/+40
2016-08-24xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky1-13/+48
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov1-1/+1
2016-08-02kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik1-3/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+37
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov1-1/+1
2016-07-25x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov1-4/+6
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-4/+6
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov1-1/+22
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-07-06x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla1-2/+2
2016-06-11x86/xen: Simplify set_aliased_prot()Andy Lutomirski1-3/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-3/+7
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+23
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar1-9/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-1/+1
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani1-9/+0
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani1-1/+1
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2016-03-17x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski1-1/+1
2016-02-29x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf1-1/+2
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+0
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2015-12-21xen: rename dom0_op to platform_opStefano Stabellini1-4/+4
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel1-1/+3
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner1-0/+15
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-1/+3
2015-11-23x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky1-3/+0
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-1/+3
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross1-7/+0
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-0/+15
2015-09-28x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov1-0/+23
2015-09-28xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky1-0/+1
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+15
2015-08-20xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky1-2/+1
2015-08-20xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky1-6/+5
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-1/+11
2015-08-20xen: add explicit memblock_reserve() calls for special pagesJuergen Gross1-1/+3
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-0/+40
2015-07-31x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-07-06x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski1-3/+0
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar1-2/+3
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov1-2/+3
2015-05-19x86/fpu: Simplify fpu__cpu_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar1-1/+1
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar1-98/+19
2015-05-05hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky1-9/+18
2015-04-22x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski1-1/+2
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-89/+1
2015-03-16x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk1-89/+1
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski1-0/+1
2015-02-23x86/xen: Initialize cr4 shadow for 64-bit PV(H) guestsBoris Ostrovsky1-0/+1
2015-02-23x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not setBoris Ostrovsky1-1/+18
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-01-14Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+21
2015-01-13x86/xen: properly retrieve NMI reasonJan Beulich1-1/+21
2014-11-16xen: Support Xen pv-domains using PATJuergen Gross1-18/+7
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross1-3/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor1-0/+6
2014-10-03xen: eliminate scalability issues from initrd handlingJuergen Gross1-2/+9
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel1-2/+0
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+13
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2014-07-18arch/x86/xen: Silence compiler warningsDaniel Kiper1-14/+1
2014-07-18xen: Put EFI machinery in placeDaniel Kiper1-0/+15
2014-07-14xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk1-0/+13
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+4
2014-06-05x86/xen: fix memory setup for PVH dom0David Vrabel1-1/+4
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2014-05-15xen/x86: set panic notifier priority to minimumRadim Krčmář1-0/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-02-03xen/pvh: set CR4 flags for APsMukesh Rathor1-0/+12
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne1-3/+30
2014-01-07xen/pvh: remove duplicated include from enlighten.cWei Yongjun1-1/+0
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor1-2/+3
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor1-3/+8
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor1-2/+37
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk1-2/+1
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor1-14/+34
2013-09-10Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+0
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk1-1/+0
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+10
2013-08-20xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao1-0/+2
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk1-5/+8
2013-08-05x86: Correctly detect hypervisorJason Wang1-6/+3
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-3/+3
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-1/+1
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+49
2013-05-08xen: mask x2APIC feature in PVZhenzhong Duan1-0/+3
2013-05-08xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk1-0/+3
2013-05-07xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk1-1/+28
2013-05-06xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk1-0/+15
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2013-04-16xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk1-1/+4
2013-04-16x86/xen: populate boot_params with EDD dataDavid Vrabel1-0/+52
2013-04-11x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk1-1/+0
2013-02-28xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk1-1/+9
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2013-02-14Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk1-53/+22
2013-02-14Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk1-1/+1
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria1-0/+1
2012-12-17xen/vcpu: Fix vcpu restore path.Wei Liu1-3/+4
2012-11-30xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering1-1/+1
2012-11-28xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk1-0/+15
2012-11-26xen/acpi: revert pad config check in xen_check_mwaitLiu, Jinsong1-2/+8
2012-11-02xen PVonHVM: use E820_Reserved area for shared_infoOlaf Hering1-22/+53
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-0/+4
2012-10-19xen/x86: remove duplicated include from enlighten.cWei Yongjun1-2/+0
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+17
2012-10-12xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-10-12xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+11
2012-09-26Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk1-0/+1
2012-09-24xen/x86: retrieve keyboard shift status flags from hypervisor.Konrad Rzeszutek Wilk1-0/+8
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk1-0/+4
2012-09-12Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-4/+1
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk1-44/+68
2012-09-05Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus...Konrad Rzeszutek Wilk1-2/+0
2012-08-25Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-107/+11
2012-08-23xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything.Konrad Rzeszutek Wilk1-4/+1
2012-08-23Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk1-60/+0
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-0/+2
2012-08-21xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain.Konrad Rzeszutek Wilk1-9/+21
2012-08-21xen/x86: Use memblock_reserve for sensitive areas.Konrad Rzeszutek Wilk1-0/+48