The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-04-11 11:33:57 to 2025-04-11 13:06:37 UTC [more...]

[PATCH v2] usb/gadget: Add NULL check in ast_vhub_init_dev()
 2025-04-11 13:06 UTC  (2+ messages)

[PATCH RESEND] phy: cadence: Sierra: Add multilink SGMII + SGMII register configuration
 2025-04-11 13:05 UTC 

[PATCH v7 00/12] platform/x86: alienware-wmi-wmax: HWMON support + DebugFS + Improvements
 2025-04-11 13:06 UTC  (3+ messages)

[PATCH 0/2] Fix V1P8_SIGNAL_ENA and HIGH_SPEED_ENA
 2025-04-11 13:03 UTC  (2+ messages)

[PATCH] timers: Exclude isolated cpus from timer migation
 2025-04-11 13:02 UTC  (12+ messages)

[syzbot] [usb?] KMSAN: uninit-value in mii_nway_restart (2)
 2025-04-11 13:02 UTC 

[PATCH] iommu/arm-smmu-v3: Allow stream table to have nodes with the same ID
 2025-04-11 13:01 UTC  (4+ messages)

[PATCH v4 0/4] ftrace: Add function arguments to function tracers
 2025-04-11 13:00 UTC  (5+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer

[PATCH v3 0/8] Create Intel PMC SSRAM Telemetry driver
 2025-04-11 13:00 UTC  (3+ messages)
` [PATCH v3 7/8] platform/x86:intel/pmc: "

[PATCH v2 0/4] Add CMN PLL clock controller support for IPQ5424
 2025-04-11 12:58 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5424 SoC
` [PATCH v2 2/4] clk: qcom: cmnpll: Add IPQ5424 SoC support
` [PATCH v2 3/4] arm64: dts: ipq5424: Add CMN PLL node
` [PATCH v2 4/4] arm64: dts: qcom: Update IPQ5424 xo_board to use fixed factor clock

[PATCH 0/4] wifi: mwifiex: drop asynchronous init waiting code
 2025-04-11 12:57 UTC  (4+ messages)
` [PATCH 3/4] "

[PATCH v6 0/4] Panthor BO tagging and GEMS debug display
 2025-04-11 12:57 UTC  (4+ messages)
` [PATCH v6 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS

[PATCH] phy: qcom-qusb2: Update the phy settings for IPQ5424
 2025-04-11 12:56 UTC  (5+ messages)

[PATCH v1] dt-bindings: trivial: Document TPS53685
 2025-04-11 12:47 UTC  (2+ messages)

[PATCH] drm/efidrm: ensure screen_base is initialized
 2025-04-11 12:55 UTC 

[PATCH] drm: ttm: select CONFIG_SHMEM
 2025-04-11 12:55 UTC 

[net-next v4 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-11 12:54 UTC  (5+ messages)
` [net-next v4 4/5] net: mtip: The L2 switch driver for imx287

[PATCH v38 00/31] Introduce QC USB SND audio offloading support
 2025-04-11 12:54 UTC  (5+ messages)

[PATCH] iommu/io-pgtable-arm: dynamically allocate selftest device struct
 2025-04-11 12:54 UTC 

[PATCH] panic: lib: Add TAINT for FAULT_INJECTION
 2025-04-11 12:53 UTC 

[PATCH 00/20] Add support for HEVC and VP9 codecs in decoder
 2025-04-11 12:51 UTC  (9+ messages)
` [PATCH 01/20] media: iris: Skip destroying internal buffer if not dequeued
` [PATCH 02/20] media: iris: Update CAPTURE format info based on OUTPUT format
` [PATCH 04/20] media: iris: Avoid updating frame size to firmware during reconfig
` [PATCH 05/20] media: iris: Send V4L2_BUF_FLAG_ERROR for buffers with 0 filled length

[PATCH v3 0/4] AMD Zen debugging documentation
 2025-04-11 12:50 UTC  (9+ messages)
` [PATCH v3 2/4] i2c: piix4: Move SB800_PIIX4_FCH_PM_ADDR definition to amd_node.h
` [PATCH v3 4/4] x86/CPU/AMD: Print the reason for the last reset

[PATCH v2] PCI: Fix NULL dereference in SR-IOV VF creation error path
 2025-04-11 12:44 UTC  (2+ messages)

[REGRESSION] Kernel reboots unexpectdely on i.MX8X when Cortex-M4 is running and it was started by U-Boot bootaux
 2025-04-11 12:50 UTC  (2+ messages)

[PATCHv2 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
 2025-04-11 12:48 UTC  (3+ messages)
` [PATCHv2 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH] staging: rtl8723bs: Replace `& 0xfff` with `% 4096u`
 2025-04-11 12:47 UTC  (4+ messages)

[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
 2025-04-11 12:47 UTC  (5+ messages)

[PATCH] rust: fix building firmware abstraction on 32bit arm
 2025-04-11 12:45 UTC  (2+ messages)

[PATCH 0/7] power: supply: core: convert to fwnode
 2025-04-11 12:45 UTC  (11+ messages)
` [PATCH 3/7] usb: common: usb-conn-gpio: switch psy_cfg from of_node "

[PATCH v2 0/2] reset: Add devm_reset_control_array_get_exclusive_released()
 2025-04-11 12:41 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] spi: stm32-ospi: Make usage of reset_control_acquire/release() API

[PATCH 0/3] drm/nouveau: Fix & improve nouveau_fence_done()
 2025-04-11 12:44 UTC  (8+ messages)
` [PATCH 1/3] drm/nouveau: Prevent signaled fences in pending list

[PATCH v2] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-11 12:43 UTC  (3+ messages)

[PATCH 0/7] soc: amlogic: clk-measure: Add clk-measure support for C3 and S4
 2025-04-11 12:42 UTC  (8+ messages)
` [PATCH 1/7] soc: amlogic: clk-measure: Define MSR_CLK's register offset separately
` [PATCH 2/7] dt-bindings: soc: amlogic: C3 supports clk-measure
` [PATCH 3/7] dt-bindings: soc: amlogic: S4 "
` [PATCH 4/7] soc: amlogic: clk-measure: Add support for C3
` [PATCH 5/7] soc: amlogic: clk-measure: Add support for S4
` [PATCH 6/7] arm64: dts: amlogic: C3: Add clk-measure controller node
` [PATCH 7/7] arm64: dts: amlogic: S4: "

[PATCH 0/3] uio/dma-buf: Give UIO users access to DMA addresses
 2025-04-11 12:41 UTC  (5+ messages)

[PATCH v1] i2c: lpi2c: implement master_xfer_atomic callback
 2025-04-11 12:41 UTC  (4+ messages)

[tip:x86/asm] BUILD SUCCESS 7615b94b6371dab5d7d8c1ca4f95ed3f866e1c51
 2025-04-11 12:40 UTC 

[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
 2025-04-11 12:39 UTC  (3+ messages)

[PATCH] rust: retain pointer mut-ness in `container_of!`
 2025-04-11 12:37 UTC  (5+ messages)

[tip:core/urgent] BUILD SUCCESS e696e5a114b59035f5a889d5484fedec4f40c1f3
 2025-04-11 12:37 UTC 

[PATCH 0/4] sysctl: Move the u8 range check test to lib/test_sysctl.c
 2025-04-11 12:37 UTC  (4+ messages)
` [PATCH 1/4] sysctl: move u8 register "

[RFC PATCH v4 00/18] pkeys-based page table hardening
 2025-04-11 12:37 UTC  (3+ messages)

[PATCH 00/24] Arm GICv5: Host driver implementation
 2025-04-11 12:37 UTC  (5+ messages)
` [PATCH 20/24] irqchip/gic-v5: Add GICv5 LPI/IPI support

[PATCH v3 0/5] Enable RTC for the MT6357
 2025-04-11 12:35 UTC  (6+ messages)
` [PATCH v3 1/5] rtc: mt6359: Add mt6357 support
` [PATCH v3 2/5] rtc: Add handling of pre-1970 dates in time conversion functions
` [PATCH v3 3/5] rtc: Fix the RTC time comparison issues adding cast
` [PATCH v3 4/5] rtc: mt6397: Remove start time parameters
` [PATCH v3 5/5] arm64: dts: mediatek: Set RTC start year property

[PATCH v2 00/13] Add support for AD4080 ADC
 2025-04-11 12:36 UTC  (14+ messages)
` [PATCH v2 01/13] iio: backend: add support for filter config
` [PATCH v2 02/13] iio: backend: add support for sync process
` [PATCH v2 03/13] iio: backend: add support for self sync
` [PATCH v2 04/13] iio: backend: add support for sync status
` [PATCH v2 05/13] iio: backend: add support for number of lanes
` [PATCH v2 06/13] dt-bindings: iio: adc: add ad408x axi variant
` [PATCH v2 07/13] iio: adc: adi-axi-adc: add filter enable/disable
` [PATCH v2 08/13] iio: adc: adi-axi-adc: add bitslip enable/disable
` [PATCH v2 09/13] iio: adc: adi-axi-adc: add self sync support
` [PATCH v2 10/13] iio: adc: adi-axi-adc: add sync status
` [PATCH v2 11/13] iio: adc: adi-axi-adc: add num lanes support
` [PATCH v2 12/13] dt-bindings: iio: adc: add ad4080
` [PATCH v2 13/13] iio: adc: ad4080: add driver support

[PATCH 0/3] Fix up building KUnit tests for Cirrus Logic modules
 2025-04-11 12:36 UTC  (4+ messages)
` [PATCH 1/3] kunit: configs: Add some Cirrus Logic modules to all_tests
` [PATCH 2/3] ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
` [PATCH 3/3] firmware: cs_dsp: tests: Depend on FW_CS_DSP rather then enabling it

[PATCH v3 0/3] arm64: dts: rockchip: add and enable DSI2 on rk3588
 2025-04-11 12:36 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: dts: rockchip: add mipi dcphy nodes to rk3588
` [PATCH v3 2/3] arm64: dts: rockchip: add dsi controller nodes on rk3588

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-11 12:35 UTC  (3+ messages)
` [PATCH v1 03/16] iommu: Add iommu_copy_struct_to_user helper

[tip:x86/boot] BUILD SUCCESS 9e8e879426d863fc326cda53d704bbc7369c1afc
 2025-04-11 12:34 UTC 

[PATCH] release_task: kill the no longer needed get/put_pid(thread_pid)
 2025-04-11 12:33 UTC  (2+ messages)

[PATCH v2 00/14] Add Microchip ZL3073x support (part 1)
 2025-04-11 12:31 UTC  (5+ messages)
` [PATCH v2 07/14] mfd: zl3073x: Add components versions register defs

[PATCH v2 00/22] RV: Linear temporal logic monitors for RT application
 2025-04-11 12:31 UTC  (3+ messages)
` [PATCH v2 22/22] rv: Allow to configure the number of per-task monitor

[PATCH] tty: serial: 8250: Fix uninitialized variable warnings in pci_oxsemi_tornado_get_divisor
 2025-04-11 12:29 UTC  (2+ messages)

[PATCH net-next 0/2] CPSW Bindings for 5000M Fixed-Link
 2025-04-11 12:26 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: ethernet-controller: add 5000M speed to fixed-link

[PATCH 0/3] platform/x86: convert GPIO chips to using new value setters
 2025-04-11 12:24 UTC  (2+ messages)

[PATCH 1/1] platform/x86: Use strscpy()/scnprintf() with acpi_device_name/class()
 2025-04-11 12:24 UTC  (2+ messages)

[RFC PATCH] net/smc: Consider using kfree_sensitive() to free cpu_addr
 2025-04-11 12:22 UTC  (2+ messages)

[PATCH wireless v2 1/2] wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()
 2025-04-11 12:15 UTC  (5+ messages)

[PATCH RFCv3 00/23] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-11 12:18 UTC  (7+ messages)
` [PATCH RFCv3 10/23] uprobes/x86: Add support to emulate nop5 instruction

[PATCH v8 0/7] Introduction of PSCR Framework and Related Components
 2025-04-11 12:17 UTC  (8+ messages)
` [PATCH v8 1/7] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v8 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
` [PATCH v8 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v8 4/7] nvmem: provide consumer access to cell size metrics
` [PATCH v8 5/7] nvmem: add support for device and sysfs-based cell lookups
` [PATCH v8 6/7] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
` [PATCH v8 7/7] Documentation: Add sysfs documentation for PSCRR reboot reason tracking

[PATCH] iio: addac: ad74115: Fix use of uninitialized variable rate
 2025-04-11 12:17 UTC  (5+ messages)

[PATCH V3 0/2] scsi: ufs: Implement Quirks for Samsung UFS Devices
 2025-04-11 12:16 UTC  (3+ messages)
` [PATCH V3 1/2] ufs: qcom: Add quirks for Samsung UFS devices
` [PATCH V3 2/2] scsi: ufs: introduce quirk to extend PA_HIBERN8TIME for "

[PATCH v2 0/3] arm64: dts: qcom: x1e80100-hp-x14: add usb-1-ss1-sbu-mux
 2025-04-11 12:16 UTC  (5+ messages)
` [PATCH v2 1/3] "

[syzbot] [usb?] KMSAN: uninit-value in mii_nway_restart (2)
 2025-04-11 12:15 UTC  (2+ messages)
` [syzbot]

[PATCH V7 0/3] scsi: ufs-qcom: Enable Hibern8, MCQ, and Testbus registers Dump
 2025-04-11 12:13 UTC  (4+ messages)
` [PATCH V7 1/3] scsi: ufs-qcom: Add support for dumping HW and SW hibern8 count
` [PATCH V7 2/3] scsi: ufs-qcom: Add support to dump MCQ registers
` [PATCH V7 3/3] scsi: ufs-qcom: Add support to dump testbus registers

[PATCH v2 RESEND] arm64: dts: ti: k3-j784s4-j742s2-main-common: Enable ACSPCIE output for PCIe1
 2025-04-11 12:13 UTC 

[PATCH v6 00/14] phy: rockchip: samsung-hdptx: Support high color depth management
 2025-04-11 12:11 UTC  (2+ messages)

[PATCH net-next v4 00/14] yt6801: Add Motorcomm yt6801 PCIe driver
 2025-04-11 12:10 UTC  (4+ messages)

[PATCH v7 0/6] Enable IPQ5018 PCI support
 2025-04-11 12:11 UTC  (2+ messages)
` (subset) "

[PATCH v7 0/2] phy: qcom: qmp-pcie: Add PCIe PHY no_csr reset support
 2025-04-11 12:11 UTC  (2+ messages)

[PATCH v1 0/6] Messon: Simplify error handling with dev_err_probe()
 2025-04-11 12:11 UTC  (2+ messages)

[PATCH v6 0/2] phy: qcom: qmp-pcie: Add PCIe PHY no_csr reset support
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH 1/2] phy: marvell: Do not enable by default during compile testing
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH v2 0/2] phy: amlogic: meson8b-usb2: two small cleanup patches
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH RESEND v2 0/3] Introduce USBDRD-PHY support for Exynos7870 SoC
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH next] phy: rockchip-samsung-dcphy: Add missing assignment
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH v2] phy: can-transceiver: Re-instate "mux-states" property presence check
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH V1] phy: qcom-qmp-ufs: check for mode type for phy setting
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH V3 1/1] phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking
 2025-04-11 12:10 UTC  (2+ messages)

