FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / drivers / android / binder.c
2019-11-08 Martijn CoenenFROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR...
2019-11-08 Martijn CoenenUPSTREAM: ANDROID: binder: prevent transactions into...
2019-11-08 Martijn CoenenUPSTREAM: ANDROID: binder: synchronize_rcu() when using...
2019-11-08 Martijn CoenenUPSTREAM: ANDROID: binder: remove waitqueue when thread...
2019-11-08 Martijn CoenenANDROID: binder: Remove obsolete proc waitqueue.
2019-11-08 Martijn CoenenUPSTREAM: android: binder: fix type mismatch warning
2019-11-08 Martijn CoenenANDROID: binder: clarify deferred thread work.
2019-11-08 Martijn CoenenANDROID: binder: Add thread->process_todo flag.
2019-11-08 Ganesh MahendranANDROID: binder: fix node sched policy calculation
2019-11-08 Ganesh MahendranANDROID: binder: init desired_prio.sched_policy before...
2019-11-08 Martijn CoenenANDROID: binder: fix transaction leak.
2019-11-08 Martijn CoenenANDROID: binder: Add tracing for binder priority inheri...
2019-11-08 Todd KjosFROMLIST: binder: fix use-after-free in binder_transact...
2019-11-08 Xu YiPingFROMLIST: binder: fix an ret value override
2019-11-08 Xu YiPingFROMLIST: binder: fix memory corruption in binder_trans...
2019-11-08 Sherry YangFROMLIST: android: binder: Add allocator selftest
2019-02-26 Martijn CoenenANDROID: binder: don't queue async transactions to...
2019-02-26 Martijn CoenenANDROID: binder: don't enqueue death notifications...
2019-02-26 Martijn CoenenANDROID: binder: call poll_wait() unconditionally.
2019-02-26 Martijn CoenenANDROID: binder: Don't BUG_ON(!spin_is_locked()).
2019-02-26 Martijn CoenenANDROID: binder: don't check prio permissions on restore.
2019-02-26 Colin CrossAdd BINDER_GET_NODE_DEBUG_INFO ioctl
2019-02-26 Martijn CoenenANDROID: binder: add RT inheritance flag to node.
2019-02-26 Martijn CoenenANDROID: binder: improve priority inheritance.
2019-02-26 Martijn CoenenANDROID: binder: add min sched_policy to node.
2019-02-26 Martijn CoenenANDROID: binder: add support for RT prio inheritance.
2019-02-26 Martijn CoenenANDROID: binder: push new transactions to waiting threads.
2019-02-26 Martijn CoenenANDROID: binder: remove proc waitqueue
2019-02-26 Todd KjosFROMLIST: binder: remove global binder lock
2019-02-26 Martijn CoenenFROMLIST: binder: fix death race conditions
2019-02-26 Todd KjosFROMLIST: binder: protect against stale pointers in...
2019-02-26 Todd KjosFROMLIST: binder: protect binder_ref with outer lock
2019-02-26 Todd KjosFROMLIST: binder: use inner lock to protect thread...
2019-02-26 Martijn CoenenFROMLIST: binder: protect transaction_stack with inner...
2019-02-26 Todd KjosFROMLIST: binder: protect proc->threads with inner_lock
2019-02-26 Todd KjosFROMLIST: binder: protect proc->nodes with inner lock
2019-02-26 Todd KjosFROMLIST: binder: add spinlock to protect binder_node
2019-02-26 Todd KjosFROMLIST: binder: add spinlocks to protect todo lists
2019-02-26 Todd KjosFROMLIST: binder: use inner lock to sync work dq and...
2019-02-26 Todd KjosFROMLIST: binder: introduce locking helper functions
2019-02-26 Todd KjosFROMLIST: binder: use node->tmp_refs to ensure node...
2019-02-26 Todd KjosFROMLIST: binder: refactor binder ref inc/dec for threa...
2019-02-26 Todd KjosFROMLIST: binder: make sure accesses to proc/thread...
2019-02-26 Todd KjosFROMLIST: binder: make sure target_node has strong ref
2019-02-26 Todd KjosFROMLIST: binder: guarantee txn complete / errors deliv...
2019-02-26 Todd KjosFROMLIST: binder: refactor binder_pop_transaction
2019-02-26 Todd KjosFROMLIST: binder: use atomic for transaction_log index
2019-02-26 Todd KjosFROMLIST: binder: protect against two threads freeing...
2019-02-26 Todd KjosFROMLIST: binder: remove dead code in binder_get_ref_fo...
2019-02-26 Todd KjosFROMLIST: binder: don't modify thread->looper from...
2019-02-26 Todd KjosFROMLIST: binder: avoid race conditions when enqueuing txn
2019-02-26 Todd KjosFROMLIST: binder: refactor queue management in binder_t...
2019-02-26 Todd KjosFROMLIST: binder: add log information for binder transa...
2019-02-26 Todd KjosFROMLIST: binder: make binder_last_id an atomic
2019-02-26 Badhri Jagan SridharanFROMLIST: binder: change binder_stats to atomics
2019-02-26 Todd KjosFROMLIST: binder: add protection for non-perf cases
2019-02-26 Todd KjosFROMLIST: binder: remove binder_debug_no_lock mechanism
2019-02-26 Todd KjosFROMLIST: binder: move binder_alloc to separate file
2019-02-26 Todd KjosFROMLIST: binder: separate out binder_alloc functions
2019-02-26 Todd KjosFROMLIST: binder: remove unneeded cleanup code
2019-02-26 Todd KjosFROMLIST: binder: separate binder allocator structure...
2019-02-26 Danny WoodRevert "android: binder: move global binder state into...
2019-02-26 Danny WoodRevert "CHROMIUM: android: binder: Fix potential schedu...
2019-02-26 Danny WoodRevert "android: binder: use copy_from_user_preempt_dis...
2019-02-26 Danny WoodRevert "android: binder: Disable preemption while holdi...
2019-02-26 Danny WoodRevert "binder: blacklist %p kptr_restrict"
2019-02-26 Danny WoodRevert "binder: NULL pointer reference"
2019-02-26 Danny WoodRevert "binder: prevent kptr leak by using %pK format...
2018-10-11 Martijn Coenenandroid: binder: move global binder state into context...
2018-10-11 Todd Kjosbinder: use group leader instead of open thread
2018-10-11 Lisa DuUPSTREAM: drivers: android: correct the size of struct...
2018-10-11 Martijn Coenenandroid: binder: use copy_from_user_preempt_disabled
2018-10-11 Martijn Coenenandroid: binder: support for file-descriptor arrays.
2018-10-11 Martijn Coenenandroid: binder: support for scatter-gather.
2018-10-11 Martijn Coenenandroid: binder: add extra size to allocator.
2018-10-11 Martijn Coenenandroid: binder: refactor binder_transact()
2018-10-11 Martijn Coenenandroid: binder: support multiple /dev instances.
2018-10-11 Martijn Coenenandroid: binder: deal with contexts in debugfs.
2018-10-11 Martijn Coenenandroid: binder: support multiple context managers.
2018-10-11 Martijn Coenenandroid: binder: split flat_binder_object.
2018-10-11 Riley Andrewsandroid: binder: Disable preemption while holding the...
2018-10-11 Andrew BrestickerCHROMIUM: android: binder: Fix potential scheduling...
2018-10-11 Riley Andrewsandroid: binder: Use wake up hint for synchronous trans...
2018-10-11 StrictedAdd security hooks to binder and implement the hooks...
2018-10-11 Nick Desaulniersbinder: blacklist %p kptr_restrict
2018-10-11 Arve HjønnevågANDROID: binder: Add strong ref checks
2018-10-11 Pradosh DasANDROID: binder: Clear binder and cookie when setting...
2018-10-11 Pradosh Dasbinder: prevent kptr leak by using %pK format specifier
2018-10-11 Riley Andrewsandroid: drivers: workaround debugfs race in binder
2018-10-11 Arve Hjønnevågandroid: binder: More offset validation.
2018-10-11 Greg Kroah-Hartmanandroid: binder: remove binder.h
2018-10-11 Greg Kroah-Hartmanstaging: android: binder: move to the "real" part of...