messages from 2025-02-06 13:10:29 to 2025-02-06 20:40:52 UTC [more...]
[PATCH v3] media: nxp: imx8-isi: better handle the m2m usage_count
2025-02-06 20:37 UTC (2+ messages)
[PATCH 0/2] drm: zynqmp_dp: Use scope-based mutex helpers
2025-02-06 20:37 UTC (5+ messages)
` [PATCH 1/2] drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()
` [PATCH 2/2] drm: zynqmp_dp: Use scope-based mutex helpers
[PATCH net-next 00/13] Introduce flowtable hw offloading in airoha_eth driver
2025-02-06 20:32 UTC (11+ messages)
` [PATCH net-next 09/13] dt-bindings: net: airoha: Add airoha,npu phandle property
[PATCH v1 1/6] PCI: brcmstb: Refactor max speed limit functionality
2025-02-06 20:18 UTC (4+ messages)
[PATCH net-next v5 0/4] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM
2025-02-06 20:10 UTC (5+ messages)
` [PATCH net-next v5 1/4] net: xilinx: axienet: Combine CR calculation
` [PATCH net-next v5 2/4] net: xilinx: axienet: Support adjusting coalesce settings while running
` [PATCH net-next v5 3/4] net: xilinx: axienet: Get coalesce parameters from driver state
` [PATCH net-next v5 4/4] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM
[PATCH] media: allegro-dvt: Moving the current driver to subdirectory
2025-02-06 20:00 UTC (2+ messages)
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-06 19:57 UTC (12+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
[PATCH v4 00/11] RISC-V IMSIC driver improvements
2025-02-06 19:52 UTC (3+ messages)
` [PATCH v4 04/11] genirq: Introduce common irq_force_complete_move() implementation
[PATCH v2 00/10] drm: Add new pixel formats for Xilinx Zynqmp
2025-02-06 19:48 UTC (3+ messages)
` [PATCH v2 10/10] drm: xlnx: zynqmp: Fix max dma segment size
[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
2025-02-06 19:45 UTC (2+ messages)
[PATCH v1 2/6] PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
2025-02-06 19:39 UTC (5+ messages)
[PATCH v2 0/2] gpio: xilinx: Replace custom bitmap APIs
2025-02-06 19:16 UTC (3+ messages)
[PATCH v2 0/8] KVM: arm64: FPSIMD/SVE/SME fixes
2025-02-06 19:12 UTC (10+ messages)
` [PATCH v2 1/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
` [PATCH v2 2/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
` [PATCH v2 3/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
` [PATCH v2 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
` [PATCH v2 5/8] KVM: arm64: Refactor CPTR trap deactivation
` [PATCH v2 6/8] KVM: arm64: Refactor exit handlers
` [PATCH v2 7/8] KVM: arm64: Mark some header functions as inline
` [PATCH v2 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
[RFC PATCH v3 00/15] pkeys-based page table hardening
2025-02-06 19:01 UTC (3+ messages)
` [RFC PATCH v3 08/15] mm: Introduce kernel_pgtables_set_pkey()
[PATCH RFC v2] dt-bindings: mmc: mmc-slot: make compatible property optional
2025-02-06 18:27 UTC (2+ messages)
[PATCH v6 00/26] Add support for hot-pluggable DRM bridges
2025-02-06 18:14 UTC (27+ messages)
` [PATCH v6 01/26] drm/debugfs: fix printk format for bridge index
` [PATCH v6 02/26] drm: of: drm_of_find_panel_or_bridge: move misplaced comment
` [PATCH v6 03/26] drm/bridge: panel: use drm_bridge_is_panel() instead of open code
` [PATCH v6 04/26] drm/bridge: panel: drm_panel_bridge_remove: warn when called on non-panel bridge
` [PATCH v6 05/26] drm/debugfs: add top-level 'bridges' file showing all added bridges
` [PATCH v6 06/26] drm/panel: move all code into bridge/panel.c
` [PATCH v6 07/26] drm/bridge: panel: forbid initializing a panel with unknown connector type
` [PATCH v6 08/26] drm/bridge: panel: add a panel_bridge to every panel
` [PATCH v6 09/26] drm/bridge: move devm_drm_of_get_bridge and drmm_of_get_bridge to drm_bridge.c
` [PATCH v6 10/26] drm/bridge: add devm_drm_of_get_bridge_by_node()
` [PATCH v6 11/26] drm/bridge: samsung-dsim: use devm_drm_of_get_bridge[_by_node] to find the out_bridge
` [PATCH v6 12/26] drm/bridge: allow bridges to be informed about added and removed bridges
` [PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from()
` [PATCH v6 14/26] drm/bridge: add support for refcounted DRM bridges
` [PATCH v6 15/26] drm/bridge: devm_drm_of_get_bridge and drmm_of_get_bridge: automatically put the bridge
` [PATCH v6 16/26] drm/bridge: increment refcount in of_drm_find_bridge()
` [PATCH v6 17/26] drm/bridge: add devm_drm_put_bridge() and devm_drm_put_and_clear_bridge()
` [PATCH v6 18/26] drm/bridge: add documentation of refcounted bridges
` [PATCH v6 19/26] drm/tests: bridge: add KUnit tests for DRM bridges (init and destroy)
` [PATCH v6 20/26] drm/debugfs: bridges_show: show refcount
` [PATCH v6 21/26] drm/bridge: add list of removed refcounted bridges
` [PATCH v6 22/26] drm/debugfs: show removed bridges
` [PATCH v6 23/26] drm/bridge: samsung-dsim: use refcounting for the out_bridge
` [PATCH v6 24/26] drm/bridge: panel: use dynamic lifetime management
` [PATCH v6 25/26] drm/bridge: ti-sn65dsi83: "
` [PATCH v6 26/26] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges
[PATCH 0/2] AT91 Clock Adjustments
2025-02-06 18:14 UTC (3+ messages)
` [PATCH 1/2] clk: at91: sckc: Fix parent_data struct for slow osc
` [PATCH 2/2] clk: at91: sama7d65: Add missing clk_hw to parent_data
[PATCH v2 0/5] Raspberry Pi HEVC decoder driver
2025-02-06 18:02 UTC (5+ messages)
` [PATCH v2 1/5] docs: uapi: media: Document Raspberry Pi NV12 column format
` [PATCH v2 2/5] media: ioctl: Add pixel formats NV12MT_COL128 and NV12MT_10_COL128
` [PATCH v2 3/5] media: dt-bindings: media: Add binding for the Raspberry Pi HEVC decoder
` [PATCH v2 5/5] arm: dts: bcm2711-rpi: Add HEVC decoder node
[PATCH v1 3/6] PCI: brcmstb: Fix potential premature regluator disabling
2025-02-06 17:57 UTC (3+ messages)
[PATCH v4 0/2] Add support for Xiaomi Mi TV Stick
2025-02-06 17:55 UTC (4+ messages)
` [PATCH v4 2/2] arm64: dts: amlogic: add support for xiaomi-aquaman/Mi "
[PATCH 00/19] iommu: Further abstract iommu-pages
2025-02-06 17:54 UTC (5+ messages)
` [PATCH 17/19] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
[PATCH 02/19] iommu/tegra: Do not use struct page as the handle for pts
2025-02-06 17:48 UTC (3+ messages)
[PATCH v2] arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
2025-02-06 17:44 UTC
[RFC PATCH 0/2] Add NV Selftest cases
2025-02-06 17:30 UTC (5+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test
` [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers
[PATCH] ASoC: SOF: mediatek: Use str_on_off() helper function
2025-02-06 17:30 UTC (2+ messages)
[PATCH v2] ASoC: dt-bindings: atmel,at91-ssc: Convert to YAML format
2025-02-06 17:30 UTC (2+ messages)
[PATCH v3] arm64: Handle .ARM.attributes section in linker scripts
2025-02-06 17:21 UTC
[PATCH v5 0/3] Add HDMI audio on the rk3588 SoC
2025-02-06 17:17 UTC (4+ messages)
` [PATCH v5 2/3] arm64: dts: rockchip: Add HDMI0 audio output for "
[PATCH] PCI: mediatek: Remove the usage of virt_to_phys
2025-02-06 17:13 UTC (3+ messages)
[PATCH v9 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2025-02-06 17:11 UTC (3+ messages)
` [PATCH v9 3/7] PCI: Add parent_bus_offset to resource_entry
[BUG] ARM64 regression: NULL pointer dereference in arm_smccc_version_init+0x90/0x1ac
2025-02-06 16:57 UTC (8+ messages)
[PATCH v2] arm64: Handle .ARM.attributes section in linker scripts
2025-02-06 16:54 UTC (5+ messages)
[PATCH net-next v7 0/7] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
2025-02-06 16:46 UTC (11+ messages)
` [PATCH net-next v7 1/7] net: phylink: use pl->link_interface in phylink_expects_phy()
` [PATCH net-next v7 2/7] net: pcs: xpcs: re-initiate clause 37 Auto-negotiation
` [PATCH net-next v7 3/7] arch: x86: add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v7 4/7] stmmac: intel: configure SerDes according to the interface mode
` [PATCH net-next v7 5/7] net: stmmac: configure SerDes on mac_finish
` [PATCH net-next v7 6/7] stmmac: intel: interface switching support for EHL platform
` [PATCH net-next v7 7/7] stmmac: intel: interface switching support for ADL-N platform
[PATCH v8 13/19] MAINTAINERS: Add maintainer for i.MX8qxp Display Controller
2025-02-06 16:34 UTC (2+ messages)
` "
[PATCH v2 00/10] Support for Allwinner V853 SoC
2025-02-06 16:19 UTC (3+ messages)
` [PATCH v2 09/10] ARM: dts: sun8i: add DTSI file for V853
[PATCH v2 0/4] clk: Support spread spectrum and use it in clk-pll144x and clk-scmi
2025-02-06 16:16 UTC (6+ messages)
` [PATCH v2 3/4] clk: imx: pll14xx: support spread spectrum clock generation
[PATCH net-next 0/3] net: dsa: add support for phylink managed EEE
2025-02-06 15:58 UTC (4+ messages)
` [PATCH net-next 3/3] net: dsa: mt7530: convert to "
[PATCH 0/3] KVM: arm64: Assorted vgic fixes for 6.14
2025-02-06 15:50 UTC (7+ messages)
` [PATCH 1/3] KVM: arm64: timer: Drop warning on failed interrupt signalling
` [PATCH 2/3] KVM: arm64: vgic: Check for unallocated PPI/SPI arrays
` [PATCH 3/3] KVM: arm64: vgic: Gracefully handle resetting an unallocated interrupt
[PATCH v3 00/16] KVM: arm64: Add NV GICv3 support
2025-02-06 15:49 UTC (17+ messages)
` [PATCH v3 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v3 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v3 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v3 04/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 05/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v3 06/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v3 07/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v3 08/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v3 09/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v3 10/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v3 11/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v3 12/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v3 13/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v3 14/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v3 15/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 16/16] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3
[PATCH v1] arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx
2025-02-06 15:39 UTC
[PATCH] arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
2025-02-06 15:22 UTC (5+ messages)
[PATCH net 0/3] Add native mode XDP support
2025-02-06 14:01 UTC (11+ messages)
` [PATCH net 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [EXTERNAL] "
` [PATCH net 3/3] net: ti: icssg-prueth: Add AF_XDP support
` [EXTERNAL] "
[PATCH iwl-next v2 0/9] igc: Add support for Frame Preemption feature in IGC
2025-02-06 15:04 UTC (5+ messages)
` [PATCH iwl-next v2 5/9] igc: Add support for frame preemption verification
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-02-06 15:02 UTC (2+ messages)
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-02-06 13:27 UTC (15+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 03/14] memblock: Add support for scratch memory
` [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v4 06/14] kexec: Add KHO parsing support
` [PATCH v4 07/14] kexec: Add KHO support to kexec file loads
` [PATCH v4 08/14] kexec: Add config option for KHO
` [PATCH v4 09/14] kexec: Add documentation "
` [PATCH v4 10/14] arm64: Add KHO support
` [PATCH v4 11/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v4 12/14] x86: Add KHO support
` [PATCH v4 13/14] memblock: Add KHO support for reserve_mem
` [PATCH v4 14/14] Documentation: KHO: Add memblock bindings
[PATCH v5 net-next 00/14] bridge-fastpath and related improvements
2025-02-06 14:41 UTC (25+ messages)
` [PATCH v5 net-next 01/14] netfilter: nf_flow_table_offload: Add nf_flow_encap_push() for xmit direct
` [PATCH v5 net-next 02/14] netfilter: flow: remove hw_outdev, out.hw_ifindex and out.hw_ifidx
` [PATCH v5 net-next 03/14] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v5 net-next 04/14] netfilter: nft_chain_filter: Add bridge "
` [PATCH v5 net-next 05/14] bridge: Add filling forward path from port to port
` [PATCH v5 net-next 06/14] net: core: dev: Add dev_fill_bridge_path()
` [PATCH v5 net-next 07/14] netfilter :nf_flow_table_offload: Add nf_flow_rule_bridge()
` [PATCH v5 net-next 08/14] netfilter: nf_flow_table_inet: Add nf_flowtable_type flowtable_bridge
` [PATCH v5 net-next 09/14] netfilter: nft_flow_offload: Add NFPROTO_BRIDGE to validate
` [PATCH v5 net-next 11/14] netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port
` [PATCH v5 net-next 12/14] bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
` [PATCH v5 net-next 13/14] bridge: Introduce DEV_PATH_BR_VLAN_KEEP_HW for bridge-fastpath
[PATCH v9 3/6] Coresight: Introduce a new struct coresight_path
2025-02-06 14:34 UTC (5+ messages)
` [PATCH 0/3] coresight: Alloc trace ID after building the path
` [PATCH 1/3] coresight: Don't save handle in path
[PATCH 0/3] Update firmware dt-bindings
2025-02-06 14:22 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: firmware: xilinx: Add xlnx,zynqmp-firmware compatible
` [PATCH 2/3] dt-bindings: firmware: xilinx: Add conditional pinctrl schema
` [PATCH 3/3] dt-bindings: firmware: xilinx: Move FPGA schema references under allOf
[PATCH] perf/arm-cmn: Minor event type housekeeping
2025-02-06 14:24 UTC
[PATCH v6 0/5] Driver for pre-DCP apple display controller
2025-02-06 14:06 UTC (7+ messages)
` [PATCH v6 1/5] dt-bindings: display: Add Apple pre-DCP "
` [PATCH v6 2/5] drm: adp: Add Apple Display Pipe driver
` [PATCH v6 3/5] drm: panel: Add a panel driver for the Summit display
` [PATCH v6 4/5] arm64: dts: apple: Add touchbar screen nodes
` [PATCH v6 5/5] MAINTAINERS: Add entries for touchbar display driver
[PATCH 0/8] KVM: arm64: FPSIMD/SVE/SME fixes
2025-02-06 13:32 UTC (8+ messages)
` [PATCH 7/8] KVM: arm64: Mark some header functions as inline
[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
2025-02-06 13:26 UTC (7+ messages)
` [PATCH v1 05/16] mm/page_table_check: Batch-check pmds/puds just like ptes
` [PATCH v1 06/16] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()
[BUG] ARM64 regression: NULL pointer dereference in arm_smccc_version_init+0x90/0x1ac
2025-02-06 13:08 UTC (4+ messages)
[PATCH v2 0/4] scmi: Bypass set fwnode and introduce allow/block list to address devlink issue
2025-02-06 14:15 UTC (7+ messages)
` [PATCH v2 2/4] firmware: arm_scmi: Add machine_allowlist and machine_blocklist
[PATCH 0/3] gs101 reboot updates (DT)
2025-02-06 13:08 UTC (4+ messages)
` [PATCH 1/3] arm64: dts: exynos: gs101: drop explicit regmap from reboot nodes
` [PATCH 2/3] arm64: dts: exynos: gs101: align reboot and poweroff writes with downstream
` [PATCH 3/3] arm64: dts: exynos: gs101: add reboot-mode support (SYSIP_DAT0)
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).