summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan2024-08-262-0/+46
* remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan2024-08-261-6/+6
* remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar2024-08-211-2/+3
* remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch2024-08-213-0/+681
* remoteproc: k3: Factor out TI-SCI processor control OF get functionAndrew Davis2024-08-213-54/+28
* remoteproc: k3-dsp: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-50/+30
* remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-48/+30
* remoteproc: k3-r5: Use devm_rproc_alloc() helperBeleswar Padhi2024-08-161-11/+5
* remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSPTengfei Fan2024-08-151-0/+92
* remoteproc: qcom: pas: Add SDX75 remoteproc supportNaina Mehta2024-08-151-0/+1
* remoteproc: keystone: Use devm_rproc_alloc() helperAndrew Davis2024-08-131-10/+5
* remoteproc: keystone: Use devm_kasprintf() to build name stringAndrew Davis2024-08-131-5/+1
* remoteproc: Use of_property_present()Rob Herring (Arm)2024-08-133-5/+5
* remoteproc: imx_rproc: Merge TCML/UPeng Fan2024-07-291-12/+6
* remoteproc: imx_rproc: Initialize workqueue earlierPeng Fan2024-07-291-2/+2
* remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_tablePeng Fan2024-07-291-1/+12
* remoteproc: imx_rproc: Correct ddr alias for i.MX8MPeng Fan2024-07-291-1/+1
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-284-7/+7
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\
| * ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+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
* | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2813-146/+174
|\ \
| * | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-127-112/+76
| |\ \
| | * | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-123-9/+57
| | * | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| | |/
| * | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-1/+1
| * | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27
| * | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-111-1/+1
| * | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-022-17/+17
| |/
* | Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2024-07-286-9/+29
|\ \
| * \ Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe2024-07-264-8/+21
| |\ \
| | * | nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-07-251-1/+2
| | * | nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin2024-07-161-1/+7
| | * | nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-07-151-1/+1
| | * | nvme: remove redundant bdev local variableIsrael Rukshin2024-07-151-3/+2
| | * | nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring2024-07-151-2/+2
| | * | nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-07-151-0/+7
| * | | ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei2024-07-241-1/+4