| Age | Commit message (Expand) | Author |
| 2023-02-25 | xenbus_comms.c: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xenbus_comms.c: Membar audit. | riastradh |
| 2022-09-01 | process_msg() is called from thread context, so malloc() can wait for | bouyer |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-16 | Grab KERNEL_LOCK before calling config_found() | bouyer |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-05-26 | Add need-flags for kernfs. | bouyer |
| 2020-05-14 | fix compile when DPRINK() is defined | jdolecek |
| 2020-05-13 | don't reinitialize mutexes/cv on resume | jdolecek |
| 2020-05-06 | Convert remaining splfoo/splx and tsleep/wakeup to mutex and condvar. | bouyer |
| 2020-04-28 | Skip block device with device-type "cdrom", as their emulation can't be | bouyer |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-11 | put xenbus dmat into xenbus_device so it's available also for backend | jdolecek |
| 2020-04-10 | add and pass dma tag to PV drivers attached to xenbus, so thay can | jdolecek |
| 2020-04-10 | g/c unused xenwatch_mutex extern, and streq() | jdolecek |
| 2020-04-07 | add wrapper to free response from xenbus_dev_request_and_reply(), so | jdolecek |
| 2020-04-07 | add a small wrapper xenbus_directory_free() to free result of | jdolecek |
| 2020-04-07 | mostly convert to kmem_alloc() | jdolecek |
| 2020-04-07 | partially convert to kmem_alloc() | jdolecek |
| 2020-04-07 | convert from malloc() to kmem_alloc() | jdolecek |
| 2020-04-07 | convert the node watch code to use kmem_alloc() instead of malloc() | jdolecek |
| 2020-04-07 | make xenbus_watch_path() static, it's not used outside xenbus_client.c | jdolecek |
| 2020-04-07 | revert the watch.node change, xenbus_watch_path() and xenbus_watch_path2() | jdolecek |
| 2020-04-07 | change xenbus_read() interface so that caller supplies the buffer and it's | jdolecek |
| 2020-04-07 | no need to malloc()+copy watch.node, it's constant string - either "device" | jdolecek |
| 2020-04-07 | switch KERNFS_ALLOCENTRY() to use kmem_zalloc() instead of malloc() | jdolecek |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-02-26 | Compute storage size for a string correctly. | joerg |
| 2018-12-24 | Bifurcate the interrupt establish functions between XEN and non-XEN | cherry |
| 2018-10-26 | Decompose hypervisor_enable_event() into functional steps. | cherry |
| 2018-10-24 | When using the intr_establish_xname() interface to register | cherry |
| 2018-06-24 | add support for kern.intr.list aka intrctl(8) 'list' for xen | jdolecek |
| 2017-11-13 | Missed a spot: preserve known_mpsafe = (level != IPL_VM). | riastradh |
| 2017-11-06 | Switch XEN drivers to use intr_establish_xname()/intr_disestablish() | cherry |
| 2017-03-27 | Avoid variable reassignement; reported by dcb314@hotmail.com in | bouyer |
| 2017-03-23 | xlwp->mtx will never be used in interrupt context; set to IPL_NONE. | bouyer |
| 2017-03-22 | On second through, it may be possible to have a NULL kfs_v in read and write | bouyer |
| 2017-03-22 | Fix /kern/xen/xenbus handling. It's badly broken and will do bad things | bouyer |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-09-21 | Make Xen kernels compile without DIAGNOSTIC | bouyer |
| 2014-03-27 | correct/add protection against snprintf overflow. | christos |
| 2013-10-13 | Catch up to recent changes in config_pending_{incr,decr}(). | riz |
| 2012-11-28 | xen: prevent adding duplicate xenwatches | royger |
| 2012-06-07 | Fix problem where devices with ID 0 were skipped as invalid as it didn't | sborrill |
| 2012-06-05 | Sort vif and vbd device IDs numerically so that attach order does not depend | sborrill |
| 2011-09-22 | Expose Xen kernfs entries inside a domU. Patch originally from sborrill@, | jym |
| 2011-09-20 | Merge jym-xensuspend branch in -current. ok bouyer@. | jym |
| 2011-07-27 | Change a cast to appease gcc4.5 | matt |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-02 | Remove all return error checks for event_set_handler(...). It either | jym |