- 36e8f60 xen: detect uninitialized xenbus in xenbus_init by Stefano Stabellini · 3 years, 1 month ago
- 37a72b0 xen: add "not_essential" flag to struct xenbus_driver by Juergen Gross · 3 years, 2 months ago
- 08f6c2b xen: don't continue xenstore initialization in case of errors by Stefano Stabellini · 3 years, 1 month ago
- 9ae5fce Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 4 months ago
- bb70913 drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warnings by Jing Yangyang · 3 years, 4 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- 2060061 xen: Use DEVICE_ATTR_*() macro by YueHaibing · 3 years, 7 months ago
- 06f45fe xen/events: add per-xenbus device event statistics and settings by Juergen Gross · 3 years, 10 months ago
- c4295ab arm/xen: Don't probe xenbus as part of an early initcall by Julien Grall · 3 years, 11 months ago
- 5f46400 xen: Fix XenStore initialisation for XS_LOCAL by David Woodhouse · 4 years ago
- 3499ba8 xen: Fix event channel callback via INTX/GSI by David Woodhouse · 4 years ago
- 9996bd4 xenbus/xenbus_backend: Disallow pending watch messages by SeongJae Park · 4 years ago
- 3dc86ca xen/xenbus: Count pending messages for each watch by SeongJae Park · 4 years ago
- be98720 xen/xenbus/xen_bus_type: Support will_handle watch callback by SeongJae Park · 4 years ago
- 2e85d32 xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() by SeongJae Park · 4 years ago
- fed1755 xen/xenbus: Allow watches discard events before queueing by SeongJae Park · 4 years ago
- b723cae xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv by Christoph Hellwig · 4 years, 2 months ago
- 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
- 9e2369c xen: add helpers to allocate unpopulated memory by Roger Pau Monne · 4 years, 4 months ago
- c8b5563 Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
- d742db7 xen/xenbus: Fix granting of vmalloc'd memory by Simon Leiner · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 0aea6d5c Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
- ba8c423 xen/xenbus: Fix a double free in xenbus_map_ring_pv() by Dan Carpenter · 4 years, 6 months ago
- 35e884f Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
- 578c1bb xen/xenbus: let xenbus_map_ring_valloc() return errno values only by Juergen Gross · 4 years, 6 months ago
- 3848e4e xen/xenbus: avoid large structs and arrays on the stack by Juergen Gross · 4 years, 6 months ago
- d2d5439 Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 64b3eaf xenbus: Use dev_printk() when possible by Bjorn Helgaas · 4 years, 7 months ago
- 6b51fd3 xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status by Juergen Gross · 4 years, 9 months ago
- 0102e4e xen: Use evtchn_type_t as a type for event channels by Yan Yankovskyi · 4 years, 9 months ago
- b28089a xen/xenbus: remove unused xenbus_map_ring() by Juergen Gross · 4 years, 10 months ago
- 2f69a11 xen/xenbus: fix locking by Juergen Gross · 4 years, 10 months ago
- 8130b9d5 xenbus: req->err should be updated before req->state by Dongli Zhang · 4 years, 10 months ago
- 1b6a51e xenbus: req->body should be updated before req->state by Dongli Zhang · 4 years, 10 months ago
- 060eabe xenbus/backend: Protect xenbus callback with lock by SeongJae Park · 5 years ago
- 8a10567 xenbus/backend: Add memory pressure handler callback by SeongJae Park · 5 years ago
- 672b776 xenbus: limit when state is forced to closed by Paul Durrant · 5 years ago
- c534374 xenbus: move xenbus_dev_shutdown() into frontend code... by Paul Durrant · 5 years ago
- 196748a xen/xenbus: reference count registered modules by Paul Durrant · 5 years ago
- a8fabb3 xen/xenbus: fix self-deadlock after killing user process by Juergen Gross · 5 years ago
- 8164c57 Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
- d10e0cc xenbus: Avoid deadlock during suspend due to open transactions by Ross Lagerwall · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 51cf07a xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write() by Mao Wenan · 6 years ago
- 10dce8a fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
- 7a048ce xen: drop writing error messages to xenstore by Juergen Gross · 6 years ago
- 076e2ce xen: export device state to sysfs by Joe Jin · 6 years ago
- 515e654 xen/store: do not store local values in xen_start_info by Roger Pau Monne · 7 years ago
- ebf04f3 xen: xenbus_dev_frontend: Really return response string by Simon Gaiser · 7 years ago
- 8fe5ab4 xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END by Simon Gaiser · 7 years ago
- b93008d xen: xenbus: Catch closing of non existent transactions by Simon Gaiser · 7 years ago
- 2a22ee6 xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling by Simon Gaiser · 7 years ago
- 351b2bc xen: xenbus: use put_device() instead of kfree() by Arvind Yadav · 7 years ago
- 29fee6e xenbus: track caller request id by Joao Martins · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- 051089a Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
- 5fa916f xen: xenbus_probe_frontend: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- fe9c1c9 xen: don't compile pv-specific parts if XEN_PV isn't configured by Juergen Gross · 7 years ago
- 529871b xen: avoid deadlock in xenbus by Juergen Gross · 7 years ago
- 1a3fc2c xen: avoid deadlock in xenbus driver by Juergen Gross · 8 years ago
- ac4cde3 xenbus: remove transaction holder from list before freeing by Jan Beulich · 8 years ago
- d825adb xenbus: Remove duplicate inclusion of linux/init.h by Masanari Iida · 8 years ago
- fd8aa90 xen: optimize xenbus driver for multiple concurrent xenstore accesses by Juergen Gross · 8 years ago
- 5584ea2 xen: modify xenstore watch event interface by Juergen Gross · 8 years ago
- 332f791 xen: clean up xenbus internal headers by Juergen Gross · 8 years ago
- c0d197d xenbus: Neaten xenbus_va_dev_error by Joe Perches · 8 years ago
- 61033e0 xen: remove stale xs_input_avail() from header by Juergen Gross · 8 years ago
- 9a6161f xen: return xenstore command failures via response instead of rc by Juergen Gross · 8 years ago
- 639b088 xen: xenbus driver must not accept invalid transaction ids by Juergen Gross · 8 years ago
- 581d21a xenbus: fix deadlock on writes to /proc/xen/xenbus by David Vrabel · 8 years ago
- 2466d4b xen: xenbus: set error code on failure by Pan Bian · 8 years ago
- f97df70 xenfs: Use proc_create_mount_point() to create /proc/xen by Seth Forshee · 8 years ago
- 999c9af xen: make use of xenbus_read_unsigned() in xenbus by Juergen Gross · 8 years ago
- 9c53a17 xen: introduce xenbus_read_unsigned() by Juergen Gross · 8 years ago
- aa34e07 Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
- c251f15 xenbus: check return value of xenbus_scanf() by Jan Beulich · 8 years ago
- e1e5b3f xenbus: prefer list_for_each() by Jan Beulich · 8 years ago
- 9a035a40 xenbus: don't look up transaction IDs for ordinary writes by Jan Beulich · 8 years ago
- 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
- e5a7947 xenbus: simplify xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
- 7469be9 xenbus: don't bail early from xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
- 0beef63 xenbus: don't BUG() on user mode induced condition by Jan Beulich · 8 years ago
- 5ee405d xen: xenbus: Remove create_workqueue by Bhaktipriya Shridhar · 9 years ago
- 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- ab1241a drivers/xen: make xenbus_dev_[front/back]end explicitly non-modular by Paul Gortmaker · 9 years ago
- 59aa56b xen: audit usages of module.h ; remove unnecessary instances by Paul Gortmaker · 9 years ago
- 692b8c6 Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 85c0a87 xen: fix potential integer overflow in queue_reply by Insu Yun · 9 years ago
- 5bb0c9b xenbus: use virt_xxx barriers by Michael S. Tsirkin · 9 years ago
- 89bf4b4 xenbus: Support multiple grants ring with 64KB by Julien Grall · 9 years ago
- 9cce291 xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* by Julien Grall · 9 years ago
- 7d56792 xen/xenbus: Use Xen page definition by Julien Grall · 10 years ago
- 81b286e xen/balloon: make alloc_xenballoon_pages() always allocate low pages by David Vrabel · 10 years ago
- 5f51042 xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn by Julien Grall · 9 years ago
- 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
- c22fe51 xen/xenbus: Don't leak memory when unmapping the ring on HVM backend by Julien Grall · 9 years ago