summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_probe.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross1-1/+1
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini1-0/+3
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-4/+4
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio1-20/+71
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05xen: Use DEVICE_ATTR_*() macroYueHaibing1-8/+7
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross1-0/+66
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall1-1/+1
2021-01-27xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse1-0/+31
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse1-14/+67
2020-12-14xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park1-1/+2
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-1/+1
2020-06-12Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-27xenbus: Use dev_printk() when possibleBjorn Helgaas1-6/+5
2020-03-05xen/xenbus: fix lockingJuergen Gross1-5/+5
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park1-1/+7
2019-12-20xenbus: limit when state is forced to closedPaul Durrant1-2/+10
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant1-23/+0
2019-12-04xen/xenbus: reference count registered modulesPaul Durrant1-1/+12
2018-08-28xen: export device state to sysfsJoe Jin1-0/+9
2018-05-17xen/store: do not store local values in xen_start_infoRoger Pau Monne1-3/+2
2018-03-08xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-7/+4
2017-02-09xen: clean up xenbus internal headersJuergen Gross1-2/+1
2016-12-08xen: xenbus: set error code on failurePan Bian1-1/+1
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee1-1/+1
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall1-1/+2
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall1-7/+7
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-5/+3
2015-05-28xenbus: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-05xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky1-0/+29
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-1/+5
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman1-6/+18
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-17/+13
2013-05-29xenbus: save xenstore local status for later useAurelien Chartier1-15/+12
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2012-09-17xen/arm: compile and run xenbusStefano Stabellini1-14/+38
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-2/+2
2012-03-13xenbus: don't free other end details too earlyJan Beulich1-1/+2
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-6/+1
2011-12-20xenbus: Support HVM backendsDaniel De Graaf1-0/+2
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2011-10-31xen: Add module.h to modular drivers/xen users.Paul Gortmaker1-0/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds1-48/+53
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf1-48/+53