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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-29
Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-1
/
+30
2010-10-23
xen: Initialize xenbus for dom0.
Juan Quintela
1
-1
/
+28
2010-10-23
Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...
Stefano Stabellini
1
-0
/
+2
2010-10-21
xenbus: export xen_store_interface for xenfs
Jeremy Fitzhardinge
1
-1
/
+3
2010-10-18
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
1
-0
/
+2
2010-10-05
xen: do not set xenstored_ready before xenbus_probe on hvm
Stefano Stabellini
1
-3
/
+6
2010-08-11
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-24
/
+66
2010-08-07
xenbus: Make xenbus_switch_state transactional
Daniel Stodden
1
-24
/
+66
2010-08-05
Merge branch 'xen/xenbus' into upstream/xen
Jeremy Fitzhardinge
1
-10
/
+47
2010-08-05
Merge branch 'upstream/pvhvm' into upstream/xen
Jeremy Fitzhardinge
1
-8
/
+39
2010-08-05
Merge branch 'upstream/core' into upstream/xen
Jeremy Fitzhardinge
1
-4
/
+1
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-06-03
xen: avoid allocation causing potential swap activity on the resume path
Ian Campbell
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-0
/
+2
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
2009-12-03
xen: fix is_disconnected_device/exists_disconnected_device
Paolo Bonzini
1
-6
/
+7
2009-12-03
xen/xenbus: make DEVICE_ATTR()s static
Jeremy Fitzhardinge
1
-3
/
+3
2009-11-04
xen: move Xen-testing predicates to common header
Jeremy Fitzhardinge
1
-0
/
+2
2009-11-04
xenbus: do not hold transaction_mutex when returning to userspace
Ian Campbell
1
-10
/
+47
2009-03-30
xen/xenbus: export xenbus_dev_changed
Jeremy Fitzhardinge
1
-0
/
+1
2009-03-30
xen: use device model for suspending xenbus devices
Ian Campbell
2
-28
/
+11
2009-03-30
xen: remove suspend_cancel hook
Ian Campbell
1
-23
/
+0
2009-01-08
xen: add xenfs to allow usermode <-> Xen interaction
Alex Zeffertt
2
-6
/
+23
2009-01-08
drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc
Qinghuang Feng
1
-2
/
+1
2009-01-06
xen: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2
-13
/
+18
2008-08-20
xen: clean up domain mode predicates
Jeremy Fitzhardinge
1
-4
/
+4
2008-07-15
Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+12
2008-07-03
xen: Avoid allocations causing swap activity on the resume path
Ian Campbell
2
-6
/
+6
2008-05-27
xenbus: rebind irq on restore
Jeremy Fitzhardinge
1
-11
/
+12
2008-04-25
xen: Module autoprobing support for frontend drivers
Mark McLoughlin
1
-2
/
+25
2008-04-25
xen blkfront: Delay wait for block devices until after the disk is added
Christian Limpach
1
-1
/
+4
2008-04-25
xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
Isaku Yamahata
1
-3
/
+3
2007-10-19
Add missing newlines to some uses of dev_<level> messages
Joe Perches
1
-2
/
+3
2007-07-26
xenbus_xs.c: fix a use-after-free
Adrian Bunk
1
-1
/
+1
2007-07-18
xen: add the Xenbus sysfs and virtual device hotplug driver
Jeremy Fitzhardinge
7
-0
/
+2725