summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus
AgeCommit message (Expand)AuthorLines
12 daysMerge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+54
2026-03-04xen/xenbus: better handle backend crashJuergen Gross-2/+47
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross-5/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-02-02xenbus: Rename helpers to freeze/thaw/restoreJason Andryuk-22/+22
2026-02-02xenbus: Use .freeze/.thaw to handle xenbus devicesJason Andryuk-3/+1
2025-12-06Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+5
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum-10/+4
2025-11-17drivers/xen/xenbus: Simplify return statement in join()Thorsten Blum-1/+1
2025-11-13drivers/xen/xenbus: Fix namespace collision and split() section placement wit...Josh Poimboeuf-2/+2
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross-1/+1
2025-08-20drivers/xen/xenbus: remove quirk for Xen 3.xJuergen Gross-23/+0
2025-07-14xen: Remove some deadcode (x)Dr. David Alan Gilbert-17/+0
2025-07-14xen/xenbus: fix W=1 build warning in xenbus_va_dev_error functionPeng Jiang-0/+2
2025-05-07xenbus: Use kref to track req lifetimeJason Andryuk-8/+23
2025-05-07xenbus: Allow PVH dom0 a non-local xenstoreJason Andryuk-6/+8
2025-04-07xenbus: add module descriptionArnd Bergmann-0/+1
2024-11-13xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen-1/+7
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-12xen/xenbus: Convert to use ERR_CAST()Shen Lichuan-3/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-3/+3
2024-05-23drivers/xen: Improve the late XenStore init protocolHenry Wang-13/+23
2024-05-17xen/xenbus: Use *-y instead of *-objs in MakefileAndy Shevchenko-8/+6
2024-02-12xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park-6/+9
2024-01-09xen/xenbus: client: fix kernel-doc commentsRandy Dunlap-25/+34
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+10
2023-10-16xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva-2/+2
2023-10-16xenbus: fix error exit in xenbus_init()Juergen Gross-1/+1
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng-7/+10
2023-08-22xen/xenbus: Avoid a lockdep warning when adding a watchPetr Pavlu-2/+2
2023-08-21xen: xenbus: Use helper function IS_ERR_OR_NULL()Li Zetao-1/+1
2023-07-25xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini-0/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-6/+6
2022-09-23Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+6
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross-3/+6
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter-2/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross-4/+4
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross-1/+1
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio-20/+71
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross-46/+19
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross-0/+69
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross-13/+11
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini-0/+23
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross-11/+3