summaryrefslogtreecommitdiff
path: root/sys/dev/xen/bus
AgeCommit message (Expand)Author
2025-10-13xen: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-07-30xen: introduce a per-arch scratch mapping rangesRoger Pau Monné
2024-04-16x86/xen: fix accounted interrupt timeRoger Pau Monné
2024-02-22x86/xen: fix out of bounds access to the event channel masks on resumeRoger Pau Monné
2023-12-15xen: add atomic #defines to accomodate differing xen_ulong_t sizesElliott Mitchell
2023-12-15xen/intr: correct type of evtchn_enabledElliott Mitchell
2023-11-28xen/intr: remove xenpci headersElliott Mitchell
2023-11-28xen/intr: correct misuses of Xen handle pointer typeElliott Mitchell
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-14xen/intr: move sys/x86/xen/xen_intr.c to sys/dev/xen/bus/Julien Grall
2023-04-14xen/intr: move interrupt allocation/release to architectureElliott Mitchell
2023-04-14xen/intr: move x86 PIC interface to xen_arch_intr.c, introduce wrappersJulien Grall
2023-04-14xen/intr: move evtchn_type to intr-internal.hElliott Mitchell
2023-04-14xen/intr: introduce dev/xen/bus/intr-internal.hJulien Grall
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-25xen: Use devclass_find to lookup devclasses in identify.John Baldwin
2021-08-12xen: use correct cache attributes for Xen specific memory regionsRoger Pau Monné
2021-07-28xen/xenpv: remove low memory limit for non-x86Elliott Mitchell
2021-07-28xen: create VM_MEMATTR_XEN for Xen memory mappingsElliott Mitchell
2021-07-28xen: move x86/xen/xenpv.c to dev/xen/bus/xenpv.cJulien Grall