aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-02-02nvme: fix admin queue leak on controller resetMing Lei1-0/+7
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman125-1227/+12096
2026-02-02nvme-fabrics: use kfree_sensitive() for DHCHAP secretsDaniel Hodges1-2/+2
2026-02-02cgroup/dmem: avoid pool UAFChen Ridong1-2/+58
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong1-5/+2
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong1-0/+3
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa1-0/+1
2026-02-02tools/sched_ext: Fix data header access during free in scx_sdtEmil Tsalapatis1-1/+1
2026-02-02spi: tegra: Fix a memory leak in tegra_slink_probe()Felix Gu1-2/+4
2026-02-02cxl/port: Unify endpoint and switch port lookupDan Williams1-1/+11
2026-02-02cxl/port: Move endpoint component register management to cxl_portDan Williams4-67/+60
2026-02-02cxl/port: Map Port RAS registersTerry Bowman4-0/+29
2026-02-02cxl/port: Move dport RAS setup to dport add timeDan Williams8-39/+47
2026-02-02KVM: arm64: nv: Avoid NV stage-2 code when NV is not supportedFuad Tabba1-0/+12
2026-02-02cxl/port: Move dport probe operations to a driver eventDan Williams9-126/+98
2026-02-02cxl/port: Move decoder setup before dport creationDan Williams1-12/+21
2026-02-02cxl/port: Cleanup dport removal with a devres groupDan Williams1-10/+61
2026-02-02cxl/port: Reduce number of @dport variables in cxl_port_add_dport()Dan Williams1-15/+23
2026-02-02cxl/port: Cleanup handling of the nr_dports 0 -> 1 transitionDan Williams1-16/+15
2026-02-02arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=yMarco Elver1-1/+1
2026-02-02dlm: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov1-4/+4
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov1-0/+1
2026-02-02io_uring: allow io-wq workers to exit when unusedLi Chen1-0/+11
2026-02-02io_uring/io-wq: add exit-on-idle stateLi Chen2-2/+26
2026-02-02blk-mq-debugfs: warn about possible deadlockYu Kuai1-7/+24
2026-02-02blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()Yu Kuai1-0/+2
2026-02-02blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()Yu Kuai3-18/+0
2026-02-02blk-mq-debugfs: make blk_mq_debugfs_register_rqos() staticYu Kuai2-6/+1
2026-02-02blk-rq-qos: fix possible debugfs_mutex deadlockYu Kuai2-8/+12
2026-02-02blk-mq-debugfs: factor out a helper to register debugfs for all rq_qosYu Kuai2-8/+20
2026-02-02blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counterYu Kuai1-45/+63
2026-02-02blk-wbt: factor out a helper wbt_set_lat()Yu Kuai3-45/+51
2026-02-02sed-opal: ignore locking ranges array when not enabling SUM.Ondrej Kozina1-1/+2
2026-02-02Merge tag 'md-7.0-20260202' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe3-2/+4
2026-02-02HID: Intel-thc-hid: Intel-thc: Fix wrong register fields updatingEven Xu1-0/+2
2026-02-02IB/core: Extend rate limit support for RC QPsKalesh AP1-3/+6
2026-02-02RDMA/mlx5: Support rate limit only for Raw Packet QPKalesh AP1-0/+5
2026-02-02RDMA/bnxt_re: Report QP rate limit in debugfsKalesh AP1-2/+12
2026-02-02RDMA/bnxt_re: Report packet pacing capabilities when querying deviceKalesh AP2-1/+37
2026-02-02RDMA/bnxt_re: Add support for QP rate limitingKalesh AP7-6/+47
2026-02-02HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clientsRyan Lin1-1/+1
2026-02-02ASoC: amd: acp: Add ACP7.0 match entries for Cirrus Logic partsSimon Trimmer1-0/+256
2026-02-02ASoC: amd: acp: Sort Cirrus Logic match entriesSimon Trimmer1-31/+31
2026-02-02ASoC: amd: acp: Rename Cirrus Logic component match entries to include link a...Simon Trimmer1-17/+17
2026-02-02ASoC: amd: acp: Sort match table into most specific firstSimon Trimmer1-5/+5
2026-02-02ASoC: es8328: Add error unwind in resumeHsieh Hung-En1-2/+8
2026-02-02ASoC: es8328: Use cached regmap on resumeHsieh Hung-En1-6/+3
2026-02-02ASoC: es8328: Check errors in set_dai_fmt()Hsieh Hung-En1-9/+21