[PATCH v4 0/2] rust/revocable: add try_access_with() convenience method
 2025-04-11 12:09 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] samples: rust: convert PCI rust sample driver to use try_access_with()

[PATCH net-next 0/2] net: ethernet: ti: am65-cpsw: Fix MAC address fetching
 2025-04-11 12:09 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ethernet: ti: am65-cpsw: set fwnode for ports
` [PATCH net-next 2/2] net: ethernet: ti: am65-cpsw: handle -EPROBE_DEFER

[PATCH v3] rust: add new macro for common bitmap operations
 2025-04-11 12:05 UTC 

[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
 2025-04-11 12:04 UTC  (3+ messages)

[PATCH v1] mm/contpte: Optimize loop to reduce redundant operations
 2025-04-11 12:03 UTC  (3+ messages)

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-04-11 12:02 UTC  (3+ messages)
` [PATCH v4 12/12] riscv: Documentation: add a description about dynamic ftrace

[PATCH] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-11 12:01 UTC  (6+ messages)

[PATCH v2] drm/bridge: dw-hdmi: Avoid including uapi headers
 2025-04-11 11:59 UTC 

[PATCH V9 00/17] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-11 11:58 UTC  (3+ messages)
` [PATCH V9 15/17] rust: cpufreq: Extend abstractions for driver registration

[PATCH 0/2] arm64: dts: x1e001de-devkit: USB retimers related fixes
 2025-04-11 11:58 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: x1e001de-devkit: Fix pin config for USB0 retimer vregs

[PATCH] gpiolib: Allow to use setters with return value for output-only gpios
 2025-04-11 11:56 UTC  (3+ messages)

[PATCH RFC v5 0/8] media: qcom: iris: re-organize catalog & add support for SM8650
 2025-04-11 11:55 UTC  (6+ messages)
    ` [PATCH RFC v5 1/8] media: qcom: iris: move sm8250 to gen1 catalog
    ` [PATCH RFC v5 2/8] media: qcom: iris: move sm8550 to gen2 catalog

[PATCH] thermal: intel: int340x: Fix Panther Lake DLVR support
 2025-04-11 11:54 UTC 

[GIT PULL] SPI fixes for v6.15-rc1
 2025-04-11 11:53 UTC 

[RFC PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
 2025-04-11 11:51 UTC  (9+ messages)

[PATCH v5 0/3] Add support for OLED panel used on Snapdragon Lenovo T14s Gen6
 2025-04-11 11:49 UTC  (3+ messages)
` [PATCH v5 1/3] arm64: dts: qcom: x1e80100: add epd hpd pinctrl

