summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-04drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe()Pan Chuang2-6/+2
2026-08-04perf: arm_cspmu: Remove redundant dev_err()Pan Chuang1-3/+1
2026-08-04perf: Remove redundant dev_err()/dev_err_probe()Pan Chuang8-23/+8
2026-08-04block/blk-iocost: annotate ioc_pd_stat reads with data_race()Tao Cui1-6/+6
2026-08-04block: handle nogenerate/noverify properly in fs-integrityChristoph Hellwig1-1/+5
2026-08-04block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.hChristoph Hellwig2-2/+3
2026-08-04block: remove bip_should_checkChristoph Hellwig1-6/+2
2026-08-04Documentation: block: zloop: clarify capacity alignmentXu Rao1-2/+4
2026-08-04spi: cadence-xspi: remove 64BIT dependencyMark Brown2-231/+246
2026-08-04spi: cadence-xspi: remove 64BIT Kconfig dependencyJisheng Zhang1-1/+1
2026-08-04spi: cadence-xspi: only use readsq/writesq under 64BITJisheng Zhang1-2/+6
2026-08-04spi: cadence-xspi: put marvell support code under CONFIG_64BITJisheng Zhang1-0/+12
2026-08-04spi: cadence-xspi: group marvell support code togetherJisheng Zhang1-228/+227
2026-08-04mmc: atmel-mci: Fix use-after-free in atmci_remove due to race conditionPei Xiao1-0/+2
2026-08-04ublk: clear auto buf reg before updating io->buf in batch commitYang Xiuwei1-1/+1
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig16-95/+108
2026-08-04block: implement async io_uring zone reset allChristoph Hellwig2-0/+38
2026-08-04block: remove most blkdev_cmd_discard argumentsChristoph Hellwig1-13/+10
2026-08-04block: also reject zone open / close on conventional zonesChristoph Hellwig1-6/+3
2026-08-04block: remove blk_zone_wplug_handle_zone_mgmtChristoph Hellwig2-20/+8
2026-08-04block: allow REQ_NOWAIT zone management commandsChristoph Hellwig1-9/+0
2026-08-04block: remove a dead return statement in blk_zone_plug_bioChristoph Hellwig1-2/+0
2026-08-04zloop: truncate finished zones to zone capacityXu Rao2-6/+6
2026-08-04rust: revocable: Use LKMM atomics instead of Rust atomicsGary Guo1-8/+13
2026-08-04rust: sync: Add generic memory barriersGary Guo2-29/+100
2026-08-04rust: sync: Add helpers for mb, dma_mb and friendsGary Guo1-0/+30
2026-08-04rust: sync: Use safe synchronize_rcu() abstraction in pollPhilipp Stanner1-4/+6
2026-08-04rust: revocable: Use safe synchronize_rcu() abstractionPhilipp Stanner1-3/+6
2026-08-04rust: sync: Add abstraction for synchronize_rcu()Philipp Stanner1-0/+16
2026-08-04spi: Add support for StarFive JHB100 SFCMark Brown530-2938/+7456
2026-08-04spi: dw: Add support for StarFive JHB100 SoC SFCChanghuang Liang3-11/+127
2026-08-04spi: dt-bindings: snps,dw-apb-ssi: Add starfive,jhb100-sfcChanghuang Liang1-0/+22
2026-08-04spi: dw: detect enhanced spi modeSudip Mukherjee1-3/+72
2026-08-04spi: dw: use irq handler for enhanced spiSudip Mukherjee1-2/+104
2026-08-04spi: dw: send cmd and addr to start the spi transferSudip Mukherjee1-0/+15
2026-08-04spi: dw: Introduce enhanced single/dual/quad/octal spiSudip Mukherjee2-1/+95
2026-08-04spi: dw: update NDF while using enhanced spi modeSudip Mukherjee1-0/+3
2026-08-04spi: dw: adjust size of mem_opSudip Mukherjee1-2/+16
2026-08-04spi: dw: add check for support of enhanced spiSudip Mukherjee2-1/+34
2026-08-04spi: dw: update SPI_CTRLR0 registerSudip Mukherjee2-4/+28
2026-08-04spi: dw: Introduce spi_frf and STD_SPISudip Mukherjee2-1/+19
2026-08-04dt-bindings: mmc: sunxi: add compatible string for Allwinner A733 MMC0/1/2Jerome Brunet1-1/+3
2026-08-04dt-bindings: mmc: Document fixed-layout NVMEM provider supportLoic Poulain1-1/+22
2026-08-04mmc: sdhci: unmap the bounce buffer before device releaseMyeonghun Pak1-0/+16
2026-08-04mmc: sdhci: make tuning_err a signed intHaibo Chen1-1/+1
2026-08-04ALSA: hda/core: Log stream DMA errors on interruptArun Raghavan1-0/+5
2026-08-04drm/omap: dsi: Do not copy isr tableAndreas Kemnade2-8/+1
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)1-4/+7
2026-08-04mm/slab, kfence, memcg: completely remove obj_ext for kfence objectsVlastimil Babka (SUSE)5-34/+26
2026-08-04futex: Avoid private hash use-after-free on final putFelix Hoffmann1-2/+8