aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentHEADng-7.1.2Eric W. Biederman2019-09-131-1/+1
* udf: fix mismergeMoyster2019-09-131-1/+0
* dccp: Fix memleak in __feat_register_spYueHaibing2019-09-111-1/+6
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-09-111-1/+1
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-09-111-0/+6
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-09-111-1/+1
* NFS: fix mount/umount race in nlmclnt.NeilBrown2019-09-111-2/+1
* udf: Fix crash on IO error during truncateJan Kara2019-09-111-0/+3
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-09-113-0/+13
* ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-09-111-21/+22
* futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie2019-09-111-0/+4
* ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-09-111-3/+4
* ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-09-111-0/+2
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-08-131-2/+11
* net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-08-131-5/+9
* UPSTREAM: timer: Export destroy_hrtimer_on_stack()Guenter Roeck2019-08-011-0/+1
* Security Patch: mt_idle: avoid sscanf heap overflowPiazza Lo2019-08-011-5/+5
* defconfig: remove useless usb storage stuffMoyster2019-08-011-11/+11
* fs: sdfat: remove unused counter when delayed metadata dirty is disabledNanda Okitavera2019-08-011-0/+4
* fs: sdfat: Disable by defaultLuca Stefani2019-08-011-1/+0
* defconfig: remove unused comp algosMoyster2019-08-011-4/+2
* kernel: don't use ccache to build kernelMoyster2019-08-011-2/+2
* (CR) ALPS03957020(For_mt6737m_35_n1_alps-mp-n1.mp1-V1_P118)lingsen12019-07-201-3/+8
* (CR) ALPS03877842(For_mt6737m_35_n1_alps-mp-n1.mp1-V1_P113)lingsen12019-07-201-1/+2
* ANDROID: sdcardfs: Protect set_topDaniel Rosenberg2019-07-204-28/+36
* Revert "ANDROID: sdcardfs: notify lower file of opens"Daniel Rosenberg2019-07-201-2/+0
* ANDROID: sdcardfs: Use lower getattr times/sizeDaniel Rosenberg2019-07-201-10/+9
* mm/oom_kill: squashed reverts to a stable stateCorinna Vinschen2019-07-1910-202/+215
* mm: Add notifier framework for showing memoryLaura Abbott2019-07-193-1/+76
* memcg: Allow non-root users permission to control memoryChintan Pandya2019-07-191-0/+18
* unifdef.c: use memcpy() instead of the dodgy strncpy().Tony Finch2019-07-181-2/+2
* DISP: Printk too muchElvin Zhang2019-07-181-1/+1
* GPU DVFS: fix procfs write KEBrian-SY Yang2019-07-181-6/+16
* masp: fix ioctl: SEC_GET_RANDOM_ID memory check rangeChin-Ting Kuo2019-07-181-1/+5
* smi: log only for wrong ioctlJacky Chen2019-07-181-1/+1
* vibrator: delete more logShangbing Hu2019-07-181-6/+7
* msdc: mt6735: fix code defectEdison Liu2019-07-181-0/+2
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-07-182-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-182-0/+11
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2019-07-181-20/+33
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2019-07-185-32/+55
* Bluetooth: use l2cap_chan_ready() instead of duplicate codeGustavo Padovan2019-07-181-6/+1
* 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