summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-02bpf: Add namespace to BPF internal symbolsAlexei Starovoitov3-3/+12
2025-05-02fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)Jan Kara1-2/+2
2025-05-02splice: remove duplicate noinline from pipe_clear_nowaitT.J. Mercier1-1/+1
2025-05-02ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-05-02ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-05-02ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-05-02ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-05-02ublk: remove io_cmds list in ublk_queueUday Shankar1-35/+11
2025-05-02riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-05-02riscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
2025-05-02iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson1-1/+1
2025-05-02block: don't autoload drivers on statChristoph Hellwig4-7/+7
2025-05-02block: remove the backing_inode variable in bdev_statxChristoph Hellwig1-7/+4
2025-05-02block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig2-4/+3
2025-05-02bdev: use bdev_io_min() for statx block sizeLuis Chamberlain1-3/+2
2025-05-02block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-05-02net: stmmac: fix multiplication overflow when reading timestampAlexis Lothoré2-2/+2
2025-05-02net: stmmac: fix dwmac1000 ptp timestamp status offsetAlexis Lothore1-2/+2
2025-05-02net: dp83822: Fix OF_MDIO config checkJohannes Schneider1-1/+1
2025-05-02net: phy: dp83822: Add support for changing the transmit amplitude voltageDimitri Fedrau1-0/+38
2025-05-02net: phy: Add helper for getting tx amplitude gainDimitri Fedrau2-18/+39
2025-05-02pds_core: make wait_context part of q_infoShannon Nelson3-24/+18
2025-05-02pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley1-3/+0
2025-05-02pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL resultBrett Creeley1-3/+1
2025-05-02pds_core: Prevent possible adminq overflow/stuck conditionBrett Creeley2-5/+2
2025-05-02net: dsa: mt7530: sync driver-specific behavior of MT7531 variantsDaniel Golle1-3/+3
2025-05-02net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang1-4/+10
2025-05-02net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang1-2/+7
2025-05-02fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro1-33/+36
2025-05-02net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configurationBo-Cun Chen2-5/+29
2025-05-02tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen1-1/+2
2025-05-02virtio-net: disable delayed refill when pausing rxBui Quang Minh1-12/+57
2025-05-02virtio-net: Refactor napi_disable pathsJoe Damato1-8/+17
2025-05-02virtio-net: Refactor napi_enable pathsJoe Damato1-16/+21
2025-05-02net: phy: leds: fix memory leakQingfang Deng1-10/+13
2025-05-02net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)1-16/+22
2025-05-02net: phylink: force link down on major_config failureRussell King (Oracle)1-8/+34
2025-05-02net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-05-02nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-05-02net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASSVladimir Oltean1-11/+15
2025-05-02net: enetc: refactor bulk flipping of RX buffers to separate functionVladimir Oltean1-5/+11
2025-05-02net: enetc: register XDP RX queues with frag_sizeVladimir Oltean1-1/+2
2025-05-02scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer()Chenyuan Yang1-0/+2
2025-05-02scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
2025-05-02net/mlx5: Move ttc allocation after switch case to prevent leaksHenry Martin1-8/+8
2025-05-02net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()Henry Martin1-0/+10
2025-05-02vhost-scsi: Fix vhost_scsi_send_status()Dongli Zhang1-7/+11
2025-05-02vhost-scsi: Fix vhost_scsi_send_bad_target()Dongli Zhang1-11/+37
2025-05-02vhost-scsi: Add better resource allocation failure handlingMike Christie1-3/+25
2025-05-02cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier1-0/+29