aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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