aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: implement early init helper for PVHv2Roger Pau Monné2018-07-192-47/+222
* xen: allow very early initialization of the hypercall pageRoger Pau Monné2018-07-191-41/+53
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-192-23/+100
* Use C99 initializers for instances of struct apic_enumerator.Mark Johnston2018-07-131-5/+5
* Create helper functions for parsing boot args.Warner Losh2018-07-131-16/+1
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+1
* xen: obtain vCPU ID from CPUIDRoger Pau Monné2018-06-261-27/+27
* xen: limit the number of hypercall pages to 1Roger Pau Monné2018-06-261-3/+3
* xen/pvh: allocate dbg_stackRoger Pau Monné2018-05-241-0/+3
* Fix PCID+PTI pmap operations on Xen/HVM.Konstantin Belousov2018-05-191-2/+53
* xen: fix formatting of xen_init_opsRoger Pau Monné2018-05-021-1/+1
* Restore r331606 with a bugfix to setup cpuset_domain[] earlier on allJeff Roberson2018-03-281-2/+2
* Backout r331606 until I can identify why it does not boot on someJeff Roberson2018-03-271-2/+2
* Only use CPUs in the domain the device is attached to for defaultJeff Roberson2018-03-271-2/+2
* xen/pv: remove the attach of the ISA bus from the Xen PV busRoger Pau Monné2018-02-161-11/+7
* xen: fix smp boot after r328157Mateusz Guzik2018-02-151-0/+3
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-2/+8
* apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phaseRoger Pau Monné2017-08-101-3/+15
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* revert r315959 because it causes build problemsAndriy Gapon2017-03-271-1/+1
* specific end of interrupt implementation for AMD Local APICAndriy Gapon2017-03-251-1/+1
* xen: fix IPI setup with EARLY_AP_STARTUPRoger Pau Monné2016-12-222-29/+27
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* xen/intr: add reference counts to event channelsRoger Pau Monné2016-10-311-4/+37
* Merge ACPICA 20160930.Jung-uk Kim2016-10-041-0/+1
* Detect x2APIC mode on boot and obey it.Konstantin Belousov2016-09-191-0/+8
* Fix build for !SMP kernels after the Xen MSIX workaround.John Baldwin2016-08-221-0/+2
* xen-intr: fix removal of event channels during resumeRoger Pau Monné2016-07-291-12/+7
* xen: automatically disable MSI-X interrupt migrationRoger Pau Monné2016-07-121-2/+22
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-101-2/+0
* xen: Set ipi_{alloc,free} even for UPSepherosa Ziehau2016-04-071-2/+2