aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-181-1/+1
* BACKPORT: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-07-181-0/+1
* BACKPORT: tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-07-184-2/+22
* tcp: limit payload size of sacked skbsEric Dumazet2019-07-185-8/+30
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-07-183-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-07-181-2/+15
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-07-181-0/+21
* mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2019-07-182-3/+9
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-07-181-0/+7
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-07-181-1/+10
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-181-0/+3
* perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-07-181-1/+1
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-07-181-5/+12
* ANDROID: sdcardfs: Wait for file flush to completesyphyr2019-07-181-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
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-07-081-1/+1
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-07-081-1/+2
* partial merge fix - BACKPORT: random: introduce getrandom(2) system callTheodore Ts'o2019-07-074-1/+9
* Fix "BACKPORT: ARM: wire up getrandom syscall"Michael Bestas2019-07-071-1/+1
* BACKPORT: ARM: wire up getrandom syscall Clean cherry pick of eb6452537b28065...Russell King2019-07-073-6/+13
* selinux: update netlink socket classesStephen Smalley2019-07-062-10/+32
* selinux: Remove unused permission definitionsStephen Smalley2019-07-061-14/+8
* lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore2019-07-066-132/+128
* xattr: Constify ->name member of "struct xattr".Tetsuo Handa2019-07-069-31/+21
* SELinux: remove crazy contortions around procEric Paris2019-07-061-1/+1