index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
xen-gntalloc: introduce missing kfree
Julia Lawall
2012-01-03
1
-0
/
+1
|
*
|
|
|
|
|
xen/xenbus: Fix compile error - missing header for xen_initial_domain()
Konrad Rzeszutek Wilk
2011-12-21
1
-0
/
+1
|
*
|
|
|
|
|
xen/grant-table: Support mappings required by blkback
Daniel De Graaf
2011-12-20
2
-20
/
+7
|
*
|
|
|
|
|
xenbus: Use grant-table wrapper functions
Daniel De Graaf
2011-12-20
1
-10
/
+7
|
*
|
|
|
|
|
xenbus: Support HVM backends
Daniel De Graaf
2011-12-20
3
-21
/
+159
|
*
|
|
|
|
|
Merge commit 'v3.2-rc3' into stable/for-linus-3.3
Konrad Rzeszutek Wilk
2011-12-20
4
-12
/
+17
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
xen/xenbus-frontend: Fix compile error with randconfig
Konrad Rzeszutek Wilk
2011-12-20
1
-0
/
+1
|
*
|
|
|
|
|
xen/xenbus-frontend: Make error message more clear
Bastian Blank
2011-12-16
1
-1
/
+1
|
*
|
|
|
|
|
xen/privcmd: Remove unused support for arch specific privcmp mmap
Bastian Blank
2011-12-16
1
-2
/
+0
|
*
|
|
|
|
|
xen: Add xenbus_backend device
Bastian Blank
2011-12-16
2
-0
/
+90
|
*
|
|
|
|
|
xen: Add xenbus device driver
Bastian Blank
2011-12-16
6
-6
/
+42
|
*
|
|
|
|
|
xen: Add privcmd device driver
Bastian Blank
2011-12-16
7
-4
/
+53
|
*
|
|
|
|
|
xen/gntalloc: fix reference counts on multi-page mappings
Daniel De Graaf
2011-12-16
1
-13
/
+43
|
*
|
|
|
|
|
xen/gntalloc: release grant references on page free
Daniel De Graaf
2011-12-16
1
-0
/
+2
|
*
|
|
|
|
|
xen/events: prevent calling evtchn_get on invalid channels
Daniel De Graaf
2011-12-16
1
-0
/
+3
|
*
|
|
|
|
|
xen/granttable: Support transitive grants
Annie Li
2011-12-16
1
-0
/
+70
|
*
|
|
|
|
|
xen/granttable: Support sub-page grants
Annie Li
2011-12-16
1
-0
/
+72
|
*
|
|
|
|
|
xen/granttable: Improve comments for function pointers
Annie Li
2011-12-16
1
-24
/
+24
|
*
|
|
|
|
|
xen/granttable: Keep code format clean
Annie Li
2011-11-22
1
-4
/
+3
|
*
|
|
|
|
|
xen/granttable: Grant tables V2 implementation
Annie Li
2011-11-22
1
-4
/
+167
|
*
|
|
|
|
|
xen/granttable: Refactor some code
Annie Li
2011-11-22
1
-5
/
+10
|
*
|
|
|
|
|
xen/granttable: Introducing grant table V2 stucture
Annie Li
2011-11-22
1
-40
/
+141
|
*
|
|
|
|
|
xen/event: Add reference counting to event channels
Daniel De Graaf
2011-11-21
2
-2
/
+74
|
*
|
|
|
|
|
xen/gnt{dev,alloc}: reserve event channels for notify
Daniel De Graaf
2011-11-21
2
-2
/
+50
|
*
|
|
|
|
|
xen/gntalloc: Change gref_lock to a mutex
Daniel De Graaf
2011-11-21
1
-20
/
+21
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2012-01-06
2
-81
/
+81
|
\
\
\
\
\
\
|
*
|
|
|
|
|
xen: fix build breakage in xen-selfballoon.c caused by sysdev conversion
Greg Kroah-Hartman
2011-12-15
1
-0
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
xen-balloon: convert sysdev_class to a regular subsystem
Kay Sievers
2011-12-14
2
-81
/
+80
|
|
/
/
/
/
*
|
|
|
|
Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...
Konrad Rzeszutek Wilk
2011-12-19
1
-13
/
+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
xen/swiotlb: Use page alignment for early buffer allocation.
Konrad Rzeszutek Wilk
2011-12-15
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
xen-gntalloc: signedness bug in add_grefs()
Dan Carpenter
2011-11-16
1
-1
/
+1
*
|
|
xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()
Dan Carpenter
2011-11-16
1
-1
/
+1
*
|
|
xen-gntdev: integer overflow in gntdev_alloc_map()
Dan Carpenter
2011-11-16
1
-5
/
+5
*
|
|
xen/balloon: Avoid OOM when requesting highmem
Daniel De Graaf
2011-11-16
1
-2
/
+2
*
|
|
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
2011-11-16
1
-3
/
+8
|
/
/
*
|
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
8
-31
/
+25
|
\
\
|
*
|
xen: use static initializers in xen-balloon.c
Olaf Hering
2011-07-29
1
-9
/
+8
|
*
|
Xen: fix braces and tabs coding style issue in xenbus_probe.c
Ruslan Pisarev
2011-07-26
1
-4
/
+3
|
*
|
Xen: fix braces coding style issue in xenbus_probe.h
Ruslan Pisarev
2011-07-26
1
-2
/
+1
|
*
|
Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c
Ruslan Pisarev
2011-07-26
1
-2
/
+2
|
*
|
Xen: fix braces coding style issue in gntdev.c and grant-table.c
Ruslan Pisarev
2011-07-26
2
-3
/
+2
|
*
|
Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c
Ruslan Pisarev
2011-07-26
1
-5
/
+4
|
*
|
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
Ruslan Pisarev
2011-07-26
1
-8
/
+7
*
|
|
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
8
-0
/
+8
|
\
\
\
|
*
|
|
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Paul Gortmaker
2011-10-31
4
-0
/
+4
|
*
|
|
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
2011-10-31
4
-0
/
+4
*
|
|
|
Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-11-06
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
xen: use generic functions instead of xen_{alloc, free}_vm_area()
David Vrabel
2011-09-29
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-10-26
1
-1
/
+1
|
\
\
\
|
*
|
|
genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier
Ian Campbell
2011-10-17
1
-1
/
+1
[prev]
[next]