summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'hwmon-for-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-014-3/+13
|\ \ \ \ \ \
| * | | | | | hwmon: (shtc1) Fix property misspellingGuenter Roeck2024-05-301-1/+1
| * | | | | | hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensorPeter Colberg2024-05-301-1/+1
| * | | | | | hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco2024-05-301-1/+3
| * | | | | | hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelistArmin Wolf2024-05-301-0/+8
| |/ / / / /
* | | | | | Merge tag 'mailbox-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-011-1/+0
|\ \ \ \ \ \
| * | | | | | mailbox: zynqmp-ipi: drop irq_to_desc() callArnd Bergmann2024-05-311-1/+0
| |/ / / / /
* | | | | | Merge tag 'spi-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-013-13/+54
|\ \ \ \ \ \
| * | | | | | spi: stm32: Don't warn about spurious interruptsUwe Kleine-König2024-05-291-1/+1
| * | | | | | spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko2024-05-291-0/+9
| * | | | | | spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski2024-05-291-5/+15
| * | | | | | soi: Don't call DMA sync API when not neededMark Brown2024-05-2363-933/+2241
| |\ \ \ \ \ \
| | * | | | | | spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko2024-05-231-5/+13
| | * | | | | | spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko2024-05-231-0/+4
| * | | | | | | spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König2024-05-231-2/+12
* | | | | | | | Merge tag 'regulator-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-011-10/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | regulator: rtq2208: Fix invalid memory access when devm_of_regulator_put_matc...Alina Yu2024-05-281-10/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'regmap-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-011-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | regmap-i2c: Subtract reg size from max_writeJim Wylder2024-05-271-1/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'block-6.10-20240530' of git://git.kernel.dk/linuxLinus Torvalds2024-06-0124-176/+262
|\ \ \ \ \ \ \ \
| * | | | | | | | blk-throttle: Fix incorrect display of io.maxWaiman Long2024-05-312-18/+14
| * | | | | | | | block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal2024-05-302-8/+28
| * | | | | | | | block: Fix validation of zoned device with a runt zoneDamien Le Moal2024-05-301-5/+11
| * | | | | | | | null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal2024-05-301-0/+11
| * | | | | | | | Merge tag 'nvme-6.10-2024-05-29' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-307-67/+117
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg2024-05-281-0/+9
| | * | | | | | | | nvme: use srcu for iterating namespace listKeith Busch2024-05-284-56/+83
| | * | | | | | | | nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar2024-05-241-1/+2
| | * | | | | | | | nvme: remove sgs and swsKanchan Joshi2024-05-241-2/+0
| | * | | | | | | | nvmet: fix ns enable/disable possible hangSagi Grimberg2024-05-231-0/+8
| | * | | | | | | | nvme-multipath: fix io accounting on failoverKeith Busch2024-05-233-2/+4
| | * | | | | | | | nvme: fix multipath batched completion accountingKeith Busch2024-05-231-5/+10
| | * | | | | | | | nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff2024-05-211-1/+1
| * | | | | | | | | bcache: code cleanup in __bch_bucket_alloc_set()Coly Li2024-05-281-6/+2
| * | | | | | | | | bcache: call force_wake_up_gc() if necessary in check_should_bypass()Coly Li2024-05-281-1/+15
| * | | | | | | | | bcache: allow allocator to invalidate bucket in gcDongsheng Yang2024-05-283-9/+12
| * | | | | | | | | block: check for max_hw_sectors underflowHannes Reinecke2024-05-281-2/+6
| * | | | | | | | | block: stack max_user_sectorsChristoph Hellwig2024-05-281-0/+2
| * | | | | | | | | sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig2024-05-281-1/+3
| * | | | | | | | | null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal2024-05-281-1/+1
| * | | | | | | | | block: delete redundant function declarationhexue2024-05-271-1/+0
| * | | | | | | | | null_blk: Fix return value of nullb_device_power_store()Damien Le Moal2024-05-271-0/+1
| * | | | | | | | | dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig2024-05-273-12/+14
| * | | | | | | | | dm: remove dm_check_zonedChristoph Hellwig2024-05-271-36/+23
| * | | | | | | | | dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig2024-05-272-4/+7
| * | | | | | | | | block: remove blk_queue_max_integrity_segmentsChristoph Hellwig2024-05-271-10/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'io_uring-6.10-20240530' of git://git.kernel.dk/linuxLinus Torvalds2024-06-013-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe2024-05-301-3/+3
| * | | | | | | | | io_uring/rw: Free iovec before cleaning async dataBreno Leitao2024-05-301-0/+5
| * | | | | | | | | io_uring: don't attempt to mmap larger than what the user asks forJens Axboe2024-05-291-2/+3
| |/ / / / / / / /