aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* sys/xen: Use __printflike() instead of format(printf)Alex Richardson2026-01-041-1/+1
* x86/xen: fix accounted interrupt timeRoger Pau Monné2025-06-251-1/+20
* xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné2024-10-152-18/+47
* xen-netfront: attempt to make cleanup idempotentRoger Pau Monné2024-10-111-5/+22
* xen: fix initialization of grant table frame arrayRoger Pau Monné2024-10-111-9/+1
* xen/netfront: Decouple XENNET tags from mbuf lifetimesMark Johnston2024-08-201-1/+9
* gntdev: Handle errors from suword32() in gntdev_alloc_gref()Mark Johnston2024-01-021-5/+7
* xen: improve shutdown hookMitchell Horne2023-12-081-5/+11
* netfront: fix the support for disabling LRO at boot timeDoug Rabson2023-11-121-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
* xen(4): Fix two typos in source code commentsGordon Bergling2021-11-301-2/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* xen/privcmd: fix MMAP_RESOURCE ioctl to copy out resultsRoger Pau Monné2021-11-181-5/+3
* xen/devices: purge uses of intr_machdep.hElliott Mitchell2021-10-212-2/+0