summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_probe_backend.c
AgeCommit message (Expand)Author
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2020-12-14xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-03-05xen/xenbus: fix lockingJuergen Gross
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park
2020-01-29xenbus/backend: Add memory pressure handler callbackSeongJae Park
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-02-09xen: clean up xenbus internal headersJuergen Gross
2016-11-07xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker
2011-10-19xen/xenbus: Remove the unnecessary check.Konrad Rzeszutek Wilk
2011-06-30xen: Add module alias to autoload backend driversBastian Blank
2011-06-30xen: Populate xenbus device attributesBastian Blank
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell
2011-01-05xen/xenbus: clean up noise in xenbus_probe_backend.cJeremy Fitzhardinge
2011-01-05xen/xenbus: make sure backend bus is registered earlierJeremy Fitzhardinge
2011-01-05xen: remove xen/evtchn.hJeremy Fitzhardinge
2011-01-05xen: add backend driver supportIan Campbell