aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-14.1' of https://github.com/LineageOS/android_kernel_oneplus...HEADn7.1Suraj Das2017-06-2574-343/+664
|\
| * prima: Fix array out-of-bounds & integer underflow in _iw_set_genieSrinivas Girigowda2017-06-141-1/+11
| * prima: Add buf len check in wlan_hdd_cfg80211_testmodeManjeet Singh2017-06-141-0/+6
| * prima: Avoid overflow of "significant change" paramsJeff Johnson2017-06-141-0/+17
| * prima: Avoid overflow of "set_bssid_hotlist" paramsHanumanth Reddy Pothula2017-06-141-0/+17
| * fs/proc/array.c: make safe access to group_leaderAdrian Salido2017-06-141-5/+5
| * prima: Use heap memory for station_info instead of stackkaliu2017-06-142-12/+26
| * tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-06-141-4/+2
| * BACKPORT: posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-06-1415-103/+88
| * cgroup: prefer %pK to %pNick Desaulniers2017-06-141-1/+1
| * ASoC: msm: initialize the params array before using itvivek mehta2017-06-141-0/+2
| * msm: vidc: use %pK instead of %p which respects kptr_restrict sysctlAbdulla Anam2017-06-149-25/+25
| * qseecom: Change format specifier %p to %pKMallikarjuna Reddy Amireddy2017-06-141-2/+2
| * ASoC: soc: msm: initialize buffer to prevent kernel data leakageXiaojun Sang2017-06-141-1/+1
| * USB: cypress_m8: add endpoint sanity checkOliver Neukum2017-06-141-6/+5
| * slim-msm: Synchronize SSR callbacksDilip Kota2017-06-142-0/+6
| * crypto: msm: check length before copying to buf in _debug_stats_readZhen Kong2017-06-143-6/+6
| * prima: Trim operation classes to max supported in change stationSaidiReddy Yenuga2017-06-141-0/+9
| * ASoC: wcd9320: Fix out of bounds for mad input valueKarthikeyan Mani2017-06-121-0/+8
| * udp: properly support MSG_PEEK with truncated buffersEric Dumazet2017-06-122-4/+8
| * perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-06-122-8/+13
| * libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2017-05-232-0/+89
| * ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2017-05-231-0/+9
| * kernel: Fix potential refcount leak in su checkTom Marshall2017-05-191-1/+3
| * kernel: Only expose su when daemon is runningTom Marshall2017-05-118-0/+87
| * sdcardfs: limit stacking depthAndrew Chant2017-05-021-0/+7
| * BACKPORT: fs: limit filesystem stacking depthMiklos Szeredi2017-05-022-0/+18
| * crypto: msm: check integer overflow on total data len in qcedev.cZhen Kong2017-05-021-1/+10
| * msm: crypto: fix issues on digest buf and copy_from_user in qcedev.cZhen Kong2017-05-021-93/+27
| * KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-05-022-24/+31
| * KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells2017-05-021-1/+1
| * KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells2017-05-021-2/+7
| * mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins2017-05-021-20/+31
| * mm: fix warning in __set_page_dirty_nobuffersHugh Dickins2017-05-021-1/+4
| * mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-05-021-12/+8
| * net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-021-0/+2
| * net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-021-0/+2
| * scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang2017-05-021-0/+2
| * sg: relax 16 byte cdb restrictionDouglas Gilbert2017-05-022-84/+53
| * block: add blk_rq_set_block_pc()Jens Axboe2017-05-0217-20/+41
| * platform: msm: spmi: Fix possible race condition in debugfsansharma2017-05-021-9/+28
| * prima: Fix buffer overflow in WLANSAP_Set_WPARSNIes()Nishank Aggarwal2017-05-021-0/+7
| * prima: Fix VHT-80 IBSS stops beaconingSubrat Dash2017-05-021-1/+2
| * msm-camera: Addressing possible overflow conditionsTrilokesh Rangam2017-05-021-0/+6
| * qcrypto: protect potential integer overflow.Neeraj Soni2017-05-021-0/+6
| * l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2017-05-021-2/+0
| * fix mismerge: packet: fix races in fanout_add()Eric Dumazet2017-05-021-12/+14
* | Cosmetic changesSuraj Das2017-04-052-4/+4
* | wakeup: Expose wakeup_sources via procfs when debugfs isn't presentSultanxda2017-04-031-0/+10
* | cpufreq: Make sure target freq is within limitsViresh Kumar2017-04-031-2/+9