aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/acpi: implement hook to notify Xen about entering sleep stateRoger Pau Monné2026-02-271-0/+75
* sys/xen: Use __printflike() instead of format(printf)Alex Richardson2025-12-281-1/+1
* xen: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-4/+2
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-061-3/+4
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-114-7/+4
* xen: Add support for platform device with id 5853:0002Frediano Ziglio2025-05-081-1/+2
* efi: Move to using efi_guid_t in ioctl definitionsWarner Losh2025-05-011-3/+3
* xen/netfront: use iflladdr_event to send ARPsGleb Smirnoff2024-12-161-22/+6
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-7/+8
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-5/+3
* device_pager: user iterators to free device pagesDoug Moore2024-11-212-25/+2
* xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné2024-10-082-18/+47
* xen: remove PV suspend/resume support copyrightRoger Pau Monné2024-10-071-34/+1
* xen: expose support for poweroff/reboot/suspend on xenbusRoger Pau Monné2024-10-071-0/+25
* 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