index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
binder: modify the comment for binder_proc_unlock
Ba Jing
1
-1
/
+1
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2024-09-03
binder: fix UAF caused by offsets overwrite
Carlos Llamas
1
-0
/
+1
2024-09-03
binder: fix typo in comment
Ruffalo Lavoisier
1
-1
/
+1
2024-08-12
Merge 6.11-rc3 into char-misc-next
Greg Kroah-Hartman
1
-9
/
+6
2024-07-31
binder: frozen notification
Yu-Ting Tseng
1
-2
/
+282
2024-07-31
binder: fix descriptor lookup for context manager
Carlos Llamas
1
-9
/
+6
2024-07-12
binder: fix hang of unregistered readers
Carlos Llamas
1
-3
/
+1
2024-07-03
binder: use bitmap for faster descriptor lookup
Carlos Llamas
1
-13
/
+99
2024-05-04
binder: fix max_thread type inconsistency
Carlos Llamas
1
-1
/
+1
2024-04-11
binder: check offset alignment in binder_get_object()
Carlos Llamas
1
-1
/
+3
2024-02-22
binder: use of hlist_count_nodes()
Pierre Gondois
1
-3
/
+1
2024-01-31
binder: signal epoll threads of self-work
Carlos Llamas
1
-0
/
+10
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+13
2023-12-12
file: s/close_fd_get_file()/file_close_fd()/g
Christian Brauner
1
-1
/
+1
2023-12-05
binder: avoid user addresses in debug logs
Carlos Llamas
1
-2
/
+2
2023-12-05
binder: remove pid param in binder_alloc_new_buf()
Carlos Llamas
1
-1
/
+1
2023-12-05
binder: keep vma addresses type as unsigned long
Carlos Llamas
1
-11
/
+10
2023-12-05
binder: use EPOLLERR from eventpoll.h
Carlos Llamas
1
-1
/
+1
2023-10-05
binder: fix memory leaks of spam and pending work
Carlos Llamas
1
-0
/
+2
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2023-08-04
android: Remove error checking for debugfs_create_dir()
Wang Ming
1
-11
/
+9
2023-08-04
binder: fix memory leak in binder_init()
Qi Zheng
1
-0
/
+1
2023-05-28
Merge v6.4-rc4 into char-misc-next
Greg Kroah-Hartman
1
-7
/
+21
2023-05-13
Binder: Add async from to transaction record
Chuang Zhang
1
-2
/
+4
2023-05-13
Binder: Add timestamp to transaction record
Chuang Zhang
1
-2
/
+7
2023-05-13
binder: fix UAF caused by faulty buffer cleanup
Carlos Llamas
1
-7
/
+21
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-28
/
+37
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+1
2023-01-19
android: fix W=1 kernel-doc warnings
Randy Dunlap
1
-9
/
+9
2023-01-19
binder: return pending info for frozen async txns
Li Li
1
-6
/
+26
2023-01-19
binder: remove unneeded size check code
Jiazi.Li
1
-13
/
+2
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-3
/
+1
2022-08-18
binder: fix UAF of ref->proc caused by race condition
Carlos Llamas
1
-0
/
+12
2022-07-08
binder: fix redefinition of seq_file attributes
Carlos Llamas
1
-35
/
+79
2022-06-27
Binder: add TF_UPDATE_TXN to replace outdated txn
Li Li
1
-3
/
+82
2022-06-05
Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2022-06-05
fix the breakage in close_fd_get_file() calling conventions change
Al Viro
1
-0
/
+2
2022-06-04
Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-05-19
binder: fix atomic sleep when get extended error
Schspa Shi
1
-9
/
+6
2022-05-19
binder: fix potential UAF of target_{proc,thread}
Carlos Llamas
1
-4
/
+5
2022-05-19
binder: fix printk format for commands
Carlos Llamas
1
-2
/
+2
2022-05-14
Unify the primitives for file descriptor closing
Al Viro
1
-1
/
+1
2022-05-09
binder: additional transaction error logs
Carlos Llamas
1
-4
/
+44
2022-05-09
binder: convert logging macros into functions
Carlos Llamas
1
-12
/
+29
2022-05-09
binder: add BINDER_GET_EXTENDED_ERROR ioctl
Carlos Llamas
1
-0
/
+60
2022-05-09
binder: add failed transaction logging info
Carlos Llamas
1
-2
/
+6
2022-05-02
Merge 5.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+9
2022-04-22
binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
Alessandro Astone
1
-0
/
+3
[next]