index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2023-10-16
xenbus: fix error exit in xenbus_init()
Juergen Gross
1
-1
/
+1
2023-07-25
xenbus: check xen_domain in xenbus_probe_initcall
Stefano Stabellini
1
-0
/
+3
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
1
-4
/
+4
2022-05-19
xen: add support for initializing xenstore later as HVM domain
Luca Miccio
1
-20
/
+71
2021-11-24
xen: detect uninitialized xenbus in xenbus_init
Stefano Stabellini
1
-0
/
+23
2021-11-17
xen: don't continue xenstore initialization in case of errors
Stefano Stabellini
1
-1
/
+3
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-05
xen: Use DEVICE_ATTR_*() macro
YueHaibing
1
-8
/
+7
2021-02-23
xen/events: add per-xenbus device event statistics and settings
Juergen Gross
1
-0
/
+66
2021-02-11
arm/xen: Don't probe xenbus as part of an early initcall
Julien Grall
1
-1
/
+1
2021-01-27
xen: Fix XenStore initialisation for XS_LOCAL
David Woodhouse
1
-0
/
+31
2021-01-13
xen: Fix event channel callback via INTX/GSI
David Woodhouse
1
-14
/
+67
2020-12-14
xen/xenbus/xen_bus_type: Support will_handle watch callback
SeongJae Park
1
-1
/
+2
2020-12-14
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
1
-1
/
+1
2020-06-12
Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+5
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-05-28
xenbus: Use dev_printk() when possible
Bjorn Helgaas
1
-6
/
+5
2020-03-05
xen/xenbus: fix locking
Juergen Gross
1
-5
/
+5
2020-01-29
xenbus/backend: Protect xenbus callback with lock
SeongJae Park
1
-1
/
+7
2019-12-20
xenbus: limit when state is forced to closed
Paul Durrant
1
-2
/
+10
2019-12-20
xenbus: move xenbus_dev_shutdown() into frontend code...
Paul Durrant
1
-23
/
+0
2019-12-04
xen/xenbus: reference count registered modules
Paul Durrant
1
-1
/
+12
2018-08-29
xen: export device state to sysfs
Joe Jin
1
-0
/
+9
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
[next]