summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-136-4/+16
|\
| * HID: intel-ish-hid: Fix kernel panic during warm resetTanu Malhotra2023-03-281-2/+2
| * HID: hid-sensor-custom: Fix buffer overrun in device nameTodd Brandt2023-03-241-1/+1
| * HID: topre: Add support for 87 keys Realforce R2Alessandro Manca2023-03-103-1/+4
| * HID: add HP 13t-aw100 & 14t-ea100 digitizer battery quirksPhilippe Troin2023-03-102-0/+9
* | Merge tag 'dmaengine-fix-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-133-5/+19
|\ \
| * | dmaengine: apple-admac: Fix 'current_tx' not getting freedMartin Povišer2023-03-311-1/+4
| * | dmaengine: apple-admac: Set src_addr_widths capabilityMartin Povišer2023-03-311-0/+3
| * | dmaengine: apple-admac: Handle 'global' interrupt flagsMartin Povišer2023-03-311-2/+10
| * | dmaengine: xilinx: xdma: Fix some kernel-doc commentsYang Li2023-03-171-1/+1
| * | dmaengine: Actually use devm_add_action_or_reset()Andy Shevchenko2023-03-171-1/+1
* | | Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-111-2/+3
|\ \ \
| * | | PCI: Fix use-after-free in pci_bus_release_domain_nr()Rob Herring2023-04-071-2/+3
| |/ /
* | | Merge tag 'mtd/fixes-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-113-7/+14
|\ \ \
| * | | mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov2023-04-031-3/+3
| * | | mtdblock: tolerate corrected bit-flipsBang Li2023-04-031-4/+8
| * | | mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_minChristophe Kerello2023-04-031-1/+1
| * | | mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello2023-04-031-0/+3
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-104-134/+195
|\ \ \ \
| * | | | vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella2023-04-041-4/+9
| * | | | vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen2023-04-041-2/+6
| * | | | vhost-scsi: Fix crash during LUN unmappingMike Christie2023-04-041-32/+4
| * | | | vhost-scsi: Fix vhost_scsi struct use after freeMike Christie2023-04-041-0/+3
| * | | | virtio-blk: fix ZBD probe in kernels without ZBD supportDmitry Fomichev2023-04-041-16/+17
| * | | | virtio-blk: fix to match virtio specDmitry Fomichev2023-04-041-81/+157
| |/ / /
* | | | Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-099-128/+169
|\ \ \ \
| * \ \ \ Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlDan Williams2023-04-05222-1577/+2286
| |\ \ \ \
| | * | | | PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-041-0/+1
| | * | | | PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-041-1/+3
| | * | | | cxl/pci: Handle excessive CDAT lengthLukas Wunner2023-04-041-0/+3
| | * | | | cxl/pci: Handle truncated CDAT entriesLukas Wunner2023-04-042-4/+23
| | * | | | cxl/pci: Handle truncated CDAT headerLukas Wunner2023-04-041-1/+1
| | * | | | cxl/pci: Fix CDAT retrieval on big endianLukas Wunner2023-03-212-24/+27
| * | | | | cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams2023-04-051-5/+22
| * | | | | cxl/hdm: Limit emulation to the number of range registersDan Williams2023-04-051-36/+46
| * | | | | cxl/region: Move coherence tracking into cxl_region_attach()Dan Williams2023-04-051-2/+1
| * | | | | cxl/region: Fix region setup/teardown for RCDsDan Williams2023-04-051-1/+27
| * | | | | cxl/port: Fix find_cxl_root() for RCDs and simplify itDan Williams2023-04-055-38/+14
| * | | | | cxl/hdm: Skip emulation when driver manages mem_enableDan Williams2023-04-053-15/+22
| * | | | | cxl/hdm: Fix double allocation of @cxlhdmDan Williams2023-04-051-28/+6
* | | | | | Merge tag 'char-misc-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-0815-77/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-03-2812-27/+59
| |\ \ \ \ \ \
| | * | | | | | iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-181-0/+1
| | * | | | | | iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-03-181-1/+1
| | * | | | | | iio: adc: max11410: fix read_poll_timeout() usageNuno Sá2023-03-121-7/+15
| | * | | | | | iio: dac: cio-dac: Fix max DAC write value check for 12-bitWilliam Breathitt Gray2023-03-111-2/+2
| | * | | | | | iio: light: cm32181: Unregister second I2C client if presentKai-Heng Feng2023-02-261-0/+12
| | * | | | | | iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait2023-02-181-1/+1
| | * | | | | | iio: adc: ad7791: fix IRQ flagsNuno Sá2023-02-181-1/+1
| | * | | | | | iio: buffer: make sure O_NONBLOCK is respectedNuno Sá2023-02-181-8/+11