summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-23spi: rockchip: Read ISR, not IMR, to detect cs-inactive IRQJohn Madieu1-1/+2
2026-05-23ASoC: amd: acp: Add DMI quirk for Valve Steam Deck OLEDGuilherme G. Piccoli4-5/+25
2026-05-23netfilter: nf_conntrack_sip: don't use simple_strtoulFlorian Westphal2-34/+119
2026-05-23netfilter: xt_policy: fix strict mode inbound policy matchingJiexun Wang1-1/+1
2026-05-23drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)Timur Kristóf1-0/+66
2026-05-23drm/amdgpu/uvd3.1: Don't validate the firmware when already validatedTimur Kristóf1-0/+10
2026-05-23drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REGChristian König1-33/+24
2026-05-23drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAMTimur Kristóf1-1/+4
2026-05-23nvme-pci: fix missed admin queue sq doorbell writeKeith Busch1-0/+1
2026-05-23netfilter: nf_tables: use list_del_rcu for netlink hooksFlorian Westphal1-26/+18
2026-05-23netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-05-23nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callersMaurizio Lombardi1-22/+29
2026-05-23tracing: branch: Fix inverted check on stat tracer registrationBreno Leitao1-4/+4
2026-05-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat1-10/+12
2026-05-23btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-05-23fsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein1-3/+36
2026-05-23mailbox: mailbox-test: make data_ready a per-instance variableWolfram Sang1-5/+4
2026-05-23mailbox: mailbox-test: initialize struct earlierWolfram Sang1-7/+6
2026-05-23mailbox: mailbox-test: don't free the reused channelWolfram Sang1-2/+2
2026-05-23mailbox: add sanity check for channel arrayWolfram Sang1-2/+1
2026-05-23cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao1-1/+1
2026-05-23sched/psi: fix race between file release and pressure writeEdward Adam Davis1-8/+16
2026-05-23mailbox: mailbox-test: free channels on probe errorWolfram Sang1-3/+12
2026-05-23mailbox: mtk-cmdq: Fix CURR and END addr for task insert caseJason-JH Lin1-4/+4
2026-05-23kbuild: Never respect CONFIG_WERROR / W=e to fixdepThomas Weißschuh1-0/+2
2026-05-23tools/power turbostat: Fix unrecognized option '-P'David Arcari1-1/+1
2026-05-23tools/power turbostat: Fix and document --header_iterationsLen Brown2-12/+12
2026-05-23tools/power turbostat: Use strtoul() for iteration parsingKaushlendra Kumar1-6/+8
2026-05-23tools/power turbostat.8: Document the "--force" optionLen Brown1-3/+7
2026-05-23fbdev: offb: fix PCI device reference leak on probe failureYuho Choi1-1/+6
2026-05-23kbuild: builddeb - avoid recompiles for non-cross-compilesMathias Krause1-1/+7
2026-05-23rtc: abx80x: Disable alarm feature if no interrupt attachedAnthony Pighin (Nokia)1-0/+2
2026-05-23fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
2026-05-23eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
2026-05-23eventpoll: move epi_fget() upChristian Brauner1-28/+28
2026-05-23eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
2026-05-23eventpoll: kill __ep_remove()Christian Brauner1-37/+30
2026-05-23eventpoll: split __ep_remove()Christian Brauner1-4/+23
2026-05-23eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
2026-05-23nstree: fix func. parameter kernel-doc warningsRandy Dunlap1-3/+3
2026-05-23vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()Kohei Enju1-2/+2
2026-05-23tipc: fix double-free in tipc_buf_append()Lee Jones1-1/+13
2026-05-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen2-4/+10
2026-05-23nfp: fix swapped arguments in nfp_encode_basic_qdr() callsAlexey Kodanev1-6/+11
2026-05-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley1-0/+6
2026-05-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
2026-05-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela1-2/+2
2026-05-23net: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy3-3/+84
2026-05-23net: mana: Handle hardware recovery events when probing the deviceLong Li2-18/+170
2026-05-23net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg4-3/+48