Commit graph

585336 commits

Author SHA1 Message Date
Linux Build Service Account
efffd5bbcd Merge "drm/msm: Add BACKLIGHT_CLASS_DEVICE as a dependency" 2017-02-25 19:49:29 -08:00
Linux Build Service Account
69dcd32508 Merge "smb-lib: rerun AICL when PD voltage changes" 2017-02-25 19:49:29 -08:00
Linux Build Service Account
7589706414 Merge "spi: spi_qsd: Check device state during set_cs call" 2017-02-25 19:49:28 -08:00
Linux Build Service Account
c6d7a205a8 Merge "ARM: dts: msm: Update sdhc2 node for sdm630 QRD" 2017-02-25 19:49:27 -08:00
Linux Build Service Account
0c66e2872e Merge "defconfig: msm: Enable ARM64_STRICT_BREAK_BEFORE_MAKE flag." 2017-02-25 19:49:26 -08:00
Linux Build Service Account
9905e53932 Merge "arm64: mm: allow enforcing of strict break-before-make for page tables" 2017-02-25 19:49:25 -08:00
Linux Build Service Account
62a2543c63 Merge "drm/msm: add mdss_smmu_request_mappings definition for non-FB targets" 2017-02-25 19:49:25 -08:00
Linux Build Service Account
f6bf8b1d3b Merge "ARM: dts: msm: mhi_uci: Enable MHI TF Channels" 2017-02-25 19:49:24 -08:00
Linux Build Service Account
5c3755cdb7 Merge "clk: msm: clock-osm: handle corner cases for APM/MEM-ACC switching" 2017-02-25 19:49:17 -08:00
Linux Build Service Account
f8555d2da6 Merge "msm: camera: cpp: Avoid exposing kernel information to user space" 2017-02-25 19:49:17 -08:00
Linux Build Service Account
e2d1087249 Merge "clk: msm: clock-gcc-8998: Remove control of the hmss_ahb_clk from Linux" 2017-02-25 19:49:15 -08:00
Zhen Kong
2bcc512e4f crypto: msm: check invalid src and dst vbuf in qcedev.c
src and dst vbuf address and length are provided from userspace,
and they are invalid if vbuf address is NULL but length is not zero.
Add additional checks in qcedev_check_cipher_params to prevent it.

