summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-08Linux 6.6.60v6.6.60Greg Kroah-Hartman
2024-11-08fs/ntfs3: Sequential field availability check in mi_enum_attr()Konstantin Komarov
2024-11-08drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingSrinivasan Shanmugam
2024-11-08ASoC: SOF: ipc4-control: Add support for ALSA enum controlPeter Ujfalusi
2024-11-08ASoC: SOF: ipc4-control: Add support for ALSA switch controlPeter Ujfalusi
2024-11-08ASoC: SOF: ipc4-topology: Add definition for generic switch/enum controlPeter Ujfalusi
2024-11-08SUNRPC: Remove BUG_ON call sitesChuck Lever
2024-11-08mtd: spi-nor: winbond: fix w25q128 regressionMichael Walle
2024-11-08mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-11-08wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang
2024-11-08io_uring: always lock __io_cqring_overflow_flushPavel Begunkov
2024-11-08arm64: dts: imx8ulp: correct the flexspi compatible stringHaibo Chen
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price
2024-11-08io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe
2024-11-08kasan: remove vmalloc_percpu testAndrey Konovalov
2024-11-08nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov
2024-11-08ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1Christoffer Sandberg
2024-11-08ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3Christoffer Sandberg
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-11-08mctp i2c: handle NULL header addressMatt Johnston
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-11-08x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-11-08mei: use kvmalloc for read bufferAlexander Usyskin
2024-11-08mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-11-08iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAPHugh Dickins
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang
2024-11-08cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams
2024-11-08cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt
2024-11-08ALSA: hda/realtek: Limit internal Mic boost on Dell platformKailang Yang
2024-11-08Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti
2024-11-08spi: spi-fsl-dspi: Fix crash when not using GPIO chip selectFrank Li
2024-11-08phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu
2024-11-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong
2024-11-08block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang
2024-11-08mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang
2024-11-08mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-11-08thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine
2024-11-08tools/mm: -Werror fixes in page-types/slabinfoWladislav Wiebe
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park