summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-01net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski1-4/+2
2026-06-01net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei1-1/+2
2026-06-01powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_w...Sayali Patil1-2/+4
2026-06-01drm/msm: Fix iommu_map_sgtable() return value check and avoid WARNMikko Perttunen1-2/+3
2026-06-01drm/msm/dsi: don't dump registers past the mapped regionDmitry Baryshkov1-0/+1
2026-06-01ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-06-01net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1
2026-06-01accel/qaic: Add overflow check to remap_pfn_range during mmapZack McKevitt1-2/+21
2026-06-01block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()Sungwoo Kim1-0/+18
2026-06-01blk-integrity: enable p2p source and destinationKeith Busch1-4/+17
2026-06-01blk-integrity: use simpler alignment checkKeith Busch1-2/+2
2026-06-01block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos1-12/+5
2026-06-01block: modify bio_integrity_map_user to accept iov_iter as argumentAnuj Gupta3-11/+16
2026-06-01HID: quirks: really enable the intended work around for appledisplayLukas Bulwahn1-1/+1
2026-06-01block: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen1-0/+19
2026-06-01block: don't overwrite bip_vcnt in bio_integrity_copy_user()David Carlier1-1/+0
2026-06-01blk-integrity: remove seed for user mapped buffersKeith Busch5-24/+19
2026-06-01wifi: ath10k: skip WMI and beacon transmission when device is wedgedKang Yang1-8/+7
2026-06-01wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()Nicolas Escande1-0/+1
2026-06-01wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-06-01net: ethernet: cs89x0: remove stale CONFIG_MACH_MX31ADS referenceEthan Nelson-Moore1-2/+0
2026-06-01net: ethernet: cortina: Carry over frag counterLinus Walleij1-1/+8
2026-06-01net: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann1-0/+5
2026-06-01net: ethernet: cortina: Make RX SKB per-portLinus Walleij1-1/+6
2026-06-01netfs: Fix folio->private handling in netfs_perform_write()David Howells2-53/+82
2026-06-01netfs: Remove unnecessary references to pagesMatthew Wilcox (Oracle)2-11/+11
2026-06-01netfs: Fix a few minor bugs in netfs_page_mkwrite()Matthew Wilcox (Oracle)1-14/+13
2026-06-01netfs: Fix partial invalidation of streaming-write folioDavid Howells1-1/+1
2026-06-01netfs: Fix early put of sink folio in netfs_read_gaps()David Howells1-3/+3
2026-06-01netfs: Fix write streaming disablement if fd open O_RDWRDavid Howells1-10/+7
2026-06-01netfs: Fix potential deadlock in write-through modeDavid Howells1-14/+25
2026-06-01netfs: Fix streaming write being overwrittenDavid Howells2-13/+37
2026-06-01netfs: Defer the emission of trace_netfs_folio()David Howells1-8/+10
2026-06-01netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells2-1/+9
2026-06-01netfs: Fix overrun check in netfs_extract_user_iter()David Howells1-9/+17
2026-06-01netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() callViacheslav Dubeyko1-2/+9
2026-06-01powerpc: fix dead default for GUEST_STATE_BUFFER_TESTJulian Braha1-2/+1
2026-06-01tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-06-01zonefs: handle integer overflow in zonefs_fname_to_fnoJohannes Thumshirn1-1/+5
2026-06-01irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen1-0/+7
2026-06-01nsfs: fix wrong error code returned for pidns ioctlsZhihao Cheng1-1/+1
2026-06-01ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validationMing Lei1-0/+3
2026-06-01irqchip/ath79-cpu: Remove unused functionRosen Penev1-7/+0
2026-06-01NFSD: Fix infinite loop in layout state revocationChuck Lever1-0/+7
2026-06-01phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register accessGabor Juhos1-3/+2
2026-06-01net: lan966x: avoid unregistering netdev on register failureMyeonghun Pak1-3/+5
2026-06-01ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-06-01ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-06-01tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-06-01test_kprobes: clear kprobes between test runsMartin Kaiser1-11/+18