summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
25 hoursBluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-0/+1
25 hoursfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1
25 hoursnetfs: Fix the handling of stream->front by removing itDavid Howells2-5/+4
25 hoursmm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-8/+19
25 hoursmm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+6
25 hourswriteback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-11/+1
25 hoursspi: use generic driver_override infrastructureDanilo Krummrich1-5/+0
25 hoursnetfilter: ctnetlink: use netlink policy range checksDavid Carlier1-0/+4
25 hoursBluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-2/+1
25 hoursdma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
25 hoursvirtio-net: correct hdr_len handling for tunnel gsoXuan Zhuo1-0/+19
25 hoursvirtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo1-4/+30
25 hoursudp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau1-0/+14
25 hoursipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima1-1/+20
25 hoursusb: core: new quirk to handle devices with zero configurationsJie Deng1-0/+3
25 hoursdma-buf: Include ioctl.h in UAPI headerIsaac J. Manjarres1-0/+1
25 hoursASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlinkRichard Fitzgerald1-0/+1
25 hoursnet: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
25 hourstracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan1-2/+5
25 hoursdriver core: platform: use generic driver_override infrastructureDanilo Krummrich1-5/+0
25 hoursdriver core: generalize driver_override in struct deviceDanilo Krummrich2-0/+58
9 daysxen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
9 daysbinfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin1-1/+1
9 daysudp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei1-1/+1
9 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-1/+3
9 daysclsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-0/+5
9 daysnet/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-0/+28
9 daysbonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet3-4/+8
9 daysnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
9 daysserial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-0/+1
9 daysvt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+1
9 daysio_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-0/+3
9 daysnsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+2
2026-03-19io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe1-0/+1
2026-03-19mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström1-0/+8
2026-03-19qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier1-0/+1
2026-03-19kunit: irq: Ensure timer doesn't fire too frequentlyEric Biggers1-16/+28
2026-03-19irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier1-0/+1
2026-03-19kthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner1-1/+20
2026-03-19Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen1-11/+6
2026-03-19mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng1-4/+5
2026-03-19mm/tracing: rss_stat: ensure curr is false from kthread contextKalesh Singh1-1/+7
2026-03-19USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern1-0/+3
2026-03-19USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern1-2/+3
2026-03-19net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-1/+1
2026-03-19regulator: pca9450: Add support for setting debounce settingsMartijn de Gouw1-0/+32
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi3-0/+51
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira1-0/+1
2026-03-13net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-7/+26