index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xenbus
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+5
2025-11-17
drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_end
Thorsten Blum
1
-10
/
+4
2025-11-17
drivers/xen/xenbus: Simplify return statement in join()
Thorsten Blum
1
-1
/
+1
2025-11-13
drivers/xen/xenbus: Fix namespace collision and split() section placement wit...
Josh Poimboeuf
1
-2
/
+2
2025-09-08
xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()
Juergen Gross
1
-1
/
+1
2025-08-20
drivers/xen/xenbus: remove quirk for Xen 3.x
Juergen Gross
1
-23
/
+0
2025-07-14
xen: Remove some deadcode (x)
Dr. David Alan Gilbert
1
-17
/
+0
2025-07-14
xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function
Peng Jiang
1
-0
/
+2
2025-05-07
xenbus: Use kref to track req lifetime
Jason Andryuk
4
-8
/
+23
2025-05-07
xenbus: Allow PVH dom0 a non-local xenstore
Jason Andryuk
1
-6
/
+8
2025-04-07
xenbus: add module description
Arnd Bergmann
1
-0
/
+1
2024-11-13
xen: Fix the issue of resource not being properly released in xenbus_dev_probe()
Qiu-ji Chen
1
-1
/
+7
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-12
xen/xenbus: Convert to use ERR_CAST()
Shen Lichuan
1
-3
/
+3
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2
-3
/
+3
2024-05-23
drivers/xen: Improve the late XenStore init protocol
Henry Wang
1
-13
/
+23
2024-05-17
xen/xenbus: Use *-y instead of *-objs in Makefile
Andy Shevchenko
1
-8
/
+6
2024-02-12
xen/xenbus: document will_handle argument for xenbus_watch_path()
SeongJae Park
1
-6
/
+9
2024-01-09
xen/xenbus: client: fix kernel-doc comments
Randy Dunlap
1
-25
/
+34
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+10
2023-10-16
xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()
Gustavo A. R. Silva
1
-2
/
+2
2023-10-16
xenbus: fix error exit in xenbus_init()
Juergen Gross
1
-1
/
+1
2023-10-04
xenbus/backend: dynamically allocate the xen-backend shrinker
Qi Zheng
1
-7
/
+10
2023-08-22
xen/xenbus: Avoid a lockdep warning when adding a watch
Petr Pavlu
1
-2
/
+2
2023-08-21
xen: xenbus: Use helper function IS_ERR_OR_NULL()
Li Zetao
1
-1
/
+1
2023-07-25
xenbus: check xen_domain in xenbus_probe_initcall
Stefano Stabellini
1
-0
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2
-6
/
+6
2022-09-23
Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+6
2022-09-16
xen/xenbus: fix xenbus_setup_ring()
Juergen Gross
1
-3
/
+6
2022-08-27
Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2022-08-25
xen: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-08-12
xen/xenbus: fix return type in xenbus_file_read()
Dan Carpenter
1
-2
/
+2
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
1
-4
/
+4
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-1
/
+1
2022-05-19
xen: add support for initializing xenstore later as HVM domain
Luca Miccio
1
-20
/
+71
2022-05-19
xen/xenbus: eliminate xenbus_grant_ring()
Juergen Gross
1
-46
/
+19
2022-05-19
xen/xenbus: add xenbus_setup_ring() service function
Juergen Gross
1
-0
/
+69
2022-03-07
xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
Juergen Gross
1
-13
/
+11
2021-11-24
xen: detect uninitialized xenbus in xenbus_init
Stefano Stabellini
1
-0
/
+23
2021-11-23
xen: add "not_essential" flag to struct xenbus_driver
Juergen Gross
1
-11
/
+3
2021-11-16
xen: don't continue xenstore initialization in case of errors
Stefano Stabellini
1
-1
/
+3
2021-09-02
Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+3
2021-08-30
drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warnings
Jing Yangyang
1
-6
/
+3
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2
-4
/
+2
2021-07-05
xen: Use DEVICE_ATTR_*() macro
YueHaibing
1
-8
/
+7
2021-02-23
xen/events: add per-xenbus device event statistics and settings
Juergen Gross
1
-0
/
+66
2021-02-11
arm/xen: Don't probe xenbus as part of an early initcall
Julien Grall
2
-2
/
+1
2021-01-27
xen: Fix XenStore initialisation for XS_LOCAL
David Woodhouse
1
-0
/
+31
[next]