summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Linux 6.6.93v6.6.93Greg Kroah-Hartman1-1/+1
2025-06-04ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon1-5/+2
2025-06-04net: ethernet: ti: am65-cpsw: Lower random mac address error print to infoNishanth Menon1-1/+1
2025-06-04platform/x86: thinkpad_acpi: Ignore battery threshold change event notificationMark Pearson1-0/+5
2025-06-04platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeysValtteri Koskivuori1-4/+29
2025-06-04NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust3-4/+25
2025-06-04nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 ProIlya Guterman1-0/+2
2025-06-04spi: spi-sun4i: fix early activationAlessandro Grassi1-1/+4
2025-06-04phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failureHal Feng1-0/+7
2025-06-04drm/amd/display: fix link_set_dpms_off multi-display MST corner caseGeorge Shen1-2/+11
2025-06-04um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada1-0/+1
2025-06-04platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JASJohn Chau1-0/+2
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton4-11/+14
2025-06-04HID: quirks: Add ADATA XPG alpha wireless mouse supportMilton Barrera2-0/+6
2025-06-04dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi1-2/+2
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner2-7/+72
2025-06-04coredump: fix error handling for replace_fd()Christian Brauner1-2/+7
2025-06-04perf/arm-cmn: Initialise cmn->cpu earlierRobin Murphy1-1/+1
2025-06-04perf/arm-cmn: Fix REQ2/SNP2 mixupRobin Murphy1-4/+4
2025-06-04net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8
2025-06-04arm64: dts: ti: k3-am68-sk: Fix regulator hierarchyYemike Abhilash Chandra1-1/+12
2025-06-04arm64: dts: qcom: sm8550: Add missing properties for cryptobamStephan Gerhold1-0/+2
2025-06-04arm64: dts: qcom: sm8450: Add missing properties for cryptobamStephan Gerhold1-0/+2
2025-06-04arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem nodeAlok Tiwari1-1/+1
2025-06-04arm64: dts: qcom: ipq9574: Add missing properties for cryptobamStephan Gerhold1-0/+2
2025-06-04af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5
2025-06-04af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj1-9/+14
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima3-4/+12
2025-06-04af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima1-5/+12
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima3-5/+18
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima3-44/+1
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima3-274/+64
2025-06-04af_unix: Detect dead SCC.Kuniyuki Iwashima1-1/+43
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima2-15/+16
2025-06-04af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima1-1/+27
2025-06-04af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima1-1/+47
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima2-12/+15
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima3-2/+21
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima2-1/+5
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima2-2/+47
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima2-0/+76
2025-06-04af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.Kuniyuki Iwashima1-11/+7
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima5-3/+100
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima4-0/+19
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima5-0/+63
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima8-175/+137
2025-06-04af_unix: Remove io_uring code for GC.Kuniyuki Iwashima3-30/+2
2025-06-04af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2-8/+8
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima5-5/+29
2025-06-04af_unix: Run GC on only one CPU.Kuniyuki Iwashima1-27/+27