[PATCH] [v2] mmc: esdhc-imx: convert to modern PM_OPS
 2025-04-11 11:47 UTC  (3+ messages)
` [EXT] "

[PATCH] drm/bridge: cdns-dsi: Fix the _atomic_check()
 2025-04-11 11:46 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2025-04-11 11:44 UTC  (7+ messages)

[PATCH RFC 3/4] pidfd: improve uapi when task isn't found
 2025-04-11 11:41 UTC  (11+ messages)
` [RFC PATCH] pidfs: ensure consistent ENOENT/ESRCH reporting

[PATCH v4 0/4] mm/gup: Minor fix, cleanup and improvements
 2025-04-11 11:41 UTC  (5+ messages)
` [PATCH v4 4/4] mm/gup: clean up codes in fault_in_xxx() functions

[PATCH 0/2] J2 Turtle Board fixes
 2025-04-11 11:25 UTC  (7+ messages)

[PATCH v6 0/3] Add support for Amlogic A4/A5 Reset
 2025-04-11 11:38 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: reset: Add compatible for Amlogic A4/A5 Reset Controller
` [PATCH v6 2/3] arm64: dts: amlogic: Add A4 "
` [PATCH v6 3/3] arm64: dts: amlogic: Add A5 "

[PATCH v2 0/4] Add video clock controller for SM6350
 2025-04-11 11:37 UTC  (6+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sm6350: Add video clock controller

[PATCH] LoongArch: Enhance robust of kprobe
 2025-04-11 11:37 UTC  (5+ messages)

[PATCH 1/2] mm/memblock: Added a New Memblock Function to Check if the Current Node's Memblock Region Intersects with a Memory Block
 2025-04-11 11:36 UTC  (6+ messages)
` [PATCH 2/2] base/node: Use curr_node_memblock_intersect_memory_block to Get Memory Block NID if CONFIG_DEFERRED_STRUCT_PAGE_INIT is Set

Exporting functions from vsprintf.c for Rust
 2025-04-11 11:36 UTC  (2+ messages)

[PATCH v4 0/3] Add Qualcomm i3c controller driver support
 2025-04-11 11:35 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: i3c: Add support for Qualcomm I3C controller
` [PATCH v4 2/3] i3c: master: Add Qualcomm I3C controller driver
` [PATCH v4 3/3] MAINTAINERS: Add maintainer for Qualcomm's "

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-11 11:32 UTC  (7+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers
` [PATCH bpf-next v2 4/9] selftests/bpf: Allow setting BPF_F_INGRESS in prog_msg_verdict()
` [PATCH bpf-next v2 5/9] selftests/bpf: Add selftest for sockmap/hashmap redirection
` [PATCH bpf-next v2 6/9] selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests
` [PATCH bpf-next v2 9/9] docs/bpf: sockmap: Add a missing comma


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox