summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Add a rproc_set_firmware() APISuman Anna2020-11-252-31/+65
* remoteproc: sysmon: Improve error messagesBjorn Andersson2020-11-251-6/+6
* remoteproc: qcom: q6v5: Query sysmon before graceful shutdownBjorn Andersson2020-11-256-6/+13
* remoteproc: sysmon: Expose the shutdown resultBjorn Andersson2020-11-252-19/+69
* remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson2020-11-251-4/+21
* remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after useSibi Sankar2020-11-241-15/+22
* remoteproc: qcom_q6v5_mss: Replace ioremap with memremapSibi Sankar2020-11-241-6/+6
* remoteproc: qcom_sysmon: Constify qmi_indication_handlerRikard Falkeborn2020-11-231-1/+1
* remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih2020-11-201-6/+6
* remoteproc/mediatek: fix boundary checkTzung-Bi Shih2020-11-201-2/+2
* remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeTzung-Bi Shih2020-11-202-2/+2
* remoteproc/mediatek: fix sparse errors on sram power on and offTzung-Bi Shih2020-11-201-2/+2
* remoteproc: stm32: Constify st_rproc_opsRikard Falkeborn2020-11-171-1/+1
* remoteproc: ingenic: Constify ingenic_rproc_opsRikard Falkeborn2020-11-171-1/+1
* remoteproc: ti_k3: fix -Wcast-function-type warningArnd Bergmann2020-10-261-12/+6
* remoteproc: qcom_wcnss: Allow replacing regulators with power domainsStephan Gerhold2020-10-261-16/+93
* remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domainsStephan Gerhold2020-10-261-12/+56
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-255-5/+5
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-254-4/+4
* Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\
| * NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
| * NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-231-0/+1
* | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-251-1/+10
|\ \
| * | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-253-9/+23
|\ \ \
| * | | ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller2020-10-231-2/+1
| * | | hil/parisc: Disable HIL driver when it gets stuckHelge Deller2020-10-222-7/+22
* | | | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-256-109/+113
|\ \ \ \
| * | | | xen/events: unmask a fifo event channel only if it was maskedJuergen Gross2020-10-231-0/+3
| * | | | xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-231-4/+6
| * | | | xen/events: make struct irq_info private to events_base.cJuergen Gross2020-10-234-73/+73
| * | | | xen: remove no longer used functionsJuergen Gross2020-10-231-21/+0
| * | | | xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-5/+15
| * | | | xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* | | | | Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-251-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-1/+0
* | | | | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-2414-98/+188
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nvme-5.10-2020-10-23' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-10-236-54/+115
| |\ \ \ \ \
| | * | | | | nvme-fc: shorten reconnect delay if possible for FCJames Smart2020-10-231-1/+18
| | * | | | | nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart2020-10-231-2/+5
| | * | | | | nvme-fc: fix error loop in create_hw_io_queuesJames Smart2020-10-231-2/+2
| | * | | | | nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
| | * | | | | nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
| | * | | | | nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
| | * | | | | nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
| | * | | | | nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
| | * | | | | nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
| | * | | | | nvme: use queuedata for nvme_req_qidKeith Busch2020-10-221-1/+1
| | * | | | | nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3