index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
Helen Koike
1
-0
/
+3
2026-03-19
Bluetooth: hci_ll: Fix firmware leak on error path
Anas Iqbal
1
-0
/
+2
2026-03-19
Bluetooth: hci_sync: annotate data-races around hdev->req_status
Cen Zhang
3
-12
/
+12
2026-03-19
Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete
Luiz Augusto von Dentz
1
-1
/
+1
2026-03-19
Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold
Hyunwoo Kim
1
-3
/
+7
2026-03-19
Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv()
Hyunwoo Kim
1
-0
/
+5
2026-03-19
Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req
Minseo Park
1
-3
/
+3
2026-03-19
Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
93
-458
/
+733
2026-03-19
drm/xe: Fix missing runtime PM reference in ccs_mode_store
Sanjay Yadav
1
-0
/
+2
2026-03-19
MPTCP: fix lock class name family in pm_nl_create_listen_socket
Li Xiasong
1
-1
/
+1
2026-03-19
icmp: fix NULL pointer dereference in icmp_tag_validation()
Weiming Shi
1
-1
/
+3
2026-03-19
net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error paths
Anas Iqbal
1
-2
/
+6
2026-03-19
Merge patch series "can: fix can-gw Out-of-Bounds Heap R/W and isotp UAF"
Marc Kleine-Budde
2
-9
/
+21
2026-03-19
can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
Oliver Hartkopp
1
-6
/
+18
2026-03-19
can: gw: fix OOB heap access in cgw_csum_crc8_rel()
Ali Norouzi
1
-3
/
+3
2026-03-19
drm/xe: Open-code GGTT MMIO access protection
Matthew Brost
2
-7
/
+8
2026-03-19
soc: microchip: mpfs-mss-top-sysreg: Fix resource leak on driver unbind
Felix Gu
1
-2
/
+4
2026-03-19
soc: microchip: mpfs-control-scb: Fix resource leak on driver unbind
Felix Gu
1
-2
/
+4
2026-03-19
Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-9
/
+22
2026-03-19
pinctrl: stm32: fix HDP driver dependency on GPIO_GENERIC
Amelie Delaunay
1
-0
/
+1
2026-03-19
Merge tag 'acpi-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-11
/
+9
2026-03-19
Merge tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Paolo Abeni
3
-1
/
+15
2026-03-19
Merge branches 'acpica' and 'acpi-bus'
Rafael J. Wysocki
2
-4
/
+1
2026-03-19
can: statistics: add missing atomic access in hot path
Oliver Hartkopp
3
-4
/
+5
2026-03-19
Merge branch 'pm-runtime'
Rafael J. Wysocki
1
-0
/
+1
2026-03-19
can: mcp251x: add error handling for power enable in open and resume
Wenyuan Li
1
-5
/
+24
2026-03-19
can: netlink: can_changelink(): add missing error handling to call can_ctrlmode_changelink()
Marc Kleine-Budde
1
-1
/
+3
2026-03-19
drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp
Umesh Nerlige Ramappa
1
-2
/
+2
2026-03-19
drm/xe/oa: Allow reading after disabling OA stream
Ashutosh Dixit
1
-2
/
+5
2026-03-19
drm/xe: Skip over non leaf pte for PRL generation
Brian Nguyen
1
-9
/
+29
2026-03-19
drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
Zhanjun Dong
1
-0
/
+1
2026-03-19
drm/xe: Trigger queue cleanup if not in wedged mode 2
Matthew Brost
1
-13
/
+22
2026-03-19
drm/xe: Forcefully tear down exec queues in GuC submit fini
Matthew Brost
3
-12
/
+63
2026-03-19
drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
Matthew Brost
1
-2
/
+1
2026-03-19
drm/xe/guc: Fail immediately on GuC load error
Daniele Ceraolo Spurio
1
-3
/
+3
2026-03-19
ASoC: tas2781: Add null check for calibration data
Baojun Xu
1
-0
/
+3
2026-03-19
net: shaper: protect from late creation of hierarchy
Jakub Kicinski
4
-74
/
+89
2026-03-19
net: shaper: protect late read accesses to the hierarchy
Jakub Kicinski
1
-4
/
+22
2026-03-19
arm64: realm: Fix PTE_NS_SHARED for 52bit PA support
Suzuki K Poulose
1
-1
/
+2
2026-03-19
netfs: Fix read abandonment during retry
David Howells
1
-1
/
+4
2026-03-19
vfs: fix docstring of hash_name()
Jori Koolstra
1
-2
/
+8
2026-03-19
net: mvpp2: guard flow control update with global_tx_fc in buffer switching
Muhammad Hammad Ijaz
1
-2
/
+2
2026-03-19
nfnetlink_osf: validate individual option lengths in fingerprints
Weiming Shi
1
-0
/
+13
2026-03-19
netfilter: nf_tables: release flowtable after rcu grace period on error
Pablo Neira Ayuso
1
-0
/
+1
2026-03-19
netfilter: bpf: defer hook memory release until rcu readers are done
Florian Westphal
1
-1
/
+1
2026-03-19
pinctrl: intel: Enable 3-bit PAD_OWN feature
Andy Shevchenko
2
-5
/
+17
2026-03-19
pinctrl: intel: Fix the revision for new features (1kOhm PD, HW debouncer)
Andy Shevchenko
1
-1
/
+1
2026-03-19
pinctrl: intel: Improve capability support
Andy Shevchenko
1
-5
/
+10
2026-03-18
soc: qcom: pmic_glink_altmode: Fix TBT->SAFE->!TBT transition
Konrad Dybcio
1
-5
/
+18
2026-03-18
Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
13
-32
/
+36
[prev]
[next]