summaryrefslogtreecommitdiff
path: root/sys/i386/include/xen
Commit message (Expand)AuthorAgeFilesLines
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+3
* xen/i386: enable the platform hypercall for i386Roger Pau Monné2016-05-031-2/+2
* x86/xen: Consolidate xen-os.h in a single placeRoger Pau Monné2015-10-211-186/+4
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-081-1/+1
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-062-117/+0
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-307-538/+1
* xen: implement the privcmd user-space deviceRoger Pau Monné2014-10-221-0/+20
* xen: use the same hypercall mechanism for XEN and XENHVMRoger Pau Monné2014-03-111-8/+0
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-111-1/+0
* Remove redundant declaration of force_evtchn_callback() in theDimitry Andric2013-10-071-3/+0
* Fix compilation of the i386 PAE kernel config.Justin T. Gibbs2013-09-221-2/+0
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-291-36/+0
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-293-124/+53
* Adjust i386 Xen PV support for updated Xen interface files.Justin T. Gibbs2013-06-171-1/+1
* Upgrade Xen interface headers to Xen 4.2.1.Justin T. Gibbs2013-06-141-8/+19
* s/teh/the/gEitan Adler2012-09-141-1/+1
* Fix the netback driver build for i386.Kenneth D. Merry2012-02-022-10/+7
* Remove an unused typedef.Attilio Rao2011-05-171-1/+0
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-044-2/+33
* Rename HYPERVISOR_multicall (which performs the multicall hypercall) toColin Percival2010-11-251-1/+2
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-05-052-30/+26
* fix UP compilationKip Macy2009-09-111-1/+1
* Revert to 2-clause.Adrian Chadd2009-05-291-2/+0
* Migrate the Xen hypervisor clock reading routines into somethingAdrian Chadd2009-05-291-0/+38
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-012-0/+4
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-1/+5
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-294-312/+1
* Integrate 185578 from dfrKip Macy2008-12-041-287/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-9/+0
* Fix IPI supportKip Macy2008-10-232-5/+2
* Header cleanups and addition of IPI declarations for xenKip Macy2008-10-214-32/+23
* move ipi_pcpu to evtchn.cKip Macy2008-09-261-0/+1
* Get initial bootstrap of APs working under xen.Kip Macy2008-09-102-3/+3
* remove redundant PT_SET_MA declarationKip Macy2008-08-191-12/+0
* Ensure that machine / physical addresses are treated as vm_paddr_tKip Macy2008-08-172-5/+5
* Compile fixes for xen build.Kip Macy2008-08-152-8/+20
* Import xen sub-arch includes.Kip Macy2008-08-1212-0/+2038