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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-12
drm: use common drm_gem_dmabuf_release in i915/exynos drivers
Daniel Vetter
1
-0
/
+1
2014-12-29
cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
Tejun Heo
1
-2
/
+1
2014-12-29
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
1
-0
/
+2
2014-12-29
shm: add memfd.h to UAPI export list
David Drysdale
1
-0
/
+1
2014-12-29
asm-generic: add memfd_create system call to unistd.h
Will Deacon
1
-1
/
+8
2014-12-29
shm: add memfd_create() syscall
David Herrmann
2
-0
/
+9
2014-12-29
shm: add sealing API
David Herrmann
2
-0
/
+32
2014-12-29
mm: allow drivers to prevent new writable mappings
David Herrmann
1
-2
/
+27
2014-12-29
sched: add cond_resched_rcu() helper
Simon Horman
1
-0
/
+9
2014-12-17
sched: replace INIT_COMPLETION with reinit_completion
Wolfram Sang
1
-3
/
+15
2014-11-27
exynos: fimc-lite: Capture frame end event notification
Beata Michalska
1
-0
/
+9
2014-11-21
dma-buf: add dma-buf-test driver
Chanho Park
1
-0
/
+13
2014-11-21
dma-buf/dmabuf-sync: add dmabuf sync framework
Inki Dae
2
-0
/
+109
2014-11-21
drm/vma: add access management helpers
David Herrmann
1
-3
/
+36
2014-11-21
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
1
-18
/
+36
2014-11-21
drm/vma: provide drm_vma_node_unmap() helper
David Herrmann
1
-0
/
+22
2014-11-21
drm: add unified vma offset manager
David Herrmann
1
-0
/
+202
2014-11-21
drm/gem: completely close gem_open vs. gem_close races
Daniel Vetter
1
-0
/
+3
2014-11-21
drm/gem: switch dev->object_name_lock to a mutex
Daniel Vetter
1
-1
/
+1
2014-11-21
drm/gem: make drm_gem_object_handle_unreference_unlocked static
Daniel Vetter
1
-1
/
+0
2014-11-21
drm/gem: fix up flink name create race
Daniel Vetter
1
-9
/
+10
2014-11-21
drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c
Daniel Vetter
1
-20
/
+1
2014-11-21
drm/gem: remove drm_gem_object_handle_unreference
Daniel Vetter
1
-18
/
+0
2014-11-21
drm/gem: add shmem get/put page helpers
Rob Clark
1
-0
/
+4
2014-11-21
drm/gem: add drm_gem_create_mmap_offset_size()
Rob Clark
1
-0
/
+1
2014-11-21
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2
-8
/
+3
2014-11-21
drm/gem: convert to new unified vma manager
David Herrmann
2
-5
/
+4
2014-11-21
drm/gem: simplify object initialization
David Herrmann
1
-2
/
+2
2014-11-21
drm: make drm_mm_init() return void
David Herrmann
1
-3
/
+3
2014-11-21
drm/gem: Split drm_gem_mmap() into object search and object mapping
Laurent Pinchart
1
-0
/
+2
2014-11-21
drm/prime: Simplify drm_gem_remove_prime_handles
Daniel Vetter
1
-1
/
+15
2014-11-21
seqcount: Add lockdep functionality to seqcount/seqlock structures
John Stultz
3
-13
/
+82
2014-11-21
seqlock: Add a new locking reader type
Waiman Long
1
-5
/
+63
2014-11-21
lockdep: Introduce lock_acquire_exclusive()/shared() helper macros
Michel Lespinasse
1
-69
/
+23
2014-11-21
reservation: add suppport for read-only access using rcu
Maarten Lankhorst
2
-16
/
+53
2014-11-21
reservation: update api and add some helpers
Maarten Lankhorst
1
-7
/
+49
2014-11-21
dma-buf: add poll support, v3
Maarten Lankhorst
1
-0
/
+12
2014-11-21
reservation: add support for fences to enable cross-device synchronisation
Maarten Lankhorst
1
-1
/
+19
2014-11-21
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
3
-359
/
+379
2014-11-21
dma-buf: use reservation objects
Maarten Lankhorst
2
-3
/
+9
2014-11-21
drm/prime: Always add exported buffers to the handle cache
Daniel Vetter
1
-1
/
+1
2014-11-21
drm/prime: make drm_prime_lookup_buf_handle static
Daniel Vetter
1
-1
/
+0
2014-11-21
drm/prime: proper locking+refcounting for obj->dma_buf link
Daniel Vetter
1
-2
/
+10
2014-11-21
drm: add mmap function to prime helpers
Joonyoung Shim
1
-0
/
+2
2014-11-21
drm: add unpin function to prime helpers
Maarten Lankhorst
1
-0
/
+1
2014-11-21
seqno-fence: Hardware dma-buf implementation of fencing (v6)
Maarten Lankhorst
1
-0
/
+116
2014-11-21
fence: dma-buf cross-device synchronization (v18)
Maarten Lankhorst
2
-0
/
+471
2014-11-21
dma-buf: update debugfs output
Sumit Semwal
1
-1
/
+1
2014-11-21
reservation: cross-device reservation support, v4
Maarten Lankhorst
1
-0
/
+62
2014-11-21
Revert "dmabuf-sync: add buffer synchronization framework"
Chanho Park
2
-194
/
+0
[next]