summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu2023-11-012-5/+17
* vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu2023-11-011-0/+15
* vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu2023-11-011-0/+17
* virtio_pci: add check for common cfg sizeXuan Zhuo2023-11-012-1/+37
* virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi2023-11-011-1/+3
* virtio_pci: add build offset check for the new common cfg itemsXuan Zhuo2023-11-011-0/+4
* vduse: make vduse_class constantGreg Kroah-Hartman2023-11-011-19/+21
* vhost-scsi: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-11-011-1/+1
* virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu2023-11-011-1/+1
* mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio PĂ©rez2023-11-011-0/+7
* vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea2023-11-013-1/+36
* vdpa/mlx5: Make iotlb helper functions more genericDragos Tatulea2023-11-011-8/+11
* vdpa/mlx5: Enable hw support for vq descriptor mappingDragos Tatulea2023-11-011-1/+23
* vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea2023-11-013-14/+25
* vdpa/mlx5: Improve mr update flowDragos Tatulea2023-11-013-72/+82
* vdpa/mlx5: Move mr mutex out of mr structDragos Tatulea2023-11-013-11/+12
* vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea2023-11-013-35/+36
* vdpa/mlx5: Rename mr destroy functionsDragos Tatulea2023-11-013-11/+11
* vdpa/mlx5: Collapse "dvq" mr add/delete functionsDragos Tatulea2023-11-011-11/+5
* vdpa/mlx5: Take cvq iotlb lock during refreshDragos Tatulea2023-11-011-1/+9
* vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea2023-11-013-39/+28
* vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea2023-11-013-2/+8
* vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu2023-11-011-0/+10
* vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu2023-11-011-0/+17
* Merge tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-281-2/+2
|\
| * irqchip/gic-v3-its: Don't override quirk settings with default valuesMarc Zyngier2023-10-251-2/+2
* | Merge tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-288-61/+69
|\ \
| * | fpga: Fix memory leak for fpga_region_test_class_find()Jinjie Ruan2023-10-241-0/+2
| * | Merge tag 'iio-fixes-for-6.6b' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-10-214-39/+45
| |\ \
| | * | iio: afe: rescale: Accept only offset channelsLinus Walleij2023-10-171-4/+15
| | * | iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski2023-10-141-10/+14
| | * | iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2023-10-132-3/+16
| | * | iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock2023-10-131-22/+0
| * | | fpga: disable KUnit test suites when module support is enabledMarco Pagani2023-10-211-2/+2
| * | | nvmem: imx: correct nregs for i.MX6ULLPeng Fan2023-10-161-1/+1
| * | | nvmem: imx: correct nregs for i.MX6ULPeng Fan2023-10-161-1/+1
| * | | nvmem: imx: correct nregs for i.MX6SLLPeng Fan2023-10-161-1/+1
| * | | misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta2023-10-161-3/+5
| * | | misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta2023-10-161-5/+5
| * | | misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta2023-10-161-13/+10
| * | | misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta2023-10-161-0/+1
* | | | Merge tag 'i2c-for-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-285-7/+11
|\ \ \ \
| * | | | i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat2023-10-211-3/+6
| * | | | i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
| * | | | i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
| * | | | i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina2023-10-211-1/+1
| * | | | i2c: aspeed: Fix i2c bus hang in slave readJian Zhang2023-10-101-1/+2
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-283-14/+36
|\ \ \ \ \
| * | | | | clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate()Dan Carpenter2023-10-131-1/+1
| * | | | | clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren...Alessandro Carminati2023-10-131-9/+12