summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen-39/+39
2023-02-14dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen-7/+3
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen-67/+37
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen-56/+37
2023-02-14dm: add missing empty linesHeinz Mauelshagen-27/+240
2023-02-14dm: add argument identifier namesHeinz Mauelshagen-12/+12
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen-87/+84
2023-02-14dm block-manager: avoid not required parenthesesHeinz Mauelshagen-1/+1
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen-9/+9
2023-02-14dm: fix trailing statementsHeinz Mauelshagen-61/+66
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen-13/+12
2023-02-14dm: correct block comments format.Heinz Mauelshagen-168/+298
2023-02-14dm: address indent/space issuesHeinz Mauelshagen-25/+24
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen-12/+12
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen-5/+5
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen-2/+4
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen-9/+17
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen-972/+972
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen-10/+10
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen-18/+18
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen-14/+95
2023-02-14dm: send just one event on resize, not twoMikulas Patocka-18/+24
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing-2/+3
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing-1/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing-9/+16
2023-02-14spi: xilinx: add force_irq for QSPI modeVadim Fedorenko-2/+7
2023-02-14spi: STIG Mode Fixes for spi-cadence-qspi driverMark Brown-4/+38
2023-02-14PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam-0/+2
2023-02-14PCI: qcom: Add IPQ8074 Gen3 port supportRobert Marko-0/+1
2023-02-14PCI: qcom: Fix host-init error handlingJohan Hovold-1/+12
2023-02-14PCI: qcom: Add SM8350 supportDmitry Baryshkov-0/+1
2023-02-14Merge tag 'pm-6.2-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+2
2023-02-14remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autobootNeil Armstrong-2/+2
2023-02-14remoteproc: qcom: pas: Add sm6115 remoteprocsBhupesh Sharma-0/+3
2023-02-14remoteproc: qcom: pas: Adjust the phys addr wrt the mem regionYogesh Lal-6/+32
2023-02-14EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positiveYazen Ghannam-1/+1
2023-02-14remoteproc: qcom: fix sparse warningsMukesh Ojha-2/+2
2023-02-14dax/hmem: build hmem device support as module if possibleArnd Bergmann-1/+1
2023-02-14dax: cxl: add CXL_REGION dependencyArnd Bergmann-1/+1
2023-02-14cxl: avoid returning uninitialized error codeArnd Bergmann-3/+2
2023-02-14remoteproc: qcom: replace kstrdup with kstrndupMukesh Ojha-1/+1
2023-02-14rpmsg: glink: Cancel pending intent requests at removalBjorn Andersson-0/+12
2023-02-14rpmsg: glink: Fail qcom_glink_tx() once remove has been initiatedBjorn Andersson-0/+20
2023-02-14rpmsg: glink: Move irq and mbox handling to transportsBjorn Andersson-49/+107
2023-02-14rpmsg: glink: rpm: Wrap driver contextBjorn Andersson-18/+26
2023-02-14rpmsg: glink: smem: Wrap driver contextBjorn Andersson-12/+34
2023-02-14rpmsg: glink: Extract tx kick operationBjorn Andersson-8/+9
2023-02-14ACPI: make kobj_type structures constantThomas Weißschuh-3/+3
2023-02-14driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct placeGreg Kroah-Hartman-8/+6
2023-02-14Merge tag 'opp-updates-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki-2/+1