aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05xen: Use DEVICE_ATTR_*() macroYueHaibing1-8/+7
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross1-0/+66
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2-2/+1
2021-01-27xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse1-0/+31
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse3-22/+68
2020-12-14xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park1-0/+7
2020-12-14xen/xenbus: Count pending messages for each watchSeongJae Park1-11/+18
2020-12-14xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2-1/+4
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2-3/+8
2020-12-14xen/xenbus: Allow watches discard events before queueingSeongJae Park2-1/+5
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig1-14/+16
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-3/+3
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+8
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+1
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter1-3/+1
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-86/+81
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-06-12Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-05-27xenbus: Use dev_printk() when possibleBjorn Helgaas1-6/+5
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
2020-03-05xen/xenbus: fix lockingJuergen Gross2-7/+8
2020-03-05xenbus: req->err should be updated before req->stateDongli Zhang1-0/+2
2020-03-05xenbus: req->body should be updated before req->stateDongli Zhang2-3/+8
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park2-3/+15
2020-01-29xenbus/backend: Add memory pressure handler callbackSeongJae Park1-0/+32
2019-12-20xenbus: limit when state is forced to closedPaul Durrant1-2/+10
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant4-27/+23
2019-12-04xen/xenbus: reference count registered modulesPaul Durrant1-1/+12
2019-10-02xen/xenbus: fix self-deadlock after killing user processJuergen Gross1-2/+18
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-2/+26
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall3-2/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-25xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Mao Wenan1-2/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-3/+1
2018-10-26xen: drop writing error messages to xenstoreJuergen Gross1-4/+2
2018-08-28xen: export device state to sysfsJoe Jin1-0/+9
2018-05-17xen/store: do not store local values in xen_start_infoRoger Pau Monne1-3/+2
2018-04-17xen: xenbus_dev_frontend: Really return response stringSimon Gaiser1-1/+2
2018-03-21xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser1-3/+11
2018-03-21xen: xenbus: Catch closing of non existent transactionsSimon Gaiser1-1/+3
2018-03-21xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser1-1/+1
2018-03-08xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2018-02-17xenbus: track caller request idJoao Martins3-0/+5