summaryrefslogtreecommitdiff
path: root/drivers/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.1-rc1' into syncMiguel Ojeda2022-10-184-62/+40
|\
| * Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+1
| |\
| | * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-3/+1
| * | binder: fix binder_alloc kernel-doc warningsCarlos Llamas2022-09-061-3/+2
| * | binder: remove binder_alloc_set_vma()Carlos Llamas2022-09-061-23/+2
| * | binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2022-09-062-19/+19
| * | Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2022-09-052-12/+35
| |\ \
| * | | binderfs: rework superblock destructionAl Viro2022-09-011-13/+17
| * | | binderfs: remove unused INTSTRLEN macroCarlos Llamas2022-09-011-1/+0
| * | | binder: remove unused binder_alloc->buffer_freeCarlos Llamas2022-09-011-1/+0
| * | | binder: fix trivial kernel-doc typoCarlos Llamas2022-09-011-2/+2
| | |/ | |/|
* | | rust: rename `Ref` to `Arc`Wedson Almeida Filho2022-10-057-141/+141
* | | Merge tag 'v6.0-rc7' into syncMiguel Ojeda2022-09-278-148/+243
|\ \ \ | | |/ | |/|
| * | Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-022-2/+14
| |\ \
| | * | binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas2022-09-011-2/+2
| | * | Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman2022-08-191-21/+10
| | * | binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett2022-08-181-10/+21
| | * | binder: fix UAF of ref->proc caused by race conditionCarlos Llamas2022-08-181-0/+12
| | |/
| * / binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
| |/
| * Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-18/+23
| |\
| | * android: binder: fix lockdep check on clearing vmaLiam Howlett2022-07-291-1/+8
| | * android: binder: stop saving a pointer to the VMALiam R. Howlett2022-07-293-18/+16
| | * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
| * | binder: fix redefinition of seq_file attributesCarlos Llamas2022-07-083-107/+100
| * | remove CONFIG_ANDROIDChristoph Hellwig2022-07-011-9/+0
| * | Binder: add TF_UPDATE_TXN to replace outdated txnLi Li2022-06-272-3/+86
| |/
* | rust: take str literal instead bstr literal in `module!` macroGary Guo2022-08-051-4/+4
* | treewide: other `rustfmt`-inspired cleanupsMiguel Ojeda2022-08-011-4/+4
* | Merge pull request #828 from wedsonaf/flags-to-modWedson Almeida Filho2022-07-121-2/+2
|\ \
| * | rust: change `FileFlags` struct to `flags` moduleWedson Almeida Filho2022-07-121-2/+2
* | | Merge pull request #826 from bjorn3/concat_idents_macroWedson Almeida Filho2022-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | Re-implement concat_idents! in libmacrosbjorn32022-07-101-1/+1
* | | Merge branch 'rust' into file_flags_typeWedson Almeida Filho2022-07-1212-145/+256
|\| |
| * | rust: use `#[vtable]` for `kernel::file::Operations`Gary Guo2022-07-051-2/+1
| * | binder: use `Either` from `kernel` crateWedson Almeida Filho2022-07-014-9/+6
| * | Merge tag 'v5.19-rc1' into syncMiguel Ojeda2022-06-074-61/+175
| |\|
| | * Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-051-0/+2
| | |\
| | | * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-051-0/+2
| | * | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
| | |\|
| | | * Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
| | * | binder: fix atomic sleep when get extended errorSchspa Shi2022-05-191-9/+6
| | * | binder: fix potential UAF of target_{proc,thread}Carlos Llamas2022-05-191-4/+5
| | * | binder: fix printk format for commandsCarlos Llamas2022-05-191-2/+2
| | * | binder: additional transaction error logsCarlos Llamas2022-05-091-4/+44
| | * | binder: convert logging macros into functionsCarlos Llamas2022-05-091-12/+29
| | * | binderfs: add extended_error feature entryCarlos Llamas2022-05-091-0/+8
| | * | binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2022-05-092-0/+63
| | * | binder: add failed transaction logging infoCarlos Llamas2022-05-091-2/+6
| | * | Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-021-1/+9
| | |\ \
| | * | | binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco2022-04-261-11/+2