index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xenbus
Age
Commit message (
Expand
)
Author
Lines
12 days
Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-7
/
+54
2026-03-04
xen/xenbus: better handle backend crash
Juergen Gross
-2
/
+47
2026-03-04
xenbus: add xenbus_device parameter to xenbus_read_driver_state()
Juergen Gross
-5
/
+7
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-02-02
xenbus: Rename helpers to freeze/thaw/restore
Jason Andryuk
-22
/
+22
2026-02-02
xenbus: Use .freeze/.thaw to handle xenbus devices
Jason Andryuk
-3
/
+1
2025-12-06
Merge tag 'for-linus-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-11
/
+5
2025-11-17
drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_end
Thorsten Blum
-10
/
+4
2025-11-17
drivers/xen/xenbus: Simplify return statement in join()
Thorsten Blum
-1
/
+1
2025-11-13
drivers/xen/xenbus: Fix namespace collision and split() section placement wit...
Josh Poimboeuf
-2
/
+2
2025-09-08
xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()
Juergen Gross
-1
/
+1
2025-08-20
drivers/xen/xenbus: remove quirk for Xen 3.x
Juergen Gross
-23
/
+0
2025-07-14
xen: Remove some deadcode (x)
Dr. David Alan Gilbert
-17
/
+0
2025-07-14
xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function
Peng Jiang
-0
/
+2
2025-05-07
xenbus: Use kref to track req lifetime
Jason Andryuk
-8
/
+23
2025-05-07
xenbus: Allow PVH dom0 a non-local xenstore
Jason Andryuk
-6
/
+8
2025-04-07
xenbus: add module description
Arnd Bergmann
-0
/
+1
2024-11-13
xen: 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 out
Al Viro
-1
/
+0
2024-09-12
xen/xenbus: Convert to use ERR_CAST()
Shen Lichuan
-3
/
+3
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-3
/
+3
2024-05-23
drivers/xen: Improve the late XenStore init protocol
Henry Wang
-13
/
+23
2024-05-17
xen/xenbus: Use *-y instead of *-objs in Makefile
Andy Shevchenko
-8
/
+6
2024-02-12
xen/xenbus: document will_handle argument for xenbus_watch_path()
SeongJae Park
-6
/
+9
2024-01-09
xen/xenbus: client: fix kernel-doc comments
Randy Dunlap
-25
/
+34
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-7
/
+10
2023-10-16
xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()
Gustavo A. R. Silva
-2
/
+2
2023-10-16
xenbus: fix error exit in xenbus_init()
Juergen Gross
-1
/
+1
2023-10-04
xenbus/backend: dynamically allocate the xen-backend shrinker
Qi Zheng
-7
/
+10
2023-08-22
xen/xenbus: Avoid a lockdep warning when adding a watch
Petr Pavlu
-2
/
+2
2023-08-21
xen: xenbus: Use helper function IS_ERR_OR_NULL()
Li Zetao
-1
/
+1
2023-07-25
xenbus: check xen_domain in xenbus_probe_initcall
Stefano Stabellini
-0
/
+3
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-6
/
+6
2022-09-23
Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+6
2022-09-16
xen/xenbus: fix xenbus_setup_ring()
Juergen Gross
-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
2022-08-25
xen: move from strlcpy with unused retval to strscpy
Wolfram Sang
-1
/
+1
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2022-08-12
xen/xenbus: fix return type in xenbus_file_read()
Dan Carpenter
-2
/
+2
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
-1
/
+1
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
-4
/
+4
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
-1
/
+1
2022-05-19
xen: add support for initializing xenstore later as HVM domain
Luca Miccio
-20
/
+71
2022-05-19
xen/xenbus: eliminate xenbus_grant_ring()
Juergen Gross
-46
/
+19
2022-05-19
xen/xenbus: add xenbus_setup_ring() service function
Juergen Gross
-0
/
+69
2022-03-07
xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
Juergen Gross
-13
/
+11
2021-11-24
xen: detect uninitialized xenbus in xenbus_init
Stefano Stabellini
-0
/
+23
2021-11-23
xen: add "not_essential" flag to struct xenbus_driver
Juergen Gross
-11
/
+3
[next]