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
nocache-cleanup
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
27 hours
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
7 days
xen/xenbus: Replace strcpy() with memcpy()
David Laight
1
-6
/
+7
2026-05-06
treewide: Explicitly include the x86 CPUID headers
Ahmed S. Darwish
1
-0
/
+3
2026-03-07
Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+54
2026-03-04
xen/xenbus: better handle backend crash
Juergen Gross
2
-2
/
+47
2026-03-04
xenbus: add xenbus_device parameter to xenbus_read_driver_state()
Juergen Gross
3
-5
/
+7
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-7
/
+7
2026-02-02
xenbus: Rename helpers to freeze/thaw/restore
Jason Andryuk
3
-22
/
+22
2026-02-02
xenbus: Use .freeze/.thaw to handle xenbus devices
Jason Andryuk
1
-3
/
+1
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
[next]