index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xenbus
/
xenbus_probe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
xen/store: do not store local values in xen_start_info
Roger Pau Monne
1
-3
/
+2
2018-03-08
xen: xenbus: use put_device() instead of kfree()
Arvind Yadav
1
-1
/
+4
2017-02-09
xen: modify xenstore watch event interface
Juergen Gross
1
-7
/
+4
2017-02-09
xen: clean up xenbus internal headers
Juergen Gross
1
-2
/
+1
2016-12-08
xen: xenbus: set error code on failure
Pan Bian
1
-1
/
+1
2016-11-17
xenfs: Use proc_create_mount_point() to create /proc/xen
Seth Forshee
1
-1
/
+1
2015-10-23
xen/xenbus: Use Xen page definition
Julien Grall
1
-1
/
+2
2015-09-08
xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn
Julien Grall
1
-7
/
+7
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
1
-5
/
+3
2015-05-28
xenbus: avoid uninitialized variable warning
Jan Beulich
1
-1
/
+1
2015-05-05
xen/xenbus: Update xenbus event channel on resume
Boris Ostrovsky
1
-0
/
+29
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
1
-1
/
+5
2013-10-17
xenbus: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-6
/
+18
2013-07-04
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
1
-1
/
+1
2013-07-04
drivers: avoid format string in dev_set_name
Kees Cook
1
-1
/
+1
2013-06-28
xen: Convert printks to pr_<level>
Joe Perches
1
-17
/
+13
2013-05-29
xenbus: save xenstore local status for later use
Aurelien Chartier
1
-15
/
+12
2013-02-20
xen: introduce xen_remap, use it instead of ioremap
Stefano Stabellini
1
-1
/
+1
2012-09-17
xen/arm: compile and run xenbus
Stefano Stabellini
1
-14
/
+38
2012-08-21
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
Konrad Rzeszutek Wilk
1
-2
/
+2
2012-03-13
xenbus: don't free other end details too early
Jan Beulich
1
-1
/
+2
2012-01-05
Xen: consolidate and simplify struct xenbus_driver instantiation
Jan Beulich
1
-6
/
+1
2011-12-21
xenbus: Support HVM backends
Daniel De Graaf
1
-0
/
+2
2011-11-07
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+3
2011-11-01
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...
Linus Torvalds
1
-48
/
+53
2011-10-14
xenbus: don't rely on xen_initial_domain to detect local xenstore
Daniel De Graaf
1
-48
/
+53
2011-10-14
xenbus: Fix loopback event channel assuming domain 0
Daniel De Graaf
1
-1
/
+1
2011-07-26
Xen: fix braces and tabs coding style issue in xenbus_probe.c
Ruslan Pisarev
1
-4
/
+3
2011-06-30
xen: Add module alias to autoload backend drivers
Bastian Blank
1
-1
/
+2
2011-06-30
xen: Populate xenbus device attributes
Bastian Blank
1
-27
/
+14
2011-03-16
xen: xenbus PM events support
Kazuhiro SUZUKI
1
-2
/
+10
2011-01-06
xen/xenbus: fixup checkpatch issues in xenbus_probe*
Ian Campbell
1
-4
/
+8
2011-01-06
xen/xenbus: clean up noise in xenbus_probe.c
Jeremy Fitzhardinge
1
-23
/
+6
2011-01-06
xen/xenbus: clean up error handling
Jeremy Fitzhardinge
1
-2
/
+2
2011-01-06
xen: add backend driver support
Ian Campbell
1
-11
/
+2
2011-01-06
xen: separate out frontend xenbus
Ian Campbell
1
-290
/
+71
2010-10-29
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+28
2010-10-23
xen: Initialize xenbus for dom0.
Juan Quintela
1
-1
/
+28
2010-10-21
xenbus: export xen_store_interface for xenfs
Jeremy Fitzhardinge
1
-1
/
+3
2010-10-05
xen: do not set xenstored_ready before xenbus_probe on hvm
Stefano Stabellini
1
-3
/
+6
2010-08-05
Merge branch 'upstream/pvhvm' into upstream/xen
Jeremy Fitzhardinge
1
-8
/
+39
2010-08-05
pvops: do not notify callers from register_xenstore_notifier
Stefano Stabellini
1
-4
/
+1
2010-07-27
x86: Unplug emulated disks and nics.
Stefano Stabellini
1
-0
/
+4
2010-07-23
xen: Xen PCI platform device driver.
Stefano Stabellini
1
-5
/
+17
2010-07-23
x86: early PV on HVM features initialization.
Sheng Yang
1
-3
/
+18
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-0
/
+2
2009-12-03
xen: wait up to 5 minutes for device connetion
Paolo Bonzini
1
-4
/
+16
2009-12-03
xen: improvement to wait_for_devices()
Paolo Bonzini
1
-3
/
+6
[next]