aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-212-2/+2
* xen/netfront: Decouple XENNET tags from mbuf lifetimesMark Johnston2024-08-021-1/+9
* xen: introduce a per-arch scratch mapping rangesRoger Pau Monné2024-07-301-6/+71
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-6/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-0/+688
* xen/debug: remove usage of sbuf_{clear,finish}() on drained sbufRoger Pau Monné2024-05-091-4/+6
* x86/xen: fix accounted interrupt timeRoger Pau Monné2024-04-161-1/+20
* x86/xen: introduce non-hypercall based emergency printRoger Pau Monné2024-02-221-5/+10
* x86/xen: fix out of bounds access to the event channel masks on resumeRoger Pau Monné2024-02-221-2/+6
* 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