messages from 2025-09-02 07:22:04 to 2025-09-02 08:46:21 UTC [more...]
[PATCH v2] x86: add hintable NOPs emulation
2025-09-02 8:16 UTC (6+ messages)
[PATCH v4 0/2] drm: bridge: Add TI tmds181 and sn65dp159 driver
2025-09-02 8:46 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: drm/bridge: ti-tmds181: Add TI TMDS181 and SN65DP159 bindings
[PATCH] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
2025-09-02 8:45 UTC (3+ messages)
[PATCH -v1 1/2] x86/microcode: Add microcode= cmdline parsing
2025-09-02 8:45 UTC (2+ messages)
ETXTBSY window in __fput
2025-09-02 8:44 UTC (4+ messages)
[PATCH net-next 00/10] Add PCS support for Renesas RZ/{T2H,N2H} SoCs
2025-09-02 8:45 UTC (3+ messages)
` [PATCH net-next 01/10] dt-bindings: net: pcs: renesas,rzn1-miic: Document RZ/T2H and RZ/N2H SoCs
[PATCH v3] media: iris: add VPU33 specific encoding buffer calculation
2025-09-02 8:43 UTC
[PATCH next] drm/bridge: synopsys: Fix an error return in dw_dp_video_need_vsc_sdp()
2025-09-02 8:42 UTC (2+ messages)
` "
[PATCH] huge_memory: return -EINVAL in folio split functions when THP is disabled
2025-09-02 8:43 UTC (2+ messages)
[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
2025-09-02 8:42 UTC (4+ messages)
` [PATCH v3 01/38] drm/msm/dp: remove cached drm_edid from panel
[PATCH v8 0/2] Support for Osram as3668 LED driver
2025-09-02 8:42 UTC (4+ messages)
` [PATCH v8 2/2] leds: as3668: Driver for the ams Osram 4-channel i2c "
[PATCH] dma-debug: don't enforce dma mapping check on noncoherent allocations
2025-09-02 8:41 UTC (2+ messages)
[PATCH v5 0/4] Add MIPI CSI-2 support for i.MX8ULP
2025-09-02 8:39 UTC (9+ messages)
` [PATCH v5 1/4] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8ULP compatible string
` [PATCH v5 3/4] media: imx8mq-mipi-csi2: Explicitly release reset
` [EXT] "
[PATCH v1 0/5] Icicle Kit with prod device and Discovery Kit support
2025-09-02 8:39 UTC (7+ messages)
` [PATCH v1 5/5] riscv: dts: microchip: add a device tree for Discovery Kit
[PATCH] MAINTAINERS: Add drm-rust tree for Rust DRM drivers and infrastructure
2025-09-02 8:39 UTC (2+ messages)
[PATCH 0/3] crypto: sha - Implement export_core() and import_core()
2025-09-02 8:36 UTC (7+ messages)
` [PATCH 1/3] crypto: sha1 "
` [PATCH 2/3] crypto: sha256 "
` [PATCH 3/3] crypto: sha512 "
net: usb: r8152: resume-reset deadlock
2025-09-02 8:36 UTC (2+ messages)
[PATCH] maple_tree: remove lockdep_map_p typedef
2025-09-02 8:36 UTC
[PATCH v2] ixgbe: fix too early devlink_free() in ixgbe_remove()
2025-09-02 8:35 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH] bus: vexpress-config: fix device node reference leak in vexpress_syscfg_probe
2025-09-02 8:35 UTC (2+ messages)
[PATCH v3 0/3] Add Rust abstraction for Maple Trees
2025-09-02 8:35 UTC (4+ messages)
` [PATCH v3 1/3] rust: maple_tree: add MapleTree
` [PATCH v3 2/3] rust: maple_tree: add lock guard for maple tree
` [PATCH v3 3/3] rust: maple_tree: add MapleTreeAlloc
[PATCH 00/29] drm: Implement state readout support
2025-09-02 8:32 UTC (30+ messages)
` [PATCH 01/29] drm/atomic: Document atomic state lifetime
` [PATCH 02/29] drm/atomic: Fix unused but set warning in for_each_old_plane_in_state
` [PATCH 03/29] drm/atomic: Fix unused but set warning in for_each_old_private_obj_in_state
` [PATCH 04/29] drm/atomic_helper: Skip over NULL private_obj pointers
` [PATCH 05/29] drm/atomic_state_helper: Fix bridge state initialization
` [PATCH 06/29] drm/bridge: Implement atomic_print_state
` [PATCH 07/29] drm/atomic: Implement drm_atomic_print_old_state
` [PATCH 08/29] drm/atomic: Only call atomic_destroy_state on a !NULL pointer
` [PATCH 09/29] drm/modeset: Create atomic_reset hook
` [PATCH 10/29] drm/atomic: Add atomic_state_readout infrastructure
` [PATCH 11/29] drm/crtc: Drop no_vblank bit field
` [PATCH 12/29] drm/atomic_helper: Pass nonblock to commit_tail
` [PATCH 13/29] drm/atomic_helper: Compare actual and readout states once the commit is done
` [PATCH 14/29] drm/atomic_state_helper: Provide comparison macros
` [PATCH 15/29] drm/atomic_state_helper: Provide atomic_compare_state helpers
` [PATCH 16/29] drm/encoder: Create get_current_crtc hook
` [PATCH 17/29] drm/bridge_connector: Implement hw readout for connector
` [PATCH 18/29] drm/tidss: Convert to drm logging
` [PATCH 19/29] drm/tidss: Remove ftrace-like logs
` [PATCH 20/29] drm/tidss: crtc: Change variable name
` [PATCH 21/29] drm/tidss: crtc: Implement destroy_state
` [PATCH 22/29] drm/tidss: crtc: Cleanup reset implementation
` [PATCH 23/29] drm/tidss: dispc: Add format lookup by hw value
` [PATCH 24/29] drm/tidss: dispc: Improve mode checking logs
` [PATCH 25/29] drm/tidss: dispc: Move dispc_device definition to headers
` [PATCH 26/29] drm/tidss: dispc: make accessors accessible to other parts of the driver
` [PATCH 27/29] drm/tidss: Implement readout support
` [PATCH 28/29] drm/tidss: encoder: implement get_current_crtc
` [PATCH 29/29] drm/bridge: sii902x: Implement hw state readout
[PATCH v3 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
2025-09-02 8:34 UTC (4+ messages)
` [PATCH v3 1/2] dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
[PATCH] arm64: dts: ti: k3-am62d2-evm: Add support for OSPI flash
2025-09-02 8:33 UTC (4+ messages)
[PATCH v5 0/2] Configure root port MPS during host probing
2025-09-02 8:33 UTC (2+ messages)
[PATCH][next] ASoC: SOF: ipc4-topology: Fix a less than zero check on a u32
2025-09-02 8:32 UTC
[PATCH v2 0/5] Icicle Kit with prod device and Discovery Kit support
2025-09-02 8:32 UTC (7+ messages)
` [PATCH v2 1/5] riscv: dts: microchip: add common board dtsi for icicle kit variants
` [PATCH v2 2/5] dt-bindings: riscv: microchip: document icicle kit with production device
` [PATCH v2 3/5] riscv: dts: microchip: add "
` [PATCH v2 4/5] dt-bindings: riscv: microchip: document Discovery Kit
` [PATCH v2 5/5] riscv: dts: microchip: add a device tree for "
[PATCH v5 0/6] MHDP8546 fixes related to DBANC usecase
2025-09-02 8:32 UTC (7+ messages)
` [PATCH v5 1/6] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge
` [PATCH v5 2/6] drm/bridge: cadence: cdns-mhdp8546*: Change drm_connector from structure to pointer
[PATCH] mtd: core: only increment ecc_stats.badblocks on confirmed good->bad transition
2025-09-02 8:31 UTC (2+ messages)
[REGRESSION 6.17-rc3] usb/xhci: possible memory leak after suspend/resume cycle
2025-09-02 8:30 UTC (6+ messages)
` [PATCH] usb: xhci: Fix xhci_free_virt_devices_depth_first()
` "
[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
2025-09-02 8:31 UTC (12+ messages)
[PATCH v5 00/11] Add more tests for multi fs block atomic writes
2025-09-02 8:29 UTC (8+ messages)
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper
[PATCH] rust: kasan/kbuild: fix missing flags on first build
2025-09-02 8:29 UTC (3+ messages)
[PATCH 0/2] media: update Dikshita Agarwal's email address
2025-09-02 8:29 UTC (3+ messages)
` [PATCH 2/2] Documentation: "
[PATCH 0/4] Add reset controllers for other TH1520 subsystems
2025-09-02 8:27 UTC (3+ messages)
` [PATCH 1/4] dt-bindings: reset: thead,th1520-reset: Add controllers for more subsys
[PATCH RFC 0/7] block: fix disordered IO in the case recursive split
2025-09-02 8:25 UTC (12+ messages)
` [PATCH RFC 4/7] md/raid10: convert read/write to use bio_submit_split()
[PATCH 0/8] Support dynamic EMC frequency scaling on Tegra186/Tegra194
2025-09-02 8:25 UTC (4+ messages)
` [PATCH 2/8] dt-bindings: tegra: Add ICC IDs for dummy memory clients for Tegra194
[PATCH 0/5] KVM: arm64: GICv5 legacy (GCIE_LEGACY) NV enablement and cleanup
2025-09-02 8:23 UTC (3+ messages)
` [PATCH 3/5] arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capability
[PATCH] dt-bindings: mfd: aspeed-lpc: Add missing "clocks" property on lpc-snoop node
2025-09-02 8:23 UTC (2+ messages)
` (subset) "
[PATCH v2] drm/sched: Fix racy access to drm_sched_entity.dependency
2025-09-02 8:22 UTC (5+ messages)
[PATCH 0/2] Add support for Display clock controllers for Glymur SoC
2025-09-02 8:21 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Add DISPCC and reset controller for GLYMUR SoC
[PATCH] PR_*ET_THP_DISABLE.2const: document addition of PR_THP_DISABLE_EXCEPT_ADVISED
2025-09-02 8:19 UTC (4+ messages)
[PATCH v2] x86,ibt: Use UDB instead of 0xEA
2025-09-02 8:19 UTC (2+ messages)
[PATCH 1/1] ovpn: use kmalloc_array() for array space allocation
2025-09-02 8:18 UTC (2+ messages)
[PATCH] fat: fix data-race between fat12_ent_put() and fat_mirror_bhs()
2025-09-02 8:17 UTC
[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
2025-09-02 8:15 UTC (6+ messages)
` [PATCH 01/37] dt-bindings: arm: apple: Add t6020x compatibles
` [PATCH 02/37] dt-bindings: arm: apple: apple,pmgr: Add t6020-pmgr compatible
[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 8:15 UTC (3+ messages)
[PATCH] mfd: madera: work around false-positive -Wininitialized warning
2025-09-02 8:15 UTC (2+ messages)
` (subset) "
[PATCH v2] mfd: macsmc: Remove error prints for devm_add_action_or_reset()
2025-09-02 8:13 UTC (2+ messages)
` (subset) "
[PATCH] mfd: da9063: Split chip variant reading in two bus transactions
2025-09-02 8:13 UTC (2+ messages)
` (subset) "
[PATCH] drm/i915: Replace kmalloc() + copy_from_user() with memdup_user()
2025-09-02 8:10 UTC
[PATCH V2 kvm-next] KVM: guest_memfd: use kvm_gmem_get_index() in more places and smaller cleanups
2025-09-02 8:12 UTC (2+ messages)
[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
2025-09-02 8:12 UTC (17+ messages)
` [PATCH v6 05/12] mm: constify process_shares_mm() for improved const-correctness
` [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions
` [PATCH v6 07/12] parisc: constify mmap_upper_limit() parameter
` [PATCH v6 08/12] mm: constify arch_pick_mmap_layout() for improved const-correctness
` [PATCH v6 10/12] mm: constify various inline functions "
` [PATCH v6 11/12] mm: constify assert/test functions in mm.h
` [PATCH v6 12/12] mm: constify highmem related functions for improved const-correctness
[PATCH v3] mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flag
2025-09-02 8:11 UTC (2+ messages)
` (subset) "
[PATCH v3 5/7] media: platform: amd: isp4 video node and buffers handling added
2025-09-02 8:10 UTC (2+ messages)
[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-02 8:09 UTC (5+ messages)
` [PATCH 1/4] ptr_ring_spare: Helper to check if spare capacity of size cnt is available
` [PATCH 2/4] netdev queue flow control for TUN
` [PATCH 3/4] netdev queue flow control for TAP
` [PATCH 4/4] netdev queue flow control for vhost_net
[PATCH v6 00/15] mm: folio_zero_user: clear contiguous pages
2025-09-02 8:08 UTC (16+ messages)
` [PATCH v6 01/15] perf bench mem: Remove repetition around time measurement
` [PATCH v6 02/15] perf bench mem: Defer type munging of size to float
` [PATCH v6 03/15] perf bench mem: Move mem op parameters into a structure
` [PATCH v6 04/15] perf bench mem: Pull out init/fini logic
` [PATCH v6 05/15] perf bench mem: Switch from zalloc() to mmap()
` [PATCH v6 06/15] perf bench mem: Allow mapping of hugepages
` [PATCH v6 07/15] perf bench mem: Allow chunking on a memory region
` [PATCH v6 08/15] perf bench mem: Refactor mem_options
` [PATCH v6 09/15] perf bench mem: Add mmap() workloads
` [PATCH v6 10/15] x86/mm: Simplify clear_page_*
` [PATCH v6 11/15] mm: define clear_pages(), clear_user_pages()
` [PATCH v6 12/15] highmem: define clear_highpages()
` [PATCH v6 13/15] mm: memory: support clearing page ranges
` [PATCH v6 14/15] x86/clear_page: Introduce clear_pages()
` [PATCH v6 15/15] x86/clear_pages: Support clearing of page-extents
[PATCH] sched/fair: Fix division-by-zero error in task_scan_max()
2025-09-02 8:08 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: add bpf_strcasecmp kfunc
2025-09-02 7:55 UTC (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test kfunc bpf_strcasecmp
[PATCH bpf-next v2 0/2] bpf: Add kfunc bpf_strcasecmp()
2025-09-02 7:54 UTC
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-02 8:04 UTC (4+ messages)
[PATCH v5 0/6] Add quirks to proceed PME handshake in DWC PM
2025-09-02 8:01 UTC (7+ messages)
` [PATCH v5 1/6] PCI: dwc: Remove the L1SS check before putting the link into L2
` [PATCH v5 2/6] PCI: dwc: Don't poll L2 if QUIRK_NOL2POLL_IN_PM is existing in suspend
` [PATCH v5 3/6] PCI: imx6: Don't poll LTSSM state of i.MX6QP PCIe in PM operations
` [PATCH v5 4/6] PCI: imx6: Don't poll LTSSM state of i.MX7D "
` [PATCH v5 5/6] PCI: dwc: Skip PME_Turn_Off message if there is no endpoint connected
` [PATCH v5 6/6] PCI: dwc: Don't return error when wait for link up in dw_pcie_resume_noirq()
[PATCH drm-misc-next 0/1] add drm_panic_support for stdu
2025-09-02 8:02 UTC (3+ messages)
` [PATCH drm-misc-next 1/1] drm/vmwgfx: add drm_panic support "
[PATCH 0/4] mfd: qnap-mcu: Some fixes / improvements
2025-09-02 8:00 UTC (3+ messages)
ALSAfirewire broken / Pipewire 90ms delay
2025-09-02 7:59 UTC
[PATCH] ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init
2025-09-02 7:59 UTC
[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-09-02 7:59 UTC (3+ messages)
[PATCH v5] net/core: Replace offensive comment in skbuff.c
2025-09-02 7:58 UTC (2+ messages)
[PATCH v3 1/7] media: platform: amd: Introduce amd isp4 capture driver
2025-09-02 7:58 UTC (3+ messages)
[PATCH 0/3] ASoC: dt-bindings: Document routing strings for various codecs
2025-09-02 7:57 UTC (5+ messages)
` [PATCH 1/3] ASoC: dt-bindings: everest,es8316: Document routing strings
[PATCH 0/4] arm64: zynqmp: Minor DT changes
2025-09-02 7:56 UTC (5+ messages)
` [PATCH 1/4] arm64: zynqmp: Disable coresight by default
` [PATCH 2/4] arm64: zynqmp: Revert usb node drive strength and slew rate for zcu106
` [PATCH 3/4] arm64: zynqmp: Describe ethernet controllers via aliases on SOM
` [PATCH 4/4] arm64: zynqmp: Enable DP in kr260/kv260 revA
[RFC] cgroup: Avoid thousands of -Wflex-array-member-not-at-end warnings
2025-09-02 7:56 UTC (5+ messages)
[PATCH v2] cpufreq: Drop redundant freq_table parameter
2025-09-02 7:56 UTC (2+ messages)
[RFC PATCH v4 25/28] sched: Skip cache aware scheduling if the process has many active threads
2025-09-02 7:56 UTC (2+ messages)
[PATCH v3 0/7] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variant
2025-09-02 7:55 UTC (5+ messages)
` [PATCH v3 2/7] dt-bindings: phy: rockchip-inno-csi-dphy: make power-domains non-required
` [PATCH v3 3/7] dt-bindings: phy: rockchip-inno-csi-dphy: add rk3588 variant
[PATCH v2 0/2] qnap-mcu: add support for the status LEDs
2025-09-02 7:55 UTC (2+ messages)
[PATCH 0/2] rust: regulator: improve the ergonomics of Rust regulators
2025-09-02 7:53 UTC (3+ messages)
` [PATCH 1/2] rust: regulator: remove Regulator<Dynamic>
[PATCH v9 0/2] media: i2c: Add ov2735 camera sensor driver
2025-09-02 7:53 UTC (4+ messages)
` [PATCH v9 2/2] media: i2c: add ov2735 image "
[PATCH v3 00/10] Add ASPEED PCIe Root Complex support
2025-09-02 7:53 UTC (3+ messages)
` [PATCH v3 04/10] dt-bindings: pinctrl: aspeed,ast2600-pinctrl: Add PCIe RC PERST# group
[PATCH] mfd: bcm590xx: Add support for interrupt handling
2025-09-02 7:50 UTC (2+ messages)
[PATCH v2] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
2025-09-02 7:48 UTC
[PATCH v3 4/7] media: platform: amd: isp4 subdev and firmware loading handling added
2025-09-02 7:48 UTC (2+ messages)
State of the UBI fastmap feature
2025-09-02 7:48 UTC (4+ messages)
[PATCH 2/2] mmc: sdhci-pci-gli: GL9767: Fix initializing the UHS-II interface during a power-on
2025-09-02 7:47 UTC (5+ messages)
[PATCH 1/2] mm/gup: Remove dead pgmap refcounting code
2025-09-02 7:47 UTC (4+ messages)
` [PATCH 2/2] mm/memremap: Remove unused get_dev_pagemap() parameter
[PATCH] drivers: bus: fix device node reference leak in __cci_ace_get_port
2025-09-02 7:43 UTC
[PATCH v10 0/6] Display enablement changes for Qualcomm QCS8300 platform
2025-09-02 7:42 UTC (5+ messages)
` [PATCH v10 2/6] dt-bindings: display/msm: dp-controller: document QCS8300 compatible
[PATCH v3 0/9] Add support for Wave6 video codec driver
2025-09-02 7:42 UTC (5+ messages)
` [PATCH v3 2/9] dt-bindings: media: nxp: Add Wave6 video codec device
[RFC] staging: media: atomisp: Simplyfy masking bit logic
2025-09-02 7:38 UTC
[PATCH] tracing: Fix tracing_marker may trigger page fault during preempt_disable
2025-09-02 7:35 UTC (7+ messages)
[PATCH 0/3] drm/panel: visionox-rm69299: Add backlight support and small fixes
2025-09-02 7:34 UTC (5+ messages)
` [PATCH 2/3] drm/panel: visionox-rm69299: Don't clear all mode flags
` [PATCH 3/3] drm/panel: visionox-rm69299: Add backlight support
[PATCH 1/1] drm/amdgpu: use KMEM_CACHE instead of kmem_cache_create
2025-09-02 7:27 UTC
[PATCH net-next] net: selftests: clean up tools/testing/selftests/net/lib/py/utils.py
2025-09-02 7:26 UTC (2+ messages)
[PATCH] perf core: Replace offsetof() with struct_size()
2025-09-02 7:25 UTC (2+ messages)
[PATCH 1/3] PM: runtime: Add basic kunit tests for API contracts
2025-09-02 7:25 UTC (3+ messages)
` [PATCH 2/3] PM: runtime: Make put{,_sync}() return 1 when already suspended
[PATCH 0/4] sched.7 and small futex.2 updates
2025-09-02 7:24 UTC (3+ messages)
` [PATCH 1/4] man/man7/sched.7: Update the real-time section
[PATCH] pasemi: fix PCI device reference leaks in pas_setup_mce_regs
2025-09-02 7:21 UTC
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;
as well as URLs for NNTP newsgroup(s).