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/balloon: Remove pr_info's and don't alter retry_count
Konrad Rzeszutek Wilk
2011-03-16
1
-10
/
+2
*
xen/balloon: Protect against CPU exhaust by event/x process
Daniel Kiper
2011-03-14
1
-17
/
+90
*
xen/balloon: Migration from mod_timer() to schedule_delayed_work()
Daniel Kiper
2011-03-14
1
-13
/
+3
*
xen/balloon: Removal of driver_pages
Daniel Kiper
2011-03-14
1
-8
/
+0
*
xen: gntdev: fix build warning
Ian Campbell
2011-03-09
1
-2
/
+1
*
xen/p2m/m2p/gnttab: do not add failed grant maps to m2p override
Ian Campbell
2011-03-09
1
-0
/
+4
*
xen-gntdev: Add cast to pointer
Daniel De Graaf
2011-02-23
1
-2
/
+2
*
xen-gntdev: Fix incorrect use of zero handle
Daniel De Graaf
2011-02-23
1
-7
/
+16
*
xen: change xen/[gntdev/gntalloc] to default m
Stefano Stabellini
2011-02-16
1
-0
/
+2
*
xen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on read-only mappings
Daniel De Graaf
2011-02-14
1
-1
/
+9
*
xen-gntdev: Avoid double-mapping memory
Daniel De Graaf
2011-02-14
1
-3
/
+12
*
xen-gntdev: Avoid unmapping ranges twice
Daniel De Graaf
2011-02-14
1
-2
/
+31
*
xen-gntdev: Use map->vma for checking map validity
Daniel De Graaf
2011-02-14
1
-6
/
+2
*
xen-gntdev: Fix unmap notify on PV domains
Daniel De Graaf
2011-02-14
1
-2
/
+7
*
xen-gntdev: Fix memory leak when mmap fails
Daniel De Graaf
2011-02-14
1
-6
/
+8
*
xen/gntalloc,gntdev: Add unmap notify ioctl
Daniel De Graaf
2011-02-14
2
-1
/
+119
*
xen-gntalloc: Userspace grant allocation driver
Daniel De Graaf
2011-02-14
3
-0
/
+496
*
xen-gntdev: Support mapping in HVM domains
Daniel De Graaf
2011-02-14
2
-34
/
+89
*
xen-gntdev: Add reference counting to maps
Daniel De Graaf
2011-02-14
1
-40
/
+27
*
xen-gntdev: Use find_vma rather than iterating our vma list manually
Daniel De Graaf
2011-02-14
1
-24
/
+8
*
xen-gntdev: Change page limit to be global instead of per-open
Daniel De Graaf
2011-02-14
1
-36
/
+14
*
Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...
Linus Torvalds
2011-01-20
1
-18
/
+13
|
\
|
*
xenbus: Fix memory leak on release
Daniel De Graaf
2010-12-20
1
-0
/
+5
|
*
xenbus: avoid zero returns from read()
Daniel De Graaf
2010-09-09
1
-0
/
+3
|
*
xenbus: add missing wakeup in concurrent read/write
Daniel De Graaf
2010-09-08
1
-0
/
+1
|
*
xenbus: allow any xenbus command over /proc/xen/xenbus
Diego Ongaro
2010-09-01
1
-16
/
+2
|
*
xenfs/xenbus: report partial reads/writes correctly
Jeremy Fitzhardinge
2010-08-25
1
-2
/
+2
*
|
Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-01-13
4
-1
/
+721
|
\
\
|
*
|
xen p2m: clear the old pte when adding a page to m2p_override
Jeremy Fitzhardinge
2011-01-11
1
-3
/
+13
|
*
|
xen gntdev: use gnttab_map_refs and gnttab_unmap_refs
Stefano Stabellini
2011-01-11
1
-7
/
+30
|
*
|
xen: introduce gnttab_map_refs and gnttab_unmap_refs
Stefano Stabellini
2011-01-11
1
-0
/
+36
|
*
|
xen/gntdev: Fix circular locking dependency
Daniel De Graaf
2011-01-11
1
-2
/
+7
|
*
|
xen/gntdev: stop using "token" argument
Jeremy Fitzhardinge
2011-01-11
1
-2
/
+2
|
*
|
xen: gntdev: move use of GNTMAP_contains_pte next to the map_op
Ian Campbell
2011-01-11
1
-3
/
+5
|
*
|
xen/gntdev: add VM_PFNMAP to vma
Jeremy Fitzhardinge
2011-01-11
1
-1
/
+1
|
*
|
xen/gntdev: allow usermode to map granted pages
Gerd Hoffmann
2011-01-11
3
-0
/
+644
*
|
|
Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2011-01-13
3
-16
/
+10
|
\
\
\
|
*
|
|
xen-platform: Fix compile errors if CONFIG_PCI is not enabled.
Konrad Rzeszutek Wilk
2011-01-12
1
-1
/
+1
|
*
|
|
xen: rename platform-pci module to xen-platform-pci.
Ian Campbell
2011-01-12
1
-1
/
+2
|
*
|
|
xen-platform: use PCI interfaces to request IO and MEM resources.
Ian Campbell
2011-01-12
1
-14
/
+7
|
|
/
/
*
|
|
Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-01-12
6
-311
/
+657
|
\
\
\
|
*
|
|
xen/xenbus: making backend support modular is too complex
Jeremy Fitzhardinge
2011-01-05
1
-1
/
+1
|
*
|
|
xen/xenbus: fixup checkpatch issues in xenbus_probe*
Ian Campbell
2011-01-05
5
-49
/
+40
|
*
|
|
xen/xenbus: clean up noise in xenbus_probe_frontend.c
Jeremy Fitzhardinge
2011-01-05
1
-7
/
+2
|
*
|
|
xen/xenbus: clean up noise in xenbus_probe_backend.c
Jeremy Fitzhardinge
2011-01-05
1
-7
/
+2
|
*
|
|
xen/xenbus: clean up noise in xenbus_probe.c
Jeremy Fitzhardinge
2011-01-05
1
-23
/
+6
|
*
|
|
xen/xenbus: cleanup debug noise in xenbus_comms.c
Jeremy Fitzhardinge
2011-01-05
1
-1
/
+0
|
*
|
|
xen/xenbus: clean up error handling
Jeremy Fitzhardinge
2011-01-05
1
-2
/
+2
|
*
|
|
xen/xenbus: make frontend bus GPL
Jeremy Fitzhardinge
2011-01-05
1
-0
/
+2
|
*
|
|
xen/xenbus: make sure backend bus is registered earlier
Jeremy Fitzhardinge
2011-01-05
1
-2
/
+1
[next]