aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2019-07-01binder: return errors from buffer copy functionsTodd Kjos3-93/+126
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+14
2019-06-22binder: fix memory leak in error pathTodd Kjos1-2/+2
2019-06-13binder: fix possible UAF when freeing bufferTodd Kjos1-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner5-50/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos1-1/+11
2019-04-25binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks1-4/+4
2019-03-21binder: fix race between munmap() and direct reclaimTodd Kjos1-10/+8
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos1-1/+2
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim1-2/+2
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos1-1/+1
2019-02-14binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos1-2/+3
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos5-99/+118
2019-02-12binder: remove user_buffer_offsetTodd Kjos3-65/+13
2019-02-12binder: remove kernel vm_area for buffer spaceTodd Kjos1-38/+2
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos1-49/+97
2019-02-12binder: add function to copy binder object from bufferTodd Kjos1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos4-45/+147
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos3-7/+143
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman3-19/+41
2019-02-01binderfs: remove separate device_initcall()Christian Brauner3-4/+16
2019-01-30binderfs: respect limit on binder control creationChristian Brauner1-1/+9
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner1-14/+16
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-131/+151
2019-01-22binder: create node flag to request sender's security contextTodd Kjos1-23/+83
2019-01-22binderfs: switch from d_add() to d_instantiate()Christian Brauner1-1/+1
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner1-4/+0
2019-01-22binderfs: kill_litter_super() before cleanupChristian Brauner1-1/+2
2019-01-22binderfs: rework binderfs_binder_device_create()Christian Brauner1-20/+19
2019-01-22binderfs: rework binderfs_fill_super()Christian Brauner1-30/+11
2019-01-22binderfs: prevent renaming the control dentryChristian Brauner1-18/+10
2019-01-22binderfs: remove outdated commentChristian Brauner1-4/+0
2019-01-18binderfs: fix error return code in binderfs_fill_super()Wei Yongjun1-0/+1
2019-01-12binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner1-0/+4
2019-01-11binderfs: reserve devices for initial mountChristian Brauner1-1/+6
2019-01-11binderfs: rename header to binderfs.hChristian Brauner1-1/+1
2019-01-11binderfs: implement "max" mount optionChristian Brauner1-6/+98
2019-01-08binderfs: make each binderfs mount a new instanceChristian Brauner1-39/+2
2019-01-08binderfs: remove wrong kern_mount() callChristian Brauner1-10/+0
2018-12-19binder: implement binderfsChristian Brauner5-17/+614
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos1-2/+61
2018-12-06binder: filter out nodes when showing binder procsTodd Kjos1-0/+3
2018-12-06binder: fix kerneldoc header for struct binder_bufferTodd Kjos1-10/+10
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Yangtao Li1-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman3-21/+19
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos2-1/+43
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos3-21/+19
2018-10-02binder: make symbol 'binder_free_buf' staticWei Yongjun1-1/+1
2018-09-16Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman1-8/+35
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen1-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itRasmus Villemoes1-2/+1
2018-09-14binder: use standard functions to allocate fdsTodd Kjos3-165/+260
2018-09-14android: binder: no outgoing transaction when thread todo has transactionSherry Yang1-12/+32
2018-09-12android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim1-8/+35
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2-17/+29
2018-08-02android: binder: Show extra_buffers_size in traceSherry Yang1-2/+5
2018-07-24android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+3
2018-07-24android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+1
2018-07-07android: binder: Drop dependency on !M68KGeert Uytterhoeven1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-14android: binder: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-14ANDROID: binder: change down_write to down_readMinchan Kim2-4/+6
2018-05-14ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时1-1/+2
2018-05-14ANDROID: binder: remove 32-bit binder interface.Martijn Coenen2-18/+1
2018-04-30Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+8
2018-04-23ANDROID: binder: re-order some conditionsDan Carpenter1-2/+2
2018-04-23ANDROID: binder: prevent transactions into own process.Martijn Coenen1-0/+8
2018-02-16ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen1-0/+9
2018-02-16binder: replace "%p" with "%pK"Todd Kjos1-4/+4
2018-02-16ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos1-2/+8
2018-02-16binder: check for binder_thread allocation failure in binder_poll()Eric Biggers1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-71/+158
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-25android: binder: use VM_ALLOC to get vm areaGanesh Mahendran1-1/+1
2018-01-25android: binder: Use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2018-01-09android: binder: Use octal permissionsHarsh Shandilya1-8/+8
2018-01-09ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen1-3/+0
2018-01-09ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen1-0/+12
2018-01-09android: binder: Prefer __func__ to using hardcoded function nameElad Wexler1-2/+2
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman1-13/+31
2017-12-19ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argum...Xiongwei Song1-5/+6
2017-12-18android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa3-5/+13
2017-12-18binder: fix proc->files use-after-freeTodd Kjos1-13/+31
2017-12-11Merge 4.15-rc3 into char-misc-nextGreg Kroah-Hartman1-9/+31
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-28ANDROID: binder: fix transaction leak.Martijn Coenen1-9/+31
2017-11-28ANDROID: binder: Add thread->process_todo flag.Martijn Coenen1-44/+107
2017-11-28ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen2-0/+6
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+9
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman3-25/+11
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang1-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang2-14/+9
2017-10-20binder: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang1-1/+1
2017-10-20android: binder: Remove unused vma argumentSherry Yang1-9/+7
2017-10-20binder: call poll_wait() unconditionally.Martijn Coenen1-10/+1
2017-10-15Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+66
2017-10-04binder: fix use-after-free in binder_transaction()Todd Kjos1-27/+66
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-6/+12
2017-09-18binder: fix memory corruption in binder_transaction binderXu YiPing1-0/+1
2017-09-18binder: fix an ret value overrideXu YiPing1-1/+0
2017-09-18android: binder: fix type mismatch warningArnd Bergmann1-3/+3
2017-09-01ANDROID: binder: don't queue async transactions to thread.Martijn Coenen1-3/+5
2017-09-01ANDROID: binder: don't enqueue death notifications to thread todo.Martijn Coenen1-16/+6
2017-09-01ANDROID: binder: Don't BUG_ON(!spin_is_locked()).Martijn Coenen1-16/+10
2017-09-01ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctlColin Cross1-0/+43
2017-09-01ANDROID: binder: push new transactions to waiting threads.Martijn Coenen1-54/+127
2017-09-01ANDROID: binder: remove proc waitqueueMartijn Coenen1-74/+181
2017-09-01android: binder: Add page usage in binder statsSherry Yang3-0/+32
2017-09-01android: binder: fixup crash introduced by moving buffer hdrSherry Yang1-1/+1
2017-08-28android: binder: Add shrinker tracepointsSherry Yang2-2/+80
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang4-40/+225
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang3-67/+90
2017-08-28android: binder: Add allocator selftestSherry Yang5-0/+289
2017-08-28android: binder: Refactor prev and next buffer into a helper functionSherry Yang1-9/+15
2017-08-28Revert "staging: Fix build issues with new binder API"Jisheng Zhang1-1/+1
2017-08-22binder: fix incorrect cmd to binder_stat_brTodd Kjos1-1/+1
2017-08-22binder: free memory on errorChristian Brauner1-2/+6
2017-08-22ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen1-1/+1
2017-07-17binder: remove unused BINDER_SMALL_BUF_SIZE defineDmitry Safonov1-2/+0
2017-07-17android: binder: Use dedicated helper to access rlimit valueKrzysztof Opasiak1-1/+1
2017-07-17binder: remove global binder lockTodd Kjos1-43/+3
2017-07-17binder: fix death race conditionsMartijn Coenen1-32/+32
2017-07-17binder: protect against stale pointers in print_binder_transactionTodd Kjos1-20/+40
2017-07-17binder: protect binder_ref with outer lockTodd Kjos1-50/+83
2017-07-17binder: use inner lock to protect thread accountingTodd Kjos1-5/+23
2017-07-17binder: protect transaction_stack with inner lock.Martijn Coenen1-17/+79
2017-07-17binder: protect proc->threads with inner_lockTodd Kjos1-24/+63
2017-07-17binder: protect proc->nodes with inner lockTodd Kjos1-23/+89
2017-07-17binder: add spinlock to protect binder_nodeTodd Kjos1-55/+165
2017-07-17binder: add spinlocks to protect todo listsTodd Kjos1-86/+269
2017-07-17binder: use inner lock to sync work dq and node countsTodd Kjos1-51/+198
2017-07-17binder: introduce locking helper functionsTodd Kjos1-0/+238
2017-07-17binder: use node->tmp_refs to ensure node safetyTodd Kjos1-20/+104
2017-07-17binder: refactor binder ref inc/dec for thread safetyTodd Kjos2-137/+379
2017-07-17binder: make sure accesses to proc/thread are safeTodd Kjos1-27/+206
2017-07-17binder: make sure target_node has strong refTodd Kjos1-5/+17
2017-07-17binder: guarantee txn complete / errors delivered in-orderTodd Kjos1-54/+73
2017-07-17binder: refactor binder_pop_transactionTodd Kjos1-15/+15
2017-07-17binder: use atomic for transaction_log indexTodd Kjos1-16/+59
2017-07-17binder: add more debug info when allocation fails.Martijn Coenen1-1/+30
2017-07-17binder: protect against two threads freeing bufferTodd Kjos3-10/+23
2017-07-17binder: remove dead code in binder_get_ref_for_nodeTodd Kjos1-11/+5
2017-07-17binder: don't modify thread->looper from other threadsTodd Kjos1-11/+11
2017-07-17binder: avoid race conditions when enqueuing txnTodd Kjos1-3/+4
2017-07-17binder: refactor queue management in binder_thread_readTodd Kjos1-57/+94
2017-07-17binder: add log information for binder transaction failuresTodd Kjos2-19/+88
2017-07-17binder: make binder_last_id an atomicTodd Kjos1-4/+4
2017-07-17binder: change binder_stats to atomicsBadhri Jagan Sridharan1-20/+28
2017-07-17binder: add protection for non-perf casesTodd Kjos1-18/+63
2017-07-17binder: remove binder_debug_no_lock mechanismTodd Kjos1-23/+8
2017-07-17binder: move binder_alloc to separate fileTodd Kjos4-763/+923
2017-07-17binder: separate out binder_alloc functionsTodd Kjos2-248/+410
2017-07-17binder: remove unneeded cleanup codeTodd Kjos1-9/+2
2017-07-17binder: separate binder allocator structure from binder procTodd Kjos2-85/+129
2017-07-17binder: Use wake up hint for synchronous transactions.Riley Andrews1-2/+6
2017-07-17binder: use group leader instead of open threadTodd Kjos1-2/+2
2017-07-17Revert "android: binder: Sanity check at binder ioctl"Todd Kjos1-5/+0
2017-03-17binder: Add 'hwbinder' to the default devicesRob Herring1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-1/+1
2017-02-10binder: Add support for file-descriptor arraysMartijn Coenen1-0/+137
2017-02-10binder: Add support for scatter-gatherMartijn Coenen1-13/+231
2017-02-10binder: Add extra size to allocatorMartijn Coenen1-13/+28
2017-02-10binder: Refactor binder_transact()Martijn Coenen1-137/+172
2017-02-10binder: Support multiple /dev instancesMartijn Coenen2-11/+84
2017-02-10binder: Deal with contexts in debugfsMartijn Coenen1-13/+23
2017-02-10binder: Support multiple context managersMartijn Coenen1-21/+38
2017-02-10binder: Split flat_binder_objectMartijn Coenen1-49/+109
2016-10-24ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...Arve Hjønnevåg1-0/+5
2016-10-24ANDROID: binder: Add strong ref checksArve Hjønnevåg1-9/+21
2016-08-15android: binder: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-6/+1
2016-03-01Merge 4.5-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2016-02-22Merge char-misc-next into staging-nextGreg Kroah-Hartman1-4/+22
2016-02-20drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...Lisa Du1-1/+1
2016-02-11android: drivers: Avoid debugfs race in binderRiley Andrews1-2/+13
2016-02-11android: binder: More offset validationArve Hjønnevåg1-2/+9
2016-02-07android: binder: Sanity check at binder ioctlChen Feng1-0/+5
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-03-01android: binder: fix binder mmap failuresAndrey Ryabinin1-5/+5
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley1-0/+26
2014-10-20android: binder: remove binder.hGreg Kroah-Hartman2-31/+5
2014-10-20staging: android: binder: move to the "real" part of the kernelGreg Kroah-Hartman5-0/+4072