aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/xenpci
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* xen: Add support for platform device with id 5853:0002Frediano Ziglio2025-05-081-1/+2
* xen/dev: switch to DEVMETHOD_ENDElliott Mitchell2023-11-281-1/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* xen/intr: adjust xen_intr_handle_upcall() to match driver filterElliott Mitchell2023-04-141-8/+1
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-6/+1
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-2/+6
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-2/+1
* xen: unify gnttab initialization for PVHVM and PVHRoger Pau Monné2014-06-162-57/+0
* xen: introduce xenpv busRoger Pau Monné2014-06-161-61/+3
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-16/+2
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-293-631/+67
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Remove files not connected to the build. It's confusing enough thatMarius Strobl2013-01-031-80/+0
* Make XENHVM work on i386. The __ffs() function counts bits starting fromColin Percival2012-01-161-1/+1
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-041-1/+7
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-192-11/+113
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-114-0/+941