summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Linux 6.1.140v6.1.140Greg Kroah-Hartman1-1/+1
2025-05-22x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner3-7/+5
2025-05-22drm/amdgpu: fix pm notifier handlingAlex Deucher2-22/+6
2025-05-22spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun1-4/+2
2025-05-22ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+5
2025-05-22ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+2
2025-05-22bnxt_en: Fix receive ring space parameters when XDP is activeShravya KN1-1/+9
2025-05-22platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled itMaciej S. Szmigiero1-1/+7
2025-05-22arm64/sme: Always exit sme_alloc() early with existing storageMark Brown1-2/+4
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal2-20/+15
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2-7/+38
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal3-11/+10
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-05-22sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-05-22hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng1-1/+5
2025-05-22LoongArch: Explicitly specify code model in MakefileHuacai Chen1-1/+1
2025-05-22bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne1-2/+10
2025-05-22bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIGPuranjay Mohan1-2/+2
2025-05-22riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu3-2/+18
2025-05-22mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park1-0/+8
2025-05-22selftests/mm: compaction_test: support platform with huge mount of memoryFeng Tang1-5/+14
2025-05-22usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi1-2/+2
2025-05-22usb: typec: fix potential array underflow in ucsi_ccg_sync_control()Dan Carpenter1-0/+5
2025-05-22usb: typec: altmodes/displayport: create sysfs nodes as driver's default devi...RD Babiera1-9/+9
2025-05-22usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski3-8/+48
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue1-1/+12
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue1-9/+15
2025-05-22dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue1-0/+1
2025-05-22dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue1-8/+3
2025-05-22dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue1-7/+51
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue1-0/+4
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue1-0/+4
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue1-9/+21
2025-05-22dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...Yemike Abhilash Chandra1-2/+1
2025-05-22dmaengine: ti: k3-udma: Add missing lockingRonald Wahl1-0/+7
2025-05-22net: qede: Initialize qede_ll_ops with designated initializerNathan Chancellor1-1/+1
2025-05-22wifi: mt76: disable napi on driver removalFedor Pchelkin1-0/+1
2025-05-22smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski3-2/+7
2025-05-22phy: renesas: rcar-gen3-usb2: Set timing registers only onceClaudiu Beznea1-2/+5
2025-05-22phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bindClaudiu Beznea1-19/+14
2025-05-22phy: Fix error handling in tegra_xusb_port_initMa Ke1-4/+4
2025-05-22tracing: samples: Initialize trace_array_printk() with the correct functionSteven Rostedt1-1/+1
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-22Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley2-66/+0
2025-05-22Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple rangesMichael Kelley2-3/+4
2025-05-22hv_netvsc: Remove rmsg_pgcntMichael Kelley3-6/+3
2025-05-22hv_netvsc: Preserve contiguous PFN grouping in the page buffer arrayMichael Kelley3-67/+32
2025-05-22hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messagesMichael Kelley1-5/+45