summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-227-11/+66
|\
| * of: Add coreboot firmware to excluded default cells listRob Herring (Arm)2024-12-201-1/+2
| * of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu2024-12-101-0/+1
| * of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu2024-12-101-0/+1
| * of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu2024-12-101-1/+1
| * of: Fix error path in of_parse_phandle_with_args_map()Herve Codina2024-12-031-5/+10
| * of: Add #address-cells/#size-cells in the device-tree root empty nodeHerve Codina2024-12-021-1/+8
| * of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta2024-11-271-1/+2
| * of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2024-11-272-0/+41
| * of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland2024-11-251-2/+0
* | Merge tag 'soc-fixes-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-221-2/+2
|\ \
| * \ Merge tag 'riscv-soc-fixes-for-v6.13-rc4' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-12-201-2/+2
| |\ \
| | * | firmware: microchip: fix UL_IAP lock check in mpfs_auto_update_state()Valentina Fernandez2024-12-051-2/+2
* | | | Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-221-5/+10
|\ \ \ \
| * | | | zram: fix uninitialized ZRAM not releasing backing deviceKairui Song2024-12-191-5/+4
| * | | | zram: refuse to use zero sized block device as backing deviceKairui Song2024-12-191-0/+6
* | | | | staging: gpib: Fix allyesconfig build failuresSteven Rostedt2024-12-212-2/+2
* | | | | Merge tag 'media/v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-12-212-2/+3
|\ \ \ \ \
| * | | | | media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinlineArnd Bergmann2024-12-131-1/+2
| * | | | | media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_regNikita Zhandarovich2024-12-111-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'pci-v6.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-12-212-3/+7
|\ \ \ \ \
| * | | | | PCI/bwctrl: Enable only if more than one speed is supportedLukas Wunner2024-12-191-1/+3
| * | | | | PCI: Honor Max Link Speed when determining supported speedsLukas Wunner2024-12-191-2/+4
| |/ / / /
* | | | | Merge tag 'pm-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-12-211-24/+26
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amd-pstate-v6.13-2024-12-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-12-181-24/+26
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | cpufreq/amd-pstate: Use boost numerator for upper bound of frequenciesMario Limonciello2024-12-101-8/+5
| | * | | | cpufreq/amd-pstate: Store the boost numerator as highest perf againMario Limonciello2024-12-101-10/+15
| | * | | | cpufreq/amd-pstate: Detect preferred core support before driver registrationK Prateek Nayak2024-12-101-6/+6
* | | | | | Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-211-32/+36
|\ \ \ \ \ \
| * | | | | | thermal/thresholds: Fix boundaries and detection routineDaniel Lezcano2024-12-181-32/+36
| |/ / / / /
* | | | | | Merge tag 'acpi-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-12-212-3/+3
|\ \ \ \ \ \
| * | | | | | ACPI: EC: Enable EC support on LoongArch by defaultHuacai Chen2024-12-182-3/+3
| |/ / / / /
* | | | | | Merge tag 'hwmon-for-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-12-201-4/+6
|\ \ \ \ \ \
| * | | | | | hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov2024-12-171-1/+1
| * | | | | | hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov2024-12-171-1/+1
| * | | | | | hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov2024-12-171-2/+4
| |/ / / / /
* | | | | | Merge tag 'block-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2024-12-201-1/+1
|\ \ \ \ \ \
| * | | | | | nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain2024-12-181-1/+1
* | | | | | | Merge tag 'usb-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-12-207-7/+96
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'thunderbolt-for-v6.13-rc4' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-12-194-4/+68
| |\ \ \ \ \ \ \
| | * | | | | | | thunderbolt: Improve redrive mode handlingMika Westerberg2024-12-161-0/+41
| | * | | | | | | thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello2024-12-111-4/+15
| | * | | | | | | thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg2024-12-102-0/+12
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin2024-12-171-1/+1
| * | | | | | | xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman2024-12-171-2/+0
| * | | | | | | Merge tag 'usb-serial-6.13-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-12-161-0/+27
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | USB: serial: option: add Telit FE910C04 rmnet compositionsDaniele Palmas2024-12-111-0/+6
| | * | | | | | USB: serial: option: add MediaTek T7XX compositionsJack Wu2024-12-111-0/+2
| | * | | | | | USB: serial: option: add Netprisma LCUK54 modules for WWAN ReadyMank Wang2024-12-111-0/+12
| | * | | | | | USB: serial: option: add MeiG Smart SLM770AMichal Hrusecky2024-12-111-0/+3