| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-04 | xen/xenbus: better handle backend crash | Juergen Gross | 1 | -0/+1 |
| 2026-03-04 | xenbus: add xenbus_device parameter to xenbus_read_driver_state() | Juergen Gross | 1 | -1/+2 |
| 2025-11-17 | drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_end | Thorsten Blum | 1 | -1/+1 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2025-08-02 | xen/xenbus: fix typo "notifer" | WangYuli | 1 | -1/+1 |
| 2025-07-14 | xen: Remove some deadcode (x) | Dr. David Alan Gilbert | 1 | -2/+0 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -4/+1 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-27 | xen/xenbus: move to_xenbus_device() to use container_of_const() | Greg Kroah-Hartman | 1 | -4/+1 |
| 2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -1/+1 |
| 2022-05-19 | xen/xenbus: eliminate xenbus_grant_ring() | Juergen Gross | 1 | -2/+0 |
| 2022-05-19 | xen/xenbus: add xenbus_setup_ring() service function | Juergen Gross | 1 | -0/+4 |
| 2021-11-23 | xen: add "not_essential" flag to struct xenbus_driver | Juergen Gross | 1 | -0/+1 |
| 2021-03-10 | Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} | Jan Beulich | 1 | -1/+0 |
| 2021-02-23 | xen/events: add per-xenbus device event statistics and settings | Juergen Gross | 1 | -0/+7 |
| 2021-02-11 | arm/xen: Don't probe xenbus as part of an early initcall | Julien Grall | 1 | -2/+0 |
| 2021-01-13 | xen: Fix event channel callback via INTX/GSI | David Woodhouse | 1 | -1/+1 |
| 2020-12-14 | xen/xenbus: Count pending messages for each watch | SeongJae Park | 1 | -0/+2 |
| 2020-12-14 | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() | SeongJae Park | 1 | -1/+5 |
| 2020-12-14 | xen/xenbus: Allow watches discard events before queueing | SeongJae Park | 1 | -0/+7 |
| 2020-04-07 | xen: Use evtchn_type_t as a type for event channels | Yan Yankovskyi | 1 | -2/+3 |
| 2020-03-30 | xen/xenbus: remove unused xenbus_map_ring() | Juergen Gross | 1 | -7/+0 |
| 2020-03-05 | xen/xenbus: fix locking | Juergen Gross | 1 | -1/+2 |
| 2020-01-29 | xenbus/backend: Protect xenbus callback with lock | SeongJae Park | 1 | -0/+1 |
| 2020-01-29 | xenbus/backend: Add memory pressure handler callback | SeongJae Park | 1 | -0/+1 |
| 2019-12-20 | xenbus: limit when state is forced to closed | Paul Durrant | 1 | -0/+1 |
| 2017-02-09 | xen: modify xenstore watch event interface | Juergen Gross | 1 | -3/+3 |
| 2017-02-09 | xen: clean up xenbus internal headers | Juergen Gross | 1 | -7/+5 |
| 2016-11-07 | xen: introduce xenbus_read_unsigned() | Juergen Gross | 1 | -0/+4 |
| 2015-10-23 | xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* | Julien Grall | 1 | -2/+2 |
| 2015-04-15 | xenbus_client: Extend interface to support multi-page ring | Wei Liu | 1 | -6/+14 |
| 2015-03-02 | xen: Remove trailing semicolon from xenbus_register_frontend() definition | Yuval Shaia | 1 | -2/+2 |
| 2014-10-06 | xen: remove DEFINE_XENBUS_DRIVER() macro | David Vrabel | 1 | -9/+12 |
| 2014-02-28 | xen/xenbus: remove unused xenbus_bind_evtchn() | David Vrabel | 1 | -1/+0 |
| 2013-05-29 | xenbus: delay xenbus frontend resume if xenstored is not running | Aurelien Chartier | 1 | -0/+1 |
| 2012-03-23 | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 1 | -2/+2 |
| 2012-01-04 | Xen: consolidate and simplify struct xenbus_driver instantiation | Jan Beulich | 1 | -22/+9 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -6/+6 |
| 2011-10-31 | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. | Paul Gortmaker | 1 | -0/+1 |
| 2011-06-30 | xen: Add __attribute__((format(printf... where appropriate | Joe Perches | 1 | -0/+2 |
| 2011-03-16 | xen: xenbus PM events support | Kazuhiro SUZUKI | 1 | -1/+1 |
| 2011-01-05 | xen: add backend driver support | Ian Campbell | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-03-30 | xen: use device model for suspending xenbus devices | Ian Campbell | 1 | -1/+1 |
| 2009-03-30 | xen: remove suspend_cancel hook | Ian Campbell | 1 | -1/+0 |
| 2009-01-08 | xen: add xenfs to allow usermode <-> Xen interaction | Alex Zeffertt | 1 | -2/+0 |
| 2008-04-24 | xen blkfront: Delay wait for block devices until after the disk is added | Christian Limpach | 1 | -0/+1 |
| 2007-07-18 | xen: add the Xenbus sysfs and virtual device hotplug driver | Jeremy Fitzhardinge | 1 | -0/+234 |