summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-05-06Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb()Siwei Zhang-0/+3
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov-30/+89
2026-05-06Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu-1/+1
2026-05-06Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu-3/+10
2026-05-06Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz-2/+25
2026-05-06Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier-1/+18
2026-05-06Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen-11/+9
2026-05-06Merge tag 'parisc-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-29/+40
2026-05-06MAINTAINERS: Add Steffen as reviewer for KVM/arm64Steffen Eiden-0/+1
2026-05-06KVM: arm64: Remove potential UB on nvhe tracing clock updateMostafa Saleh-0/+3
2026-05-06KVM: selftests: arm64: Fix steal_time test after UAPI refactoringSebastian Ott-0/+2
2026-05-06KVM: arm64: Handle permission faults with guest_memfdAlexandru Elisei-8/+21
2026-05-06KVM: arm64: nv: Consider the DS bit when translating TCR_EL2Wei-Lin Chang-0/+1
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse-1/+49
2026-05-06sched/fair: Fix wakeup_preempt_fair() for not waking up taskVincent Guittot-2/+3
2026-05-06sched/fair: Fix overflow in vruntime_eligible()Zhan Xusheng-5/+34
2026-05-06selftests/rseq: Expand for optimized RSEQ ABI v2Thomas Gleixner-13/+95
2026-05-06rseq: Reenable performance optimizations conditionallyThomas Gleixner-60/+178
2026-05-06rseq: Implement read only ABI enforcement for optimized RSEQ V2 modeThomas Gleixner-57/+35
2026-05-06selftests/rseq: Validate legacy behaviorThomas Gleixner-2/+72
2026-05-06ovl: fix verity lazy-load guard broken by fsverity_active() semantic changeColin Walters-1/+1
2026-05-06Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-70/+208
2026-05-06Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-183/+186
2026-05-06Merge tag 'asoc-fix-v7.1-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai-5116/+7494
2026-05-06spi: ch341: correct company name in MODULE_DESCRIPTIONJiawei Liu-1/+1
2026-05-06regulator: qcom-rpmh: Fix index for pmh0101 ldo16Fenglin Wu-1/+1
2026-05-06ASoC: cs35l56: Fixes for driver cleanupMark Brown-3/+8
2026-05-06ASoC: cs35l56: Destroy workqueue in probe error pathRichard Fitzgerald-0/+3
2026-05-06ASoC: cs35l56: Don't use devres to unregister componentRichard Fitzgerald-3/+5
2026-05-06arm64/fpsimd: ptrace: zero target's fpsimd_state, not the tracer'sBreno Leitao-2/+2
2026-05-06io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMERMaoyi Xie-1/+5
2026-05-06io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABSMaoyi Xie-13/+22
2026-05-06ublk: validate physical_bs_shift, io_min_shift and io_opt_shiftMing Lei-1/+17
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie-0/+12
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie-0/+13
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg-1/+1
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg-5/+4
2026-05-06ALSA: sparc/dbri: add missing fallthroughRosen Penev-0/+1
2026-05-06ALSA: core: Serialize deferred fasync state checksCássio Gabriel-2/+6
2026-05-06ALSA: hda/realtek: Add mute LED fixup for HP Pavilion 15-cs1xxxRodrigo Faria-0/+21
2026-05-06ALSA: seq: Fix UMP group 16 filteringCássio Gabriel-3/+6
2026-05-06timers/migration: Fix another hotplug activation raceFrederic Weisbecker-11/+29
2026-05-05Merge tag 'loongarch-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-65/+90
2026-05-05Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'Jakub Kicinski-41/+77
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing-32/+56
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing-2/+2
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing-1/+3
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing-3/+2
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing-1/+1
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing-3/+8