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
...
*
neigh: fix use-after-free read in pneigh_get_next
Eric Dumazet
2019-07-18
1
-0
/
+7
*
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
Zev Weiss
2019-07-18
1
-1
/
+10
*
net-sysfs: Fix mem leak in netdev_register_kobject
YueHaibing
2019-07-18
1
-0
/
+3
*
perf header: Fix wrong node write in NUMA_TOPOLOGY feature
Jiri Olsa
2019-07-18
1
-1
/
+1
*
jbd2: clear dirty flag when revoking a buffer from an older transaction
zhangyi (F)
2019-07-18
1
-5
/
+12
*
ANDROID: sdcardfs: Wait for file flush to complete
syphyr
2019-07-18
1
-1
/
+3
*
mm, oom: fix use-after-free in oom_kill_process
Shakeel Butt
2019-07-08
1
-0
/
+8
*
mm,oom: make oom_killer_disable() killable
Tetsuo Handa
2019-07-08
1
-7
/
+3
*
mm/oom_kill.c: avoid attempting to kill init sharing same memory
Chen Jie
2019-07-08
1
-0
/
+2
*
mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()
Oleg Nesterov
2019-07-08
1
-2
/
+20
*
mm/oom_kill: cleanup the "kill sharing same memory" loop
Oleg Nesterov
2019-07-08
1
-8
/
+11
*
mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()
Oleg Nesterov
2019-07-08
1
-4
/
+0
*
mm, oom: remove task_lock protecting comm printing
David Rientjes
2019-07-08
3
-19
/
+11
*
mm/oom_kill.c: suppress unnecessary "sharing same memory" message
Tetsuo Handa
2019-07-08
1
-1
/
+3
*
mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL
Tetsuo Handa
2019-07-08
1
-1
/
+6
*
mm, oom: remove unnecessary variable
David Rientjes
2019-07-08
1
-13
/
+8
*
mm/oom_kill.c: print points as unsigned int
Wang Long
2019-07-08
1
-1
/
+1
*
mm: oom_kill: simplify OOM killer locking
Johannes Weiner
2019-07-08
5
-114
/
+46
*
mm: oom_kill: remove unnecessary locking in exit_oom_victim()
Johannes Weiner
2019-07-08
1
-2
/
+0
*
mm: oom_kill: generalize OOM progress waitqueue
Johannes Weiner
2019-07-08
1
-5
/
+1
*
mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
Johannes Weiner
2019-07-08
1
-2
/
+1
*
mm: oom_kill: clean up victim marking and exiting interfaces
Johannes Weiner
2019-07-08
5
-15
/
+14
*
mm: oom_kill: remove unnecessary locking in oom_enable()
Johannes Weiner
2019-07-08
1
-2
/
+0
*
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2019-07-08
7
-91
/
+133
*
Bluetooth: hidp: fix buffer overflow
Young Xiao
2019-07-08
1
-0
/
+1
*
crypto: arm - replace memset by memzero_explicit
Julia Lawall
2019-07-08
1
-1
/
+1
*
crypto: arm/sha256 - Use memzero_explicit to fill memory with 0
elektroschmock
2019-07-08
1
-1
/
+1
*
net: socket: set sock->sk to NULL after calling proto_ops::release()
Eric Biggers
2019-07-08
1
-0
/
+1
*
net: crypto set sk to NULL when af_alg_release.
Mao Wenan
2019-07-08
1
-1
/
+3
*
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
2019-07-08
1
-1
/
+1
*
gpio: improve error path in gpiolib
Linus Walleij
2019-07-08
1
-16
/
+25
*
BACKPORT: socket: close race condition between sock_close() and sockfs_setattr()
Cong Wang
2019-07-08
1
-3
/
+15
*
ext4: fix NULL pointer dereference while journal is aborted
Jiufei Xue
2019-07-08
1
-1
/
+1
*
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-07-08
1
-1
/
+2
*
partial merge fix - BACKPORT: random: introduce getrandom(2) system call
Theodore Ts'o
2019-07-07
4
-1
/
+9
*
Fix "BACKPORT: ARM: wire up getrandom syscall"
Michael Bestas
2019-07-07
1
-1
/
+1
*
BACKPORT: ARM: wire up getrandom syscall Clean cherry pick of eb6452537b28065...
Russell King
2019-07-07
3
-6
/
+13
*
selinux: update netlink socket classes
Stephen Smalley
2019-07-06
2
-10
/
+32
*
selinux: Remove unused permission definitions
Stephen Smalley
2019-07-06
1
-14
/
+8
*
lsm: split the xfrm_state_alloc_security() hook implementation
Paul Moore
2019-07-06
6
-132
/
+128
*
xattr: Constify ->name member of "struct xattr".
Tetsuo Handa
2019-07-06
9
-31
/
+21
*
SELinux: remove crazy contortions around proc
Eric Paris
2019-07-06
1
-1
/
+1
*
selinux: remove 'flags' parameter from avc_audit()
Linus Torvalds
2019-07-06
3
-4
/
+4
*
selinux: remove 'flags' parameter from inode_has_perm
Linus Torvalds
2019-07-06
1
-7
/
+6
*
SELinux: Institute file_path_has_perm()
David Howells
2019-07-06
1
-6
/
+18
*
selinux: fix problems in netnode when BUG() is compiled out
Paul Moore
2019-07-06
1
-0
/
+2
*
selinux: ensure that the cached NetLabel secattr matches the desired SID
Paul Moore
2019-07-06
1
-1
/
+30
*
selinux: avc_has_perm_flags has no more users
Linus Torvalds
2019-07-06
2
-17
/
+6
*
selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()
Richard Guy Briggs
2019-07-06
1
-3
/
+4
*
selinux: enable genfs labeling on tracefs
Jeff Vander Stoep
2019-07-06
1
-0
/
+1
[prev]
[next]