aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-23ANDROID: binder: sched_param: Include uapi/linux/sched/types.htest/llct-4.13Amit Pundir
2017-08-23ANDROID: check dir value of xfrm_userpolicy_idSuren Baghdasaryan
2017-08-23ANDROID: NFC: Fix possible memory corruption when handling SHDLC I-Frame comm...Suren Baghdasaryan
2017-08-23ANDROID: nfc: fdp: Fix possible buffer overflow in WCS4000 NFC driverSuren Baghdasaryan
2017-08-23ANDROID: NFC: st21nfca: Fix out of bounds kernel access when handling ATR_REQSuren Baghdasaryan
2017-08-23ANDROID: usb: gadget: assign no-op request complete callbacksBadhri Jagan Sridharan
2017-08-23ANDROID: usb: gadget: configfs: fix null ptr in android_disconnectDanilo Krummrich
2017-08-23ANDROID: uid_sys_stats: Fix implicit declaration of get_cmdline()Amit Pundir
2017-08-23ANDROID: uid_sys_stats: log task io with a debug flagYang Jin
2017-08-23ANDROID: Use sk_uid to replace uid get from socket fileChenbo Feng
2017-08-23ANDROID: keychord: Fix for a memory leak in keychord.Mohan Srinivasan
2017-08-23ANDROID: keychord: Fix races in keychord_write.Mohan Srinivasan
2017-08-23ANDROID: binder: don't queue async transactions to thread.Martijn Coenen
2017-08-23ANDROID: binder: call poll_wait() unconditionally.Martijn Coenen
2017-08-23ANDROID: binder: don't enqueue death notifications to thread todo.Martijn Coenen
2017-08-23android: configs: move quota-related configs to recommendedSteve Muckle
2017-08-23ANDROID: sdcardfs: override credential for ioctl to lower fsJaegeuk Kim
2017-08-23ANDROID: xt_qtaguid: handle properly request socketsSimon Dubray
2017-08-23ANDROID: cpufreq: interactive governor drops bits in time calculationChris Redpath
2017-08-23ANDROID: Use %zu to print resid (size_t).Mohan Srinivasan
2017-08-23ANDROID: binder: Don't BUG_ON(!spin_is_locked()).Martijn Coenen
2017-08-23ANDROID: keychord: Fix a slab out-of-bounds read.Mohan Srinivasan
2017-08-23Revert "ANDROID: proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"Daniel Mentz
2017-08-23ANDROID: android-verity: mark dev as rw for linear targetBadhri Jagan Sridharan
2017-08-23ANDROID: sdcardfs: Remove unnecessary lockDaniel Rosenberg
2017-08-23ANDROID: binder: don't check prio permissions on restore.Martijn Coenen
2017-08-23ANDROID: Add BINDER_GET_NODE_DEBUG_INFO ioctlColin Cross
2017-08-23ANDROID: binder: add RT inheritance flag to node.Martijn Coenen
2017-08-23ANDROID: binder: improve priority inheritance.Martijn Coenen
2017-08-23ANDROID: binder: add min sched_policy to node.Martijn Coenen
2017-08-23ANDROID: binder: add support for RT prio inheritance.Martijn Coenen
2017-08-23ANDROID: binder: push new transactions to waiting threads.Martijn Coenen
2017-08-23ANDROID: binder: remove proc waitqueueMartijn Coenen
2017-08-23FROMLIST: binder: remove global binder lockTodd Kjos
2017-08-23FROMLIST: binder: fix death race conditionsMartijn Coenen
2017-08-23FROMLIST: binder: protect against stale pointers in print_binder_transactionTodd Kjos
2017-08-23FROMLIST: binder: protect binder_ref with outer lockTodd Kjos
2017-08-23FROMLIST: binder: use inner lock to protect thread accountingTodd Kjos
2017-08-23FROMLIST: binder: protect transaction_stack with inner lock.Martijn Coenen
2017-08-23FROMLIST: binder: protect proc->threads with inner_lockTodd Kjos
2017-08-23FROMLIST: binder: protect proc->nodes with inner lockTodd Kjos
2017-08-23FROMLIST: binder: add spinlock to protect binder_nodeTodd Kjos
2017-08-23FROMLIST: binder: add spinlocks to protect todo listsTodd Kjos
2017-08-23FROMLIST: binder: use inner lock to sync work dq and node countsTodd Kjos
2017-08-23FROMLIST: binder: introduce locking helper functionsTodd Kjos
2017-08-23FROMLIST: binder: use node->tmp_refs to ensure node safetyTodd Kjos
2017-08-23FROMLIST: binder: refactor binder ref inc/dec for thread safetyTodd Kjos
2017-08-23FROMLIST: binder: make sure accesses to proc/thread are safeTodd Kjos
2017-08-23FROMLIST: binder: make sure target_node has strong refTodd Kjos
2017-08-23FROMLIST: binder: guarantee txn complete / errors delivered in-orderTodd Kjos