summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Linux 5.15.181v5.15.181Greg Kroah-Hartman1-1/+1
2025-05-02PCI: Release resource invalidated by coalescingRoss Lagerwall1-1/+3
2025-05-02PCI: Fix dropping valid root bus resources with .end = zeroGeert Uytterhoeven1-1/+1
2025-05-02PCI: Fix use-after-free in pci_bus_release_domain_nr()Rob Herring1-2/+3
2025-05-02nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-05-02MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer1-1/+1
2025-05-02xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior1-1/+8
2025-05-02drm/amd/display: fix double free issue during amdgpu module unloadTim Huang1-1/+1
2025-05-02net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 familyMarek Behún1-0/+2
2025-05-02net: dsa: mv88e6xxx: enable PVT for 6321 switchMarek Behún1-0/+1
2025-05-02net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 familyMarek Behún1-2/+2
2025-05-02crypto: atmel-sha204a - Set hwrng quality to lowest possibleMarek Behún1-1/+6
2025-05-02comedi: jr3_pci: Fix synchronous deletion of timerIan Abbott1-5/+12
2025-05-02jfs: define xtree root and page independentlyDave Kleikamp6-23/+32
2025-05-02md/raid1: Add check for missing source disk in process_checks()Meir Elisha1-10/+16
2025-05-02ubsan: Fix panic from test_ubsan_out_of_boundsMostafa Saleh1-7/+11
2025-05-02loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2025-05-02scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv1-0/+1
2025-05-02scsi: hisi_sas: Fix I/O errors caused by hardware port ID changesXingui Yang1-0/+20
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-05-02nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-05-02nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-05-02x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf2-15/+15
2025-05-02x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf1-4/+4
2025-05-02x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf1-1/+1
2025-05-02selftests/mincore: Allow read-ahead pages to reach the end of the fileQiuxu Zhuo1-3/+0
2025-05-02objtool: Stop UNRET validation on UD2Josh Poimboeuf1-0/+3
2025-05-02nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-05-02ACPI PPTT: Fix coding mistakes in a couple of sizeof() callsJean-Marc Eurin1-2/+2
2025-05-02nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-05-02xen: Change xen-acpi-processor dom0 dependencyJason Andryuk1-1/+1
2025-05-02selftests: ublk: fix test_stripe_04Ming Lei1-0/+24
2025-05-02udmabuf: fix a buf size overflow issue during udmabuf creationXiaogang Chen1-1/+1
2025-05-02KVM: s390: Don't use %pK through tracepointsThomas Weißschuh1-2/+2
2025-05-02sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMPOleg Nesterov1-1/+1
2025-05-02ntb: reduce stack usage in idt_scan_mwsArnd Bergmann1-11/+7
2025-05-02qibfs: fix _another_ leakAl Viro1-0/+1
2025-05-02objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934...Josh Poimboeuf1-1/+1
2025-05-02usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()Chenyuan Yang1-0/+3
2025-05-02usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio1-4/+7
2025-05-02dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes1-3/+3
2025-05-02sound/virtio: Fix cancel_sync warnings on uninitialized work_structsJohn Stultz1-6/+15
2025-05-02usb: dwc3: gadget: Avoid using reserved endpoints on Intel MerrifieldAndy Shevchenko1-0/+10
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis1-0/+1
2025-05-02usb: host: max3421-hcd: Add missing spi_device_id tableAlexander Stein1-0/+7
2025-05-02s390/tty: Fix a potential memory leak bugHaoxiang Li1-0/+12
2025-05-02s390/sclp: Add check for get_zeroed_page()Haoxiang Li1-0/+17
2025-05-02parisc: PDT: Fix missing prototype warningYu-Chun Lin1-0/+2
2025-05-02clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec()Heiko Stuebner1-0/+4
2025-05-02crypto: null - Use spin lock instead of mutexHerbert Xu1-13/+26