Commit Graph

  • 871e44494f platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Valtteri Koskivuori 2025-05-09 21:42:49 +03:00
  • af7243148f NFS: Avoid flushing data while holding directory locks in nfs_rename() Trond Myklebust 2025-04-27 18:21:06 -04:00
  • f83097445b nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro Ilya Guterman 2025-05-10 19:21:30 +09:00
  • e99de95033 spi: spi-sun4i: fix early activation Alessandro Grassi 2025-05-02 11:55:20 +02:00
  • b8435b7697 phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure Hal Feng 2025-04-22 18:12:44 +08:00
  • eae121397e drm/amd/display: fix link_set_dpms_off multi-display MST corner case George Shen 2025-04-24 10:02:59 -04:00
  • 4728d56dc5 um: let 'make clean' properly clean underlying SUBARCH as well Masahiro Yamada 2025-05-07 16:49:33 +09:00
  • af288d8e14 platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS John Chau 2025-05-05 01:55:13 +09:00
  • 764f8cd8aa nfs: don't share pNFS DS connections between net namespaces Jeff Layton 2025-04-10 16:42:03 -04:00
  • 98f7c351a1 HID: quirks: Add ADATA XPG alpha wireless mouse support Milton Barrera 2025-04-09 00:04:28 -06:00
  • 46a6ce4812 dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open Purva Yeshi 2025-04-10 16:32:16 +05:30
  • cdb61a705f coredump: hand a pidfd to the usermode coredump helper Christian Brauner 2025-04-14 15:55:07 +02:00
  • 1846a7b92b coredump: fix error handling for replace_fd() Christian Brauner 2025-04-14 15:55:06 +02:00
  • 0ec1e98bf5 perf/arm-cmn: Initialise cmn->cpu earlier Robin Murphy 2025-05-12 18:11:54 +01:00
  • 10778e2f49 perf/arm-cmn: Fix REQ2/SNP2 mixup Robin Murphy 2025-05-08 16:16:40 +01:00
  • 295f7c579b net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Pedro Tammela 2025-05-22 15:14:47 -03:00
  • ee1209b9f5 arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy Yemike Abhilash Chandra 2025-04-15 16:43:23 +05:30
  • cf27046208 arm64: dts: qcom: sm8550: Add missing properties for cryptobam Stephan Gerhold 2025-02-12 18:03:49 +01:00
  • feadf31790 arm64: dts: qcom: sm8450: Add missing properties for cryptobam Stephan Gerhold 2025-02-12 18:03:48 +01:00
  • 5dd982ff67 arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node Alok Tiwari 2025-05-14 04:46:51 -07:00
  • abf3ffaeef arm64: dts: qcom: ipq9574: Add missing properties for cryptobam Stephan Gerhold 2025-02-12 18:03:52 +01:00
  • ea61eda1f4 af_unix: Fix uninit-value in __unix_walk_scc() Shigeru Yoshida 2025-05-21 14:45:34 +00:00
  • ed14f8ae9b af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS Michal Luczaj 2025-05-21 14:45:33 +00:00
  • c0c8d419da af_unix: Add dead flag to struct scm_fp_list. Kuniyuki Iwashima 2025-05-21 14:45:32 +00:00
  • a288920ff9 af_unix: Don't access successor in unix_del_edges() during GC. Kuniyuki Iwashima 2025-05-21 14:45:31 +00:00
  • 3600729b7f af_unix: Try not to hold unix_gc_lock during accept(). Kuniyuki Iwashima 2025-05-21 14:45:30 +00:00
  • 7b1ffbd3b2 af_unix: Remove lock dance in unix_peek_fds(). Kuniyuki Iwashima 2025-05-21 14:45:29 +00:00
  • de7921631f af_unix: Replace garbage collection algorithm. Kuniyuki Iwashima 2025-05-21 14:45:28 +00:00
  • 2c2d0c662d af_unix: Detect dead SCC. Kuniyuki Iwashima 2025-05-21 14:45:27 +00:00
  • 324005012f af_unix: Assign a unique index to SCC. Kuniyuki Iwashima 2025-05-21 14:45:26 +00:00
  • d23802221f af_unix: Avoid Tarjan's algorithm if unnecessary. Kuniyuki Iwashima 2025-05-21 14:45:25 +00:00
  • cdaa3499a8 af_unix: Skip GC if no cycle exists. Kuniyuki Iwashima 2025-05-21 14:45:24 +00:00
  • e0e23fc499 af_unix: Save O(n) setup of Tarjan's algo. Kuniyuki Iwashima 2025-05-21 14:45:23 +00:00
  • 27a07364ce af_unix: Fix up unix_edge.successor for embryo socket. Kuniyuki Iwashima 2025-05-21 14:45:22 +00:00
  • 36f924e4bf af_unix: Save listener for embryo socket. Kuniyuki Iwashima 2025-05-21 14:45:21 +00:00
  • 3ee9b24bd6 af_unix: Detect Strongly Connected Components. Kuniyuki Iwashima 2025-05-21 14:45:20 +00:00
  • 856aacbe2c af_unix: Iterate all vertices by DFS. Kuniyuki Iwashima 2025-05-21 14:45:19 +00:00
  • 494accabb5 af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb. Kuniyuki Iwashima 2025-05-21 14:45:18 +00:00
  • d2d9f382e2 af_unix: Link struct unix_edge when queuing skb. Kuniyuki Iwashima 2025-05-21 14:45:17 +00:00
  • 4fc7df1c6d af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd. Kuniyuki Iwashima 2025-05-21 14:45:16 +00:00
  • 9e98ba0c73 af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. Kuniyuki Iwashima 2025-05-21 14:45:15 +00:00
  • 8eb55b667a af_unix: Remove CONFIG_UNIX_SCM. Kuniyuki Iwashima 2025-05-21 14:45:14 +00:00
  • c0d56c028d af_unix: Remove io_uring code for GC. Kuniyuki Iwashima 2025-05-21 14:45:13 +00:00
  • 36f1f6ac53 af_unix: Replace BUG_ON() with WARN_ON_ONCE(). Kuniyuki Iwashima 2025-05-21 14:45:12 +00:00
  • acc97866c1 af_unix: Try to run GC async. Kuniyuki Iwashima 2025-05-21 14:45:11 +00:00
  • 328840c93b af_unix: Run GC on only one CPU. Kuniyuki Iwashima 2025-05-21 14:45:10 +00:00
  • 4be073d590 af_unix: Return struct unix_sock from unix_get_socket(). Kuniyuki Iwashima 2025-05-21 14:45:09 +00:00
  • c7b1bd52a0 btrfs: check folio mapping after unlock in relocate_one_folio() Boris Burkov 2024-12-13 12:22:32 -08:00
  • 63815bef47 hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING Frederic Weisbecker 2025-01-18 00:24:33 +01:00
  • 5a9c0d5cbd can: kvaser_pciefd: Force IRQ edge in case of nested IRQ Axel Forsman 2025-05-20 13:43:30 +02:00
  • f968f28cd1 drm/gem: Internally test import_attach for imported objects Thomas Zimmermann 2025-04-16 08:57:45 +02:00
  • 10aecdc1c3 x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers Balbir Singh 2025-04-01 11:07:52 +11:00
  • 367b8b91de i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() Nathan Chancellor 2025-03-19 09:08:01 -07:00
  • 1f91707374 pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() Dan Carpenter 2025-03-19 10:05:47 +03:00
  • 4a5e6e798e watchdog: aspeed: fix 64-bit division Arnd Bergmann 2025-03-14 17:02:44 +01:00
  • a9e4ee7f12 serial: sh-sci: Save and restore more registers Geert Uytterhoeven 2025-03-04 20:06:11 +01:00
  • 517f928cc0 pds_core: Prevent possible adminq overflow/stuck condition Brett Creeley 2025-04-21 10:46:03 -07:00
  • 77192e9cfe highmem: add folio_test_partial_kmap() Matthew Wilcox (Oracle) 2025-05-14 18:06:02 +01:00
  • bc133e43cb x86/boot: Compile boot code with -std=gnu11 too Alexey Dobriyan 2023-09-27 18:42:11 +03:00
  • 5cdce62dd9 spi: spi-fsl-dspi: Reset SR flags before sending a new message Larisa Grigore 2025-05-22 15:51:32 +01:00
  • 7cf42e5f40 spi: spi-fsl-dspi: Halt the module after a new message transfer Bogdan-Gabriel Roman 2025-05-22 15:51:31 +01:00
  • 9df00bd476 spi: spi-fsl-dspi: restrict register range for regmap access Larisa Grigore 2025-05-22 15:51:30 +01:00
  • 0e7efc9acb ksmbd: fix stream write failure Namjae Jeon 2025-05-08 16:46:11 +09:00
  • fa68d5c14a Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" Jernej Skrabec 2025-04-13 15:58:48 +02:00
  • f391043332 mm/page_alloc.c: avoid infinite retries caused by cpuset race Tianyang Zhang 2025-04-16 16:24:05 +08:00
  • 363fd868d7 memcg: always call cond_resched() after fn() Breno Leitao 2025-05-23 10:21:06 -07:00
  • f33001a7c1 Input: xpad - add more controllers Vicki Pfau 2025-05-13 15:59:48 -07:00
  • ed7d24b0c3 Revert "drm/amd: Keep display off while going into S4" Mario Limonciello 2025-05-22 09:13:28 -05:00
  • bee465c0c4 smb: client: Reset all search buffer pointers when releasing buffer Wang Zhaolong 2025-05-16 17:12:56 +08:00
  • 17d096c485 arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs Gabor Juhos 2025-05-09 15:48:52 +02:00
  • 73cadde98f smb: client: Fix use-after-free in cifs_fill_dirent Wang Zhaolong 2025-05-16 17:12:55 +08:00
  • 7227fc0692 drm/edid: fixed the bug that hdr metadata was not reset feijuan.li 2025-05-14 14:35:11 +08:00
  • 7093887a11 thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature Zhang Rui 2025-05-19 15:09:01 +08:00
  • f864656269 platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() Vladimir Moskovkin 2025-05-14 12:12:55 +00:00
  • dde5400dad can: kvaser_pciefd: Continue parsing DMA buf after dropped RX Axel Forsman 2025-05-20 13:43:32 +02:00
  • 4cfe30f681 llc: fix data loss when reading from a socket in llc_ui_recvmsg() Ilia Gavrilov 2025-05-15 12:20:15 +00:00
  • 6764329675 ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 Ed Burcher 2025-05-19 23:49:07 +01:00
  • 74d90875f3 ALSA: pcm: Fix race of buffer access at PCM OSS layer Takashi Iwai 2025-05-16 10:08:16 +02:00
  • b5bada85c1 ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction Peter Ujfalusi 2025-05-09 11:59:51 +03:00
  • 1beb8c26b1 ASoc: SOF: topology: connect DAI to a single DAI link Kai Vehmanen 2025-05-09 11:53:18 +03:00
  • e8be784d30 ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext Peter Ujfalusi 2025-05-09 11:56:33 +03:00
  • 1f912f8484 can: bcm: add missing rcu read protection for procfs content Oliver Hartkopp 2025-05-19 14:50:27 +02:00
  • 76c84c3728 can: bcm: add locking for bcm_op runtime updates Oliver Hartkopp 2025-05-19 14:50:26 +02:00
  • e80f4f9c64 can: slcan: allow reception of short error messages Carlos Sanchez 2025-05-20 12:23:05 +02:00
  • 584a729615 padata: do not leak refcount in reorder_work Dominik Grzegorzek 2025-05-18 19:45:31 +02:00
  • 134daaba93 crypto: algif_hash - fix double free in hash_accept Ivan Pravdin 2025-05-18 18:41:02 -04:00
  • 0c605de7ed clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() André Draszik 2025-03-26 12:08:00 +00:00
  • 35016086ae octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG Geetha sowjanya 2025-05-21 11:38:34 +05:30
  • cc797adde6 octeontx2-af: Set LMT_ENA bit for APR table entries Subbaraya Sundeep 2025-05-21 11:38:33 +05:30
  • b19fc1d0be net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done Wang Liang 2025-05-20 18:14:04 +08:00
  • a3d24e4a83 octeontx2-pf: Add AF_XDP non-zero copy support Suman Ghosh 2025-02-13 11:01:37 +05:30
  • 93c276942e sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() Cong Wang 2025-05-18 15:20:37 -07:00
  • c844ace5b8 io_uring: fix overflow resched cqe reordering Pavel Begunkov 2025-05-17 13:27:37 +01:00
  • dbcd0909a1 net: lan743x: Restore SGMII CTRL register on resume Thangaraj Samynathan 2025-05-16 09:27:19 +05:30
  • 0b4cde7284 net: dwmac-sun8i: Use parsed internal PHY address instead of 1 Paul Kocialkowski 2025-05-19 18:49:36 +02:00
  • 52b2e55792 pinctrl: qcom: switch to devm_register_sys_off_handler() Dmitry Baryshkov 2025-05-13 21:38:58 +03:00
  • 78b70388ca pinctrl: qcom/msm: Convert to platform remove callback returning void Uwe Kleine-König 2023-10-09 18:25:09 +02:00
  • df941e1177 ice: Fix LACP bonds without SRIOV environment Dave Ertman 2025-04-28 15:33:39 -04:00
  • c8a1a805e6 ice: fix vf->num_mac count with port representors Jacob Keller 2025-04-10 11:13:52 -07:00
  • fa942824b9 bridge: netfilter: Fix forwarding of fragmented packets Ido Schimmel 2025-05-15 11:48:48 +03:00