messages from 2026-01-07 10:35:42 to 2026-01-07 12:47:47 UTC [more...]
[PATCH v3 10/10] drm/debug: don't register files for unsupported HDMI InfoFrames
2026-01-07 12:47 UTC (2+ messages)
[RFC PATCH] memory,memory_hotplug: allow restricting memory blocks to zone movable
2026-01-07 12:47 UTC (5+ messages)
[PATCH v5 0/4] memory: tegra: Add MC error logging support for Tegra264 SoC
2026-01-07 12:47 UTC (5+ messages)
` [PATCH v5 2/4] memory: tegra: Group register and fields
` [PATCH v5 4/4] memory: tegra: Add MC error logging support for Tegra264
[PATCH] drm/amdgpu: Fix typos in amdgpu_vm_bo_update comments
2026-01-07 12:47 UTC (2+ messages)
[PATCH] MAINTAINERS: Update email address for Joel Fernandes
2026-01-07 12:46 UTC (3+ messages)
[PATCH v5 0/5] Add DSI display support for QCS8300 target
2026-01-07 12:46 UTC (3+ messages)
` [PATCH v5 4/5] arm64: dts: qcom: qcs8300: add Display Serial Interface device nodes
[PATCH v9] dma-buf: add some tracepoints to debug
2026-01-07 12:45 UTC (2+ messages)
[PATCH bpf 0/2] bpf: Fix memory access flags in helper prototypes
2026-01-07 12:44 UTC (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag
[PATCH v2 00/18] rtla: Code quality and robustness improvements
2026-01-07 12:43 UTC (4+ messages)
` [PATCH v2 07/18] rtla: Introduce common_restart() helper
[PATCH v1 00/23] PM: runtime: Convert pm_runtime_put() to a void function
2026-01-07 12:41 UTC (8+ messages)
` [PATCH v2 1/3] net: Discard pm_runtime_put() return value
` [RESEND][PATCH v2 0/3] "
` [RESEND][PATCH v2 1/3] net: ethernet: ti: am65-cpsw: "
` [RESEND][PATCH v2 2/3] net: cadence: macb: "
` [RESEND][PATCH v2 3/3] net: wan: framer: Discard pm_runtime_put() return values
[PATCH v2] ACPI: bus: Use OF match data for PRP0001 matched devices
2026-01-07 12:38 UTC (2+ messages)
[PATCH v5 0/8] arm64: dts: mediatek: Add Openwrt One AP functionality
2026-01-07 12:35 UTC (5+ messages)
` [PATCH v5 1/8] dt-bindings: PCI: mediatek-gen3: Add MT7981 PCIe compatible
` (subset) [PATCH v5 0/8] arm64: dts: mediatek: Add Openwrt One AP functionality
[PATCH 0/4] Inline helpers into Rust without full LTO
2026-01-07 12:35 UTC (8+ messages)
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust
[PATCH 0/2] accel: adxl380: Add support for 1 kHz sampling frequency
2026-01-07 12:35 UTC (3+ messages)
` [PATCH 1/2] iio: accel: adxl380: Store sampling frequency index in odr struct member
` [PATCH 2/2] iio: accel: adxl380: Add support for 1 kHz sampling frequency
[syzbot] [kernel?] Internal error in div_u64_rem (4)
2026-01-07 12:34 UTC (3+ messages)
[PATCH 1/9] CodingStyle: make Documentation/CodingStyle into symlink
2026-01-07 12:32 UTC (19+ messages)
` [PATCH 4/9] CodingStyle: mention "typedef struct S {} S;" if typedef is used
` [PATCH 6/9] CodingStyle: recommend static_assert/_Static_assert
` [PATCH 7/9] CodingStyle: new variable declaration placement rule
` [PATCH 8/9] CodingStyle: tell people how to split long "for" loops
` [PATCH 9/9] CodingStyle: flip the rule about curlies
[PATCH 6.12 000/567] 6.12.64-rc1 review
2026-01-07 12:32 UTC (4+ messages)
[PATCH v3 04/10] drm/connector: make clear_infoframe callback mandatory for HDMI connectors
2026-01-07 12:32 UTC (2+ messages)
[PATCH v4 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2026-01-07 12:31 UTC (6+ messages)
` [PATCH v4 5/5] power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors
[PATCH] drm/radeon: convert UVD v1.0 logging to drm_* helpers
2026-01-07 12:30 UTC (2+ messages)
[PATCH v2] drm/radeon: convert VCE logging to drm_* helpers
2026-01-07 12:28 UTC (2+ messages)
[PATCH v2 1/3] vdpa/mlx5: update mlx_features with driver state check
2026-01-07 12:24 UTC (3+ messages)
` [PATCH v2 2/3] vdpa/mlx5: reuse common function for MAC address updates
[PATCH] module: Remove duplicate freeing of lockdep classes
2026-01-07 12:22 UTC
[PATCH v3 02/10] drm/vc4: hdmi: implement clear_infoframe
2026-01-07 12:23 UTC (2+ messages)
[PATCH v4 00/10] gpio: improve support for shared GPIOs
2026-01-07 12:23 UTC (5+ messages)
[PATCH v3 00/10] drm/connector: hdmi: limit infoframes per driver capabilities, second approach
2026-01-07 12:23 UTC (3+ messages)
` [PATCH v3 01/10] drm/tests: hdmi: check the infoframes behaviour
[PATCH] drm/bridge: dw-hdmi-qp: Fix spurious IRQ on resume
2026-01-07 12:23 UTC (2+ messages)
[PATCH v2] ACPI: Documentation: driver-api: Disapprove of using ACPI drivers
2026-01-07 12:22 UTC (6+ messages)
[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-07 12:22 UTC
[PATCH 0/6] Address race condition with Device::drvdata()
2026-01-07 12:22 UTC (6+ messages)
` [PATCH 3/6] rust: driver: introduce a common Driver trait
` [PATCH 4/6] rust: driver: add DEVICE_DRIVER_OFFSET to the "
` [PATCH 5/6] rust: driver: add DriverData type to the generic "
` [PATCH 6/6] rust: driver: drop device private data post unbind
[PATCH v2 0/6] video/logo: allow custom boot logo and simplify logic
2026-01-07 12:20 UTC (6+ messages)
` [PATCH v2 6/6] video/logo: move logo selection logic to Kconfig
[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
2026-01-07 12:19 UTC (10+ messages)
[PATCH 6.18 000/312] 6.18.4-rc1 review
2026-01-07 12:19 UTC (4+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-01-07 12:19 UTC (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH net-next v3] net: ipv6: fix spelling typos in comments
2026-01-07 12:18 UTC
[PATCH] drm/mipi-dsi: Only remove child devices that match the dsi device type
2026-01-07 12:18 UTC (2+ messages)
[PATCH v3 0/4] Introduce BACKGROUND_COLOR DRM CRTC property
2026-01-07 12:18 UTC (2+ messages)
[PATCH bpf 1/2] bpf: Fix memory access flags in helper prototypes
2026-01-07 12:16 UTC (2+ messages)
` [PATCH bpf 2/2] bpf: Require ARG_PTR_TO_MEM with memory flag
[PATCH v2 0/5] Add CMN PLL clock controller support for IPQ5332
2026-01-07 12:16 UTC (3+ messages)
` [PATCH v2 1/5] clk: qcom: cmnpll: Account for reference clock divider
[PATCH v2] clk: qcom: dispcc-sdm845: Enable parents for pixel clocks
2026-01-07 12:11 UTC (3+ messages)
[PATCH v4.1 00/10] x86/entry/vdso: clean up the vdso build, vdso updates
2026-01-07 12:10 UTC (3+ messages)
` [PATCH v4.1 07/10] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
"Paravisor" Feature Enumeration
2026-01-07 12:06 UTC (5+ messages)
` [EXTERNAL] "
[PATCH v3] cxl: Check for invalid addresses returned from translation functions on errors
2026-01-07 12:05 UTC
[PATCH 0/6] Enable UFS support on Milos
2026-01-07 12:05 UTC (5+ messages)
` [PATCH 5/6] arm64: dts: qcom: milos: Add UFS nodes
` [PATCH 6/6] arm64: dts: qcom: milos-fairphone-fp6: Enable UFS
[PATCH v2 0/3] riscv: dts: spacemit: Add USB 3.0 support for K1
2026-01-07 12:05 UTC (4+ messages)
` [PATCH v2 1/3] riscv: dts: spacemit: Add USB2 PHY node "
` [PATCH v2 2/3] riscv: dts: spacemit: Add DWC3 USB 3.0 controller "
` [PATCH v2 3/3] riscv: dts: spacemit: Enable USB3.0 on BananaPi-F3
[PATCH] ACPI: bus: Use OF match data for PRP0001 matched devices
2026-01-07 12:03 UTC (3+ messages)
[PATCH v2] cxl: Check for invalid addresses returned from translation functions on errors
2026-01-07 12:03 UTC (3+ messages)
[PATCH] x86/kfence: Avoid writing L1TF-vulnerable PTEs
2026-01-07 12:01 UTC (3+ messages)
[PATCH v2 00/22] media: platform: rga: Add RGA3 support
2026-01-07 12:00 UTC (4+ messages)
` [PATCH v2 10/22] media: rockchip: rga: prepare cmdbuf on streamon
[PATCH v2] perf symbol: remove Rust symbol workarounds
2026-01-07 11:59 UTC (4+ messages)
[PATCH v4 0/9] MDM9607/MSM8917/MSM8937/MSM8940 MSS
2026-01-07 11:59 UTC (11+ messages)
` [PATCH v4 1/9] remoteproc: qcom_q6v5_mss: Introduce need_pas_mem_setup
` [PATCH v4 2/9] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MDM9607
` [PATCH v4 3/9] remoteproc: qcom_q6v5_mss: "
` [PATCH v4 4/9] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8917
` [PATCH v4 5/9] remoteproc: qcom_q6v5_mss: "
` [PATCH v4 6/9] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8937
` [PATCH v4 7/9] remoteproc: qcom_q6v5_mss: "
` [PATCH v4 8/9] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8940
` [PATCH v4 9/9] remoteproc: qcom_q6v5_mss: "
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-07 11:56 UTC (3+ messages)
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
[PATCH 0/5] riscv: optimize string functions and add kunit tests
2026-01-07 11:56 UTC (5+ messages)
` [PATCH 1/5] lib/string_kunit: add test case for strlen
` [PATCH 2/5] lib/string_kunit: add test case for strnlen
[PATCH] mmc: sdhci-msm: Add quirk to disable CQE for ICE legacy mode
2026-01-07 11:55 UTC (3+ messages)
[PATCH 1/9] dt-bindings: remoteproc: qcom,ipq8074-wcss-pil: convert to DT schema
2026-01-07 11:55 UTC (7+ messages)
` [PATCH 7/9] remoteproc: qcom_q6v5_wcss: support m3 firmware
[PATCH v2] perf build: Raise minimum shellcheck version to 0.7.2
2026-01-07 11:53 UTC (3+ messages)
[PATCH for 6.19 0/4] Revise the EM YNL spec to be clearer
2026-01-07 11:52 UTC (4+ messages)
[PATCH v2 0/4] Add CCI and imx577 sensor support for Talos evk
2026-01-07 11:51 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: qcom-cci: Document sm6150 compatible
` [PATCH v2 3/4] arm64: dts: qcom: talos: Add camera MCLK pinctrl
[PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile
2026-01-07 11:51 UTC (5+ messages)
[PATCH 0/3] Fixes for SM7150 dispcc driver
2026-01-07 11:50 UTC (3+ messages)
` [PATCH 3/3] clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk0_clk_src
linux-next: build warning after merge of the coresight tree
2026-01-07 11:49 UTC (2+ messages)
[PATCH] Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation
2026-01-07 11:48 UTC
[PATCH] arm64: dts: qcom: glymur: add coresight nodes
2026-01-07 11:48 UTC (4+ messages)
[PATCH] hwmon:(pmbus/tda38740a) TDA38740A Voltage Regulator Driver
2026-01-07 11:45 UTC (3+ messages)
[PATCH v3 00/12] drm/msm/dpu: rework format handling code
2026-01-07 11:45 UTC (2+ messages)
[PATCH v4 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-01-07 11:44 UTC (4+ messages)
` [PATCH v4 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[PATCH v2] PCI/portdev: Disable AER for Titan Ridge 4C 2018
2026-01-07 11:43 UTC (2+ messages)
[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
2026-01-07 11:43 UTC (3+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
[PATCH] arm64/kdump: pass dm-crypt keys to kdump kernel
2026-01-07 11:39 UTC (3+ messages)
[PATCH v2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
2026-01-07 11:39 UTC (3+ messages)
[PATCH v3 00/11] Add support for Multimedia Clock controllers for Kaanapali
2026-01-07 11:38 UTC (5+ messages)
` [PATCH v3 02/11] clk: qcom: clk-alpha-pll: Add support for controlling Pongo EKO_T PLL
` [PATCH v3 03/11] clk: qcom: clk-alpha-pll: Add support for controlling Rivian PLL
[PATCH v1] serial: qcom_geni: Fix BT failure regression on RB2 platform
2026-01-07 11:35 UTC (8+ messages)
[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
2026-01-07 11:31 UTC (9+ messages)
` [PATCH v2 1/8] mm/hugetlb: add pre-zeroed framework
` [PATCH v2 2/8] mm/hugetlb: convert to prep_account_new_hugetlb_folio()
` [PATCH v2 3/8] mm/hugetlb: move the huge folio to the end of the list during enqueue
` [PATCH v2 4/8] mm/hugetlb: introduce per-node sysfs interface "zeroable_hugepages"
` [PATCH v2 5/8] mm/hugetlb: simplify function hugetlb_sysfs_add_hstate()
` [PATCH v2 6/8] mm/hugetlb: relocate the per-hstate struct kobject pointer
` [PATCH v2 7/8] mm/hugetlb: add epoll support for interface "zeroable_hugepages"
` [PATCH v2 8/8] mm/hugetlb: limit event generation frequency of function do_zero_free_notify()
[PATCH v1] Documentation: riscv: update Vector discovery for userspace
2026-01-07 11:33 UTC (2+ messages)
[PATCH] m68k: defconfig: Clean up references to non-existing configs
2026-01-07 11:30 UTC (3+ messages)
[PATCH RESEND] clk: mediatek: set CLK_IGNORE_UNUSED to clock mt8188 adsp audio26m
2026-01-07 11:29 UTC
[PATCH 1/2] arm64: dts: qcom: agatti: Fix IOMMU DT properties
2026-01-07 11:29 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: agatti: Address Gunyah memory alignment needs
[PATCH] x86/split_lock: Remove dead kmsg formatting when split_lock_detect=fatal
2026-01-07 11:28 UTC (4+ messages)
` [PATCH] x86/split_lock: Zap the unwieldy switch-case in sld_state_show()
[PATCH v2] regmap: Fix race condition in hwspinlock irqsave routine
2026-01-07 11:28 UTC (2+ messages)
[PATCH] f2fs: fix to avoid UAF in f2fs_write_end_io()
2026-01-07 11:22 UTC
[PATCH 0/2] arm64: defconfig: Enable Apple Silicon drivers
2026-01-07 11:20 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] HID: asus: Filter HID vendor codes and add WMI fan control support for ROG laptops
2026-01-07 11:19 UTC (6+ messages)
` [PATCH v2 0/4] HID: asus: Filter HID codes and add WMI fan control "
` [PATCH 1/4] HID: asus: Replace magic number with HID_UP_ASUSVENDOR constant
` [PATCH 2/4] HID: asus: Filter spurious HID vendor codes on ROG laptops
` [PATCH 3/4] HID: asus: Add WMI communication infrastructure
` [PATCH 4/4] HID: asus: Implement Fn+F5 fan control key handler
[RFC PATCH 0/2] regmap: Add cache_default_is_zero flag for flat cache
2026-01-07 11:20 UTC (5+ messages)
` [RFC PATCH 1/2] "
[PATCH v2 0/2] arm64: dts: rockchip: Add rk3576 evb2 board
2026-01-07 10:04 UTC (6+ messages)
` [PATCH v2 2/2] "
[PATCH] perf test: Fix test perf stat tests for virtualized machines
2026-01-07 11:18 UTC (2+ messages)
[PATCH 0/2] clk: renesas: rz{g2l,v2h}: Deassert reset on assert timeout
2026-01-07 11:17 UTC (5+ messages)
` [PATCH 1/2] clk: renesas: rzg2l: "
` [PATCH 2/2] clk: renesas: rzv2h: "
[PATCH v10 0/5] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
2026-01-07 11:17 UTC (8+ messages)
` [PATCH v10 1/5] dt-bindings: arm: qcom: talos-evk: Add QCS615 Talos EVK SMARC platform
[PATCH v7] dt-bindings: arm: keystone: add boot_* mboxes to ti,sci
2026-01-07 11:14 UTC
[PATCH v2 00/12] Add HDMI support for Mediatek Genio 510/700/1200-EVK and Radxa NIO-12L boards
2026-01-07 11:14 UTC (3+ messages)
` (subset) "
[syzbot] [f2fs?] KASAN: use-after-free Read in f2fs_write_end_io (2)
2026-01-07 11:14 UTC (3+ messages)
[PATCH] clk: mediatek: Drop __initconst from gates
2026-01-07 11:12 UTC (2+ messages)
[PATCH] arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build time
2026-01-07 11:12 UTC (2+ messages)
[PATCH v2] arm64: dts: mediatek: mt8183: Add missing endpoint IDs to display graph
2026-01-07 11:12 UTC (2+ messages)
[PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
2026-01-07 11:12 UTC (2+ messages)
[PATCH] arm64: dts: airoha: Use hyphen in node names
2026-01-07 11:12 UTC (2+ messages)
[PATCH v2] remoteproc: mtk_scp: Construct FW path if firmware-name not present
2026-01-07 11:12 UTC (7+ messages)
[PATCH v2] nfs: fix the race of lock/unlock and open
2026-01-07 11:07 UTC (3+ messages)
[PATCH v4 0/3] of: parsing of multi #{iommu,msi}-cells in maps
2026-01-07 11:00 UTC (4+ messages)
` [PATCH v4 3/3] of: Respect "
[syzbot] [bridge?] KCSAN: data-race in br_fdb_update / br_fdb_update (8)
2026-01-07 11:05 UTC (2+ messages)
[PATCH 0/2] Add Support for LTC3220 18 Channel LED Driver
2026-01-07 10:57 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: leds: Document LTC3220 18 channel "
[PATCH] tools: jobserver: Add validation for jobserver tokens to ensure valid '+' characters
2026-01-07 10:54 UTC (6+ messages)
[PATCH net 0/2] vsock: Fix SO_ZEROCOPY on accept()ed vsocks
2026-01-07 10:53 UTC (10+ messages)
` [PATCH net 2/2] vsock/test: Test setting SO_ZEROCOPY on accept()ed socket
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-07 10:53 UTC (3+ messages)
` [PATCH v2 02/27] rust: blk: add __rust_helper to helpers
[PATCH RESEND v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI
2026-01-07 10:52 UTC (2+ messages)
linux-next: build failure after merge of the tip tree
2026-01-07 10:52 UTC (3+ messages)
[PATCH v1 0/3] Typc fusb302 powerloss issue on Radxa Rock 5b
2026-01-07 10:52 UTC (5+ messages)
` [PATCH v1 3/3] usb: typec: fusb302: Switch to threaded interrupt handler
[PATCH 1/1] drm/amdgpu: Fix TLB flush failures after hibernation resume
2026-01-07 10:52 UTC (2+ messages)
[PATCH] arm64: fix cleared E0POE bit after cpu_suspend()/resume()
2026-01-07 10:50 UTC (5+ messages)
[PATCH RFC 00/10] Fix the ABBA locking situation between clk and runtime PM
2026-01-07 10:50 UTC (4+ messages)
[PATCH 0/2] watchdog: imx2_wdt: Allow to run in low power mode
2026-01-07 10:48 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: watchdog: fsl-imx: document continue "
[PATCH v10 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
2026-01-07 10:45 UTC (7+ messages)
[PATCH] x86/insn: make unexported tables static
2026-01-07 10:44 UTC
[PATCH v2] arch/sparc: fix unused variable warning
2026-01-07 10:41 UTC
[PATCH] loop: add missing bd_abort_claiming in loop_set_status
2026-01-07 10:41 UTC
[PATCH v3] lib/glob: convert selftest to KUnit
2026-01-07 10:41 UTC (2+ messages)
[PATCH] hrtimer: Fix softirq base check in update_needs_ipi()
2026-01-07 10:39 UTC
[PATCH 0/3] hrtimer: Some header cleanups
2026-01-07 10:36 UTC (4+ messages)
` [PATCH 1/3] hrtimer: Remove unused resolution constants
` [PATCH 2/3] hrtimer: Remove public definition of HIGH_RES_NSEC
` [PATCH 3/3] hrtimer: Drop _tv64() helpers
[PATCH v2] slub: clarify object field layout comments
2026-01-07 10:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox