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
/
xenbus_client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-1
/
+1
2022-05-19
xen/xenbus: eliminate xenbus_grant_ring()
Juergen Gross
1
-46
/
+19
2022-05-19
xen/xenbus: add xenbus_setup_ring() service function
Juergen Gross
1
-0
/
+69
2022-03-07
xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
Juergen Gross
1
-13
/
+11
2021-08-30
drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warnings
Jing Yangyang
1
-6
/
+3
2020-12-14
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
1
-2
/
+7
2020-12-14
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
1
-0
/
+1
2020-10-18
xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
Christoph Hellwig
1
-14
/
+16
2020-09-04
xen: add helpers to allocate unpopulated memory
Roger Pau Monne
1
-3
/
+3
2020-08-27
xen/xenbus: Fix granting of vmalloc'd memory
Simon Leiner
1
-2
/
+8
2020-07-10
xen/xenbus: Fix a double free in xenbus_map_ring_pv()
Dan Carpenter
1
-3
/
+1
2020-07-03
xen/xenbus: let xenbus_map_ring_valloc() return errno values only
Juergen Gross
1
-16
/
+6
2020-07-03
xen/xenbus: avoid large structs and arrays on the stack
Juergen Gross
1
-78
/
+83
2020-04-14
xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status
Juergen Gross
1
-1
/
+8
2020-04-07
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
1
-3
/
+3
2020-03-30
xen/xenbus: remove unused xenbus_map_ring()
Juergen Gross
1
-84
/
+42
2018-10-26
xen: drop writing error messages to xenstore
Juergen Gross
1
-4
/
+2
2017-09-18
xen: don't compile pv-specific parts if XEN_PV isn't configured
Juergen Gross
1
-63
/
+67
2017-02-09
xen: modify xenstore watch event interface
Juergen Gross
1
-2
/
+2
2017-02-09
xen: clean up xenbus internal headers
Juergen Gross
1
-1
/
+1
2017-02-08
xenbus: Neaten xenbus_va_dev_error
Joe Perches
1
-29
/
+10
2015-10-23
xenbus: Support multiple grants ring with 64KB
Julien Grall
1
-25
/
+72
2015-10-23
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
Julien Grall
1
-17
/
+17
2015-10-23
xen/xenbus: Use Xen page definition
Julien Grall
1
-3
/
+3
2015-10-23
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
1
-2
/
+1
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
1
-1
/
+1
2015-08-11
xen/xenbus: Don't leak memory when unmapping the ring on HVM backend
Julien Grall
1
-1
/
+3
2015-06-17
xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring
Julien Grall
1
-3
/
+3
2015-06-17
xen: Include xen/page.h rather than asm/xen/page.h
Julien Grall
1
-1
/
+1
2015-04-15
xenbus_client: Extend interface to support multi-page ring
Wei Liu
1
-101
/
+286
2014-10-06
xen/xenbus: Remove BUG_ON() when error string trucated
Chen Gang
1
-4
/
+1
2014-10-06
xen/xenbus: Correct the comments for xenbus_grant_ring()
Chen Gang
1
-2
/
+2
2014-03-01
xen/xenbus: remove unused xenbus_bind_evtchn()
David Vrabel
1
-27
/
+0
2014-01-06
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
1
-1
/
+2
2013-05-29
xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
Wei Liu
1
-2
/
+3
2013-03-01
xenbus: fix compile failure on ARM with Xen enabled
Steven Noonan
1
-0
/
+1
2012-09-21
xen/gndev: Xen backend support for paged out grant targets V4.
Andres Lagar-Cavilla
1
-4
/
+2
2012-02-26
xenbus: address compiler warnings
Jan Beulich
1
-3
/
+3
2011-12-21
xenbus: Use grant-table wrapper functions
Daniel De Graaf
1
-10
/
+7
2011-12-21
xenbus: Support HVM backends
Daniel De Graaf
1
-21
/
+155
2011-11-16
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
1
-3
/
+8
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-01
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Paul Gortmaker
1
-0
/
+1
2011-09-29
xen: use generic functions instead of xen_{alloc, free}_vm_area()
David Vrabel
1
-3
/
+3
2010-10-18
xenbus: Xen paravirtualised PCI hotplug support.
Yosuke Iwamatsu
1
-0
/
+2
2010-08-07
xenbus: Make xenbus_switch_state transactional
Daniel Stodden
1
-24
/
+66
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-01-08
drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc
Qinghuang Feng
1
-2
/
+1
2008-07-03
xen: Avoid allocations causing swap activity on the resume path
Ian Campbell
1
-1
/
+1
2008-04-25
xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
Isaku Yamahata
1
-3
/
+3
[next]