aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_probe_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-11/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant1-1/+23
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-7/+7
2017-02-09xen: clean up xenbus internal headersJuergen Gross1-2/+1
2016-10-24xenbus: check return value of xenbus_scanf()Jan Beulich1-1/+3
2016-07-06xen: xenbus: Remove create_workqueueBhaktipriya Shridhar1-14/+1
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-3/+5
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-1/+1
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-07-29xenbus: frontend resume cleanupAurelien Chartier1-3/+16
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-17/+18
2013-05-29xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier1-1/+36
2012-08-21xen: missing includesStefano Stabellini1-0/+1
2012-04-19xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk1-16/+53
2012-03-13xen/xenbus: ignore console/0Stefano Stabellini1-0/+6
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-5/+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 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+121
2011-09-01xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernelOlaf Hering1-0/+121
2011-06-30xen: Populate xenbus device attributesBastian Blank1-5/+1
2011-03-16xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan1-3/+5
2011-03-16xen: xenbus PM events supportKazuhiro SUZUKI1-2/+7
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell1-13/+15
2011-01-05xen/xenbus: clean up noise in xenbus_probe_frontend.cJeremy Fitzhardinge1-7/+2
2011-01-05xen/xenbus: make frontend bus GPLJeremy Fitzhardinge1-0/+2
2011-01-05xenbus/frontend: register bus earlierJeremy Fitzhardinge1-2/+1
2011-01-05xen: add backend driver supportIan Campbell1-9/+30
2011-01-05xen: separate out frontend xenbusIan Campbell1-0/+275