summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-062-3/+5
|\
| * dma_buf: no need to bother with file_inode()->i_mappingAl Viro2022-09-011-1/+1
| * ibmvmc: don't open-code file_inode()Al Viro2022-09-011-2/+4
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\ \
| * | dma_buf_getfile(): don't bother with ->f_flags reassignmentsAl Viro2022-08-171-1/+1
| |/
* | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-061-1/+1
|\ \
| * | dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
| |/
* | Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-10-064-59/+310
|\ \
| * | cpufreq: amd-pstate: Add explanation for X86_AMD_PSTATE_UTMeng Li2022-10-051-0/+8
| * | cpufreq: amd-pstate: modify type in argument 2 for filp_openMeng Li2022-10-051-1/+1
| * | cpufreq: amd-pstate: Add test module for amd-pstate driverMeng Li2022-10-053-0/+301
| * | cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li2022-10-051-59/+1
| |/
* | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-0/+6
|\ \
| * | parisc: Remove 64bit access on 32bit machinesLinus Walleij2022-09-101-0/+6
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-0610-13/+832
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas2022-09-306-12/+13
| |\ \ \ \
| | | * | | arm64/sysreg: Fix a few missed conversionsNathan Chancellor2022-09-213-6/+7
| | | * | | arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown2022-09-091-1/+1
| | | * | | arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown2022-09-091-1/+1
| | | * | | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-092-5/+5
| | |/ / /
| * | | | perf: arm64: Add SVE vector granule register to user regsJames Clark2022-09-221-1/+1
| * | | | drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoCShuai Xue2022-09-223-0/+818
| |/ / /
* | | | Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-10-062-8/+1
|\ \ \ \
| * | | | pxa: Drop if with an always false conditionUwe Kleine-König2022-09-261-5/+1
| * | | | Merge branch 'footbridge/cleanup' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2022-09-151-3/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: footbridge: remove leftover from personal-serverArnd Bergmann2022-09-091-3/+0
| | | |/ | | |/|
* | | | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0669-506/+6345
|\ \ \ \
| * | | | firmware/psci: Add debugfs support to ease debuggingDmitry Baryshkov2022-09-281-1/+115
| * | | | firmware/psci: Print a warning if PSCI doesn't accept PC modeDmitry Baryshkov2022-09-282-3/+3
| * | | | Merge tag 'tegra-for-6.1-cbb' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2022-09-237-2/+3713
| |\ \ \ \
| | * | | | soc/tegra: cbb: Add support for Tegra241 (Grace)Sumit Gupta2022-09-151-2/+269
| | * | | | soc/tegra: cbb: Add driver for Tegra234 CBB 2.0Sumit Gupta2022-09-153-1/+848
| | * | | | soc/tegra: cbb: Add CBB 1.0 driver for Tegra194Sumit Gupta2022-09-155-0/+2572
| | * | | | soc/tegra: Set ERD bit to mask inband errorsSumit Gupta2022-09-151-2/+27
| | | |/ / | | |/| |
| * | | | Merge tag 'hisi-drivers-for-6.1' of https://github.com/hisilicon/linux-hisi i...Arnd Bergmann2022-09-231-52/+44
| |\ \ \ \
| | * | | | bus: hisi_lpc: Use platform_device_register_full()John Garry2022-09-081-36/+32
| | * | | | bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Andy Shevchenko2022-09-081-6/+6
| | * | | | bus: hisi_lpc: Correct error code for timeoutAndy Shevchenko2022-09-081-1/+1
| | * | | | bus: hisi_lpc: Use devm_platform_ioremap_resourceAndy Shevchenko2022-09-081-3/+1
| | * | | | bus: hisi_lpc: Don't dereference fwnode handleAndy Shevchenko2022-09-081-6/+4
| | |/ / /
| * | | | Merge tag 'qcom-drivers-for-6.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2022-09-2311-151/+542
| |\ \ \ \
| | * | | | soc: qcom: rpmpd: Add SM6375 supportKonrad Dybcio2022-09-131-0/+22
| | * | | | firmware: qcom: scm: remove unused __qcom_scm_init declarationGaosheng Cui2022-09-131-2/+0
| | * | | | soc: qcom: icc-bwmon: force clear counter/irq registersRajendra Nayak2022-09-051-0/+6
| | * | | | soc: qcom: icc-bwmon: add support for sc7280 LLCC BWMONRajendra Nayak2022-09-051-0/+15
| | * | | | Merge tag '20220825043859.30066-3-manivannan.sadhasivam@linaro.org' into driv...Bjorn Andersson2022-08-291-12/+80
| | |\ \ \ \
| | | * | | | soc: qcom: llcc: Pass LLCC version based register offsets to EDAC driverManivannan Sadhasivam2022-08-291-0/+66
| | | * | | | soc: qcom: llcc: Rename reg_offset structs to reflect LLCC versionManivannan Sadhasivam2022-08-291-12/+14
| | | |/ / /
| | * | | | soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson2022-08-292-30/+32
| | * | | | soc: qcom: icc-bwmon: remove redundant ret variableJinpeng Cui2022-08-291-4/+2