summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus
AgeCommit message (Expand)Author
2024-02-12xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park
2024-01-09xen/xenbus: client: fix kernel-doc commentsRandy Dunlap
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-16xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng
2023-08-22xen/xenbus: Avoid a lockdep warning when adding a watchPetr Pavlu
2023-08-21xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-09-23Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-05xen: Use DEVICE_ATTR_*() macroYueHaibing
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall
2021-01-27xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse
2020-12-14xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park
2020-12-14xen/xenbus: Count pending messages for each watchSeongJae Park
2020-12-14xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-14xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-02xen/xenbus: let xenbus_map_ring_valloc() return errno values onlyJuergen Gross
2020-07-02xen/xenbus: avoid large structs and arrays on the stackJuergen Gross