blob: 1597a28fb1a8a24bfcc1ad820476618dafc86b20 [file] [log] [blame]
66b83a4cdd3b ("binder: call poll_wait() unconditionally.")
1b77e9dcc3da ("ANDROID: binder: remove proc waitqueue")
a60b890f607d ("binder: remove global binder lock")
ab51ec6bdf0b ("binder: fix death race conditions")
2c1838dc6817 ("binder: protect binder_ref with outer lock")
b3e686128379 ("binder: use inner lock to protect thread accounting")
0b89d69a9625 ("binder: protect transaction_stack with inner lock.")
7bd7b0e639af ("binder: protect proc->threads with inner_lock")
673068eee856 ("binder: add spinlock to protect binder_node")
72196393a5e3 ("binder: add spinlocks to protect todo lists")
ed29721e22e3 ("binder: use inner lock to sync work dq and node counts")
9630fe8839ba ("binder: introduce locking helper functions")
adc188422227 ("binder: use node->tmp_refs to ensure node safety")
372e3147df70 ("binder: refactor binder ref inc/dec for thread safety")
7a4408c6bd3e ("binder: make sure accesses to proc/thread are safe")
eb34983ba170 ("binder: make sure target_node has strong ref")
26549d177410 ("binder: guarantee txn complete / errors delivered in-order")
b6d282cea3f3 ("binder: refactor binder_pop_transaction")
d99c7333ab1c ("binder: use atomic for transaction_log index")
e4cffcf4bf8b ("binder: remove dead code in binder_get_ref_for_node")
08dabceefee0 ("binder: don't modify thread->looper from other threads")
ccae6f676001 ("binder: avoid race conditions when enqueuing txn")
26b47d8a16a7 ("binder: refactor queue management in binder_thread_read")
57ada2fb2250 ("binder: add log information for binder transaction failures")
656a800aad60 ("binder: make binder_last_id an atomic")
c44b1231ff11 ("binder: add protection for non-perf cases")
1cf29cf4295a ("binder: remove binder_debug_no_lock mechanism")
0c972a05cde6 ("binder: move binder_alloc to separate file")
19c987241ca1 ("binder: separate out binder_alloc functions")
7c03f0d6163a ("binder: remove unneeded cleanup code")
fdfb4a99b6ab ("binder: separate binder allocator structure from binder proc")
00b40d613352 ("binder: Use wake up hint for synchronous transactions.")
c4ea41ba195d ("binder: use group leader instead of open thread")
a2b18708ee14 ("Revert "android: binder: Sanity check at binder ioctl"")
ecf1385d72f0 ("mm: drop unused argument of zap_page_range()")
0594f58dbd95 ("userfaultfd: non-cooperative: avoid MADV_DONTNEED race condition")
05ce77249d50 ("userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED request")
72f87654c696 ("userfaultfd: non-cooperative: add mremap() event")
893e26e61d04 ("userfaultfd: non-cooperative: Add fork() event")
9cd75c3cd4c3 ("userfaultfd: non-cooperative: add ability to report non-PF events from uffd descriptor")
6dcc27fd3943 ("userfaultfd: non-cooperative: Split the find_userfault() routine")
def95c73567d ("binder: Add support for file-descriptor arrays")
7980240b6d63 ("binder: Add support for scatter-gather")
4bfac80af3a6 ("binder: Add extra size to allocator")
a056af42032e ("binder: Refactor binder_transact()")
ac4812c5ffbb ("binder: Support multiple /dev instances")
14db31814a9a ("binder: Deal with contexts in debugfs")
342e5c90b601 ("binder: Support multiple context managers")
feba3900cabb ("binder: Split flat_binder_object")