index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
Linux 6.4.7
v6.4.7
Greg Kroah-Hartman
1
-1
/
+1
2023-07-27
Revert "drm/amd/display: edp do not add non-edid timings"
Hersen Wu
1
-7
/
+1
2023-07-27
drm/amd/display: Add polling method to handle MST reply packet
Wayne Lin
4
-86
/
+159
2023-07-27
drm/amd/display: Clean up errors & warnings in amdgpu_dm.c
Srinivasan Shanmugam
1
-68
/
+65
2023-07-27
scsi: sg: Fix checking return value of blk_get_queue()
Yu Kuai
1
-3
/
+4
2023-07-27
scsi/sg: don't grab scsi host module reference
Yu Kuai
1
-3
/
+3
2023-07-27
spi: dw: Remove misleading comment for Mount Evans SoC
Abe Kohandel
1
-8
/
+1
2023-07-27
drm/ttm: fix bulk_move corruption when adding a entry
Yunxiang Li
1
-1
/
+4
2023-07-27
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-27
kbuild: rust: avoid creating temporary files
Miguel Ojeda
2
-2
/
+9
2023-07-27
jbd2: recheck chechpointing non-dirty buffer
Zhang Yi
1
-73
/
+29
2023-07-27
net: phy: prevent stale pointer dereference in phy_init()
Vladimir Oltean
1
-7
/
+14
2023-07-27
tcp: annotate data-races around fastopenq.max_qlen
Eric Dumazet
3
-4
/
+6
2023-07-27
tcp: annotate data-races around icsk->icsk_user_timeout
Eric Dumazet
1
-3
/
+3
2023-07-27
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
2
-3
/
+7
2023-07-27
tcp: annotate data-races around rskq_defer_accept
Eric Dumazet
1
-5
/
+6
2023-07-27
tcp: annotate data-races around tp->linger2
Eric Dumazet
1
-4
/
+4
2023-07-27
tcp: annotate data-races around icsk->icsk_syn_retries
Eric Dumazet
2
-4
/
+4
2023-07-27
tcp: annotate data-races around tp->keepalive_probes
Eric Dumazet
2
-4
/
+10
2023-07-27
tcp: annotate data-races around tp->keepalive_intvl
Eric Dumazet
2
-4
/
+9
2023-07-27
tcp: annotate data-races around tp->keepalive_time
Eric Dumazet
2
-3
/
+7
2023-07-27
tcp: annotate data-races around tp->tsoffset
Eric Dumazet
2
-4
/
+5
2023-07-27
tcp: annotate data-races around tp->tcp_tx_delay
Eric Dumazet
1
-2
/
+2
2023-07-27
Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014
Tomasz Moń
1
-0
/
+1
2023-07-27
Bluetooth: SCO: fix sco_conn related locking and validity issues
Pauli Virtanen
1
-11
/
+12
2023-07-27
Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link
Siddh Raman Pant
1
-2
/
+2
2023-07-27
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()
Douglas Anderson
1
-1
/
+3
2023-07-27
Bluetooth: ISO: fix iso_conn related locking and validity issues
Pauli Virtanen
1
-22
/
+31
2023-07-27
Bluetooth: hci_event: call disconnect callback before deleting conn
Pauli Virtanen
1
-0
/
+3
2023-07-27
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
6
-44
/
+164
2023-07-27
netfilter: nf_tables: skip bound chain on rule flush
Pablo Neira Ayuso
1
-0
/
+2
2023-07-27
netfilter: nf_tables: skip bound chain in netns release path
Pablo Neira Ayuso
1
-0
/
+3
2023-07-27
netfilter: nft_set_pipapo: fix improper element removal
Florian Westphal
1
-1
/
+5
2023-07-27
netfilter: nf_tables: can't schedule in nft_chain_validate
Florian Westphal
1
-2
/
+2
2023-07-27
netfilter: nf_tables: fix spurious set element insertion failure
Florian Westphal
1
-0
/
+3
2023-07-27
ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp
Vitaly Rodionov
1
-10
/
+15
2023-07-27
llc: Don't drop packet from non-root netns.
Kuniyuki Iwashima
1
-3
/
+0
2023-07-27
fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe
Zhang Shurong
1
-0
/
+3
2023-07-27
net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
Daniel Golle
1
-1
/
+1
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2
-19
/
+6
2023-07-27
net:ipv6: check return value of pskb_trim()
Yuanjun Gong
1
-1
/
+2
2023-07-27
net: ipv4: Use kfree_sensitive instead of kfree
Wang Ming
1
-1
/
+1
2023-07-27
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
4
-6
/
+9
2023-07-27
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
4
-5
/
+6
2023-07-27
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
3
-7
/
+13
2023-07-27
igc: Prevent garbled TX queue with XDP ZEROCOPY
Florian Kauer
1
-2
/
+2
2023-07-27
igc: Avoid transmit queue timeout for XDP
Kurt Kanzenbach
1
-0
/
+8
2023-07-27
bpf, arm64: Fix BTI type used for freplace attached functions
Alexander Duyck
1
-1
/
+7
2023-07-27
bpf: Repeat check_max_stack_depth for async callbacks
Kumar Kartikeya Dwivedi
1
-2
/
+19
2023-07-27
bpf: Fix subprog idx logic in check_max_stack_depth
Kumar Kartikeya Dwivedi
1
-5
/
+6
[next]