messages from 2025-10-28 05:33:47 to 2025-10-28 06:28:29 UTC [more...]
[Buildroot] Implementation Procedure for i.MX93 Custom Board
2025-10-28 6:02 UTC (9+ messages)
[PATCH v1 00/16] Split AST2400, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
2025-10-28 6:23 UTC (29+ messages)
` [PATCH v1 01/16] hw/arm/aspeed: Split Quanta-Q71L machine into a separate source file "
` [PATCH v1 02/16] hw/arm/aspeed: Split Supermicro X11 "
` [PATCH v1 03/16] hw/arm/aspeed: Split Palmetto "
` [PATCH v1 04/16] hw/arm/aspeed: Split Bletchley "
` [PATCH v1 05/16] hw/arm/aspeed: Split fby35 BMC "
` [PATCH v1 06/16] hw/arm/aspeed: Split Facebook Fuji "
` [PATCH v1 07/16] hw/arm/aspeed: Split QCOM Firework "
` [PATCH v1 08/16] hw/arm/aspeed: Split QCOM DC-SCM V1 "
` [PATCH v1 09/16] hw/arm/aspeed: Make aspeed_machine_ast2600_class_emmc_init() a common API for eMMC boot setup
` [PATCH v1 10/16] hw/arm/aspeed: Split GB200NVL machine into a separate source file for maintainability
` [PATCH v1 11/16] hw/arm/aspeed: Split Rainier "
` [PATCH v1 12/16] hw/arm/aspeed: Split Catalina "
` [PATCH v1 13/16] hw/arm/aspeed: Split AST2600 EVB "
` [PATCH v1 14/16] hw/arm/aspeed: Split AST2700 "
` [PATCH v1 15/16] hw/arm/aspeed: Promote connect_serial_hds_to_uarts() to public machine API
` [PATCH v1 16/16] hw/arm/aspeed: Split AST1030 EVB machine into a separate source file for maintainability
[PATCH 00/12] coresight: Add CPU cluster funnel/replicator/tmc support
2025-10-28 6:28 UTC (4+ messages)
` [PATCH 01/12] dt-bindings: arm: coresight: Add cpu cluster tmc/funnel/replicator support
` [PATCH 02/12] coresight-funnel: Add support for CPU cluster funnel
` [PATCH 03/12] coresight-funnel: Handle delay probe "
[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
2025-10-28 6:24 UTC (5+ messages)
` [PATCH RFC V6 02/24] hw/core, qemu-options.hx: Introduce 'disabledcpus' SMP parameter
` [PATCH RFC V6 04/24] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
` [PATCH RFC V6 04/24] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property
[PATCH] migration: Fix regression of passing error_fatal into vmstate_load_state()
2025-10-28 6:24 UTC (5+ messages)
[PATCH] media: v4l2-ctrls: set AV1 sequence flags for testing
2025-10-28 6:26 UTC
[linus:master] [net] 16c610162d: netperf.Throughput_tps 17.2% regression
2025-10-28 6:25 UTC
[PATCH v3 00/59] target/arm/hvf: Consolidate
2025-10-28 5:42 UTC (59+ messages)
` [PATCH v3 01/59] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH v3 02/59] target/arm/hvf: Trace vCPU KICK events
` [PATCH v3 03/59] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH v3 04/59] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH v3 05/59] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH v3 06/59] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH v3 07/59] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH v3 08/59] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH v3 09/59] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH v3 10/59] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PATCH v3 11/59] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PATCH v3 12/59] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PATCH v3 13/59] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PATCH v3 14/59] target/arm/hvf: Hardcode Apple MIDR
` [PATCH v3 15/59] target/arm/hvf: Simplify hvf_arm_get_host_cpu_features()
` [PATCH v3 16/59] target/arm/hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PATCH v3 17/59] target/arm/hvf: Factor hvf_handle_exception() out
` [PATCH v3 18/59] target/i386/hvf: Factor hvf_handle_vmexit() out
` [PATCH v3 19/59] target/arm/hvf: "
` [PATCH v3 20/59] target/arm/hvf: Keep calling hv_vcpu_run() in loop
` [PATCH v3 21/59] cpus: Trace cpu_exec_start() and cpu_exec_end() calls
` [PATCH v3 22/59] accel/hvf: Guard hv_vcpu_run() between cpu_exec_start/end() calls
` [PATCH v3 23/59] target/arm: Call aarch64_add_pauth_properties() once in host_initfn()
` [PATCH v3 24/59] accel/hvf: Restrict ARM specific fields of AccelCPUState
` [PATCH v3 25/59] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()
` [PATCH v3 26/59] target/arm/hvf: Rename 'vgic' -> 'emu_reginfo' in trace events
` [PATCH v3 27/59] target/arm: Re-use arm_is_psci_call() in HVF
` [PATCH v3 28/59] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
` [PATCH v3 29/59] target/arm/hvf/hvf: Document $pc adjustment in HVF & SMC
` [PATCH v3 30/59] accel/hvf: Trace prefetch abort
` [PATCH v3 31/59] accel/hvf: Create hvf_protect_clean_range, hvf_unprotect_dirty_range
` [PATCH v3 32/59] accel/hvf: Enforce host alignment in hv_vm_protect()
` [PATCH v3 33/59] target/i386/hvf: Use host page alignment in ept_emulation_fault()
` [PATCH v3 34/59] target/i386/hvf: Use hvf_unprotect_page
` [PATCH v3 35/59] target/i386/hvf: Use address_space_translate in ept_emulation_fault
` [PATCH v3 36/59] accel/hvf: Simplify hvf_log_*
` [PATCH v3 37/59] accel/hvf: Move hvf_log_sync to hvf_log_clear
` [PATCH v3 38/59] accel/hvf: Simplify hvf_set_phys_mem
` [PATCH v3 39/59] accel/hvf: Drop hvf_slot and hvf_find_overlap_slot
` [PATCH v3 40/59] accel/hvf: Remove mac_slots
` [PATCH v3 41/59] target/arm/hvf: Implement dirty page tracking
` [PATCH v3 42/59] accel/hvf: Skip WFI if CPU has work to do
` [PATCH v3 43/59] accel/hvf: Implement WFI without using pselect()
` [PATCH v3 44/59] accel/hvf: Have PSCI CPU_SUSPEND halt the vCPU
` [PATCH v3 45/59] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v3 46/59] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v3 47/59] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v3 48/59] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v3 49/59] target/arm: Only allow disabling NEON when using TCG
` [PATCH v3 50/59] target/arm/hvf: Do not abort in hvf_arm_get_*_ipa_bit_size()
` [PATCH v3 51/59] hw/arm/virt: Warn when HVF doesn't report IPA bit length
` [PATCH v3 52/59] accel/hvf: Introduce hvf_arch_cpu_synchronize_[pre/post]exec() hooks
` [PATCH v3 53/59] target/i386/hvf: Flush vCPU registers once before vcpu_exec() loop
` [PATCH v3 54/59] target/arm/hvf: "
` [PATCH v3 55/59] accel/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0
` [PATCH v3 56/59] target/arm: Better describe PMU depends on TCG or HVF
` [PATCH v3 57/59] target/arm/hvf: Emulate PMU registers
` [PATCH v3 59/59] target/arm/hvf: Emulate PhysTimer registers
[PATCH] phy: ti: omap-usb2: Fix device node reference leak in omap_usb2_probe
2025-10-28 6:25 UTC (2+ messages)
[PATCH v3 00/17] Prepare slab for memdescs
2025-10-28 6:24 UTC (5+ messages)
` [PATCH v3 04/17] slab: Remove folio references in slab alloc/free
` [PATCH v3 05/17] slab: Remove folio references from ___kmalloc_large_node()
[PATCH] drm/msm/dpu: drop dpu_hw_dsc_destroy() prototype
2025-10-28 6:24 UTC (2+ messages)
[PATCH 0/4] powerpc/kdump: Support high crashkernel reservation
2025-10-28 6:23 UTC (2+ messages)
[PATCH v2] Bluetooth: btrtl: Add the support for RTL8761CUV
2025-10-28 6:24 UTC
[PATCH 1/2] arm64: dts: freescale: imx93-phyboard-nash: Add jtag overlay
2025-10-28 6:23 UTC (5+ messages)
[PATCH v2 0/2] migration: Fix error propagation regression and memory leak
2025-10-28 6:21 UTC (3+ messages)
` [PATCH v2 1/2] migration: Fix regression of passing error_fatal into vmstate_load_state()
` [PATCH v2 2/2] migration: Fix memory leak in postcopy_ram_listen_thread()
[PATCH] net: phy: motorcomm: Fix the issue in the code regarding the incorrect use of time units
2025-10-28 6:21 UTC (2+ messages)
[PATCH] riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pkt
2025-10-28 6:21 UTC (3+ messages)
[PATCH v5 0/6] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel)
2025-10-28 6:21 UTC (3+ messages)
` [PATCH v5 2/6] drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panel
[PATCH 5.10 000/332] 5.10.246-rc1 review
2025-10-28 6:19 UTC (2+ messages)
[RFC PATCH] target/loongarch: Add kvm support dintc
2025-10-28 6:18 UTC (3+ messages)
[PATCH] mm/damon/stat: set last_refresh_jiffies to jiffies at startup
2025-10-28 6:19 UTC
[PATCH 1/2] cpuidle: psci: Replace deprecated strcpy in psci_idle_init_cpu
2025-10-28 6:16 UTC (4+ messages)
` [PATCH 2/2] cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuidle_init_cpu
[PATCH v1 0/1] arm64: dts: qcom: Add dual-channel LVDS support on QCS615 Talos EVK
2025-10-28 6:16 UTC (2+ messages)
` [PATCH v1 1/1] arm64: dts: qcom: talos-evk: Add support for dual-channel LVDS panel
[PATCH] ASoC: rt721: fix prepare clock stop failed
2025-10-28 6:14 UTC (2+ messages)
[PATCH] Pinctrl: core: export pinctrl_provide_dummies() to fix build error
2025-10-28 6:13 UTC
[PATCH 0/2] thunderbolt: Bring the firmware upgrade documentation up-to-date
2025-10-28 6:13 UTC (3+ messages)
` [PATCH 1/2] thunderbolt: Update NVM firmware upgrade documentation
` [PATCH 2/2] thunderbolt: Update deprecated firmware update site in icm.c
[meta-networking][kirkstone][PATCH] frr: fix CVE-2024-31949
2025-10-28 6:13 UTC
[PATCH v2] tick/sched: Limit non-timekeeper CPUs calling jiffies update
2025-10-28 6:09 UTC (2+ messages)
[meta-oe][PATCH] nodejs: fix compile failed for 32 bit arm target
2025-10-28 6:09 UTC (2+ messages)
` [oe] "
[PATCH] drm/of: Fix device node reference leak in drm_of_panel_bridge_remove
2025-10-28 6:09 UTC
[PATCH v5 0/3] Add pinctrl support for Sky1
2025-10-28 6:08 UTC (3+ messages)
` [PATCH v5 3/3] arm64: dts: cix: Add pinctrl nodes for sky1
[PATCH] thermal: thermal_of: Fix device node reference leak in thermal_of_cm_lookup
2025-10-28 6:08 UTC
[PATCH ath-current] Revert "wifi: ath12k: Fix missing station power save configuration"
2025-10-28 6:07 UTC
[PATCH 00/12] drm/msm: Add support for Kaanapali
2025-10-28 6:07 UTC (3+ messages)
` [PATCH 03/12] drm/msm/dpu: Compatible with Kaanapali interrupt register
[PATCH] net: devmem: Remove dst (ENODEV) check in net_devmem_get_binding
2025-10-28 6:07 UTC
[PATCH] drm/mediatek: fix device use-after-free on unbind
2025-10-28 6:06 UTC (3+ messages)
[PATCH v2 00/15] Support ROHM BD72720 PMIC
2025-10-28 6:06 UTC (2+ messages)
` [PATCH v2 07/15] mfd: bd71828: Support ROHM BD72720
[linusw-pinctrl:devel 28/44] drivers/pinctrl/pinctrl-mpfs-iomux0.c:89:2: error: initializer element is not a compile-time constant
2025-10-28 6:02 UTC
[walnascar][PATCH] glibc: stable 2.41 branch updates
2025-10-28 6:04 UTC (4+ messages)
` [OE-core] "
[RFC v2 0/8] dma-buf: Add support for mapping dmabufs via interconnects
2025-10-28 6:04 UTC (7+ messages)
` [RFC v2 1/8] dma-buf: Add support for map/unmap APIs for interconnects
` [RFC v2 2/8] dma-buf: Add a helper to match interconnects between exporter/importer
[PATCH v5 17/23] iio: mlx90614: Convert to common field_{get,prep}() helpers
2025-10-28 5:59 UTC (2+ messages)
[PATCH v2] PCI/PTM: Do not enable PTM solely based on the capability existense
2025-10-28 6:04 UTC
[PATCH 00/19] Cache Aware Scheduling
2025-10-28 6:02 UTC (3+ messages)
` [PATCH 15/19] sched/fair: Respect LLC preference in task migration and detach
[PATCH v7 00/12] Add SiFive TMC0 and SMC0 driver
2025-10-28 6:02 UTC (4+ messages)
` [PATCH v7 04/12] lib: utils/cache: Add fdt cmo helpers
[PATCH v5 12/23] clk: at91: Convert to common field_{get,prep}() helpers
2025-10-28 6:01 UTC (2+ messages)
[PATCH v2] KVM: arm64: nv: Optimize unmapping of shadow S2-MMU tables
2025-10-28 6:02 UTC (4+ messages)
[PATCH] smb: client: fix potential cfid UAF in smb2_query_info_compound
2025-10-28 6:02 UTC (3+ messages)
[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
2025-10-28 6:01 UTC (7+ messages)
` [PATCH v7 08/23] vfio/iommufd: Force creating nesting parent HWPT
` [PATCH v7 12/23] intel_iommu: Add some macros and inline functions
[PATCH] KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVES
2025-10-28 6:01 UTC
[PATCH i-g-t v1] intel-ci: Update PTL display blocklist
2025-10-28 5:56 UTC
[PATCH v4] drm/i915/display: Extend i915_display_info with Type-C port details
2025-10-28 6:00 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: Extend i915_display_info with Type-C port details (rev5)
[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
2025-10-28 5:58 UTC (7+ messages)
` [PATCH v2 3/7] dt-bindings: pci: spacemit: introduce PCIe "
[Buildroot] [PATCH 1/1] package/mpd: update to version 0.24.6
2025-10-28 5:49 UTC
[linus:master] [mm/fault] 19773df031: vm-scalability.throughput 219.8% improvement
2025-10-28 5:58 UTC
[PATCH v8 0/3] PCI: imx6: Add external reference clock mode support
2025-10-28 5:56 UTC (6+ messages)
` [PATCH v8 2/3] dt-bindings: PCI: pci-imx6: Add external reference clock input
[PATCH v12 0/5] Display enablement changes for Qualcomm QCS8300 platform
2025-10-28 5:54 UTC (10+ messages)
` [PATCH v12 3/5] dt-bindings: display/msm: Document MDSS on QCS8300
[PATCH v3] ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zero
2025-10-28 5:52 UTC (2+ messages)
[RFC PATCH v1 1/1] tests/kms_big_fb: Open compatible driver for the platform
2025-10-28 5:52 UTC (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [RFC,v1,1/1] "
[RESEND PATCH v2] ocfs2: introduce chain list sanity check with ocfs2_check_chain_list()
2025-10-28 5:51 UTC (4+ messages)
[PATCH 0/3] Fix Adaptive Sync SDP for Panel Replay
2025-10-28 5:50 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH] blktrace: for ftrace use correct trace format ver
2025-10-28 5:50 UTC
[PATCH 0/2] Add I2C support for Tegra410
2025-10-28 5:47 UTC (9+ messages)
` [PATCH 1/2] i2c: tegra: Add logic to support different register offsets
` [PATCH 2/2] i2c: tegra: Add support for Tegra410
[PATCH v8 00/20] Add GCE support for MT8196
2025-10-28 5:47 UTC (5+ messages)
` [PATCH v8 13/20] drm/mediatek:Use reg_write function pointer for subsys ID compatibility
[PULL 00/45] Staging patches
2025-10-28 5:46 UTC (5+ messages)
` [PULL 23/45] migration: Capture error in postcopy_ram_listen_thread()
[PATCH] mtd: rawnand: cadence: avoid NULL dereference of DMA device pointer
2025-10-28 5:44 UTC (2+ messages)
[PATCH] hwrng: tpm: Do not enable by default
2025-10-28 5:46 UTC (4+ messages)
[PATCH v1 0/2] PCI: j721e: Add voltage regulator support
2025-10-28 5:46 UTC (9+ messages)
` [PATCH v1 1/2] dt-bindings: PCI: ti,j721e-pci-host: Add optional regulator supplies
` [PATCH v1 2/2] PCI: j721e: Add support for "
[PATCH] drm/mediatek: Disable AFBC support on Mediatek DRM driver
2025-10-28 5:43 UTC (3+ messages)
[PATCH v2] iio: adc: aspeed: clear reference voltage bits before configuring vref
2025-10-28 5:41 UTC
[PATCH v2 00/50] tree-in-dcache stuff
2025-10-28 5:33 UTC (5+ messages)
` [PATCH v2 31/50] convert autofs
[PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
2025-10-28 5:37 UTC (5+ messages)
` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()
[oe-core][scarthgap][PATCH 1/1] bind: upgrade 9.18.33 -> 9.18.41
2025-10-28 5:38 UTC
[oe-core][PATCH 1/1] bind: upgrade 9.20.13 -> 9.20.15
2025-10-28 5:37 UTC
歌・ダンス等のスクール事業 FC説明会
2025-10-28 5:35 UTC
[PATCH v2] docs/system/arm/virt: Document user-creatable SMMUv3
2025-10-28 5:35 UTC (5+ messages)
[isar-cip-core][RFC v2 0/5] Enable support for wfx backend based software updates
2025-10-28 5:46 UTC (6+ messages)
` [isar-cip-core][RFC v2 1/5] SWUpdate: Use self-built SWUpdate 2025.05+dfsg-3 for trixie
` [isar-cip-core][RFC v2 2/5] recipes-core/swupdate-config: Add suricatta section in swupdate.cfg
` [isar-cip-core][RFC v2 3/5] wfx-customizations: Recipe to add wfx helper specific scripts into target
` [isar-cip-core][RFC v2 4/5] kas/opt/wfx.yml: Set wfx specific variables
` [isar-cip-core][RFC v2 5/5] doc/README.swupdate.md: Add section for software update with wfx
[PATCH v1 2/2] epoll: Use __user_write_access_begin() and unsafe_put_user() in epoll_put_uevent()
2025-10-28 5:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.