index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/irq: Alter the locking to use a mutex instead of a spinlock.
Konrad Rzeszutek Wilk
2011-09-15
1
-20
/
+20
*
xen: xen-selfballoon.c needs more header files
Randy Dunlap
2011-08-10
1
-0
/
+1
*
xen/self-balloon: Add dependency on tmem.
Konrad Rzeszutek Wilk
2011-08-03
1
-1
/
+1
*
xen/balloon: Fix compile errors - missing header files.
Konrad Rzeszutek Wilk
2011-08-03
1
-2
/
+2
*
xen/grant: Fix compile warning.
Konrad Rzeszutek Wilk
2011-08-03
1
-1
/
+1
*
xen/pciback: remove duplicated #include
Huang Weiyi
2011-08-03
1
-1
/
+0
*
xen/balloon: memory hotplug support for Xen balloon driver
Daniel Kiper
2011-07-25
2
-2
/
+167
*
Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2011-07-22
22
-51
/
+5199
|
\
|
*
Merge branch 'stable/xen-pciback-0.6.3' into stable/drivers
Konrad Rzeszutek Wilk
2011-07-20
15
-0
/
+4505
|
|
\
|
|
*
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...
Konrad Rzeszutek Wilk
2011-07-19
6
-72
/
+166
|
|
*
xen/pciback: Remove the DEBUG option.
Konrad Rzeszutek Wilk
2011-07-19
2
-13
/
+0
|
|
*
xen/pciback: Drop two backends, squash and cleanup some code.
Konrad Rzeszutek Wilk
2011-07-19
19
-1369
/
+679
|
|
*
xen/pciback: Print out the MSI/MSI-X (PIRQ) values
Konrad Rzeszutek Wilk
2011-07-19
1
-0
/
+31
|
|
*
xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.
Konrad Rzeszutek Wilk
2011-07-19
1
-0
/
+7
|
|
*
xen: rename pciback module to xen-pciback.
Ian Campbell
2011-07-19
1
-12
/
+12
|
|
*
xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...
Konrad Rzeszutek Wilk
2011-07-19
2
-14
/
+21
|
|
*
xen/pciback: Allocate IRQ handler for device that is shared with guest.
Konrad Rzeszutek Wilk
2011-07-19
5
-5
/
+223
|
|
*
xen/pciback: Disable MSI/MSI-X when reseting a device
Konrad Rzeszutek Wilk
2011-07-19
1
-0
/
+8
|
|
*
xen/pciback: guest SR-IOV support for PV guest
Zhao, Yu
2011-07-19
1
-5
/
+66
|
|
*
xen/pciback: Register the owner (domain) of the PCI device.
Konrad Rzeszutek Wilk
2011-07-19
2
-0
/
+15
|
|
*
xen/pciback: Cleanup the driver based on checkpatch warnings and errors.
Konrad Rzeszutek Wilk
2011-07-19
5
-37
/
+37
|
|
*
xen/pciback: xen pci backend driver.
Konrad Rzeszutek Wilk
2011-07-19
21
-0
/
+4767
|
*
|
Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/...
Konrad Rzeszutek Wilk
2011-07-08
4
-0
/
+505
|
|
\
\
|
|
*
|
xen: tmem: self-ballooning and frontswap-selfshrinking
Dan Magenheimer
2011-07-08
4
-0
/
+505
|
*
|
|
xen: Add module alias to autoload backend drivers
Bastian Blank
2011-06-30
2
-1
/
+5
|
*
|
|
xen: Populate xenbus device attributes
Bastian Blank
2011-06-30
4
-37
/
+18
|
*
|
|
Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linu...
Konrad Rzeszutek Wilk
2011-06-21
3
-13
/
+166
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
xen: prepare tmem shim to handle frontswap
Dan Magenheimer
2011-06-17
3
-13
/
+166
|
|
|
/
*
|
|
xen/pci: Remove 'xen_allocate_pirq_gsi'.
Konrad Rzeszutek Wilk
2011-07-11
1
-5
/
+0
*
|
|
xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.
Konrad Rzeszutek Wilk
2011-07-11
1
-1
/
+1
|
/
/
*
|
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-06-20
1
-1
/
+1
|
\
\
|
*
|
xen: Fix compile warning when CONFIG_SMP is not defined.
Konrad Rzeszutek Wilk
2011-06-15
1
-1
/
+1
*
|
|
Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2011-06-09
1
-3
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
FUJITA Tomonori
2011-06-06
1
-3
/
+9
*
|
|
xen: use the trigger info we already have to choose the irq handler
Stefano Stabellini
2011-05-31
1
-9
/
+9
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...
Linus Torvalds
2011-05-26
2
-0
/
+265
|
\
\
|
*
|
xen: cleancache shim to Xen Transcendent Memory
Dan Magenheimer
2011-05-26
2
-0
/
+265
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-05-23
2
-2
/
+2
|
\
\
|
*
|
Merge branch 'master' into for-next
Jiri Kosina
2011-04-26
3
-25
/
+32
|
|
\
|
|
*
|
treewide: remove extra semicolons
Justin P. Mattock
2011-04-10
2
-2
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-05-19
1
-7
/
+1
|
\
\
\
|
*
|
|
PM: Remove sysdev suspend, resume and shutdown operations
Rafael J. Wysocki
2011-05-11
1
-7
/
+1
|
|
|
/
|
|
/
|
|
|
|
|
\
\
|
\
\
|
\
\
|
\
\
|
\
\
*
-
-
-
-
-
.
\
\
Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...
Linus Torvalds
2011-05-19
1
-40
/
+73
|
\
\
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
*
|
/
|
|
xen: do not clear and mask evtchns in __xen_evtchn_do_upcall
Stefano Stabellini
2011-05-10
1
-40
/
+73
|
|
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
\
\
\
\
*
-
.
\
\
\
\
Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/...
Linus Torvalds
2011-05-19
3
-27
/
+24
|
\
\
\
\
\
\
|
|
*
|
|
|
|
drivers/xen/sys-hypervisor: Cleanup code/data sections definitions
Daniel Kiper
2011-05-19
1
-1
/
+1
|
|
*
|
|
|
|
xen: tidy up whitespace in drivers/xen/Makefile
Ian Campbell
2011-05-12
1
-12
/
+12
|
|
|
/
/
/
/
|
*
|
|
|
|
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...
Daniel Kiper
2011-03-30
1
-2
/
+3
|
*
|
|
|
|
xen/balloon: Clarify credit calculation
Daniel Kiper
2011-03-30
1
-4
/
+4
|
*
|
|
|
|
xen/balloon: Simplify HVM integration
Daniel Kiper
2011-03-30
1
-8
/
+4
[next]