aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross1-3/+6
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-1/+1
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross1-46/+19
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross1-0/+69
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross1-13/+11
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang1-6/+3
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-2/+7
2020-12-14xen/xenbus: Allow watches discard events before queueingSeongJae Park1-0/+1
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig1-14/+16
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-3/+3
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter1-3/+1
2020-07-02xen/xenbus: let xenbus_map_ring_valloc() return errno values onlyJuergen Gross1-16/+6
2020-07-02xen/xenbus: avoid large structs and arrays on the stackJuergen Gross1-78/+83
2020-04-14xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross1-1/+8
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi1-3/+3
2020-03-30xen/xenbus: remove unused xenbus_map_ring()Juergen Gross1-84/+42
2018-10-26xen: drop writing error messages to xenstoreJuergen Gross1-4/+2
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross1-63/+67
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-2/+2
2017-02-09xen: clean up xenbus internal headersJuergen Gross1-1/+1
2017-02-08xenbus: Neaten xenbus_va_dev_errorJoe Perches1-29/+10
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall1-25/+72
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-17/+17
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall1-3/+3
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-2/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-08-11xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall1-1/+3
2015-06-17xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ringJulien Grall1-3/+3
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall1-1/+1
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-101/+286
2014-10-06xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang1-4/+1
2014-10-06xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang1-2/+2
2014-02-28xen/xenbus: remove unused xenbus_bind_evtchn()David Vrabel1-27/+0
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor1-1/+2
2013-05-29xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu1-2/+3
2013-03-01xenbus: fix compile failure on ARM with Xen enabledSteven Noonan1-0/+1
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla1-4/+2
2012-02-26xenbus: address compiler warningsJan Beulich1-3/+3
2011-12-20xenbus: Use grant-table wrapper functionsDaniel De Graaf1-10/+7
2011-12-20xenbus: Support HVM backendsDaniel De Graaf1-21/+155
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-3/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker1-0/+1
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-3/+3
2010-10-18xenbus: Xen paravirtualised PCI hotplug support.Yosuke Iwamatsu1-0/+2
2010-08-07xenbus: Make xenbus_switch_state transactionalDaniel Stodden1-24/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-08drivers/xen/xenbus/xenbus_client.c: cleanup kerneldocQinghuang Feng1-2/+1
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell1-1/+1