summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit-15/+0
2026-02-03net: dsa: loop: remove MDIO device modaliasHeiner Kallweit-1/+7
2026-02-03net: ethernet: adi: make name member of struct adin1110_cfg a pointerHeiner Kallweit-1/+1
2026-02-03revocable: Add KUnit test for concurrent accessTzung-Bi Shih-0/+104
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih-113/+102
2026-02-03revocable: Add KUnit test for provider lifetime racesTzung-Bi Shih-0/+41
2026-02-03revocable: Fix races in revocable_alloc() using RCUTzung-Bi Shih-71/+72
2026-02-03Input: apbps2 - fix comment style and typosMicah Ostrow-7/+7
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu-0/+4
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling-1/+1
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang-0/+5
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo-8/+10
2026-02-03selftests/sched_ext: Add test for DL server total_bw consistencyJoel Fernandes-0/+282
2026-02-03selftests/sched_ext: Add test for sched_ext dl_serverAndrea Righi-0/+264
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra-21/+16
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes-24/+133
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi-23/+109
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes-3/+8
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes-3/+4
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes-0/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra-9686/+17775
2026-02-03gfs2: fix memory leaks in gfs2_fill_super error pathDeepanshu Kartikey-2/+4
2026-02-03arm64/gcs: Fix error handling in arch_set_shadow_stack_status()Breno Leitao-2/+2
2026-02-03drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dscNathan Chancellor-4/+0
2026-02-03media: pci: mg4b: Use IRQF_NO_THREADSebastian Andrzej Siewior-1/+1
2026-02-03btrfs: get rid of compressed_bio::compressed_folios[]Qu Wenruo-7/+0
2026-02-03btrfs: get rid of compressed_folios[] usage for encoded writesQu Wenruo-62/+57
2026-02-03btrfs: get rid of compressed_folios[] usage for compressed readQu Wenruo-20/+21
2026-02-03btrfs: remove the old btrfs_compress_folios() infrastructureQu Wenruo-649/+1
2026-02-03btrfs: switch to btrfs_compress_bio() interface for compressed writesQu Wenruo-94/+107
2026-02-03btrfs: introduce btrfs_compress_bio() helperQu Wenruo-0/+81
2026-02-03btrfs: zlib: introduce zlib_compress_bio() helperQu Wenruo-0/+195
2026-02-03btrfs: zstd: introduce zstd_compress_bio() helperQu Wenruo-0/+187
2026-02-03btrfs: lzo: introduce lzo_compress_bio() helperQu Wenruo-0/+259
2026-02-03btrfs: zoned: factor out the zone loading part into a testable functionNaohiro Aota-48/+66
2026-02-03btrfs: add cleanup function for btrfs_free_chunk_mapNaohiro Aota-0/+1
2026-02-03btrfs: tests: add cleanup functions for test specific functionsNaohiro Aota-0/+6
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana-0/+1
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov-8/+495
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov-60/+183
2026-02-03btrfs: fix transaction commit blocking during trim of unallocated spacejinbaohong-22/+140
2026-02-03btrfs: handle user interrupt properly in btrfs_trim_fs()jinbaohong-0/+11
2026-02-03btrfs: preserve first error in btrfs_trim_fs()jinbaohong-6/+9
2026-02-03btrfs: continue trimming remaining devices on failurejinbaohong-1/+1
2026-02-03btrfs: do not BUG_ON() in btrfs_remove_block_group()Filipe Manana-1/+6
2026-02-03btrfs: abort transaction on error in btrfs_remove_block_group()Filipe Manana-9/+17
2026-02-03btrfs: fix block_group_tree dirty_list corruptionBoris Burkov-7/+0
2026-02-03btrfs: fix copying the flags of btrfs_bio after splitJohannes Thumshirn-0/+6
2026-02-03btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()Johannes Thumshirn-3/+3
2026-02-03btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota-15/+179