aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* GPU DVFS: fix procfs write KEBrian-SY Yang2019-07-201-6/+16
* masp: fix ioctl: SEC_GET_RANDOM_ID memory check rangeChin-Ting Kuo2019-07-201-1/+5
* smi: log only for wrong ioctlJacky Chen2019-07-201-1/+1
* vibrator: delete more logShangbing Hu2019-07-201-6/+7
* msdc: mt6735: fix code defectEdison Liu2019-07-201-0/+2
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-07-202-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-202-0/+11
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2019-07-201-20/+33
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2019-07-205-32/+55
* Bluetooth: use l2cap_chan_ready() instead of duplicate codeGustavo Padovan2019-07-201-6/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-201-1/+1
* BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-07-201-0/+1
* BACKPORT: tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-07-204-2/+22
* tcp: limit payload size of sacked skbsEric Dumazet2019-07-205-8/+30
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-07-203-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-07-201-2/+15
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-07-201-0/+21
* mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2019-07-202-3/+9
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-07-201-0/+7
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-07-201-1/+10
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-201-0/+3
* perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-07-201-1/+1
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-07-201-5/+12
* ANDROID: sdcardfs: Wait for file flush to completesyphyr2019-07-201-1/+3
* mm, oom: fix use-after-free in oom_kill_processShakeel Butt2019-07-081-0/+8
* mm,oom: make oom_killer_disable() killableTetsuo Handa2019-07-081-7/+3
* mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie2019-07-081-0/+2
* mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov2019-07-081-2/+20
* mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov2019-07-081-8/+11
* mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov2019-07-081-4/+0
* mm, oom: remove task_lock protecting comm printingDavid Rientjes2019-07-083-19/+11
* mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa2019-07-081-1/+3
* mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa2019-07-081-1/+6
* mm, oom: remove unnecessary variableDavid Rientjes2019-07-081-13/+8
* mm/oom_kill.c: print points as unsigned intWang Long2019-07-081-1/+1
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2019-07-085-114/+46
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2019-07-081-2/+0
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2019-07-081-5/+1
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2019-07-081-2/+1
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2019-07-085-15/+14
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2019-07-081-2/+0
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2019-07-087-91/+133
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-07-081-0/+1
* crypto: arm - replace memset by memzero_explicitJulia Lawall2019-07-081-1/+1
* crypto: arm/sha256 - Use memzero_explicit to fill memory with 0elektroschmock2019-07-081-1/+1
* net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-07-081-0/+1
* net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-07-081-1/+3
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2019-07-081-1/+1
* gpio: improve error path in gpiolibLinus Walleij2019-07-081-16/+25
* BACKPORT: socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2019-07-081-3/+15