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