summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* vfio: Remove vfio_free_deviceEric Farman2022-11-108-31/+4
* vfio/ccw: replace vfio_init_device with _alloc_Eric Farman2022-11-104-35/+23
* vfio/ccw: remove release completionEric Farman2022-11-102-16/+1
* vfio/ccw: move private to mdev lifecycleEric Farman2022-11-103-28/+16
* vfio/ccw: move private initialization to callbackEric Farman2022-11-103-66/+58
* vfio/ccw: remove private->schEric Farman2022-11-105-28/+26
* vfio/ccw: create a parent structEric Farman2022-11-103-25/+101
* vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins2022-11-091-2/+6
* vfio/iova_bitmap: Explicitly include linux/slab.hJoao Martins2022-11-091-0/+1
* vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2022-11-091-2/+1
* vfio/mlx5: Switch to use module_pci_driver() macroShang XiaoJing2022-11-091-12/+1
* Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-067-70/+168
|\
| * cxl/region: Recycle region idsDan Williams2022-11-041-0/+20
| * cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-043-3/+19
| * cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-043-37/+68
| * cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
| * cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
| * cxl/pmem: Use size_add() against integer overflowYu Zhe2022-11-031-1/+1
| * cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
| * ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams2022-10-211-0/+1
| * cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-201-1/+1
| * cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-201-1/+2
| * cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-201-1/+1
* | Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-062-14/+103
|\ \
| * | Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck2022-11-041-1/+0
| * | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-041-13/+103
* | | Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-11-051-0/+6
|\ \ \
| * \ \ Merge branch 'acpi-x86'Rafael J. Wysocki2022-11-051-0/+6
| |\ \ \
| | * | | ACPI: x86: Add another system to quirk list for forcing StorageD3EnableMario Limonciello2022-10-281-0/+6
* | | | | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-47/+74
|\ \ \ \ \
| * | | | | ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
| * | | | | ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
| * | | | | ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
| * | | | | ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* | | | | | Merge tag 'i2c-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-043-6/+12
|\ \ \ \ \ \
| * | | | | | i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao2022-11-011-0/+1
| * | | | | | i2c: tegra: Allocate DMA memory for DMA engineThierry Reding2022-11-011-6/+10
| * | | | | | i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin2022-11-011-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-044-51/+28
|\ \ \ \ \ \
| * | | | | | efi: efivars: Fix variable writes with unsupported query_variable_store()Ard Biesheuvel2022-10-281-48/+20
| * | | | | | efi: random: Use 'ACPI reclaim' memory for random seedArd Biesheuvel2022-10-241-1/+6
| * | | | | | efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-10-241-1/+1
| * | | | | | efi/tpm: Pass correct address to memblock_reserveJerry Snitselaar2022-10-241-1/+1
* | | | | | | Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-049-34/+103
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'scmi-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-11-028-32/+88
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: arm_scmi: Fix deferred_tx_wq release on error pathsCristian Marussi2022-11-011-7/+13
| | * | | | | | | firmware: arm_scmi: Fix devres allocation device in virtio transportCristian Marussi2022-11-011-3/+3
| | * | | | | | | firmware: arm_scmi: Make Rx chan_setup fail on memory errorsCristian Marussi2022-11-011-2/+6
| | * | | | | | | firmware: arm_scmi: Make tx_prepare time out eventuallyCristian Marussi2022-11-016-8/+34
| | * | | | | | | firmware: arm_scmi: Suppress the driver's bind attributesCristian Marussi2022-11-011-0/+1