aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helper" into p9.0HEADp9.0Christos Papageorgiou2018-12-171-0/+3
|\
| * UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton2018-12-171-0/+3
* | Merge changes from topic "m8qlul_binder-fixes" into p9.0Christos Papageorgiou2018-12-1712-320/+628
|\ \ | |/ |/|
| * ANDROID: binder: fix transaction leak.Martijn Coenen2018-12-141-13/+33
| * android: binder: Move buffer out of area shared with user spaceSherry Yang2018-12-141-53/+87
| * android: binder: Refactor prev and next buffer into a helper functionSherry Yang2018-12-141-10/+17
| * binder: always allocate/map first BINDER_MIN_ALLOC pagesJoel Fernandes2018-12-141-4/+21
| * ANDROID: binder: fix OOB write in __binder_update_page_rangeTodd Kjos2018-12-141-0/+6
| * ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen2018-12-141-1/+1
| * android: binder: move global binder state into context struct.Martijn Coenen2018-12-141-134/+262
| * android: binder: use copy_from_user_preempt_disabledMartijn Coenen2018-12-141-4/+6
| * CHROMIUM: android: binder: Fix potential scheduling-while-atomicAndrew Bresticker2018-12-141-2/+10
| * android: binder: Disable preemption while holding the global binder lock.Riley Andrews2018-12-141-41/+118
| * Revert "android: binder: Change binder mutex to rtmutex."Julian Veit2018-12-141-4/+3
| * android: binder: Use wake up hint for synchronous transactions.Riley Andrews2018-12-141-2/+10
| * UPSTREAM: drivers: android: correct the size of struct binder_uintptr_t for B...Lisa Du2018-12-141-1/+1
| * binder: use group leader instead of open threadTodd Kjos2018-12-141-3/+3
| * android: binder: Change binder mutex to rtmutex.Riley Andrews2018-12-141-3/+4
| * android: binder: remove binder.hGreg Kroah-Hartman2018-12-142-31/+5
| * staging: android: binder: move to the "real" part of the kernelGreg Kroah-Hartman2018-12-1412-32/+59
* | m8qlul: Remove pre_allocate function.Christos Papageorgiou (root-expert)2018-11-051-16/+0
* | locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra2018-11-051-16/+0
* | kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2018-11-051-3/+3
* | kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2018-11-051-6/+6
* | kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2018-11-051-0/+74
* | Revert "ANDROID: sdcardfs: notify lower file of opens"Daniel Rosenberg2018-11-051-2/+0
* | ANDROID: sdcardfs: Move default_normal to superblockDaniel Rosenberg2018-11-053-5/+4
* | ANDROID: sdcardfs: Fix missing break on default_normalDaniel Rosenberg2018-11-051-0/+1
* | ANDROID: sdcardfs: Add default_normal optionDaniel Rosenberg2018-11-053-5/+5
* | ANDROID: sdcardfs: notify lower file of opensDaniel Rosenberg2018-11-051-0/+2
* | path_openat(): fix double fput()Al Viro2018-11-051-1/+2
* | do_last(): fix missing checks for LAST_BIND caseAl Viro2018-11-051-22/+4
* | allow build_open_flags() to return an errorAl Viro2018-11-054-32/+41
* | fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud2018-11-051-1/+2
* | ext[34]: fix double put in tmpfileMiklos Szeredi2018-11-052-6/+4
* | vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu2018-11-051-2/+2
* | fs: Fix file mode for O_TMPFILEAndy Lutomirski2018-11-051-1/+1
* | ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2018-11-051-1/+1
* | ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2018-11-051-1/+1
* | allow O_TMPFILE to work with O_WRONLYAl Viro2018-11-052-2/+4
* | Safer ABI for O_TMPFILEAl Viro2018-11-056-8/+12
* | ext4: ->tmpfile() supportAl Viro2018-11-051-1/+46
* | ext3 ->tmpfile() supportAl Viro2018-11-051-1/+46
* | allow the temp files created by open() to be linked toAl Viro2018-11-053-4/+19
* | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2018-11-0512-5/+164
* | uapi: Export sockaddr_storage for userspaceEthan Chen2018-11-051-0/+7
* | net: rmnet_data: Add support to configure custom device nameSubash Abhinov Kasiviswanathan2018-11-055-12/+51
* | uapi: Define __BITS_PER_LONG based on compiler targetEthan Chen2018-11-051-0/+4
|/
* firmware_class: make firmware caching configurableo8.1Tim Murray2018-08-242-5/+16
* mm: Enable process reclaim.Christos Papageorgiou2018-08-081-1/+1