Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c16eb000ca03f8cdc2153bca6c977b6f898e6934
/
drivers
/
xen
/
xenbus
7a048ce
xen: drop writing error messages to xenstore
by Juergen Gross
· 6 years ago
076e2ce
xen: export device state to sysfs
by Joe Jin
· 6 years ago
515e654
xen/store: do not store local values in xen_start_info
by Roger Pau Monne
· 7 years ago
ebf04f3
xen: xenbus_dev_frontend: Really return response string
by Simon Gaiser
· 7 years ago
8fe5ab4
xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END
by Simon Gaiser
· 7 years ago
b93008d
xen: xenbus: Catch closing of non existent transactions
by Simon Gaiser
· 7 years ago
2a22ee6
xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
by Simon Gaiser
· 7 years ago
351b2bc
xen: xenbus: use put_device() instead of kfree()
by Arvind Yadav
· 7 years ago
29fee6e
xenbus: track caller request id
by Joao Martins
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 7 years ago
051089a
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
5fa916f
xen: xenbus_probe_frontend: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
fe9c1c9
xen: don't compile pv-specific parts if XEN_PV isn't configured
by Juergen Gross
· 7 years ago
529871b
xen: avoid deadlock in xenbus
by Juergen Gross
· 7 years ago
1a3fc2c
xen: avoid deadlock in xenbus driver
by Juergen Gross
· 8 years ago
ac4cde3
xenbus: remove transaction holder from list before freeing
by Jan Beulich
· 8 years ago
d825adb
xenbus: Remove duplicate inclusion of linux/init.h
by Masanari Iida
· 8 years ago
fd8aa90
xen: optimize xenbus driver for multiple concurrent xenstore accesses
by Juergen Gross
· 8 years ago
5584ea2
xen: modify xenstore watch event interface
by Juergen Gross
· 8 years ago
332f791
xen: clean up xenbus internal headers
by Juergen Gross
· 8 years ago
c0d197d
xenbus: Neaten xenbus_va_dev_error
by Joe Perches
· 8 years ago
61033e0
xen: remove stale xs_input_avail() from header
by Juergen Gross
· 8 years ago
9a6161f
xen: return xenstore command failures via response instead of rc
by Juergen Gross
· 8 years ago
639b088
xen: xenbus driver must not accept invalid transaction ids
by Juergen Gross
· 8 years ago
581d21a
xenbus: fix deadlock on writes to /proc/xen/xenbus
by David Vrabel
· 8 years ago
2466d4b
xen: xenbus: set error code on failure
by Pan Bian
· 8 years ago
f97df70
xenfs: Use proc_create_mount_point() to create /proc/xen
by Seth Forshee
· 8 years ago
999c9af
xen: make use of xenbus_read_unsigned() in xenbus
by Juergen Gross
· 8 years ago
9c53a17
xen: introduce xenbus_read_unsigned()
by Juergen Gross
· 8 years ago
aa34e07
Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
c251f15
xenbus: check return value of xenbus_scanf()
by Jan Beulich
· 8 years ago
e1e5b3f
xenbus: prefer list_for_each()
by Jan Beulich
· 8 years ago
9a035a40
xenbus: don't look up transaction IDs for ordinary writes
by Jan Beulich
· 8 years ago
08fd8c17
Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
e5a7947
xenbus: simplify xenbus_dev_request_and_reply()
by Jan Beulich
· 8 years ago
7469be9
xenbus: don't bail early from xenbus_dev_request_and_reply()
by Jan Beulich
· 8 years ago
0beef63
xenbus: don't BUG() on user mode induced condition
by Jan Beulich
· 8 years ago
5ee405d
xen: xenbus: Remove create_workqueue
by Bhaktipriya Shridhar
· 9 years ago
55fc733
Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
ab1241a
drivers/xen: make xenbus_dev_[front/back]end explicitly non-modular
by Paul Gortmaker
· 9 years ago
59aa56b
xen: audit usages of module.h ; remove unnecessary instances
by Paul Gortmaker
· 9 years ago
692b8c6
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
85c0a87
xen: fix potential integer overflow in queue_reply
by Insu Yun
· 9 years ago
5bb0c9b
xenbus: use virt_xxx barriers
by Michael S. Tsirkin
· 9 years ago
89bf4b4
xenbus: Support multiple grants ring with 64KB
by Julien Grall
· 9 years ago
9cce291
xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*
by Julien Grall
· 9 years ago
7d56792
xen/xenbus: Use Xen page definition
by Julien Grall
· 10 years ago
81b286e
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
by David Vrabel
· 10 years ago
5f51042
xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn
by Julien Grall
· 9 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
c22fe51
xen/xenbus: Don't leak memory when unmapping the ring on HVM backend
by Julien Grall
· 9 years ago
c9fd55e
xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring
by Julien Grall
· 10 years ago
a9fd60e
xen: Include xen/page.h rather than asm/xen/page.h
by Julien Grall
· 10 years ago
76ea3cb
xenbus: avoid uninitialized variable warning
by Jan Beulich
· 10 years ago
16f1cf3
xen/xenbus: Update xenbus event channel on resume
by Boris Ostrovsky
· 10 years ago
ccc9d90
xenbus_client: Extend interface to support multi-page ring
by Wei Liu
· 10 years ago
a2e75bc2
xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.
by Jennifer Herbert
· 10 years ago
95afae4
xen: remove DEFINE_XENBUS_DRIVER() macro
by David Vrabel
· 10 years ago
305559f
xen/xenbus: Remove BUG_ON() when error string trucated
by Chen Gang
· 10 years ago
c7440a2
xen/xenbus: Correct the comments for xenbus_grant_ring()
by Chen Gang
· 10 years ago
027bd7e
xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.
by Konrad Rzeszutek Wilk
· 11 years ago
c06f811
xen/xenbus: remove unused xenbus_bind_evtchn()
by David Vrabel
· 11 years ago
be3e9cf
xen/pvh: Piggyback on PVHVM XenBus.
by Mukesh Rathor
· 11 years ago
51c71a3
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
by Konrad Rzeszutek Wilk
· 11 years ago
85dd926
xenbus: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
f66d95d
Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 11 years ago
d7ead0c
xenbus: frontend resume cleanup
by Aurelien Chartier
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 12 years ago
02aa2a3
drivers: avoid format string in dev_set_name
by Kees Cook
· 12 years ago
283c097
xen: Convert printks to pr_<level>
by Joe Perches
· 12 years ago
8d0b880
xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
by Wei Liu
· 12 years ago
33c1174
xenbus: save xenstore local status for later use
by Aurelien Chartier
· 12 years ago
2abb274
xenbus: delay xenbus frontend resume if xenstored is not running
by Aurelien Chartier
· 12 years ago
3d645b0
xen/xenbus: Fixed over 80 character limit issue
by Lisa Nguyen
· 12 years ago
d7e5075
xen/xenbus: Fixed indentation error in switch case
by Lisa Nguyen
· 12 years ago
45e2716
xenbus: fix compile failure on ARM with Xen enabled
by Steven Noonan
· 12 years ago
3216dce
xen: introduce xen_remap, use it instead of ioremap
by Stefano Stabellini
· 12 years ago
896ea17
Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
5af19e4
xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
by Sachin Kamat
· 12 years ago
1bcaba51
xen/xenbus: fix overflow check in xenbus_file_write()
by Jan Beulich
· 12 years ago
7644bda
xen: xenbus: quirk uses x86 specific cpuid
by Ian Campbell
· 12 years ago
e9d1aa0
xen/xenbus: Fix compile warning.
by Konrad Rzeszutek Wilk
· 12 years ago
cb6b6df
xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.
by Konrad Rzeszutek Wilk
· 12 years ago
c571898
xen/gndev: Xen backend support for paged out grant targets V4.
by Andres Lagar-Cavilla
· 12 years ago
ecc635f
xen/arm: compile and run xenbus
by Stefano Stabellini
· 12 years ago
25a765b
Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7
by Konrad Rzeszutek Wilk
· 12 years ago
b8b0f55
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
by Konrad Rzeszutek Wilk
· 12 years ago
4d9310e
xen: missing includes
by Stefano Stabellini
· 12 years ago
254d1a3
xen/pv-on-hvm kexec: shutdown watches from old kernel
by Olaf Hering
· 12 years ago
b5f4035a
Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
d2fb4c5
xenbus: Add support for xenbus backend in stub domain
by Daniel De Graaf
· 13 years ago
3066616
xen/xenbus: Add quirk to deal with misconfigured backends.
by Konrad Rzeszutek Wilk
· 13 years ago
d4c6fa7
Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
42c46e6
xen/xenbus: ignore console/0
by Stefano Stabellini
· 13 years ago
bd0d5aa
xenbus: don't free other end details too early
by Jan Beulich
· 13 years ago
5ac0800
xenbus: address compiler warnings
by Jan Beulich
· 13 years ago
a43a5cc
xenbus_dev: add missing error check to watch handling
by Jan Beulich
· 13 years ago
9016037
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
Next »