aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: take struct size into account for video informationRoger Pau Monné7 days1-6/+9
* xen: fetch dom0 video console information from XenRoger Pau Monné12 days1-0/+71
* xen: bump used interface versionRoger Pau Monné12 days1-0/+3
* PVH: Set bootmethod to PVHColin Percival2022-10-181-1/+1
* PVH: support whitespace cmdline splittingColin Percival2022-10-181-1/+1
* x86: Distinguish Xen from non-Xen PVH bootsColin Percival2022-10-181-24/+68
* x86: Add support for PVH version 1 memmapColin Percival2022-10-181-2/+47
* Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin2022-10-031-1/+1
* x86/xen: stop assuming kernel memory loading order in PVHRoger Pau Monné2022-06-301-22/+30
* xen/blkback: do not use x86 CPUID in generic codeRoger Pau Monné2022-06-281-0/+11
* xen(4): Fix a few typos in source code commentsGordon Bergling2022-03-281-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-073-7/+7
* xen: remove leftover bits missed in commit ac3ede5371Elliott Mitchell2022-02-071-2/+0
* x86/apic: remove apic_opsRoger Pau Monné2022-01-181-267/+2
* x86/xen: use x{2}APIC if virtualized by hardwareRoger Pau Monné2022-01-182-8/+21
* x86/xen: fallback when VCPUOP_send_nmi is not availableRoger Pau Monné2022-01-171-11/+41
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-152-4/+1
* x86: Defer LAPIC calibration until after timecounters are availableMark Johnston2021-12-061-0/+7
* xen: Fix warning by adding KERNBASE to modlist_paddr before castingDimitry Andric2021-08-291-1/+1
* xen: introduce xen_has_percpu_evtchn()Julien Grall2021-07-281-2/+2
* xen/xen-os: move inclusion of machine/xen-os.h laterElliott Mitchell2021-07-281-1/+0
* xen/intr: use __func__ instead of function namesElliott Mitchell2021-07-281-9/+6
* xen/intr: use struct xenisrc * as xen_intr_handle_tElliott Mitchell2021-07-281-35/+41
* xen: move x86/xen/xenpv.c to dev/xen/bus/xenpv.cJulien Grall2021-07-281-200/+0
* x86/xen: further PVHv1 removal cleanupRoger Pau Monné2021-05-181-8/+0
* xen: Remove leftover bits missed in commit ac3ede5371Mark Johnston2021-05-171-69/+0
* x86/xen: remove PVHv1 codeRoger Pau Monné2021-05-176-992/+7
* xen: remove hypervisor_infoMitchell Horne2021-05-171-44/+0
* xen: remove support for PVHv1 bootpathMitchell Horne2021-05-171-186/+0
* xen/boot: allow specifying boot method when booted from XenRoger Pau Monné2021-02-161-0/+8
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-01-291-16/+51
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-7/+2
* Allow swi_sched() to be called from NMI context.Alexander Motin2020-07-251-0/+11
* amd64: allow parallel shootdown IPIsKonstantin Belousov2020-07-141-68/+14
* xenpv: do not use low 1MB for Xen mappings on i386Roger Pau Monné2020-05-281-2/+4
* xen: fix dispatching of NMIsRoger Pau Monné2019-11-121-10/+40
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+1
* xen: introduce a new way to setup event channel upcallRoger Pau Monné2019-01-302-2/+50
* Correct variable name in two panic messages: num_msi_irq -> num_msi_irqs.John Baldwin2018-12-311-1/+1
* Axe MINIMUM_MSI_INT.John Baldwin2018-11-162-2/+2
* Convert the number of MSI IRQs on x86 from a constant to a tunable.John Baldwin2018-11-152-2/+7
* Provide string functions for use before ifuncs get resolved.Mateusz Guzik2018-10-111-2/+2
* xen: legacy PVH fixes for the new interrupt countRoger Pau Monné2018-09-132-40/+56
* xen: fix setting legacy PVH vcpu idRoger Pau Monné2018-09-131-4/+6
* xen: limit the usage of PIRQs to a legacy PVH Dom0Roger Pau Monné2018-09-131-1/+2
* xen: fix initial kenv setup for legacy PVHRoger Pau Monné2018-09-131-0/+10
* xen: remove xenpv_set_idsRoger Pau Monné2018-09-132-16/+3
* xen: fix PV IPI setupRoger Pau Monné2018-09-131-2/+2
* Dynamically allocate IRQ ranges on x86.John Baldwin2018-08-283-22/+44
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-12/+6