aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-032-16/+35
|\
| * device-dax: Fix duplicate 'hmem' device registrationDan Williams2022-11-211-9/+15
| * ACPI: HMAT: Fix initiator registration for single-initiator systemsVishal Verma2022-11-181-6/+20
| * ACPI: HMAT: remove unnecessary variable initializationVishal Verma2022-11-181-1/+0
* | Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linuxLinus Torvalds2022-12-023-1/+6
|\ \
| * | nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2022-11-302-1/+4
| * | nvme-pci: clear the prp2 field when not usedLei Rao2022-11-301-0/+2
* | | Merge tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-12-023-5/+33
|\ \ \
| * | | pinctrl: intel: Save and restore pins in "direct IRQ" modeAndy Shevchenko2022-11-281-1/+26
| * | | pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda2022-11-221-3/+6
| * | | pinctrl: single: Fix potential division by zeroMaxim Korotkov2022-11-211-1/+1
* | | | Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2022-12-027-16/+71
|\ \ \ \
| * | | | mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen2022-12-011-1/+3
| * | | | mmc: sdhci: Fix voltage switch delayAdrian Hunter2022-11-292-7/+56
| * | | | mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui2022-11-291-4/+2
| * | | | mmc: mmc_test: Fix removal of debugfs fileYe Bin2022-11-251-1/+2
| * | | | mmc: sdhci-esdhc-imx: correct CQHCI exit halt state checkSebastian Falbesoner2022-11-211-1/+1
| * | | | mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle2022-11-181-2/+7
* | | | | Merge tag 'iommu-fixes-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-024-9/+88
|\ \ \ \ \
| * | | | | iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()Xiongfeng Wang2022-12-021-0/+1
| * | | | | iommu/vt-d: Fix PCI device refcount leak in has_external_pci()Xiongfeng Wang2022-12-021-1/+3
| * | | | | iommu/vt-d: Fix PCI device refcount leak in prq_event_thread()Yang Yingliang2022-12-021-5/+9
| * | | | | iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan2022-12-023-3/+75
* | | | | | Merge tag 'drm-fixes-2022-12-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-025-8/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'amd-drm-fixes-6.1-2022-12-01' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-12-021-0/+3
| |\ \ \ \ \ \
| | * | | | | | drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu2022-12-011-0/+3
| | |/ / / / /
| * | | | | | drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik2022-11-291-1/+1
| * | | | | | drm/i915: Fix negative value passed as remaining timeJanusz Krzysztofik2022-11-291-2/+7
| * | | | | | drm/i915: Remove non-existent pipes from bigjoiner pipe maskVille Syrjälä2022-11-291-3/+7
| * | | | | | drm/i915/mtl: Fix dram info readoutRadhakrishna Sripada2022-11-291-2/+1
| |/ / / / /
* | | | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+7
|\ \ \ \ \ \
| * | | | | | drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frameLee Jones2022-11-301-0/+7
* | | | | | | v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds2022-12-021-56/+12
* | | | | | | Merge tag 'hwmon-for-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-016-5/+15
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (asus-ec-sensors) Add checks for devm_kcallocYuan Can2022-12-011-0/+2
| * | | | | | | hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()Yang Yingliang2022-12-011-1/+4
| * | | | | | | hwmon: (coretemp) Check for null before removing sysfs attrsPhil Auld2022-12-011-0/+4
| * | | | | | | hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() failsGaosheng Cui2022-11-201-0/+1
| * | | | | | | hwmon: (i5500_temp) fix missing pci_disable_device()Yang Yingliang2022-11-201-1/+1
| * | | | | | | hwmon: (ina3221) Fix shunt sum critical calculationNinad Malwade2022-11-201-2/+2
| * | | | | | | hwmon: (ltc2947) fix temperature scalingDerek Nguyen2022-11-201-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-306-62/+19
|\ \ \ \ \ \ \
| * | | | | | | clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref clksShazad Hussain2022-11-221-0/+6
| * | | | | | | Merge tag 'clk-microchip-fixes-6.1' of https://git.kernel.org/pub/scm/linux/k...Stephen Boyd2022-11-221-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: at91: rm9200: fix usb device clock idMichael Grzeschik2022-11-171-1/+1
| * | | | | | | | Merge tag 'samsung-clk-6.2' of https://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2022-11-222-4/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clk: samsung: Revert "clk: samsung: exynos-clkout: Use of_device_get_match_da...Marek Szyprowski2022-11-151-2/+4
| | * | | | | | | | clk: samsung: exynos7885: Correct "div4" clock parentsDavid Virag2022-10-181-2/+2
| | |/ / / / / / /
| * | | | | | | | clk: qcom: gdsc: Remove direct runtime PM callsStephen Boyd2022-11-042-57/+6
* | | | | | | | | drm/i915: fix TLB invalidation for Gen12 video and compute enginesAndrzej Hajda2022-11-301-0/+5