index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xenbus
/
xenbus_client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
Juergen Gross
2022-03-11
1
-13
/
+11
*
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
2020-12-30
1
-2
/
+7
*
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
2020-12-30
1
-0
/
+1
*
xen/xenbus: Fix granting of vmalloc'd memory
Simon Leiner
2020-09-09
1
-2
/
+8
*
xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status
Juergen Gross
2020-05-02
1
-1
/
+8
*
xen: don't compile pv-specific parts if XEN_PV isn't configured
Juergen Gross
2017-09-18
1
-63
/
+67
*
xen: modify xenstore watch event interface
Juergen Gross
2017-02-09
1
-2
/
+2
*
xen: clean up xenbus internal headers
Juergen Gross
2017-02-09
1
-1
/
+1
*
xenbus: Neaten xenbus_va_dev_error
Joe Perches
2017-02-08
1
-29
/
+10
*
xenbus: Support multiple grants ring with 64KB
Julien Grall
2015-10-23
1
-25
/
+72
*
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
Julien Grall
2015-10-23
1
-17
/
+17
*
xen/xenbus: Use Xen page definition
Julien Grall
2015-10-23
1
-3
/
+3
*
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
2015-10-23
1
-2
/
+1
*
xen: Use correctly the Xen memory terminologies
Julien Grall
2015-09-08
1
-1
/
+1
*
xen/xenbus: Don't leak memory when unmapping the ring on HVM backend
Julien Grall
2015-08-11
1
-1
/
+3
*
xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring
Julien Grall
2015-06-17
1
-3
/
+3
*
xen: Include xen/page.h rather than asm/xen/page.h
Julien Grall
2015-06-17
1
-1
/
+1
*
xenbus_client: Extend interface to support multi-page ring
Wei Liu
2015-04-15
1
-101
/
+286
*
xen/xenbus: Remove BUG_ON() when error string trucated
Chen Gang
2014-10-06
1
-4
/
+1
*
xen/xenbus: Correct the comments for xenbus_grant_ring()
Chen Gang
2014-10-06
1
-2
/
+2
*
xen/xenbus: remove unused xenbus_bind_evtchn()
David Vrabel
2014-02-28
1
-27
/
+0
*
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
2014-01-06
1
-1
/
+2
*
xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
Wei Liu
2013-05-29
1
-2
/
+3
*
xenbus: fix compile failure on ARM with Xen enabled
Steven Noonan
2013-03-01
1
-0
/
+1
*
xen/gndev: Xen backend support for paged out grant targets V4.
Andres Lagar-Cavilla
2012-09-21
1
-4
/
+2
*
xenbus: address compiler warnings
Jan Beulich
2012-02-26
1
-3
/
+3
*
xenbus: Use grant-table wrapper functions
Daniel De Graaf
2011-12-20
1
-10
/
+7
*
xenbus: Support HVM backends
Daniel De Graaf
2011-12-20
1
-21
/
+155
*
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
2011-11-16
1
-3
/
+8
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
|
*
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
xen: use generic functions instead of xen_{alloc, free}_vm_area()
David Vrabel
2011-09-29
1
-3
/
+3
|
/
*
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
2010-10-18
1
-0
/
+2
*
xenbus: Make xenbus_switch_state transactional
Daniel Stodden
2010-08-07
1
-24
/
+66
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc
Qinghuang Feng
2009-01-08
1
-2
/
+1
*
xen: Avoid allocations causing swap activity on the resume path
Ian Campbell
2008-07-03
1
-1
/
+1
*
xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
Isaku Yamahata
2008-04-24
1
-3
/
+3
*
xen: add the Xenbus sysfs and virtual device hotplug driver
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+569