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
*
drivers: cpufreq: fix maybe-uninitialized warning
Nathan Chancellor
2017-05-23
1
-1
/
+1
*
drivers: net: ppp: fix maybe-uninitialized warning
Nathan Chancellor
2017-05-23
1
-2
/
+2
*
mtk: mt_logger: update & cleanup
Mister Oyster
2017-05-23
1
-26
/
+37
*
net: core: add UID to flows, rules, and routes
Lorenzo Colitti
2017-05-23
8
-3
/
+120
*
Revert "net: core: Support UID-based routing."
Lorenzo Colitti
2017-05-23
29
-129
/
+26
*
Revert "Handle 'sk' being NULL in UID-based routing."
Lorenzo Colitti
2017-05-23
2
-2
/
+2
*
net: Add SIOCKILLADDR ioctl in the compatibility list
Abhishek Bhardwaj
2017-05-23
1
-0
/
+1
*
UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() static
Tobias Klauser
2017-05-23
1
-1
/
+1
*
net: socket: don't set sk_uid to garbage value in ->setattr()
Eric Biggers
2017-05-23
1
-1
/
+1
*
net: core: Add a UID field to struct sock.
Lorenzo Colitti
2017-05-23
3
-1
/
+25
*
ANDROID: uid_sys_stats: fix typo in init
Jin Qian
2017-05-23
1
-1
/
+1
*
ANDROID: uid_sys_stats: change to use rt_mutex
Wei Wang
2017-05-23
1
-15
/
+16
*
ANDROID: uid_sys_stats: account for fsync syscalls
Jin Qian
2017-05-23
1
-2
/
+9
*
ANDROID: uid_sys_stats: fix negative write bytes.
Jin Qian
2017-05-23
1
-4
/
+10
*
ANDROID: uid_sys_stats: remove unnecessary code in procstat switch
Jin Qian
2017-05-23
1
-14
/
+1
*
ANDROID: uid_sys_stats: return full size when state is not changed.
Jin Qian
2017-05-23
1
-1
/
+1
*
ANDROID: uid_sys_stats: allow writing same state
Jin Qian
2017-05-23
1
-1
/
+6
*
defconfig: uid_cputime -> uid_sys_stats
Mister Oyster
2017-05-23
1
-1
/
+1
*
ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.c
Jin Qian
2017-05-23
3
-3
/
+4
*
defconfig: enable config needed by newer uid_cputime/sys_stats driver
Mister Oyster
2017-05-23
1
-1
/
+4
*
ANDROID: uid_cputime: add per-uid IO usage accounting
Jin Qian
2017-05-23
1
-16
/
+233
*
defconfig: better vpn conf
Moyster
2017-05-22
1
-3
/
+8
*
dccp/tcp: do not inherit mc_list from parent
Eric Dumazet
2017-05-22
1
-0
/
+2
*
kernel: Fix potential refcount leak in su check
Tom Marshall
2017-05-22
1
-1
/
+3
*
timer: Added usleep[_range] timer
Patrick Pannuto
2017-05-22
1
-0
/
+5
*
kernel: Only expose su when daemon is running
Tom Marshall
2017-05-21
10
-0
/
+86
*
f2fs: switch to using fscrypt_match_name()
Eric Biggers
2017-05-21
1
-24
/
+4
*
fscrypt: introduce helper function for filename matching
Eric Biggers
2017-05-21
4
-22
/
+157
*
fscrypt: fix context consistency check when key(s) unavailable
Eric Biggers
2017-05-21
1
-19
/
+68
*
fscrypt: Move key structure and constants to uapi
Joe Richey
2017-05-21
2
-11
/
+13
*
fscrypt: remove unnecessary checks for NULL operations
Eric Biggers
2017-05-21
2
-13
/
+1
*
fscrypt: eliminate ->prepare_context() operation
Eric Biggers
2017-05-21
2
-8
/
+0
*
fscrypt: avoid collisions when presenting long encrypted filenames
Eric Biggers
2017-05-21
2
-3
/
+3
*
f2fs: check entire encrypted bigname when finding a dentry
Jaegeuk Kim
2017-05-21
4
-20
/
+31
*
f2fs: sync f2fs_lookup() with ext4_lookup()
Eric Biggers
2017-05-21
1
-3
/
+4
*
f2fs: fix a mount fail for wrong next_scan_nid
Yunlei He
2017-05-21
1
-0
/
+3
*
f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS
Chao Yu
2017-05-21
1
-3
/
+4
*
f2fs: show available_nids in f2fs/status
Jaegeuk Kim
2017-05-21
2
-3
/
+5
*
f2fs: flush dirty nats periodically
Jaegeuk Kim
2017-05-21
1
-1
/
+1
*
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
2017-05-21
6
-9
/
+34
*
f2fs: allow cpc->reason to indicate more than one reason
Chao Yu
2017-05-21
3
-20
/
+18
*
f2fs: release cp and dnode lock before IPU
Hou Pengyang
2017-05-21
4
-16
/
+27
*
f2fs: shrink size of struct discard_cmd
Chao Yu
2017-05-21
1
-1
/
+1
*
f2fs: don't hold cmd_lock during waiting discard command
Chao Yu
2017-05-21
2
-5
/
+21
*
f2fs: nullify fio->encrypted_page for each writes
Jaegeuk Kim
2017-05-21
1
-2
/
+2
*
f2fs: sanity check segment count
Jin Qian
2017-05-21
2
-0
/
+13
*
f2fs: introduce valid_ipu_blkaddr to clean up
Jaegeuk Kim
2017-05-21
1
-5
/
+12
*
f2fs: lookup extent cache first under IPU scenario
Hou Pengyang
2017-05-21
3
-3
/
+17
*
f2fs: reconstruct code to write a data page
Hou Pengyang
2017-05-21
3
-37
/
+54
*
f2fs: introduce __wait_discard_cmd
Chao Yu
2017-05-21
1
-22
/
+18
[next]