index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2
-81
/
+81
2012-01-04
xen/xenbus: don't reimplement kvasprintf via a fixed size buffer
Ian Campbell
1
-10
/
+7
2012-01-04
xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAX
Ian Campbell
1
-1
/
+1
2012-01-04
xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.
Ian Campbell
1
-0
/
+6
2012-01-04
Xen: consolidate and simplify struct xenbus_driver instantiation
Jan Beulich
5
-27
/
+13
2012-01-03
xen-gntalloc: introduce missing kfree
Julia Lawall
1
-0
/
+1
2011-12-21
xen/xenbus: Fix compile error - missing header for xen_initial_domain()
Konrad Rzeszutek Wilk
1
-0
/
+1
2011-12-20
xen/grant-table: Support mappings required by blkback
Daniel De Graaf
2
-20
/
+7
2011-12-20
xenbus: Use grant-table wrapper functions
Daniel De Graaf
1
-10
/
+7
2011-12-20
xenbus: Support HVM backends
Daniel De Graaf
3
-21
/
+159
2011-12-20
Merge commit 'v3.2-rc3' into stable/for-linus-3.3
Konrad Rzeszutek Wilk
4
-12
/
+17
2011-12-20
xen/xenbus-frontend: Fix compile error with randconfig
Konrad Rzeszutek Wilk
1
-0
/
+1
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
5
-14
/
+19
2011-12-19
Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...
Konrad Rzeszutek Wilk
1
-13
/
+0
2011-12-16
xen/xenbus-frontend: Make error message more clear
Bastian Blank
1
-1
/
+1
2011-12-16
xen/privcmd: Remove unused support for arch specific privcmp mmap
Bastian Blank
1
-2
/
+0
2011-12-16
xen: Add xenbus_backend device
Bastian Blank
2
-0
/
+90
2011-12-16
xen: Add xenbus device driver
Bastian Blank
6
-6
/
+42
2011-12-16
xen: Add privcmd device driver
Bastian Blank
7
-4
/
+53
2011-12-16
xen/gntalloc: fix reference counts on multi-page mappings
Daniel De Graaf
1
-13
/
+43
2011-12-16
xen/gntalloc: release grant references on page free
Daniel De Graaf
1
-0
/
+2
2011-12-16
xen/events: prevent calling evtchn_get on invalid channels
Daniel De Graaf
1
-0
/
+3
2011-12-16
xen/granttable: Support transitive grants
Annie Li
1
-0
/
+70
2011-12-16
xen/granttable: Support sub-page grants
Annie Li
1
-0
/
+72
2011-12-16
xen/granttable: Improve comments for function pointers
Annie Li
1
-24
/
+24
2011-12-15
xen: fix build breakage in xen-selfballoon.c caused by sysdev conversion
Greg Kroah-Hartman
1
-0
/
+1
2011-12-15
xen/swiotlb: Use page alignment for early buffer allocation.
Konrad Rzeszutek Wilk
1
-2
/
+2
2011-12-14
xen-balloon: convert sysdev_class to a regular subsystem
Kay Sievers
2
-81
/
+80
2011-12-06
swiotlb: Expose swiotlb_nr_tlb function to modules
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-11-22
xen/granttable: Keep code format clean
Annie Li
1
-4
/
+3
2011-11-22
xen/granttable: Grant tables V2 implementation
Annie Li
1
-4
/
+167
2011-11-22
xen/granttable: Refactor some code
Annie Li
1
-5
/
+10
2011-11-22
xen/granttable: Introducing grant table V2 stucture
Annie Li
1
-40
/
+141
2011-11-21
xen/event: Add reference counting to event channels
Daniel De Graaf
2
-2
/
+74
2011-11-21
xen/gnt{dev,alloc}: reserve event channels for notify
Daniel De Graaf
2
-2
/
+50
2011-11-21
xen/gntalloc: Change gref_lock to a mutex
Daniel De Graaf
1
-20
/
+21
2011-11-16
xen-gntalloc: signedness bug in add_grefs()
Dan Carpenter
1
-1
/
+1
2011-11-16
xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()
Dan Carpenter
1
-1
/
+1
2011-11-16
xen-gntdev: integer overflow in gntdev_alloc_map()
Dan Carpenter
1
-5
/
+5
2011-11-16
xen/balloon: Avoid OOM when requesting highmem
Daniel De Graaf
1
-2
/
+2
2011-11-16
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
1
-3
/
+8
2011-11-06
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-31
/
+25
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-0
/
+8
2011-11-06
Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2011-11-04
Xen: Export xen_biovec_phys_mergeable
Matthew Wilcox
1
-0
/
+1
2011-10-31
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Paul Gortmaker
4
-0
/
+4
2011-10-31
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
4
-0
/
+4
2011-10-26
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+2
2011-10-25
Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...
Linus Torvalds
18
-195
/
+447
[prev]
[next]