aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* netpfil: Use accessor functions and named constants for all tcphdr flagsRichard Scheffenegger2023-12-251-2/+2
* gntdev: Handle errors from suword32() in gntdev_alloc_gref()Mark Johnston2023-12-261-5/+7
* xen: add atomic #defines to accomodate differing xen_ulong_t sizesElliott Mitchell2023-12-151-3/+3
* xen/intr: correct type of evtchn_enabledElliott Mitchell2023-12-151-1/+1
* xen/dev: remove __unused from driver argument of identify functionsElliott Mitchell2023-11-285-5/+5
* xen/dev: switch to DEVMETHOD_ENDElliott Mitchell2023-11-284-4/+7
* xen/intr: remove xenpci headersElliott Mitchell2023-11-281-2/+0
* xen/intr: correct misuses of Xen handle pointer typeElliott Mitchell2023-11-282-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+0
* xen: improve shutdown hookMitchell Horne2023-11-231-5/+11
* xen-netfront: attempt to make cleanup idempotentRoger Pau Monné2023-11-061-5/+22
* xen: fix initialization of grant table frame arrayRoger Pau Monné2023-11-061-9/+1
* netfront: fix the support for disabling LRO at boot timeDoug Rabson2023-10-201-2/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1622-44/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* Mechanically convert Xen netfront/netback(4) to IfAPIJustin Hibbits2023-04-242-150/+153
* xen/intr: move sys/x86/xen/xen_intr.c to sys/dev/xen/bus/Julien Grall2023-04-141-0/+1131
* xen/intr: move interrupt allocation/release to architectureElliott Mitchell2023-04-141-0/+3
* xen/intr: move x86 PIC interface to xen_arch_intr.c, introduce wrappersJulien Grall2023-04-141-0/+30
* xen/intr: move evtchn_type to intr-internal.hElliott Mitchell2023-04-141-0/+9
* xen/intr: introduce dev/xen/bus/intr-internal.hJulien Grall2023-04-141-0/+54
* xen/intr: adjust xen_intr_handle_upcall() to match driver filterElliott Mitchell2023-04-141-8/+1
* xen: introduce XEN_CPUID_TO_VCPUID()/XEN_VCPUID()Julien Grall2023-04-141-1/+1
* xen: switch to using core atomics for synchronizationElliott Mitchell2023-03-292-20/+16
* xen: bump used interface versionRoger Pau Monné2023-03-093-7/+5
* xen/timer: rename "timer.c" to "xen_timer.c"Elliott Mitchell2023-02-051-1/+1
* xen/acpi: only evaluate Processor objects matching online CPUsRoger Pau Monné2022-11-291-0/+29
* xen/netfront: deal with mbuf data crossing a page boundaryRoger Pau Monné2022-11-031-56/+138
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-2/+2
* Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric2022-07-261-5/+5
* Fix unused variable warning in xen's blkback.cDimitry Andric2022-07-261-3/+0
* Fix unused variable warning in xen's blkfront.cDimitry Andric2022-07-261-2/+1
* xen/blkback: do not use x86 CPUID in generic codeRoger Pau Monné2022-06-281-6/+1
* xen/blkback: remove bounce buffering modeRoger Pau Monné2022-06-071-178/+22
* xen/blkback: fix tear-down issuesRoger Pau Monné2022-06-071-33/+30
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+1
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0619-54/+20
* xen: Use devclass_find to lookup devclasses in identify.John Baldwin2022-04-252-4/+4
* xen/acpi: upload Cx and Px data to XenRoger Pau Monné2022-04-121-0/+605
* xen netback: Remove write-only variables.John Baldwin2022-04-062-11/+5
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-261-1/+0
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-079-15/+15
* xen/grant-table: remove explicit linear mapping additionsRoger Pau Monné2022-02-071-22/+6
* xen: use an hypercall for shutdown and rebootRoger Pau Monné2022-01-131-12/+6
* xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-261-1/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-157-14/+7
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-5/+4
* xen/dev: remove write-only variableElliott Mitchell2021-11-301-3/+1