summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-284-7/+7
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\
| * ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2813-146/+174
|\ \
| * | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-117-112/+76
| |\ \
| | * | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-113-84/+4
| | * | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-111-1/+4
| | * | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-113-9/+57
| | * | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-114-27/+20
| | |/
| * | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-101-1/+1
| * | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-101-7/+27
| * | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-101-1/+1
| * | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-022-17/+17
| |/
* | Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linuxLinus Torvalds2024-07-276-9/+29
|\ \
| * \ Merge tag 'nvme-6.11-2024-07-26' of git://git.infradead.org/nvme into block-6.11Jens Axboe2024-07-264-8/+21
| |\ \
| | * | nvme-pci: add missing condition check for existence of mapped dataLeon Romanovsky2024-07-251-1/+2
| | * | nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPEFrancis Pravin2024-07-161-1/+7
| | * | nvme-pci: Fix the instructions for disabling power managementBart Van Assche2024-07-151-1/+1
| | * | nvme: remove redundant bdev local variableIsrael Rukshin2024-07-151-3/+2
| | * | nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()Markus Elfring2024-07-151-2/+2
| | * | nvme/pci: Add APST quirk for Lenovo N60z laptopWangYuli2024-07-151-0/+7
| * | | ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei2024-07-241-1/+4
| * | | drbd: Add peer_device to Kernel docSimon Horman2024-07-231-0/+4
* | | | Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+1
|\ \ \ \
| * | | | gpio: virtuser: avoid non-constant format stringArnd Bergmann2024-07-191-1/+1
* | | | | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-2718-73/+47
|\ \ \ \ \
| * | | | | of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-2518-73/+47
* | | | | | Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-273-5/+5
|\ \ \ \ \ \
| * | | | | | iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappingsAshish Mhetre2024-07-251-1/+1
| * | | | | | iommu/amd: Convert comma to semicolonChen Ni2024-07-231-3/+3
| * | | | | | iommu: sprd: Avoid NULL deref in sprd_iommu_hw_enArtem Chernyshev2024-07-231-1/+1
* | | | | | | Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-272-80/+111
|\ \ \ \ \ \ \
| * | | | | | | spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley2024-07-181-0/+1
| * | | | | | | spi: microchip-core: add support for word sizes of 1 to 32 bitsSteve Wilkins2024-07-151-22/+31
| * | | | | | | spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins2024-07-151-0/+4
| * | | | | | | spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins2024-07-151-8/+9
| * | | | | | | spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins2024-07-151-38/+41
| * | | | | | | spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins2024-07-151-2/+17
| * | | | | | | spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli2024-07-151-10/+8