summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_probe.c
Commit message (Expand)AuthorAgeFilesLines
* xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-4/+4
* xen: add support for initializing xenstore later as HVM domainLuca Miccio2022-05-191-20/+71
* xen: detect uninitialized xenbus in xenbus_initStefano Stabellini2021-11-241-0/+23
* xen: don't continue xenstore initialization in case of errorsStefano Stabellini2021-11-161-1/+3
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* xen: Use DEVICE_ATTR_*() macroYueHaibing2021-07-051-8/+7
* xen/events: add per-xenbus device event statistics and settingsJuergen Gross2021-02-231-0/+66
* arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-111-1/+1
* xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse2021-01-271-0/+31
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-14/+67
* xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2020-12-141-1/+2
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+1
* Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-121-6/+5
|\
| * xenbus: Use dev_printk() when possibleBjorn Helgaas2020-05-271-6/+5
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
|/
* xen/xenbus: fix lockingJuergen Gross2020-03-051-5/+5
* xenbus/backend: Protect xenbus callback with lockSeongJae Park2020-01-291-1/+7
* xenbus: limit when state is forced to closedPaul Durrant2019-12-201-2/+10
* xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant2019-12-201-23/+0
* xen/xenbus: reference count registered modulesPaul Durrant2019-12-041-1/+12
* xen: export device state to sysfsJoe Jin2018-08-281-0/+9
* xen/store: do not store local values in xen_start_infoRoger Pau Monne2018-05-171-3/+2
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-03-081-1/+4
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-7/+4
* xen: clean up xenbus internal headersJuergen Gross2017-02-091-2/+1
* xen: xenbus: set error code on failurePan Bian2016-12-081-1/+1
* xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+1
* xen/xenbus: Use Xen page definitionJulien Grall2015-10-231-1/+2
* xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall2015-09-081-7/+7
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-5/+3
* xenbus: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
* xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky2015-05-051-0/+29
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-1/+5
* xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-6/+18
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-1/+1
|\
| * drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* | xen: Convert printks to pr_<level>Joe Perches2013-06-281-17/+13
|/
* xenbus: save xenstore local status for later useAurelien Chartier2013-05-291-15/+12
* xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-1/+1
* xen/arm: compile and run xenbusStefano Stabellini2012-09-171-14/+38
* xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-211-2/+2
* xenbus: don't free other end details too earlyJan Beulich2012-03-131-1/+2
* Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-6/+1
* xenbus: Support HVM backendsDaniel De Graaf2011-12-201-0/+2
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-4/+3
|\
| * Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev2011-07-261-4/+3
* | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-10-311-0/+1
| |
| \
*-. \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-251-48/+53
|\ \ \ | |_|/ |/| |
| * | xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf2011-10-141-48/+53
| * | xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf2011-10-141-1/+1
| |/