index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ANDROID: sdcardfs: implement vm_ops->page_mkwrite
Daniel Rosenberg
2017-04-13
1
-0
/
+34
*
ANDROID: sdcardfs: Don't bother deleting freelist
Daniel Rosenberg
2017-04-13
1
-1
/
+2
*
ANDROID: sdcardfs: Add missing path_put
Daniel Rosenberg
2017-04-13
1
-0
/
+1
*
ANDROID: sdcardfs: Fix incorrect hash
Daniel Rosenberg
2017-04-13
1
-2
/
+6
*
ANDROID: sdcardfs: Switch strcasecmp for internal call
Daniel Rosenberg
2017-04-13
6
-58
/
+78
*
ANDROID: sdcardfs: switch to full_name_hash and qstr
Daniel Rosenberg
2017-04-13
1
-81
/
+108
*
ANDROID: sdcardfs: Add GID Derivation to sdcardfs
Daniel Rosenberg
2017-04-13
7
-60
/
+429
*
Revert "sdcardfs: Flag files as non-mappable"
Mister Oyster
2017-04-13
3
-15
/
+0
*
ANDROID: sdcardfs: Remove redundant operation
Daniel Rosenberg
2017-04-13
1
-11
/
+0
*
ANDROID: sdcardfs: add support for user permission isolation
Daniel Rosenberg
2017-04-13
3
-40
/
+284
*
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.
Joel Scherpelz
2017-04-13
6
-2
/
+38
*
ipv6: sysctl to restrict candidate source addresses
Erik Kline
2017-04-13
4
-1
/
+27
*
net: Fail explicit bind to local reserved ports
Subash Abhinov Kasiviswanathan
2017-04-13
6
-0
/
+28
*
defconfig: disable ksm/uksm, performance gains are not worth the battery trade
Moyster
2017-04-13
1
-2
/
+2
*
UPSTREAM: zram/zcomp: do not zero out zcomp private pages
Sergey Senozhatsky
2017-04-13
2
-4
/
+4
*
UPSTREAM: zram: pass gfp from zcomp frontend to backend
Minchan Kim
2017-04-13
4
-34
/
+23
*
UPSTREAM: zram: try vmalloc() after kmalloc()
Kyeongdon Kim
2017-04-13
2
-4
/
+42
*
UPSTREAM: zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
2017-04-13
3
-4
/
+4
*
mtk: mt_spm_sleep fw update
Moyster
2017-04-13
1
-7
/
+6
*
sdcardfs: Fix issue with d_child move
Mister Oyster
2017-04-13
1
-2
/
+2
*
ANDROID: sdcardfs: Refactor configfs interface
Daniel Rosenberg
2017-04-13
1
-80
/
+76
*
ANDROID: sdcardfs: Allow non-owners to touch
Daniel Rosenberg
2017-04-13
1
-2
/
+5
*
ANDROID: mnt: remount should propagate to slaves of slaves
Daniel Rosenberg
2017-04-13
2
-7
/
+22
*
ANDROID: sdcardfs: Fix locking issue with permision fix up
Daniel Rosenberg
2017-04-13
1
-21
/
+15
*
ANDROID: vfs: Missed updating truncate to truncate2
Daniel Rosenberg
2017-04-13
1
-1
/
+1
*
sdcardfs: Use per mount permissions
Daniel Rosenberg
2017-04-13
5
-51
/
+150
*
sdcardfs: Add gid and mask to private mount data
Daniel Rosenberg
2017-04-13
3
-18
/
+157
*
sdcardfs: User new permission2 functions
Daniel Rosenberg
2017-04-13
2
-8
/
+22
*
vfs: Add setattr2 for filesystems with per mount permissions
Daniel Rosenberg
2017-04-13
5
-12
/
+31
*
vfs: Add permission2 for filesystems with per mount permissions
Daniel Rosenberg
2017-04-13
10
-73
/
+166
*
vfs: Allow filesystems to access their private mount data
Daniel Rosenberg
2017-04-13
5
-10
/
+38
*
mnt: Add filesystem private data to mount points
Daniel Rosenberg
2017-04-13
5
-1
/
+46
*
sdcardfs: Move directory unlock before touch
Daniel Rosenberg
2017-04-13
1
-3
/
+9
*
sdcardfs: fix external storage exporting incorrect uid
alvin_liang
2017-04-13
1
-1
/
+1
*
sdcardfs: Added top to sdcardfs_inode_info
Daniel Rosenberg
2017-04-13
6
-56
/
+179
*
perf: Cure event->pending_disable race
Peter Zijlstra
2017-04-13
1
-3
/
+3
*
drivers: usb: storage: transport: fix maybe-uninitialized warnings
Nathan Chancellor
2017-04-13
1
-2
/
+2
*
drivers: usb: core: hub: fix maybe-uninitialized warning
Nathan Chancellor
2017-04-13
1
-1
/
+1
*
sched/fair: Optimize find_idlest_cpu() when there is no choice
Morten Rasmussen
2017-04-13
1
-0
/
+4
*
idle: Implement a per-cpu idle-polling mode
Vikram Mulukutla
2017-04-13
2
-2
/
+26
*
idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is cleared
Vikram Mulukutla
2017-04-13
1
-1
/
+1
*
idle: Add a memory barrier after setting cpu_idle_force_poll
Vikram Mulukutla
2017-04-13
1
-0
/
+3
*
kernel: trace: fix misleading-indentation warning
Nathan Chancellor
2017-04-13
1
-1
/
+1
*
sysctl: fix maybe-uninitialized warnings
Nathan Chancellor
2017-04-13
1
-2
/
+2
*
kernel/panic.c: add missing \n
Jiri Slaby
2017-04-13
1
-1
/
+1
*
block: fix blk_stack_limits() regression due to lcm() change
Mike Snitzer
2017-04-13
3
-3
/
+15
*
Revert "lib: align source before using optimized implementation"
Mister Oyster
2017-04-13
1
-17
/
+0
*
BACKPORT: commoncap: don't alloc the credential unless needed in cap_task_prctl
Tetsuo Handa
2017-04-13
1
-43
/
+31
*
security: keys: fix maybe-uninitialized warnings
Nathan Chancellor
2017-04-13
1
-4
/
+4
*
net: tcp: fix rtable leak in tcp_is_local[6]
liping.zhang
2017-04-13
1
-2
/
+10
[next]