Change-Id: Iadc1a0c1c5b2f7a56acd03a23c08e45b5a671b19
Signed-off-by: Zhen Kong <zkong@codeaurora.org>
2017-02-25 01:15:22 -08:00
Linux Build Service Account
3fc7af0734 Merge "ARM: dts: msm: Force module re-eanble for LCDB on PM660L" 2017-02-25 01:10:00 -08:00
Linux Build Service Account
0be1771cac Merge "zram: use __GFP_MOVABLE for memory allocation" 2017-02-25 01:09:54 -08:00
Linux Build Service Account
45db08b7de Merge "mm: fix build warnings in <linux/compaction.h>" 2017-02-25 01:09:53 -08:00
Linux Build Service Account
a531393791 Merge "zsmalloc: page migration support" 2017-02-25 01:09:52 -08:00
Linux Build Service Account
6627a831de Merge "zsmalloc: use freeobj for index" 2017-02-25 01:09:52 -08:00
Linux Build Service Account
7b94e4af90 Merge "zsmalloc: separate free_zspage from putback_zspage" 2017-02-25 01:09:51 -08:00
Linux Build Service Account
f999f2da12 Merge "zsmalloc: introduce zspage structure" 2017-02-25 01:09:50 -08:00
Linux Build Service Account
9d2137afd8 Merge "zsmalloc: factor page chain functionality out" 2017-02-25 01:09:50 -08:00
Linux Build Service Account
8a5d9868e8 Merge "zsmalloc: use accessor" 2017-02-25 01:09:49 -08:00
Linux Build Service Account
88cb62f261 Merge "zsmalloc: use bit_spin_lock" 2017-02-25 01:09:49 -08:00
Linux Build Service Account
00b005d64b Merge "zsmalloc: keep max_object in size_class" 2017-02-25 01:09:48 -08:00
Linux Build Service Account
3a3889ab9e Merge "zsmalloc: require GFP in zs_malloc()" 2017-02-25 01:09:47 -08:00
Linux Build Service Account
93ff358f07 Merge "zsmalloc: remove unused pool param in obj_free" 2017-02-25 01:09:47 -08:00
Linux Build Service Account
910517fc58 Merge "zsmalloc: reorder function parameters" 2017-02-25 01:09:46 -08:00
Linux Build Service Account
c0c101d965 Merge "zsmalloc: clean up many BUG_ON" 2017-02-25 01:09:46 -08:00
Linux Build Service Account
96ec851c05 Merge "zsmalloc: use first_page rather than page" 2017-02-25 01:09:45 -08:00
Linux Build Service Account
7a86c4d3d7 Merge "mm/zsmalloc: add `freeable' column to pool stat" 2017-02-25 01:09:44 -08:00
Linux Build Service Account
a0a98e28e0 Merge "zsmalloc: drop unused member 'mapping_area->huge'" 2017-02-25 01:09:44 -08:00
Linux Build Service Account
39b33bd38d Merge "zsmalloc: reorganize struct size_class to pack 4 bytes hole" 2017-02-25 01:09:43 -08:00
Linux Build Service Account
fa780e71bf Merge "mm: balloon: use general non-lru movable page feature" 2017-02-25 01:09:43 -08:00
Linux Build Service Account
6568e92e2e Merge "mm: migrate: support non-lru movable page migration" 2017-02-25 01:09:42 -08:00
Linux Build Service Account
b433e524af Merge "mm: use put_page() to free page instead of putback_lru_page()" 2017-02-25 01:09:42 -08:00
Linux Build Service Account
8bf98ede40 Merge "mm/compaction.c: fix zoneindex in kcompactd()" 2017-02-25 01:09:41 -08:00
Linux Build Service Account
cd59564d4f Merge "mm: fix kcompactd hang during memory offlining" 2017-02-25 01:09:41 -08:00
Linux Build Service Account
7e6c1371c9 Merge "mm: wake kcompactd before kswapd's short sleep" 2017-02-25 01:09:40 -08:00
Linux Build Service Account
fedfb30bbd Merge "mm, kswapd: replace kswapd compaction with waking up kcompactd" 2017-02-25 01:09:39 -08:00
Linux Build Service Account
053c4faad0 Merge "clk: qcom: Enable safe configuration for ahb clock source" 2017-02-25 01:09:38 -08:00
Linux Build Service Account
3b06e0b440 Merge "clk: qcom: clk-rcg2: Correct the erroneous RCG configuration during enable" 2017-02-25 01:09:37 -08:00
Linux Build Service Account
c231b49012 Merge "ARM: dts: msm: correct maximum PM8998 S13 voltage for msm8998v2" 2017-02-25 01:09:36 -08:00
Linux Build Service Account
b66a433427 Merge "defconfig: mfd: Enable REGMAP_ALLOW_WRITE_DEBUGFS for SDM660" 2017-02-25 01:09:35 -08:00
Linux Build Service Account
22c277e625 Merge "mhi: core: power management redesign" 2017-02-25 01:09:34 -08:00
Linux Build Service Account
0845c678f2 Merge "checkpatch: accept qca.qualcomm email addresses" 2017-02-25 01:09:29 -08:00
Linux Build Service Account
1774aa59ef Merge "soc: qcom: msm_smem: Fix uninitialized variable usage" 2017-02-25 01:09:28 -08:00
Linux Build Service Account
8f0acd2665 Merge "regulator: qpnp-labibb: Add support for notifier callback" 2017-02-25 01:09:27 -08:00
Linux Build Service Account
44ab13e7e1 Merge "ARM: dts: msm: Enable support for LPM Errata feature on sdm660" 2017-02-25 01:09:26 -08:00
Linux Build Service Account
f541603b71 Merge "ARM: dts: msm: Update LPM parameter values for sdm660" 2017-02-25 01:09:24 -08:00
Linux Build Service Account
93f94eb866 Merge "ARM: dts: msm: add support for msm8998 QRD HDK board" 2017-02-25 01:09:24 -08:00
Satish Babu Patakokila
85aa3fb5b1 ASoC: msm8998: Add fractional sampling rate support for HDMI
Update HDMI and Display port dais to support fractional sample
rates.

CRs-fixed: 1071528
Change-Id: I58bc07b00a793f9fb5ce68b2c223d552a3def7ee
Signed-off-by: Satish Babu Patakokila <sbpata@codeaurora.org>
2017-02-25 01:06:25 -08:00