summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_probe.c
AgeCommit message (Expand)Author
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-05xen: Use DEVICE_ATTR_*() macroYueHaibing
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall
2021-01-27xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse
2020-12-14xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-06-12Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-27xenbus: Use dev_printk() when possibleBjorn Helgaas
2020-03-05xen/xenbus: fix lockingJuergen Gross
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park
2019-12-20xenbus: limit when state is forced to closedPaul Durrant
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant
2019-12-04xen/xenbus: reference count registered modulesPaul Durrant
2018-08-28xen: export device state to sysfsJoe Jin
2018-05-17xen/store: do not store local values in xen_start_infoRoger Pau Monne
2018-03-08xen: xenbus: use put_device() instead of kfree()Arvind Yadav
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-02-09xen: clean up xenbus internal headersJuergen Gross
2016-12-08xen: xenbus: set error code on failurePan Bian
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-05-28xenbus: avoid uninitialized variable warningJan Beulich
2015-05-05xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2013-05-29xenbus: save xenstore local status for later useAurelien Chartier
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini
2012-09-17xen/arm: compile and run xenbusStefano Stabellini
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk
2012-03-13xenbus: don't free other end details too earlyJan Beulich
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-12-20xenbus: Support HVM backendsDaniel De Graaf
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31xen: Add module.h to modular drivers/xen users.Paul Gortmaker
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf