summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_probe_frontend.c
AgeCommit message (Expand)Author
2023-08-21xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-02-09xen: clean up xenbus internal headersJuergen Gross
2016-10-24xenbus: check return value of xenbus_scanf()Jan Beulich
2016-07-06xen: xenbus: Remove create_workqueueBhaktipriya Shridhar
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-07-29xenbus: frontend resume cleanupAurelien Chartier
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2013-05-29xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier
2012-08-21xen: missing includesStefano Stabellini
2012-04-19xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk
2012-03-13xen/xenbus: ignore console/0Stefano Stabellini
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
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-09-01xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernelOlaf Hering
2011-06-30xen: Populate xenbus device attributesBastian Blank
2011-03-16xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan
2011-03-16xen: xenbus PM events supportKazuhiro SUZUKI
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell
2011-01-05xen/xenbus: clean up noise in xenbus_probe_frontend.cJeremy Fitzhardinge
2011-01-05xen/xenbus: make frontend bus GPLJeremy Fitzhardinge
2011-01-05xenbus/frontend: register bus earlierJeremy Fitzhardinge
2011-01-05xen: add backend driver supportIan Campbell
2011-01-05xen: separate out frontend xenbusIan Campbell