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
*
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2019-07-18
2
-0
/
+11
*
Bluetooth: Fix L2CAP information request handling for fixed channels
Johan Hedberg
2019-07-18
1
-20
/
+33
*
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
2019-07-18
5
-32
/
+55
*
Bluetooth: use l2cap_chan_ready() instead of duplicate code
Gustavo Padovan
2019-07-18
1
-6
/
+1
*
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
2019-07-18
1
-1
/
+1
*
BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Eric Dumazet
2019-07-18
1
-0
/
+1
*
BACKPORT: tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
2019-07-18
4
-2
/
+22
*
tcp: limit payload size of sacked skbs
Eric Dumazet
2019-07-18
5
-8
/
+30
*
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
2019-07-18
3
-0
/
+7
*
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
2019-07-18
1
-2
/
+15
*
mm/mincore.c: make mincore() more conservative
Jiri Kosina
2019-07-18
1
-0
/
+21
*
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2019-07-18
2
-3
/
+9
*
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
[next]