summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Linux 6.1.110v6.1.110Greg Kroah-Hartman1-1/+1
2024-09-12fuse: add feature flag for expire-onlyMiklos Szeredi2-1/+4
2024-09-12regulator: of: fix a NULL vs IS_ERR() check in of_regulator_bulk_get_all()Peng Wu1-1/+1
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20
2024-09-12bpf: Silence a warning in btf_type_id_size()Yonghong Song1-6/+7
2024-09-12btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana3-16/+16
2024-09-12x86/mm: Fix PTI for i386 some moreThomas Gleixner1-16/+29
2024-09-12ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan1-0/+2
2024-09-12gpio: modepin: Enable module autoloadingLiao Chen1-0/+1
2024-09-12gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-09-12drm/i915/fence: Mark debug_fence_free() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-12drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-12ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s modeMatteo Martelli1-70/+73
2024-09-12ASoc: SOF: topology: Clear SOF link platform name upon unloadChen-Yu Tsai1-0/+2
2024-09-12nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-09-12ASoC: tegra: Fix CBB error during probe()Mohan Kumar1-4/+6
2024-09-12powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+1
2024-09-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-09-12drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizesMarek Olšák2-1/+28
2024-09-12drm/amd: Add gfx12 swizzle mode defsAurabindo Pillai1-0/+16
2024-09-12can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fdMarc Kleine-Budde3-3/+33
2024-09-12can: mcp251xfd: clarify the meaning of timestampMarc Kleine-Budde5-38/+43
2024-09-12can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratumMarc Kleine-Budde3-47/+56
2024-09-12can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate fun...Marc Kleine-Budde1-16/+32
2024-09-12arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entryJonathan Cameron1-1/+2
2024-09-12arm64: acpi: Move get_cpu_for_acpi_id() to a headerJames Morse2-11/+11
2024-09-12ACPI: processor: Fix memory leaks in error paths of processor_add()Jonathan Cameron1-7/+8
2024-09-12ACPI: processor: Return an error if acpi_processor_get_info() fails in proces...Jonathan Cameron1-1/+1
2024-09-12workqueue: Improve scalability of workqueue watchdog touchNicholas Piggin1-2/+8
2024-09-12workqueue: wq_watchdog_touch is always called with valid CPUNicholas Piggin1-0/+2
2024-09-12net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti2-9/+15
2024-09-12fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-09-12fuse: add request extensionMiklos Szeredi4-31/+71
2024-09-12fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh2-3/+43
2024-09-12fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi4-7/+18
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-09-12clocksource/drivers/timer-of: Remove percpu irq related codeDaniel Lezcano2-14/+4
2024-09-12clocksource/drivers/imx-tpm: Fix next event not taking effect sometimeJacky Bai1-0/+8
2024-09-12clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAXJacky Bai1-4/+4
2024-09-12VMCI: Fix use-after-free when removing resource in vmci_resource_remove()David Fernandez Gonzalez1-1/+2
2024-09-12Drivers: hv: vmbus: Fix rescind handling in uio_hv_genericNaman Jain2-0/+9
2024-09-12uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescindSaurabh Sengar1-1/+2
2024-09-12nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven1-3/+3
2024-09-12binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-09-12usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan2-0/+17
2024-09-12iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan1-0/+1
2024-09-12iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols3-29/+49
2024-09-12iio: adc: ad7124: fix config comparisonDumitru Ceclan1-11/+15