summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-06dt-bindings: remoteproc: qcom: Drop types for firmware-nameShawn Guo8-8/+2
2026-04-06remoteproc: qcom: Fix minidump out-of-bounds access on subsystems arrayMukesh Ojha1-3/+14
2026-03-30dt-bindings: remoteproc: k3-r5f: Add memory-region-namesMarkus Schneider-Pargmann (TI)1-0/+26
2026-03-30dt-bindings: remoteproc: k3-r5f: Split up memory regionsMarkus Schneider-Pargmann (TI)1-10/+19
2026-03-24remoteproc: use SIZE_MAX in rproc_u64_fit_in_size_t()Anas Iqbal1-1/+1
2026-03-19dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur CDSPSibi Sankar1-0/+2
2026-03-19dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur ADSPSibi Sankar1-0/+2
2026-03-17remoteproc: xlnx: Release mailbox channels on shutdownTanmay Shah1-0/+2
2026-03-16remoteproc: sysmon: Use the unified QMI service ID instead of defining it loc...Daniel Lezcano1-1/+1
2026-03-16Merge branch '20260309230346.3584252-2-daniel.lezcano@oss.qualcomm.com' of ht...Bjorn Andersson1-0/+12
2026-03-16soc: qcom: qmi: Enumerate the service IDs of QMIDaniel Lezcano1-0/+12
2026-03-10remoteproc: xlnx: Only access buffer information if IPI is bufferedBen Levinsky1-9/+11
2026-03-10remoteproc: xlnx: Avoid mailbox setupTanmay Shah1-0/+4
2026-03-09remoteproc: keystone: Request IRQs in probe()Andrew Davis1-26/+15
2026-03-06remoteproc: pru: Remove empty remove callbackAndrew Davis1-9/+0
2026-03-06remoteproc: pru: Use rproc_of_parse_firmware() to get firmware nameAndrew Davis1-5/+3
2026-03-06remoteproc: da8xx: Reorder resource fetching in probe()Andrew Davis1-43/+33
2026-03-06remoteproc: da8xx: Remove unused local struct dataAndrew Davis1-7/+2
2026-03-06remoteproc: da8xx: Use dev_err_probe()Andrew Davis1-8/+4
2026-03-05remoteproc: k3: Fix NULL vs IS_ERR() bug in k3_reserved_mem_init()Chen Ni1-1/+1
2026-03-05remoteproc: imx_rproc: Fix NULL vs IS_ERR() bug in imx_rproc_addr_init()Chen Ni1-1/+1
2026-03-05dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali CDSPJingyi Wang1-0/+5
2026-03-05dt-bindings: remoteproc: qcom,sm8550-pas: Add Kaanapali ADSPJingyi Wang1-1/+4
2026-03-05remoteproc: imx_rproc: Check return value of regmap_attach_dev() in imx_rproc...Chen Ni1-1/+5
2026-02-24remoteproc: xlnx: Fix sram property parsingTim Michals1-1/+1
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8940Barnabás Czémán1-2/+51
2026-02-23dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8940Barnabás Czémán1-0/+3
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8937Barnabás Czémán1-2/+51
2026-02-23dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8937Barnabás Czémán1-0/+3
2026-02-23remoteproc: qcom_q6v5_mss: Add MSM8917Barnabás Czémán1-2/+51
2026-02-23dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8917Barnabás Czémán1-1/+4
2026-02-23remoteproc: qcom_q6v5_mss: Add MDM9607Stephan Gerhold1-6/+66
2026-02-23dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MDM9607Barnabás Czémán1-0/+2
2026-02-23remoteproc: qcom_q6v5_mss: Introduce need_pas_mem_setupBarnabás Czémán1-1/+15
2026-02-23Linux 7.0-rc1v7.0-rc1Linus Torvalds1-3/+3
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-16/+14
2026-02-23Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2026-02-22CREDITS: Add -next to Stephen Rothwell's entryMark Brown1-1/+2
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann1-0/+1
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang1-2/+2
2026-02-22Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds14-88/+178
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds5-15/+32
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook415-833/+612
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds826-2422/+1211
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds310-352/+352
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6673-13013/+13013
2026-02-22add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28
2026-02-22slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds2-6/+2
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8018-20914/+20062