aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl1-1/+1
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand2-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra1-1/+1
2026-02-03s390/kexec: Emit an error message when cmdline is too longVasily Gorbik1-1/+3
2026-02-03s390/configs: Enable BLK_DEV_NULL_BLK as moduleHalil Pasic2-0/+2
2026-02-03s390: Document s390 stackprotector supportHeiko Carstens1-1/+1
2026-02-03Merge branch 'net-phy-remove-modalias-based-mdio-device-bus-matching'Paolo Abeni5-17/+8
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit3-15/+0
2026-02-03net: dsa: loop: remove MDIO device modaliasHeiner Kallweit1-1/+7
2026-02-03net: ethernet: adi: make name member of struct adin1110_cfg a pointerHeiner Kallweit1-1/+1
2026-02-03revocable: Add KUnit test for concurrent accessTzung-Bi Shih1-0/+104
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih5-113/+102
2026-02-03revocable: Add KUnit test for provider lifetime racesTzung-Bi Shih1-0/+41
2026-02-03revocable: Fix races in revocable_alloc() using RCUTzung-Bi Shih5-71/+72
2026-02-03Input: apbps2 - fix comment style and typosMicah Ostrow1-7/+7
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu1-0/+4
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling1-1/+1
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo4-8/+10
2026-02-03selftests/sched_ext: Add test for DL server total_bw consistencyJoel Fernandes2-0/+282
2026-02-03selftests/sched_ext: Add test for sched_ext dl_serverAndrea Righi3-0/+264
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra2-21/+16
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes1-24/+133
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi6-23/+109
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes1-3/+8
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra1865-9686/+17775
2026-02-03gfs2: fix memory leaks in gfs2_fill_super error pathDeepanshu Kartikey2-2/+4
2026-02-03arm64/gcs: Fix error handling in arch_set_shadow_stack_status()Breno Leitao1-2/+2
2026-02-03drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dscNathan Chancellor1-4/+0
2026-02-03media: pci: mg4b: Use IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-02-03btrfs: get rid of compressed_bio::compressed_folios[]Qu Wenruo2-7/+0
2026-02-03btrfs: get rid of compressed_folios[] usage for encoded writesQu Wenruo3-62/+57
2026-02-03btrfs: get rid of compressed_folios[] usage for compressed readQu Wenruo1-20/+21
2026-02-03btrfs: remove the old btrfs_compress_folios() infrastructureQu Wenruo6-649/+1
2026-02-03btrfs: switch to btrfs_compress_bio() interface for compressed writesQu Wenruo2-94/+107
2026-02-03btrfs: introduce btrfs_compress_bio() helperQu Wenruo2-0/+81
2026-02-03btrfs: zlib: introduce zlib_compress_bio() helperQu Wenruo2-0/+195
2026-02-03btrfs: zstd: introduce zstd_compress_bio() helperQu Wenruo2-0/+187
2026-02-03btrfs: lzo: introduce lzo_compress_bio() helperQu Wenruo2-0/+259
2026-02-03btrfs: zoned: factor out the zone loading part into a testable functionNaohiro Aota2-48/+66
2026-02-03btrfs: add cleanup function for btrfs_free_chunk_mapNaohiro Aota1-0/+1
2026-02-03btrfs: tests: add cleanup functions for test specific functionsNaohiro Aota1-0/+6
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana1-0/+1
2026-02-03btrfs: tests: add unit tests for pending extent walking functionsBoris Burkov6-8/+495
2026-02-03btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocationBoris Burkov1-60/+183
2026-02-03btrfs: fix transaction commit blocking during trim of unallocated spacejinbaohong2-22/+140