index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
binder: Don't modify VMA bounds in ->mmap handler
Jann Horn
2019-10-17
2
-9
/
+4
*
binder: Fix comment headers on binder_alloc_prepare_to_free()
Joel Fernandes (Google)
2019-10-10
1
-1
/
+1
*
binder: prevent UAF read in print_binder_transaction_log_entry()
Christian Brauner
2019-10-10
2
-2
/
+4
*
binder: Add binder_proc logging to binderfs
Hridya Valsaraju
2019-09-04
3
-39
/
+121
*
binder: Make transaction_log available in binderfs
Hridya Valsaraju
2019-09-04
3
-29
/
+53
*
binder: Add stats, state and transactions files
Hridya Valsaraju
2019-09-04
3
-10
/
+153
*
binder: add a mount option to show global stats
Hridya Valsaraju
2019-09-04
1
-2
/
+43
*
binder: Add default binder devices through binderfs when configured
Hridya Valsaraju
2019-09-04
3
-5
/
+25
*
binder: Validate the default binderfs device names.
Hridya Valsaraju
2019-09-04
1
-0
/
+12
*
binder: prevent transactions to context manager from its own process.
Hridya Valsaraju
2019-07-24
1
-1
/
+1
*
binder: Set end of SG buffer area properly.
Martijn Coenen
2019-07-24
1
-1
/
+2
*
binder: return errors from buffer copy functions
Todd Kjos
2019-07-01
3
-93
/
+126
*
Merge 5.2-rc6 into char-misc-next
Greg Kroah-Hartman
2019-06-23
1
-2
/
+14
|
\
|
*
binder: fix possible UAF when freeing buffer
Todd Kjos
2019-06-13
1
-2
/
+14
*
|
binder: fix memory leak in error path
Todd Kjos
2019-06-22
1
-2
/
+2
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
5
-50
/
+5
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-07
1
-1
/
+11
|
\
|
*
binder: check for overflow when alloc for security context
Todd Kjos
2019-04-25
1
-1
/
+11
*
|
binder: take read mode of mmap_sem in binder_alloc_free_page()
Tyler Hicks
2019-04-25
1
-4
/
+4
|
/
*
binder: fix race between munmap() and direct reclaim
Todd Kjos
2019-03-21
1
-10
/
+8
*
binder: fix BUG_ON found by selinux-testsuite
Todd Kjos
2019-03-21
1
-1
/
+2
*
binder: reduce mmap_sem write-side lock
Minchan Kim
2019-02-19
1
-2
/
+2
*
binder: fix handling of misaligned binder object
Todd Kjos
2019-02-15
1
-1
/
+1
*
binder: fix sparse issue in binder_alloc_selftest.c
Todd Kjos
2019-02-14
1
-2
/
+3
*
binder: use userspace pointer as base of buffer space
Todd Kjos
2019-02-12
5
-99
/
+118
*
binder: remove user_buffer_offset
Todd Kjos
2019-02-12
3
-65
/
+13
*
binder: remove kernel vm_area for buffer space
Todd Kjos
2019-02-12
1
-38
/
+2
*
binder: avoid kernel vm_area for buffer fixups
Todd Kjos
2019-02-12
1
-49
/
+97
*
binder: add function to copy binder object from buffer
Todd Kjos
2019-02-12
1
-17
/
+58
*
binder: add functions to copy to/from binder buffers
Todd Kjos
2019-02-12
4
-45
/
+147
*
binder: create userspace-to-binder-buffer copy function
Todd Kjos
2019-02-12
3
-7
/
+143
*
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
2019-02-11
3
-19
/
+41
|
\
|
*
binderfs: remove separate device_initcall()
Christian Brauner
2019-02-01
3
-4
/
+16
|
*
binderfs: respect limit on binder control creation
Christian Brauner
2019-01-30
1
-1
/
+9
|
*
binder: fix CONFIG_ANDROID_BINDER_DEVICES
Christian Brauner
2019-01-30
1
-14
/
+16
*
|
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
2019-01-28
1
-131
/
+151
|
\
\
|
|
/
|
*
binderfs: switch from d_add() to d_instantiate()
Christian Brauner
2019-01-22
1
-1
/
+1
|
*
binderfs: drop lock in binderfs_binder_ctl_create
Christian Brauner
2019-01-22
1
-4
/
+0
|
*
binderfs: kill_litter_super() before cleanup
Christian Brauner
2019-01-22
1
-1
/
+2
|
*
binderfs: rework binderfs_binder_device_create()
Christian Brauner
2019-01-22
1
-20
/
+19
|
*
binderfs: rework binderfs_fill_super()
Christian Brauner
2019-01-22
1
-30
/
+11
|
*
binderfs: prevent renaming the control dentry
Christian Brauner
2019-01-22
1
-18
/
+10
|
*
binderfs: remove outdated comment
Christian Brauner
2019-01-22
1
-4
/
+0
|
*
binderfs: fix error return code in binderfs_fill_super()
Wei Yongjun
2019-01-18
1
-0
/
+1
|
*
binderfs: handle !CONFIG_IPC_NS builds
Christian Brauner
2019-01-12
1
-0
/
+4
|
*
binderfs: reserve devices for initial mount
Christian Brauner
2019-01-11
1
-1
/
+6
|
*
binderfs: rename header to binderfs.h
Christian Brauner
2019-01-11
1
-1
/
+1
|
*
binderfs: implement "max" mount option
Christian Brauner
2019-01-11
1
-6
/
+98
|
*
binderfs: make each binderfs mount a new instance
Christian Brauner
2019-01-08
1
-39
/
+2
[next]