summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-10Linux 5.15.180v5.15.180Greg Kroah-Hartman1-1/+1
2025-04-10mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()Nathan Chancellor1-1/+1
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-04-10mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka1-14/+0
2025-04-10mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resumeKamal Dasu1-1/+8
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard1-1/+1
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+30
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
2025-04-10mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej1-0/+1
2025-04-10ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAPPaul Menzel1-0/+7
2025-04-10acpi: nfit: fix narrowing conversion in acpi_nfit_ctlMurad Masimov1-1/+1
2025-04-10x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn1-1/+1
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli1-2/+2
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2025-04-10ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()Markus Elfring1-3/+1
2025-04-10platform/x86: ISST: Correct command storage data lengthSrinivas Pandruvada1-1/+1
2025-04-10usbnet:fix NPE during rx_completeYing Lu1-3/+3
2025-04-10drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfigurationHersen Wu1-0/+24
2025-04-10drm/amd/pm: Fix negative array index readJesse Zhang1-5/+16
2025-04-10tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun1-0/+17
2025-04-10tty: serial: fsl_lpuart: use UARTMODIR register bits for lpuart32 platformSherry Sun1-4/+4
2025-04-10mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu1-0/+10
2025-04-10mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0Kamal Dasu1-1/+68
2025-04-10can: flexcan: disable transceiver during system PMHaibo Chen1-1/+11
2025-04-10can: flexcan: only change CAN state when link up in system PMHaibo Chen1-2/+4
2025-04-10arcnet: Add NULL check in com20020pci_probe()Henry Martin1-1/+16
2025-04-10net: fix geneve_opt length integer overflowLin Ma4-4/+4
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-10netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma1-2/+2
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault2-7/+1
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
2025-04-10net: mvpp2: Prevent parser TCAM memory corruptionTobias Waldekranz3-67/+140
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-10netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso1-1/+2
2025-04-10ASoC: imx-card: Add NULL check in imx_card_probe()Henry Martin1-0/+4
2025-04-10ntb: intel: Fix using link status DB'sNikita Shubin1-0/+3
2025-04-10ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_transYajun Deng1-1/+1
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-04-10spufs: fix a leak in spufs_create_context()Al Viro1-1/+4
2025-04-10spufs: fix a leak on spufs_new_file() failureAl Viro1-1/+3
2025-04-10hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}Tasos Sahanidis1-2/+2
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39