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
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
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
2025-06-04
Linux 6.6.93
v6.6.93
Greg Kroah-Hartman
1
-1
/
+1
2025-06-04
ksmbd: use list_first_entry_or_null for opinfo_get_list()
Namjae Jeon
1
-5
/
+2
2025-06-04
net: ethernet: ti: am65-cpsw: Lower random mac address error print to info
Nishanth Menon
1
-1
/
+1
2025-06-04
platform/x86: thinkpad_acpi: Ignore battery threshold change event notification
Mark Pearson
1
-0
/
+5
2025-06-04
platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
Valtteri Koskivuori
1
-4
/
+29
2025-06-04
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
3
-4
/
+25
2025-06-04
nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
Ilya Guterman
1
-0
/
+2
2025-06-04
spi: spi-sun4i: fix early activation
Alessandro Grassi
1
-1
/
+4
2025-06-04
phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure
Hal Feng
1
-0
/
+7
2025-06-04
drm/amd/display: fix link_set_dpms_off multi-display MST corner case
George Shen
1
-2
/
+11
2025-06-04
um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
1
-0
/
+1
2025-06-04
platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
John Chau
1
-0
/
+2
2025-06-04
nfs: don't share pNFS DS connections between net namespaces
Jeff Layton
4
-11
/
+14
2025-06-04
HID: quirks: Add ADATA XPG alpha wireless mouse support
Milton Barrera
2
-0
/
+6
2025-06-04
dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open
Purva Yeshi
1
-2
/
+2
2025-06-04
coredump: hand a pidfd to the usermode coredump helper
Christian Brauner
2
-7
/
+72
2025-06-04
coredump: fix error handling for replace_fd()
Christian Brauner
1
-2
/
+7
2025-06-04
perf/arm-cmn: Initialise cmn->cpu earlier
Robin Murphy
1
-1
/
+1
2025-06-04
perf/arm-cmn: Fix REQ2/SNP2 mixup
Robin Murphy
1
-4
/
+4
2025-06-04
net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
Pedro Tammela
1
-1
/
+8
2025-06-04
arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy
Yemike Abhilash Chandra
1
-1
/
+12
2025-06-04
arm64: dts: qcom: sm8550: Add missing properties for cryptobam
Stephan Gerhold
1
-0
/
+2
2025-06-04
arm64: dts: qcom: sm8450: Add missing properties for cryptobam
Stephan Gerhold
1
-0
/
+2
2025-06-04
arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node
Alok Tiwari
1
-1
/
+1
2025-06-04
arm64: dts: qcom: ipq9574: Add missing properties for cryptobam
Stephan Gerhold
1
-0
/
+2
2025-06-04
af_unix: Fix uninit-value in __unix_walk_scc()
Shigeru Yoshida
1
-4
/
+5
2025-06-04
af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
Michal Luczaj
1
-9
/
+14
2025-06-04
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
3
-4
/
+12
2025-06-04
af_unix: Don't access successor in unix_del_edges() during GC.
Kuniyuki Iwashima
1
-5
/
+12
2025-06-04
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
3
-5
/
+18
2025-06-04
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
3
-44
/
+1
2025-06-04
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
3
-274
/
+64
2025-06-04
af_unix: Detect dead SCC.
Kuniyuki Iwashima
1
-1
/
+43
2025-06-04
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
2
-15
/
+16
2025-06-04
af_unix: Avoid Tarjan's algorithm if unnecessary.
Kuniyuki Iwashima
1
-1
/
+27
2025-06-04
af_unix: Skip GC if no cycle exists.
Kuniyuki Iwashima
1
-1
/
+47
2025-06-04
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
2
-12
/
+15
2025-06-04
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
3
-2
/
+21
2025-06-04
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
2
-1
/
+5
2025-06-04
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
2
-2
/
+47
2025-06-04
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
2
-0
/
+76
2025-06-04
af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.
Kuniyuki Iwashima
1
-11
/
+7
2025-06-04
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
5
-3
/
+100
2025-06-04
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
4
-0
/
+19
2025-06-04
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
5
-0
/
+63
2025-06-04
af_unix: Remove CONFIG_UNIX_SCM.
Kuniyuki Iwashima
8
-175
/
+137
2025-06-04
af_unix: Remove io_uring code for GC.
Kuniyuki Iwashima
3
-30
/
+2
2025-06-04
af_unix: Replace BUG_ON() with WARN_ON_ONCE().
Kuniyuki Iwashima
2
-8
/
+8
2025-06-04
af_unix: Try to run GC async.
Kuniyuki Iwashima
5
-5
/
+29
2025-06-04
af_unix: Run GC on only one CPU.
Kuniyuki Iwashima
1
-27
/
+27
[next]