aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/xenstore
Commit message (Expand)AuthorAgeFilesLines
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-8/+3
* xen: switch to use headers in contribElliott Mitchell2022-02-071-1/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-151-3/+0
* xen: create VM_MEMATTR_XEN for Xen memory mappingsElliott Mitchell2021-07-281-1/+1
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-302-3/+26
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-8/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-1/+2
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-192-37/+46
* dev/xenstore: prevent transaction hijackingRoger Pau Monné2018-05-241-6/+22
* dev/xenstore: add support for watchesRoger Pau Monné2018-05-241-20/+248
* xenstore: don't wait with the PCATCH flagRoger Pau Monné2018-05-241-2/+2
* xenstore: remove the suspend sx lockRoger Pau Monné2018-05-241-77/+4
* xenstore: fix suspension when using the xenstore deviceRoger Pau Monné2017-03-071-0/+17
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-2/+0
* xen: fix xenstore devRoger Pau Monné2015-02-161-24/+30
* xen: add xenstored user-space deviceRoger Pau Monné2014-09-301-0/+169
* xen: convert the xenstore user-space char device to a newbus deviceRoger Pau Monné2014-09-302-4/+66
* xen: defer xenstore initialization until xenstored is startedRoger Pau Monné2014-09-301-2/+66
* xen: move xenstore devicesRoger Pau Monné2014-09-302-0/+1864