summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-29rust: miscdevice: use `pin_init::zeroed()` for C type initializationAtharv Dubey
2025-12-29char: misc: Use IS_ERR() for filp_open() return valueAlper Ak
2025-12-29misc: ti_fpc202: fix a potential memory leak in probe functionFelix Gu
2025-12-29binder: fix trivial typo in uapi headerCarlos Llamas
2025-12-29platform/x86: samsung-galaxybook: Fix problematic pointer castArmin Wolf
2025-12-29misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()Tuo Li
2025-12-29misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66Markus Perkins
2025-12-29char/mwave: drop itJiri Slaby (SUSE)
2025-12-29clk: renesas: r9a09g056: Add clock and reset entries for TSUOvidiu Panait
2025-12-29pmdomain: imx: Fix reference count leak in imx_gpc_probe()Wentao Liang
2025-12-29pmdomain: mtk-pm-domains: Fix spinlock recursion fix in probeMacpaul Lin
2025-12-29rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl
2025-12-29mei: me: add nova lake point S DIDAlexander Usyskin
2025-12-29drm/i915/display: use to_intel_uncore() to avoid i915_drv.hJani Nikula
2025-12-29drm/xe/compat: convert uncore macro to static inlinesJani Nikula
2025-12-29drm/xe/compat: remove unused forcewake get/put macrosJani Nikula
2025-12-29drm/i915: remove unused dev_priv local variableJani Nikula
2025-12-29drm/xe/guc: READ/WRITE_ONCE g2h_fence->doneJonathan Cavitt
2025-12-29arm64: dts: add off-on-delay-us for usdhc2 regulatorHaibo Chen
2025-12-29arm64: dts: imx8qm-mek: correct the light sensor interrupt type to low levelHaibo Chen
2025-12-29ARM: dts: nxp: imx: Fix mc13xxx LED node namesRob Herring (Arm)
2025-12-29Merge 6.19-rc3 into tty-nextGreg Kroah-Hartman
2025-12-29arm64: dts: imx95: correct I3C2 pclk to IMX95_CLK_BUSWAKEUPCarlos Song
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman
2025-12-29dt-bindings: arm: fsl: add TQ-Systems boards MBLS1028A and MBLS1028A-INDMatthias Schiffer
2025-12-29arm64: dts: ls1028a: Add mbls1028a and mbls1028a-ind devicetreesGregor Herburger
2025-12-29drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk()Ankit Nautiyal
2025-12-29arm64: dts: imx8mp libra: add peb-av-10 expansion board overlayYashwanth Varakala
2025-12-29arm64: dts: imx8mp libra: add and update display overlaysYashwanth Varakala
2025-12-29arm64: dts: imx943-evk: add ENETC, EMDIO and PTP Timer supportWei Fang
2025-12-29arm64: dts: imx94: add basic NETC related nodesWei Fang
2025-12-29arm64: dts: imx8dxl-ss-ddr: Add DB (system interconnects) pmu support for i.M...Jacky Bai
2025-12-29arm64: dts: imx8qm: add ddr perf device nodeFrank Li
2025-12-28Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-28Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-28Merge tag 'v6.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov
2025-12-29crypto: khazad - simplify return statement in khazad_mod_initThorsten Blum
2025-12-29crypto: octeontx2 - Use sysfs_emit in sysfs show functionsThorsten Blum
2025-12-29crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functionsThorsten Blum
2025-12-29crypto: qat - fix duplicate restarting msg during AER errorHarshita Bhilwaria
2025-12-28io_uring: IOPOLL polling improvementsJens Axboe
2025-12-28brd: replace simple_strtol with kstrtoul in ramdisk_sizeThorsten Blum
2025-12-28rnull: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-12-28Linux 6.19-rc3v6.19-rc3Linus Torvalds
2025-12-28drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbufferKrzysztof Niemiec
2025-12-28vfio/xe: Fix use-after-free in xe_vfio_pci_alloc_file()Alper Ak
2025-12-28vfio/pds: Fix memory leak in pds_vfio_dirty_enable()Zilin Guan