index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-21
xen/pciback: miscellaneous adjustments
Jan Beulich
9
-44
/
+44
2011-09-21
xen/pciback: use mutex rather than spinlock in passthrough backend
Jan Beulich
1
-19
/
+13
2011-09-21
xen/pciback: use resource_size()
Thomas Meyer
1
-1
/
+1
2011-09-15
xen/irq: Alter the locking to use a mutex instead of a spinlock.
Konrad Rzeszutek Wilk
1
-20
/
+20
2011-09-01
xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel
Olaf Hering
2
-1
/
+124
2011-09-01
xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports
Olaf Hering
1
-5
/
+32
2011-09-01
xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive
Olaf Hering
1
-2
/
+1
2011-08-26
xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.
Konrad Rzeszutek Wilk
1
-4
/
+24
2011-08-26
xen/pci: make bus notifier handler return sane values
Jan Beulich
1
-4
/
+7
2011-08-26
xen-swiotlb: fix printk and panic args
Randy Dunlap
1
-2
/
+2
2011-08-26
xen-swiotlb: Fix wrong panic.
Konrad Rzeszutek Wilk
1
-3
/
+4
2011-08-26
xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB
Konrad Rzeszutek Wilk
1
-10
/
+25
2011-08-16
xen: self-balloon needs module.h
Randy Dunlap
1
-0
/
+1
2011-08-10
xen: xen-selfballoon.c needs more header files
Randy Dunlap
1
-0
/
+1
2011-08-03
xen/self-balloon: Add dependency on tmem.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-08-03
xen/balloon: Fix compile errors - missing header files.
Konrad Rzeszutek Wilk
1
-2
/
+2
2011-08-03
xen/grant: Fix compile warning.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-08-03
xen/pciback: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2011-07-29
xen: use static initializers in xen-balloon.c
Olaf Hering
1
-9
/
+8
2011-07-26
Xen: fix braces and tabs coding style issue in xenbus_probe.c
Ruslan Pisarev
1
-4
/
+3
2011-07-26
Xen: fix braces coding style issue in xenbus_probe.h
Ruslan Pisarev
1
-2
/
+1
2011-07-26
Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c
Ruslan Pisarev
1
-2
/
+2
2011-07-26
Xen: fix braces coding style issue in gntdev.c and grant-table.c
Ruslan Pisarev
2
-3
/
+2
2011-07-26
Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c
Ruslan Pisarev
1
-5
/
+4
2011-07-26
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
Ruslan Pisarev
1
-8
/
+7
2011-07-25
xen/balloon: memory hotplug support for Xen balloon driver
Daniel Kiper
2
-2
/
+167
2011-07-22
Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
Linus Torvalds
22
-51
/
+5199
2011-07-20
Merge branch 'stable/xen-pciback-0.6.3' into stable/drivers
Konrad Rzeszutek Wilk
15
-0
/
+4505
2011-07-19
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI
Konrad Rzeszutek Wilk
6
-72
/
+166
2011-07-19
xen/pciback: Remove the DEBUG option.
Konrad Rzeszutek Wilk
2
-13
/
+0
2011-07-19
xen/pciback: Drop two backends, squash and cleanup some code.
Konrad Rzeszutek Wilk
19
-1369
/
+679
2011-07-19
xen/pciback: Print out the MSI/MSI-X (PIRQ) values
Konrad Rzeszutek Wilk
1
-0
/
+31
2011-07-19
xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.
Konrad Rzeszutek Wilk
1
-0
/
+7
2011-07-19
xen: rename pciback module to xen-pciback.
Ian Campbell
1
-12
/
+12
2011-07-19
xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases.
Konrad Rzeszutek Wilk
2
-14
/
+21
2011-07-19
xen/pciback: Allocate IRQ handler for device that is shared with guest.
Konrad Rzeszutek Wilk
5
-5
/
+223
2011-07-19
xen/pciback: Disable MSI/MSI-X when reseting a device
Konrad Rzeszutek Wilk
1
-0
/
+8
2011-07-19
xen/pciback: guest SR-IOV support for PV guest
Zhao, Yu
1
-5
/
+66
2011-07-19
xen/pciback: Register the owner (domain) of the PCI device.
Konrad Rzeszutek Wilk
2
-0
/
+15
2011-07-19
xen/pciback: Cleanup the driver based on checkpatch warnings and errors.
Konrad Rzeszutek Wilk
5
-36
/
+36
2011-07-19
xen/pciback: xen pci backend driver.
Konrad Rzeszutek Wilk
21
-0
/
+4767
2011-07-11
xen/pci: Remove 'xen_allocate_pirq_gsi'.
Konrad Rzeszutek Wilk
1
-5
/
+0
2011-07-11
xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-07-08
Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers
Konrad Rzeszutek Wilk
4
-0
/
+505
2011-07-08
xen: tmem: self-ballooning and frontswap-selfshrinking
Dan Magenheimer
4
-0
/
+505
2011-06-30
xen: Add module alias to autoload backend drivers
Bastian Blank
2
-1
/
+5
2011-06-30
xen: Populate xenbus device attributes
Bastian Blank
4
-37
/
+18
2011-06-21
Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers
Konrad Rzeszutek Wilk
3
-13
/
+166
2011-06-20
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
Linus Torvalds
1
-1
/
+1
2011-06-17
xen: prepare tmem shim to handle frontswap
Dan Magenheimer
3
-13
/
+166
[prev]
[next]