summaryrefslogtreecommitdiffstats
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-3/+6
* Remove redundant declarations in sys/x86/xen which are now handled in other s...ngie2015-12-232-11/+0
* xen: fix dropping bitmap IPIs during resumeroyger2015-11-181-25/+1
* xen/intr: properly dispose event channels on resumeroyger2015-11-181-0/+3
* xen/intr: fix the event channel enabled per-cpu maskroyger2015-11-051-18/+14
* xen: Add missing semi-colon for BITSET_DEFINE()cem2015-10-241-1/+1
* xen: Code cleanup and small bug fixesroyger2015-10-211-15/+24
* xen: allow disabling PV disks and nicsroyger2015-08-211-4/+24
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-2/+2
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-061-1/+0
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+1
* xen: make sure xenpv bus is the last to attachroyger2015-05-251-1/+6
* Rewrite amd64 PCID implementation to follow an algorithm described inkib2015-05-091-11/+9
* xen: introduce a newbus function to allocate unused memoryroyger2015-05-081-0/+84
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-302-9/+1
* Remove lazy pmap switch code from i386. Naive benchmark with md(4)kib2015-04-181-19/+0
* Add x86 specific APIs 'lapic_ipi_alloc()' and 'lapic_ipi_free()' to allow IPIneel2015-03-141-1/+18
* xen/intr: fix fallout from r278854royger2015-02-261-14/+23
* xen/intr: improve handling of legacy IRQsroyger2015-02-161-3/+19
* xen/intr: improve PIRQ handlingroyger2015-02-161-20/+29
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-091-0/+1
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-1/+1
* loader: implement multiboot support for Xen Dom0royger2015-01-151-5/+35
* Fix warning about possible use of uninitialized variable.hselasky2015-01-021-1/+1
* xen/intr: balance dynamic interrupts across available vCPUsroyger2014-12-101-0/+11
* xen: mask event channels while binding them to a vCPUroyger2014-12-101-11/+12
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-9/+0
* xen: create a new PCI bus overrideroyger2014-12-091-46/+4
* xen: notify ACPI about SCI overrideroyger2014-12-091-0/+9
* xen: implement the privcmd user-space deviceroyger2014-10-221-2/+0
* xen: allow to register event channels without handlersroyger2014-10-221-17/+57
* xen: fix usage of kern_getenv in PVH coderoyger2014-10-221-1/+4
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* xen: add the Xen implementation of pci_child_added methodroyger2014-09-301-0/+24
* msi: add Xen MSI implementationroyger2014-09-305-0/+341
* xen: add proper copyright attributionroyger2014-09-261-0/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-0/+79
* xen: don't set suspend/resume methods for the PIRQ PICroyger2014-09-151-2/+0
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-041-3/+30
* xen: implement support for mapping IO APIC interrupts on Xenroyger2014-08-042-0/+117
* xen: change quality of the MADT ACPI enumeratorroyger2014-08-041-1/+1
* xen: change order of Xen intr init and IO APIC registrationroyger2014-08-041-1/+1
* xen: add a DDB command to print event channel informationroyger2014-08-041-0/+77
* xen: mask all event channels on initroyger2014-08-041-0/+4
* xen: implement event channel PIRQ supportroyger2014-08-041-18/+202
* Fix build with SMP disabled.jhb2014-07-152-0/+8
* Fix compile warning: Remove duplicate external declaration.hselasky2014-06-191-2/+0
* xen: fix out-of-bounds access to ipi_handleroyger2014-06-181-1/+1
* xen: add missing filesroyger2014-06-163-0/+744
* xen: add hooks for Xen PV APICroyger2014-06-162-253/+2
OpenPOWER on IntegriCloud