summaryrefslogtreecommitdiffstats
path: root/sys/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-0/+3
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-3/+0
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-0/+3
* MCF r310418: xen: fix IPI setup with EARLY_AP_STARTUProyger2017-05-162-29/+27
* MFC: r306686, r308953, r311462, r311529, r312438, r314611jkim2017-03-301-0/+1
* MFC r305978:kib2016-10-031-0/+8
* MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.jhb2016-09-091-0/+2
* MFC r303490, r303491:royger2016-08-031-12/+7
* MFC r302635:royger2016-07-151-2/+22
* Remove misc NULL checks after M_WAITOK allocations.trasz2016-05-101-2/+0
* xen: Set ipi_{alloc,free} even for UPsephe2016-04-071-2/+2
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-1/+1
* 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
OpenPOWER on IntegriCloud