summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soc: qcom: aoss: simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-141-5/+3
* soc: qcom: apr: simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-141-4/+1
* soc: qcom: smd-rpm: add qcom,smd-rpm compatibleDmitry Baryshkov2024-08-141-0/+6
* dt-bindings: soc: qcom: smd-rpm: add generic compatiblesDmitry Baryshkov2024-08-145-46/+38
* Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"Dmitry Baryshkov2024-08-141-9/+26
* firmware: qcom: scm: Add multiple download mode supportMukesh Ojha2024-08-141-2/+5
* firmware: qcom: scm: Refactor code to support multiple dload modeMukesh Ojha2024-08-142-19/+52
* soc: qcom: pd_mapper: Add more older platforms without domainsStephan Gerhold2024-08-141-0/+4
* soc: qcom: pd_mapper: Add X1E80100Stephan Gerhold2024-08-141-0/+10
* Merge branch 'drivers-fixes-for-6.11' into HEADBjorn Andersson2024-08-148-63/+30
|\
| * firmware: qcom: qseecom: remove unused functionsBartosz Golaszewski2024-08-141-45/+0
| * firmware: qcom: tzmem: fix virtual-to-physical address conversionBartosz Golaszewski2024-08-141-11/+21
| * firmware: qcom: scm: Mark get_wq_ctx() as atomic callMurali Nalajala2024-08-141-1/+1
| * MAINTAINERS: Update Konrad Dybcio's email addressKonrad Dybcio2024-07-301-3/+3
| * mailmap: Add an entry for Konrad DybcioKonrad Dybcio2024-07-301-0/+2
| * soc: qcom: pd-mapper: mark qcom_pdm_domains as __maybe_unusedArnd Bergmann2024-07-281-1/+1
| * soc: qcom: cmd-db: Map shared memory as WC, not WBVolodymyr Babchuk2024-07-281-1/+1
| * soc: qcom: pd-mapper: Depend on ARCH_QCOM || COMPILE_TESTAndrew Halaney2024-07-281-1/+1
* | firmware: qcom: scm: Disable SDI and write no dump to dump modeMukesh Ojha2024-08-141-4/+2
* | soc: qcom: icc-bwmon: Add tracepoints in bwmon_intr_threadShivnandan Kumar2024-07-313-1/+54
* | soc: qcom: llcc: Update configuration data for x1e80100Rajendra Nayak2024-07-281-17/+15
* | firmware: qcom: scm: Allow QSEECOM on ThinkPad T14sKonrad Dybcio2024-07-281-0/+1
* | soc: qcom: smp2p: Introduce tracepoint supportSudeepgoud Patil2024-07-283-0/+108
|/
* Linux 6.11-rc1v6.11-rc1Linus Torvalds2024-07-281-2/+2
* Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-284-4/+4
|\
| * kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-07-292-2/+2
| * kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez2024-07-281-1/+1
| * kbuild: rpm-pkg: Fix C locale setupPetr Vorel2024-07-241-1/+1
* | minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds2024-07-281-8/+11
* | minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-287-10/+10
* | Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-2821-214/+135
|\ \
| * | ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * | ubifs: add check for crypto_shash_tfm_digestChen Ni2024-07-121-1/+4
| * | ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng2024-07-121-1/+1
| * | ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * | ubifs: fix kernel-doc warningsJeff Johnson2024-07-126-6/+10
| * | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-126-18/+12
| * | mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * | ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng2024-07-121-2/+6
| * | ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-123-26/+51
| * | ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng2024-07-124-17/+15
| * | ubifs: Move ui->data initialization after initializing securityZhihao Cheng2024-07-121-8/+10
| * | ubifs: Fix adding orphan entry twice for the same inodeZhihao Cheng2024-07-121-1/+1
| * | ubifs: Remove insert_dead_orphan from replaying orphan processZhihao Cheng2024-07-121-49/+0
| * | Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng2024-07-121-2/+0
| * | ubifs: Don't add xattr inode into orphan areaZhihao Cheng2024-07-122-74/+14
| * | ubifs: Fix unattached xattr inode if powercut happens after deletingZhihao Cheng2024-07-121-7/+4
| * | mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * | mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * | ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2