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