index
:
kernel_htc_msm8939.git
o8.1
p9.0
kernel_htc_msm8939
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helper" into p9.0
HEAD
p9.0
Christos Papageorgiou
2018-12-17
1
-0
/
+3
|
\
|
*
UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helper
Andrew Morton
2018-12-17
1
-0
/
+3
*
|
Merge changes from topic "m8qlul_binder-fixes" into p9.0
Christos Papageorgiou
2018-12-17
12
-320
/
+628
|
\
\
|
|
/
|
/
|
|
*
ANDROID: binder: fix transaction leak.
Martijn Coenen
2018-12-14
1
-13
/
+33
|
*
android: binder: Move buffer out of area shared with user space
Sherry Yang
2018-12-14
1
-53
/
+87
|
*
android: binder: Refactor prev and next buffer into a helper function
Sherry Yang
2018-12-14
1
-10
/
+17
|
*
binder: always allocate/map first BINDER_MIN_ALLOC pages
Joel Fernandes
2018-12-14
1
-4
/
+21
|
*
ANDROID: binder: fix OOB write in __binder_update_page_range
Todd Kjos
2018-12-14
1
-0
/
+6
|
*
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
Martijn Coenen
2018-12-14
1
-1
/
+1
|
*
android: binder: move global binder state into context struct.
Martijn Coenen
2018-12-14
1
-134
/
+262
|
*
android: binder: use copy_from_user_preempt_disabled
Martijn Coenen
2018-12-14
1
-4
/
+6
|
*
CHROMIUM: android: binder: Fix potential scheduling-while-atomic
Andrew Bresticker
2018-12-14
1
-2
/
+10
|
*
android: binder: Disable preemption while holding the global binder lock.
Riley Andrews
2018-12-14
1
-41
/
+118
|
*
Revert "android: binder: Change binder mutex to rtmutex."
Julian Veit
2018-12-14
1
-4
/
+3
|
*
android: binder: Use wake up hint for synchronous transactions.
Riley Andrews
2018-12-14
1
-2
/
+10
|
*
UPSTREAM: drivers: android: correct the size of struct binder_uintptr_t for B...
Lisa Du
2018-12-14
1
-1
/
+1
|
*
binder: use group leader instead of open thread
Todd Kjos
2018-12-14
1
-3
/
+3
|
*
android: binder: Change binder mutex to rtmutex.
Riley Andrews
2018-12-14
1
-3
/
+4
|
*
android: binder: remove binder.h
Greg Kroah-Hartman
2018-12-14
2
-31
/
+5
|
*
staging: android: binder: move to the "real" part of the kernel
Greg Kroah-Hartman
2018-12-14
12
-32
/
+59
*
|
m8qlul: Remove pre_allocate function.
Christos Papageorgiou (root-expert)
2018-11-05
1
-16
/
+0
*
|
locking: Remove atomicy checks from {READ,WRITE}_ONCE
Peter Zijlstra
2018-11-05
1
-16
/
+0
*
|
kernel: make READ_ONCE() valid on const arguments
Linus Torvalds
2018-11-05
1
-3
/
+3
*
|
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Christian Borntraeger
2018-11-05
1
-6
/
+6
*
|
kernel: Provide READ_ONCE and ASSIGN_ONCE
Christian Borntraeger
2018-11-05
1
-0
/
+74
*
|
Revert "ANDROID: sdcardfs: notify lower file of opens"
Daniel Rosenberg
2018-11-05
1
-2
/
+0
*
|
ANDROID: sdcardfs: Move default_normal to superblock
Daniel Rosenberg
2018-11-05
3
-5
/
+4
*
|
ANDROID: sdcardfs: Fix missing break on default_normal
Daniel Rosenberg
2018-11-05
1
-0
/
+1
*
|
ANDROID: sdcardfs: Add default_normal option
Daniel Rosenberg
2018-11-05
3
-5
/
+5
*
|
ANDROID: sdcardfs: notify lower file of opens
Daniel Rosenberg
2018-11-05
1
-0
/
+2
*
|
path_openat(): fix double fput()
Al Viro
2018-11-05
1
-1
/
+2
*
|
do_last(): fix missing checks for LAST_BIND case
Al Viro
2018-11-05
1
-22
/
+4
*
|
allow build_open_flags() to return an error
Al Viro
2018-11-05
4
-32
/
+41
*
|
fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
Eric Rannaud
2018-11-05
1
-1
/
+2
*
|
ext[34]: fix double put in tmpfile
Miklos Szeredi
2018-11-05
2
-6
/
+4
*
|
vfs: add missing check for __O_TMPFILE in fcntl_init()
Zheng Liu
2018-11-05
1
-2
/
+2
*
|
fs: Fix file mode for O_TMPFILE
Andy Lutomirski
2018-11-05
1
-1
/
+1
*
|
ext3: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
2018-11-05
1
-1
/
+1
*
|
ext4: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
2018-11-05
1
-1
/
+1
*
|
allow O_TMPFILE to work with O_WRONLY
Al Viro
2018-11-05
2
-2
/
+4
*
|
Safer ABI for O_TMPFILE
Al Viro
2018-11-05
6
-8
/
+12
*
|
ext4: ->tmpfile() support
Al Viro
2018-11-05
1
-1
/
+46
*
|
ext3 ->tmpfile() support
Al Viro
2018-11-05
1
-1
/
+46
*
|
allow the temp files created by open() to be linked to
Al Viro
2018-11-05
3
-4
/
+19
*
|
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
2018-11-05
12
-5
/
+164
*
|
uapi: Export sockaddr_storage for userspace
Ethan Chen
2018-11-05
1
-0
/
+7
*
|
net: rmnet_data: Add support to configure custom device name
Subash Abhinov Kasiviswanathan
2018-11-05
5
-12
/
+51
*
|
uapi: Define __BITS_PER_LONG based on compiler target
Ethan Chen
2018-11-05
1
-0
/
+4
|
/
*
firmware_class: make firmware caching configurable
o8.1
Tim Murray
2018-08-24
2
-5
/
+16
*
mm: Enable process reclaim.
Christos Papageorgiou
2018-08-08
1
-1
/
+1
[next]