summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima3-25/+15
2025-06-04btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov1-0/+6
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker2-21/+83
2025-06-04can: kvaser_pciefd: Force IRQ edge in case of nested IRQAxel Forsman1-43/+37
2025-06-04drm/gem: Internally test import_attach for imported objectsThomas Zimmermann1-2/+1
2025-06-04x86/mm/init: Handle the special case of device private pages in add_pages(), ...Balbir Singh1-3/+12
2025-06-04i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()Nathan Chancellor1-0/+1
2025-06-04pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()Dan Carpenter1-1/+1
2025-06-04watchdog: aspeed: fix 64-bit divisionArnd Bergmann1-1/+1
2025-06-04serial: sh-sci: Save and restore more registersGeert Uytterhoeven1-0/+25