aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/xen/xenbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-12xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park1-6/+9
2024-01-09xen/xenbus: client: fix kernel-doc commentsRandy Dunlap1-25/+34
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+10
2023-10-16xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva1-2/+2
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross1-1/+1
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng1-7/+10
2023-08-22xen/xenbus: Avoid a lockdep warning when adding a watchPetr Pavlu1-2/+2
2023-08-21xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao1-1/+1
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini1-0/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2-6/+6
2022-09-23Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+6
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross1-3/+6
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-4/+4
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-1/+1
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio1-20/+71
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-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-11/+3
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+3
2021-08-30drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang1-6/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König2-4/+2
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