summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-09ktest: Resolve LOG_FILE in test option contextRicardo B. Marlière-1/+1
2026-03-09ktest: Avoid undef warning when WARNINGS_FILE is unsetRicardo B. Marlière-1/+1
2026-03-09remoteproc: keystone: Request IRQs in probe()Andrew Davis-26/+15
2026-03-09ASoC: tegra: Add support for Tegra238 soundcardSheetal-0/+11
2026-03-09xfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera-0/+6
2026-03-09dm-verity-fec: improve comments for fec_read_bufs()Eric Biggers-8/+22
2026-03-09dm-verity-fec: log target_block instead of index_in_regionEric Biggers-12/+14
2026-03-09dm-verity-fec: make fec_decode_bufs() just return 0 or errorEric Biggers-7/+4
2026-03-09dm-verity-fec: pass down index_in_region instead of rsbEric Biggers-21/+26
2026-03-09dm-verity-fec: compute target region directlyEric Biggers-21/+16
2026-03-09dm-verity-fec: move computation of offset and rsb down a levelEric Biggers-28/+18
2026-03-09dm-verity-fec: rename block_offset to out_posEric Biggers-15/+13
2026-03-09dm-verity-fec: simplify deinterleavingEric Biggers-15/+4
2026-03-09dm-verity-fec: simplify computation of ileavedEric Biggers-12/+1
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers-3/+3
2026-03-09dm-verity-fec: rename rounds to region_blocksEric Biggers-9/+9
2026-03-09dm-verity-fec: replace io_size with block_sizeEric Biggers-18/+14
2026-03-09dm-verity-fec: rename "RS block" to "RS codeword"Eric Biggers-33/+35
2026-03-09dm-verity-fec: use standard names for Reed-Solomon parametersEric Biggers-19/+19
2026-03-09dm-verity-fec: replace {MAX,MIN}_RSN with {MIN,MAX}_ROOTSEric Biggers-7/+6
2026-03-09dm-verity-fec: improve documentation for Forward Error CorrectionEric Biggers-20/+102
2026-03-09dm-verity: rename dm_verity::hash_blocks to dm_verity::hash_endEric Biggers-7/+7
2026-03-09dm-verity-fec: fix reading parity bytes split across blocks (take 3)Eric Biggers-56/+44
2026-03-09dm-verity-fec: fix the size of dm_verity_fec_io::erasuresEric Biggers-1/+2
2026-03-09dm-verity-fec: fix corrected block count statEric Biggers-3/+2
2026-03-09dm-verity-fec: correctly reject too-small hash devicesEric Biggers-1/+2
2026-03-09dm-verity-fec: correctly reject too-small FEC devicesEric Biggers-3/+2
2026-03-09dm log: fix out-of-bounds write due to region_count overflowJunrui Luo-1/+5
2026-03-09dm cache metadata: fix memory leak on metadata abort retryMing-Hung Tsai-5/+8
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig-9/+12
2026-03-09block: add fs_bio_integrity helpersChristoph Hellwig-1/+88
2026-03-09block: make max_integrity_io_size publicChristoph Hellwig-18/+18
2026-03-09block: prepare generation / verification helpers for fs usageChristoph Hellwig-10/+12
2026-03-09block: add a bdev_has_integrity_csum helperChristoph Hellwig-6/+10
2026-03-09block: factor out a bio_integrity_setup_default helperChristoph Hellwig-12/+19
2026-03-09block: factor out a bio_integrity_action helperChristoph Hellwig-63/+89
2026-03-09ASoC: cs35l56: Put OTP register defines in correct address orderRichard Fitzgerald-3/+3
2026-03-09ASoC: codecs: peb2466: Change the +/- 6dB switch to a volumeChristophe Leroy (CS GROUP)-8/+11
2026-03-09ASoC: cs35l56-test: Remove pointless duplicate loop countersRichard Fitzgerald-6/+5
2026-03-09ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemonsMing Lei-1/+3
2026-03-09mmc: tifm_sd: Use min3() to simplify tifm_sd_transfer_data()Thorsten Blum-3/+1
2026-03-09mmc: sdio: Use min3() to simplify sdio_set_block_size()Thorsten Blum-4/+2
2026-03-09io_uring/zctx: separate notification user_dataPavel Begunkov-2/+7
2026-03-09io_uring/net: allow vectorised regbuf send zcPavel Begunkov-5/+9
2026-03-09io_uring/timeout: immediate timeout argPavel Begunkov-5/+20
2026-03-09io_uring/timeout: migrate reqs from ts64 to ktimePavel Begunkov-17/+16
2026-03-09io_uring/timeout: add helper for parsing user timePavel Begunkov-9/+20
2026-03-09io_uring/timeout: check unused sqe fieldsPavel Begunkov-0/+4
2026-03-09io_uring/zcrx: move zcrx uapi into separate headerPavel Begunkov-94/+110
2026-03-09io_uring/zcrx: declare some constants for queryPavel Begunkov-3/+8