Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1c00d7bc96c2a4f5a8c8353705dec93bb036ad78
/
drivers
/
android
3013bf6
binder: reduce mmap_sem write-side lock
by Minchan Kim
· 6 years ago
26528be
binder: fix handling of misaligned binder object
by Todd Kjos
· 6 years ago
36f3093
binder: fix sparse issue in binder_alloc_selftest.c
by Todd Kjos
· 6 years ago
bde4a19
binder: use userspace pointer as base of buffer space
by Todd Kjos
· 6 years ago
c41358a
binder: remove user_buffer_offset
by Todd Kjos
· 6 years ago
8802116
binder: remove kernel vm_area for buffer space
by Todd Kjos
· 6 years ago
db6b0b8
binder: avoid kernel vm_area for buffer fixups
by Todd Kjos
· 6 years ago
7a67a39
binder: add function to copy binder object from buffer
by Todd Kjos
· 6 years ago
8ced0c6
binder: add functions to copy to/from binder buffers
by Todd Kjos
· 6 years ago
1a7c3d9
binder: create userspace-to-binder-buffer copy function
by Todd Kjos
· 6 years ago
5c07488
Merge 5.0-rc6 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
5b9633a
binderfs: remove separate device_initcall()
by Christian Brauner
· 6 years ago
da8ddba
binderfs: respect limit on binder control creation
by Christian Brauner
· 6 years ago
793c823
binder: fix CONFIG_ANDROID_BINDER_DEVICES
by Christian Brauner
· 6 years ago
fdddcfd
Merge 5.0-rc4 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
ec74136
binder: create node flag to request sender's security context
by Todd Kjos
· 6 years ago
01684db
binderfs: switch from d_add() to d_instantiate()
by Christian Brauner
· 6 years ago
29ef1c8
binderfs: drop lock in binderfs_binder_ctl_create
by Christian Brauner
· 6 years ago
4198479
binderfs: kill_litter_super() before cleanup
by Christian Brauner
· 6 years ago
01b3f1fc
binderfs: rework binderfs_binder_device_create()
by Christian Brauner
· 6 years ago
36975fc
binderfs: rework binderfs_fill_super()
by Christian Brauner
· 6 years ago
e98e6fa
binderfs: prevent renaming the control dentry
by Christian Brauner
· 6 years ago
7c4d08f
binderfs: remove outdated comment
by Christian Brauner
· 6 years ago
7e7ca77
binderfs: fix error return code in binderfs_fill_super()
by Wei Yongjun
· 6 years ago
7fefaad
binderfs: handle !CONFIG_IPC_NS builds
by Christian Brauner
· 6 years ago
36bdf3c
binderfs: reserve devices for initial mount
by Christian Brauner
· 6 years ago
c13295a
binderfs: rename header to binderfs.h
by Christian Brauner
· 6 years ago
849d540
binderfs: implement "max" mount option
by Christian Brauner
· 6 years ago
b6c770d
binderfs: make each binderfs mount a new instance
by Christian Brauner
· 6 years ago
3fdd94a
binderfs: remove wrong kern_mount() call
by Christian Brauner
· 6 years ago
3ad20fe
binder: implement binderfs
by Christian Brauner
· 6 years ago
80cd795
binder: fix use-after-free due to ksys_close() during fdget()
by Todd Kjos
· 6 years ago
ecd589d
binder: filter out nodes when showing binder procs
by Todd Kjos
· 6 years ago
7a2670a
binder: fix kerneldoc header for struct binder_buffer
by Todd Kjos
· 6 years ago
c13e0a5
binder: remove BINDER_DEBUG_ENTRY()
by Yangtao Li
· 6 years ago
22fee7d
Merge 4.20-rc5 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
324fa64
binder: fix sparse warnings on locking context
by Todd Kjos
· 6 years ago
7bada55
binder: fix race that allows malicious free of live buffer
by Todd Kjos
· 6 years ago
f4608ce
binder: make symbol 'binder_free_buf' static
by Wei Yongjun
· 6 years ago
f685fc6
Merge b4.19-rc4 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
b7e6a89
binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.
by Martijn Coenen
· 6 years ago
6b6642d
android: binder: use kstrdup instead of open-coding it
by Rasmus Villemoes
· 6 years ago
44d8047
binder: use standard functions to allocate fds
by Todd Kjos
· 6 years ago
44b7396
android: binder: no outgoing transaction when thread todo has transaction
by Sherry Yang
· 6 years ago
da1b956
android: binder: fix the race mmap and alloc_new_buf_locked
by Minchan Kim
· 6 years ago
128f380
android: binder: Rate-limit debug and userspace triggered err msgs
by Sherry Yang
· 6 years ago
c8c64b39
android: binder: Show extra_buffers_size in trace
by Sherry Yang
· 6 years ago
f371a7c
android: binder: Include asm/cacheflush.h after linux/ include files
by Guenter Roeck
· 6 years ago
1e81c57
android: binder_alloc: Include asm/cacheflush.h after linux/ include files
by Guenter Roeck
· 6 years ago
2e0e3a2
android: binder: Drop dependency on !M68K
by Geert Uytterhoeven
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
e19f70a
android: binder: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
720c2419
ANDROID: binder: change down_write to down_read
by Minchan Kim
· 7 years ago
838d556
ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR
by 宋金时
· 7 years ago
1190b4e
ANDROID: binder: remove 32-bit binder interface.
by Martijn Coenen
· 7 years ago
720d690
Merge 4.17-rc3 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
361f2dd
ANDROID: binder: re-order some conditions
by Dan Carpenter
· 7 years ago
7aa135f
ANDROID: binder: prevent transactions into own process.
by Martijn Coenen
· 7 years ago
5eeb2ca
ANDROID: binder: synchronize_rcu() when using POLLFREE.
by Martijn Coenen
· 7 years ago
8ca86f1
binder: replace "%p" with "%pK"
by Todd Kjos
· 7 years ago
e46a3b3
ANDROID: binder: remove WARN() for redundant txn error
by Todd Kjos
· 7 years ago
f889826
binder: check for binder_thread allocation failure in binder_poll()
by Eric Biggers
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
f6cff79
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
aac6830
android: binder: use VM_ALLOC to get vm area
by Ganesh Mahendran
· 7 years ago
197410a
android: binder: Use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
21d02dd
android: binder: Use octal permissions
by Harsh Shandilya
· 7 years ago
e940c10
ANDROID: binder: Remove obsolete proc waitqueue.
by Martijn Coenen
· 7 years ago
f5cb779
ANDROID: binder: remove waitqueue when thread exits.
by Martijn Coenen
· 7 years ago
00c41cd
android: binder: Prefer __func__ to using hardcoded function name
by Elad Wexler
· 7 years ago
b6a0941
Merge 4.15-rc6 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
3f82724
ANDROID: binder: make binder_alloc_new_buf_locked static and indent its arguments
by Xiongwei Song
· 7 years ago
533dfb2
android: binder: Check for errors in binder_alloc_shrinker_init().
by Tetsuo Handa
· 7 years ago
7f3dc00
binder: fix proc->files use-after-free
by Todd Kjos
· 7 years ago
2fc1024
Merge 4.15-rc3 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
fb2c445
ANDROID: binder: fix transaction leak.
by Martijn Coenen
· 7 years ago
148ade2
ANDROID: binder: Add thread->process_todo flag.
by Martijn Coenen
· 7 years ago
8d9a3ab6
ANDROID: binder: show high watermark of alloc->pages.
by Martijn Coenen
· 7 years ago
2bf16b7
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
6fbf248
Merge 4.14-rc6 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
ae65c85
android: binder: Fix null ptr dereference in debug msg
by Sherry Yang
· 7 years ago
a0c2baa
android: binder: Don't get mm from task
by Sherry Yang
· 7 years ago
f7f84fd
binder: pr_err() strings should end with newlines
by Arvind Yadav
· 7 years ago
de7bbe3
android: binder: Change binder_shrinker to static
by Sherry Yang
· 7 years ago
6ae33b9
android: binder: Remove unused vma argument
by Sherry Yang
· 7 years ago
66b83a4
binder: call poll_wait() unconditionally.
by Martijn Coenen
· 7 years ago
ae7df8f
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
512cf46
binder: fix use-after-free in binder_transaction()
by Todd Kjos
· 7 years ago
a1b2289
android: binder: drop lru lock in isolate callback
by Sherry Yang
· 7 years ago
d53bebd
binder: fix memory corruption in binder_transaction binder
by Xu YiPing
· 7 years ago
52b8161
binder: fix an ret value override
by Xu YiPing
· 7 years ago
1c363eae
android: binder: fix type mismatch warning
by Arnd Bergmann
· 7 years ago
3a6430c
ANDROID: binder: don't queue async transactions to thread.
by Martijn Coenen
· 7 years ago
bb74562
ANDROID: binder: don't enqueue death notifications to thread todo.
by Martijn Coenen
· 7 years ago
858b271
ANDROID: binder: Don't BUG_ON(!spin_is_locked()).
by Martijn Coenen
· 7 years ago
Next »