Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
27bb7efa4b624a5269a9dbc36e988d085f20703c
27bb7ef
Merge "scripts: gcc-wrapper: Clean up VLA whitelist"
by qctecmdr Service
· 6 years ago
9f91f69
Merge "crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()"
by qctecmdr Service
· 6 years ago
ca7b09b
Merge "dm: Remove VLA usage from hashes"
by qctecmdr Service
· 6 years ago
2b40e5c
Merge "ppp: mppe: Remove VLA usage of skcipher"
by qctecmdr Service
· 6 years ago
89e27bd
Merge "crypto: qce - Remove VLA usage of skcipher"
by qctecmdr Service
· 6 years ago
31a3125
Merge "crypto: cbc - Remove VLA usage"
by qctecmdr Service
· 6 years ago
e0ab0a1
Merge "crypto: cryptd - Remove VLA usage of skcipher"
by qctecmdr Service
· 6 years ago
27642a8
Merge "crypto: null - Remove VLA usage of skcipher"
by qctecmdr Service
· 6 years ago
d9b2a3b
Merge "crypto: skcipher - Introduce crypto_sync_skcipher"
by qctecmdr Service
· 6 years ago
3f8acc6
Merge "crypto: shash - Remove VLA usage in unaligned hashing"
by qctecmdr Service
· 6 years ago
2983fb5
Merge "crypto: hash - Remove VLA usage"
by qctecmdr Service
· 6 years ago
eccc514
Merge "crypto: ccm - Remove VLA usage"
by qctecmdr Service
· 6 years ago
b3d0616
Merge "arm64: lib: use C string functions with KASAN enabled"
by qctecmdr Service
· 6 years ago
b3ae255
Merge "crypto: xcbc - Remove VLA usage"
by qctecmdr Service
· 6 years ago
9bd05f8
Merge "crypto: api - Introduce generic max blocksize and alignmask"
by qctecmdr Service
· 6 years ago
9b7ae79
Merge "ARM: dts: msm: Add overlay files for Kona"
by qctecmdr Service
· 6 years ago
4a4e508
Merge "ARM: dts: msm: Add audio lpass dt nodes"
by qctecmdr Service
· 6 years ago
a25232a
Merge "Documentation: sound: add QTI audio documentation"
by qctecmdr Service
· 6 years ago
3a1c60a
Merge "iommu: arm-smmu: Allow creating DMA domains"
by qctecmdr Service
· 6 years ago
f1e1e15
Merge "arm64: mm: dma-mapping: Use correct dma_ops"
by qctecmdr Service
· 6 years ago
85c7e04
Merge "Documentation/iommu: Add client configuration options"
by qctecmdr Service
· 6 years ago
a077bf2
Merge "treewide: Rename customized iommu initialization functions"
by qctecmdr Service
· 6 years ago
b19f729
Merge "scripts: Makefile: add support to compile DT overlay blobs"
by qctecmdr Service
· 6 years ago
59ebc96
Merge "msm: sde: fix format of prints in sde rotator"
by qctecmdr Service
· 6 years ago
0fc4f75
Merge "drm/msm: correct iteration for old crtc in sde kms"
by qctecmdr Service
· 6 years ago
b32f137
Merge "dt-bindings: backlight: Add DT bindings for qcom-spmi-wled driver"
by qctecmdr Service
· 6 years ago
b1ea2c7
Merge "leds: qpnp-flash-v2: Add support for QPNP flash v2 LED driver"
by qctecmdr Service
· 6 years ago
1470e20
Merge "dt-bindings: leds: Add DT bindings for qpnp-flash-v2"
by qctecmdr Service
· 6 years ago
1b559a7
Merge "platform: msm: Add snapshot of QPNP_REVID driver"
by qctecmdr Service
· 6 years ago
e10e2db
Merge "dt-bindings: platform: msm: Add DT bindings for qpnp-revid driver"
by qctecmdr Service
· 6 years ago
b9c9dfe
Merge "defconfig: msm: Enable service locator and notifier"
by qctecmdr Service
· 6 years ago
6197e1c
Merge "soc: qcom: pil: Update service notifier with new QMI interface"
by qctecmdr Service
· 6 years ago
c3ad13b
Merge "ARM: dts: msm: Update to latest memory map for kona"
by qctecmdr Service
· 6 years ago
50786ed
Merge "Documentation: dt-bindings: msm: add PM drivers device bindings"
by qctecmdr Service
· 6 years ago
d7fa486
Merge "drivers: clksource: Add API to return cval"
by qctecmdr Service
· 6 years ago
0e12052
Merge "arm64: psci: Support for OS initiated scheme"
by qctecmdr Service
· 6 years ago
f2a0f74
Merge "mm: oom_kill: reap memory of a task that receives SIGKILL"
by qctecmdr Service
· 6 years ago
ea7b19f
Merge "mm: swap_ratio: consider swap slots"
by qctecmdr Service
· 6 years ago
45b8dd2
Merge "mm: swap_ratio: bail out if there aren't any other swap device"
by qctecmdr Service
· 6 years ago
62627c0
Merge "iommu: iommu-debug: Remove arm_iommu_create_mapping"
by qctecmdr Service
· 6 years ago
0c6caf6
Merge "iommu: arm-smmu: Support default domain attributes"
by qctecmdr Service
· 6 years ago
0fdc307
Merge "iommu: arm-smmu: Remove "qcom,dynamic" property"
by qctecmdr Service
· 6 years ago
b79d75f
ARM: dts: msm: Add overlay files for Kona
by Rishabh Bhatnagar
· 6 years ago
93d1d62
scripts: Makefile: add support to compile DT overlay blobs
by Puja Gupta
· 8 years ago
8e90916
Merge "iommu: arm-smmu: Allow setting attributes on default domain"
by qctecmdr Service
· 6 years ago
a88a54a
arm64: lib: use C string functions with KASAN enabled
by Andrey Ryabinin
· 6 years ago
7ed8e69
scripts: gcc-wrapper: Clean up VLA whitelist
by Rishabh Bhatnagar
· 6 years ago
e9594a5
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
by Kees Cook
· 6 years ago
e826e8e
dm: Remove VLA usage from hashes
by Kees Cook
· 6 years ago
39d3747
ppp: mppe: Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
49d1b9e
crypto: qce - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
02c739c
crypto: cbc - Remove VLA usage
by Kees Cook
· 6 years ago
e08156e
crypto: cryptd - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
064e99d
crypto: null - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
69e6970
crypto: skcipher - Introduce crypto_sync_skcipher
by Kees Cook
· 6 years ago
3a35ee6
crypto: shash - Remove VLA usage in unaligned hashing
by Kees Cook
· 6 years ago
6dae781
crypto: hash - Remove VLA usage
by Kees Cook
· 6 years ago
8a4085c29
crypto: ccm - Remove VLA usage
by Ard Biesheuvel
· 6 years ago
6d56799
crypto: xcbc - Remove VLA usage
by Kees Cook
· 6 years ago
69aafa1
crypto: api - Introduce generic max blocksize and alignmask
by Kees Cook
· 6 years ago
cd44df1
Merge "mfd: qcom-spmi-pmic: add support for slow SPMI busses"
by qctecmdr Service
· 6 years ago
43a79b1
Merge "dt-bindings: mfd: qcom,spmi-pmic: add documentation for qcom,can-sleep"
by qctecmdr Service
· 6 years ago
b373a76
Merge "spmi: spmi-pmic-arb: increase SPMI transaction timeout delay"
by qctecmdr Service
· 6 years ago
7bfb673
Merge "spmi: spmi-pmic-arb: block access for invalid PMIC arbiter v5 SPMI writes"
by qctecmdr Service
· 6 years ago
8ed1b22
Merge "spmi: spmi-pmic-arb: correct duplicate APID to PPID mapping logic"
by qctecmdr Service
· 6 years ago
ccd6a87
Merge "spmi-pmic-arb: add support to dispatch interrupt based on IRQ status"
by qctecmdr Service
· 6 years ago
29cb117
Merge "spmi: spmi-pmic-arb: check apid against limits before calling irq handler"
by qctecmdr Service
· 6 years ago
6dfdec0
drm/msm: correct iteration for old crtc in sde kms
by Samantha Tran
· 6 years ago
1cbb1e8
Merge "spmi: add SPMI PMIC arbiter debug bus driver"
by qctecmdr Service
· 6 years ago
5e4cbd5
msm: sde: fix format of prints in sde rotator
by Samantha Tran
· 6 years ago
ba8b8b1
Merge "dt-bindings: spmi: add SPMI PMIC arbiter debug bus bindings"
by qctecmdr Service
· 6 years ago
eb578d7
ARM: dts: msm: Add audio lpass dt nodes
by Vignesh Kulothungan
· 6 years ago
a2275b4
Documentation: sound: add QTI audio documentation
by Vignesh Kulothungan
· 6 years ago
2e2ef27
Merge "documentation/gpu: Add DT bindings documentation for kona"
by qctecmdr Service
· 6 years ago
eae9635
dt-bindings: backlight: Add DT bindings for qcom-spmi-wled driver
by Subbaraman Narayanamurthy
· 6 years ago
c388c4f
leds: qpnp-flash-v2: Add support for QPNP flash v2 LED driver
by Subbaraman Narayanamurthy
· 6 years ago
215d621
dt-bindings: leds: Add DT bindings for qpnp-flash-v2
by Subbaraman Narayanamurthy
· 6 years ago
757be87
platform: msm: Add snapshot of QPNP_REVID driver
by Subbaraman Narayanamurthy
· 6 years ago
0ae8ff3
dt-bindings: platform: msm: Add DT bindings for qpnp-revid driver
by Subbaraman Narayanamurthy
· 6 years ago
ceed19d
Merge "drm/msm/sde: set sde properties for Kona target"
by qctecmdr Service
· 6 years ago
c060ef0
iommu: arm-smmu: Allow creating DMA domains
by Patrick Daly
· 6 years ago
a067955
arm64: mm: dma-mapping: Use correct dma_ops
by Patrick Daly
· 6 years ago
ab41102
Merge "spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq"
by qctecmdr Service
· 6 years ago
3c9fdd1
defconfig: msm: Enable service locator and notifier
by Channagoud Kadabi
· 6 years ago
6aa9cc3
soc: qcom: pil: Update service notifier with new QMI interface
by Channagoud Kadabi
· 6 years ago
87f15eb
Merge "spmi: pmic_arb: add a print in cleanup_irq"
by qctecmdr Service
· 6 years ago
d9457f0
Merge "regmap: Make regmap debugfs write optional"
by qctecmdr Service
· 6 years ago
26893d6
Merge "regmap: initialize dump count to 1"
by qctecmdr Service
· 6 years ago
1ca1d96
Merge "regmap: improve debugfs interface to dump specific addresses"
by qctecmdr Service
· 6 years ago
c19e5ec
Merge "spmi: regmap: enable userspace writes"
by qctecmdr Service
· 6 years ago
3c82757
Merge "spmi: pmic-arb: instantiate spmi_devices at arch_initcall"
by qctecmdr Service
· 6 years ago
687a4f3
Merge "Merge remote-tracking branch 'origin/tmp-84df952' into msm-kona"
by qctecmdr Service
· 6 years ago
383414d
Merge "arm64: smp: Get ipi_raise tracepoint working again"
by qctecmdr Service
· 6 years ago
1a117f0
Merge "ARM64: smp: Prevent cluster LPM modes when pending IPIs on cluster CPUs"
by qctecmdr Service
· 6 years ago
b1e1b62
Merge "pwm: core: Add option to config PWM duty/period with u64 data length"
by qctecmdr Service
· 6 years ago
97bf2fb
mm: oom_kill: reap memory of a task that receives SIGKILL
by Charan Teja Reddy
· 7 years ago
cfe6283
mm: swap_ratio: consider swap slots
by Vinayak Menon
· 7 years ago
6255776
mm: swap_ratio: bail out if there aren't any other swap device
by Vinayak Menon
· 9 years ago
92274c5
Merge "pwm: Add different PWM output types support"
by qctecmdr Service
· 6 years ago
38f3dfa
Merge "leds: triggers: Don't remove trigger if LED_KEEP_TRIGGER flag is set"
by qctecmdr Service
· 6 years ago
Next »