summaryrefslogtreecommitdiff
path: root/sys/xen/evtchn
AgeCommit message (Expand)Author
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-11-28xen: remove declaration of evtchn_device_upcall()Elliott Mitchell
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-14xen/intr: move evtchn_type to intr-internal.hElliott Mitchell
2023-03-29xen: switch to using core atomics for synchronizationElliott Mitchell
2022-02-07xen: switch to use headers in contribElliott Mitchell
2021-05-17x86/xen: remove PVHv1 codeRoger Pau Monné
2014-10-22xen: import a proper event channel user-space deviceRoger Pau Monné
2013-08-29Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs
2013-06-17Adjust i386 Xen PV support for updated Xen interface files.Justin T. Gibbs
2012-10-26Move the corresponding MTX_SYSINIT() next to their struct mtx declarationAndre Oppermann
2011-11-30Use C99 initializers for members of evtchn_devsw.John Baldwin
2010-12-30Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr methodColin Percival
2010-12-07Postpone the unmasking of event channels (aka. interrupts) until afterColin Percival
2010-10-19Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs
2010-02-21don't hold spin lock across freeKip Macy
2009-07-21Catch up with r195249, "Improve the handling of cpuset with interrupts."Alan Cox
2009-05-30Make ipi_cpu() function as intended.Adrian Chadd
2009-04-01Fix the Xen build for i386 PV mode.Doug Rabson
2009-03-11Merge in support for Xen HVM on amd64 architecture.Doug Rabson
2008-12-29merge 186535, 186537, and 186538 from releng_7_xenKip Macy
2008-10-24Fix evtchn initialization on SMPKip Macy
2008-10-23Fix IPI supportKip Macy
2008-09-26move ipi_pcpu to evtchn.cKip Macy
2008-09-25partial update to interface headers to 3.2Kip Macy
2008-08-19avoid evtchn_init name collision in gdbKip Macy
2008-08-15Compile fixes for xen build.Kip Macy
2008-08-12Import OS interfaces to Xen services.Kip Macy