messages from 2025-04-24 00:59:05 to 2025-04-24 01:42:36 UTC [more...]
[PATCH 0/6] Additional documentation for nova-core
2025-04-24 1:25 UTC (4+ messages)
` [PATCH 5/6] gpu: nova-core: Clarify fields in FalconAppifHdrV1
[PATCH net-next] net: dlink: add synchronization for stats update
2025-04-24 1:42 UTC (2+ messages)
[PATCH v4 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mem
2025-04-24 1:41 UTC (8+ messages)
` [PATCH v4 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
[PATCH net-next 0/2] Enable multiple IRQ lines support in airoha_eth driver
2025-04-24 1:40 UTC (2+ messages)
[PATCH v4 0/3] target/loongarch: Improve feature gating for instruction translation
2025-04-24 1:43 UTC (4+ messages)
` [PATCH v4 3/3] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
[PATCH v4] xen/domain: unify domain ID allocation
2025-04-24 1:40 UTC (3+ messages)
[PATCH v6 0/7] Report vfio-ap configuration changes
2025-04-24 1:04 UTC (3+ messages)
` [PATCH v6 6/7] linux-header: update-linux-header script changes
[PATCH v2 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
2025-04-24 1:36 UTC (3+ messages)
[Patch net v2 0/3] net_sched: Fix UAF vulnerability in HFSC qdisc
2025-04-24 1:40 UTC (2+ messages)
[PATCH] nvmet-tcp: don't restore null sk_state_change
2025-04-24 1:38 UTC (2+ messages)
[PATCH v2 bpf 0/2] bpf: Fix softlock condition in BPF hashmap interation
2025-04-24 1:38 UTC (5+ messages)
` [PATCH v2 bpf 1/2] bpf: fix possible endless loop in BPF map iteration
` [PATCH v2 bpf 2/2] selftests/bpf: add test for softlock when modifying hashmap while iterating
[RESEND] arm64: dts: mediatek: mt8186-corsola: make SDIO card removable
2025-04-24 1:34 UTC
[PATCH 0/7] sysfs: Introduce macros for attribute groups with visibility control
2025-04-24 1:37 UTC (11+ messages)
` [PATCH 1/7] sysfs: Rename attribute group visibility macros
` [PATCH 2/7] sysfs: Introduce macros to simplify creation of visible attribute groups
` [PATCH 3/7] docs: sysfs.rst: document additional attribute group macros
` [PATCH 4/7] pci: doe: Replace sysfs visibility macro
` [PATCH 5/7] soundwire: sysfs: Use ATTRIBUTE_GROUP_VISIBLE()
[PULL 000/148] single-binary patch queue
2025-04-24 0:49 UTC (110+ messages)
` [PULL 004/148] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h
` [PULL 008/148] exec/memory-internal: remove dependency on cpu.h
` [PULL 019/148] accel/tcg: Build user-exec-stub.c once
` [PULL 020/148] accel/tcg: Build plugin-gen.c once
` [PULL 023/148] include/exec: Split out cpu-ldst-common.h
` [PULL 026/148] include/exec: Inline *_data_ra memory operations
` [PULL 027/148] include/exec: Inline *_data "
` [PULL 029/148] accel/tcg: Perform aligned atomic reads in translator_ld
` [PULL 032/148] accel/tcg: Remove mmap_lock/unlock from watchpoint.c
` [PULL 034/148] include/system: Move exec/memory.h to system/memory.h
` [PULL 036/148] include/system: Move exec/ioport.h to system/ioport.h
` [PULL 037/148] include/system: Move exec/ram_addr.h to system/ram_addr.h
` [PULL 039/148] accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c
` [PULL 040/148] exec: Restrict memory-internal.h to system/
` [PULL 041/148] meson: Introduce top-level libuser_ss and libsystem_ss
` [PULL 043/148] accel/tcg: Use "
` [PULL 047/148] semihosting: Assert is_user in user-only semihosting_enabled
` [PULL 048/148] include/exec: Split out watchpoint.h
` [PULL 049/148] hw/core: Move unconditional files to libsystem_ss, libuser_ss
` [PULL 051/148] plugins: Move api.c, core.c to libuser_ss, libsystem_ss
` [PULL 052/148] include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h
` [PULL 053/148] include/hw/core: Drop ifndef CONFIG_USER_ONLY from cpu.h
` [PULL 054/148] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h
` [PULL 057/148] include/exec: Protect icount_enabled from poisoned symbols
` [PULL 058/148] include/system: Remove ifndef CONFIG_USER_ONLY in qtest.h
` [PULL 059/148] include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.h
` [PULL 060/148] target/riscv: Remove ifndef CONFIG_USER_ONLY from cpu_cfg.h
` [PULL 061/148] meson: Only allow CONFIG_USER_ONLY from certain source sets
` [PULL 062/148] exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
` [PULL 063/148] accel/tcg: Fix argument types of tlb_reset_dirty
` [PULL 065/148] accel/tcg: Rebuild full flags in tlb_reset_dirty_range_locked
` [PULL 066/148] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
` [PULL 068/148] accel/tcg: Move get_page_addr_code* declarations
` [PULL 069/148] accel/tcg: Remove page_protect
` [PULL 070/148] accel/tcg: Remove cpu-all.h, exec-all.h from tb-internal.h
` [PULL 071/148] target/rx: Fix copy/paste typo (riscv -> rx)
` [PULL 072/148] hw/core/cpu: Update CPUClass::mmu_index docstring
` [PULL 074/148] target/alpha: Restrict SoftMMU mmu_index() to TCG
` [PULL 075/148] target/arm: "
` [PULL 077/148] target/hppa: "
` [PULL 078/148] target/i386: Remove unused cpu_(ldub, stb)_kernel macros
` [PULL 080/148] target/i386: Restrict SoftMMU mmu_index() to TCG
` [PULL 081/148] target/loongarch: "
` [PULL 082/148] target/m68k: "
` [PULL 083/148] target/microblaze: "
` [PULL 084/148] target/mips: "
` [PULL 085/148] target/openrisc: "
` [PULL 086/148] target/ppc: "
` [PULL 087/148] target/riscv: "
` [PULL 088/148] target/rx: "
` [PULL 089/148] target/s390x: "
` [PULL 091/148] target/sparc: "
` [PULL 092/148] target/tricore: "
` [PULL 093/148] target/xtensa: "
` [PULL 094/148] target/hexagon: Implement TCGCPUOps.mmu_index
` [PULL 095/148] hw/core/cpu: Remove CPUClass::mmu_index()
` [PULL 096/148] accel/tcg: Build translator.c twice
` [PULL 097/148] accel/tcg: Split out tlb-bounds.h
` [PULL 098/148] include/exec: Redefine tlb-flags with absolute values
` [PULL 099/148] page-vary: Move and rename qemu_target_page_bits_min
` [PULL 100/148] page-vary: Restrict scope of TARGET_PAGE_BITS_MIN
` [PULL 101/148] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PULL 102/148] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
` [PULL 103/148] exec/cpu-all: remove system/memory include
` [PULL 104/148] exec/cpu-all: remove exec/page-protection include
` [PULL 105/148] exec/cpu-all: remove tswap include
` [PULL 106/148] exec/cpu-all: remove exec/cpu-interrupt include
` [PULL 107/148] accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO
` [PULL 108/148] accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC
` [PULL 109/148] exec/cpu-all: remove cpu include
` [PULL 110/148] exec/cpu-all: remove exec/target_page include
` [PULL 111/148] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PULL 112/148] exec/cpu-all: remove this header
` [PULL 113/148] accel/kvm: move KVM_HAVE_MCE_INJECTION define to kvm-all.c
` [PULL 114/148] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
` [PULL 115/148] target/arm/cpu: always define kvm related registers
` [PULL 116/148] target/arm/cpu: flags2 is always uint64_t
` [PULL 117/148] target/arm/cpu: define same set of registers for aarch32 and aarch64
` [PULL 118/148] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PULL 119/148] target/arm: Expose Aarch64 helpers unconditionally
` [PULL 120/148] meson: add common hw files
` [PULL 121/148] hw/arm/boot: make compilation unit hw common
` [PULL 122/148] hw/arm/digic_boards: prepare compilation unit to be common
` [PULL 123/148] hw/arm/xlnx-zynqmp: "
` [PULL 124/148] hw/arm/xlnx-versal: "
` [PULL 125/148] hw/arm: make most of the compilation units common
` [PULL 126/148] target/riscv: Do not expose rv128 CPU on user mode emulation
` [PULL 127/148] tcg: Include missing 'cpu.h' in translate-all.c
` [PULL 128/148] tcg: Declare TARGET_INSN_START_EXTRA_WORDS in 'cpu-param.h'
` [PULL 129/148] tcg: Always define TARGET_INSN_START_EXTRA_WORDS
` [PULL 130/148] exec: Restrict 'cpu-ldst-common.h' to accel/tcg/
` [PULL 131/148] exec: Restrict 'cpu_ldst.h' "
` [PULL 132/148] exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'
` [PULL 133/148] tcg: Always define TCG_GUEST_DEFAULT_MO
` [PULL 134/148] tcg: Simplify tcg_req_mo() macro
` [PULL 135/148] tcg: Define guest_default_memory_order in TCGCPUOps
` [PULL 136/148] tcg: Remove use of TCG_GUEST_DEFAULT_MO in tb_gen_code()
` [PULL 137/148] tcg: Propagate CPUState argument to cpu_req_mo()
` [PULL 138/148] tcg: Have tcg_req_mo() use TCGCPUOps::guest_default_memory_order
` [PULL 139/148] tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
` [PULL 140/148] tcg: Move cpu_req_mo() macro to target-agnostic 'backend-ldst.h'
` [PULL 141/148] tcg: Pass max_threads not max_cpus to tcg_init
` [PULL 142/148] tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
` [PULL 143/148] accel/tcg: Remove mttcg_enabled
` [PULL 144/148] tcg: Convert TCGState::mttcg_enabled to TriState
` [PULL 145/148] accel/tcg: Move mttcg warning to tcg_init_machine
` [PULL 146/148] target/riscv: Remove AccelCPUClass::cpu_class_init need
` [PULL 147/148] target/i386: "
` [PULL 148/148] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
[PATCH 00/15] accel/tcg: Compile tb-maint.c twice
2025-04-24 1:19 UTC (16+ messages)
` [PATCH 01/15] accel/tcg: Add CPUState argument to page_unprotect
` [PATCH 02/15] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind
` [PATCH 03/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked
` [PATCH 04/15] accel/tcg: Merge tb_invalidate_phys_range{__locked}
` [PATCH 05/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range
` [PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast
` [PATCH 07/15] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
` [PATCH 08/15] accel/tcg: Simplify CPU_TLB_DYN_MAX_BITS
` [PATCH 09/15] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS
` [PATCH 10/15] accel/tcg: Merge internal-target.h into internal-common.h
` [PATCH 11/15] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
` [PATCH 12/15] accel/tcg: Use vaddr for walk_memory_regions callback
` [PATCH 13/15] accel/tcg: Use vaddr in user/page-protection.h
` [PATCH 14/15] include/exec: Move tb_invalidate_phys_range to translation-block.h
` [PATCH 15/15] accel/tcg: Compile tb-maint.c twice
[PATCH v3 0/5] Enable SVM atomics in Xe / GPU SVM
2025-04-24 1:32 UTC (7+ messages)
` ✓ CI.Patch_applied: success for Enable SVM atomics in Xe / GPU SVM (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
[f2fs-dev] [PATCH] f2fs-tools: enable write hint by default
2025-04-24 1:30 UTC (2+ messages)
[PATCH] benchmark: Measure allocation time for objects
2025-04-24 1:29 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for benchmark: Measure allocation time for objects (rev3)
[PATCH 10.1 v3 00/27] target/riscv: SATP mode and CPU definition overhaul
2025-04-24 1:26 UTC (2+ messages)
[PATCH] hw/intc/loongarch_pch_msi: Remove gpio input handler
2025-04-24 1:15 UTC (2+ messages)
[PATCH v3 0/3] riscv: pwm: sophgo: add pwm support for SG2044
2025-04-24 1:23 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: pwm: sophgo: add pwm controller "
` [PATCH v3 2/3] pwm: sophgo: reorganize the code structure
` [PATCH v3 3/3] pwm: sophgo: add driver for SG2044
[PATCH] selftests/mm: compaction_test: Support platform with huge mount of memory
2025-04-24 1:22 UTC (3+ messages)
[PATCH 0/5] allwinner: Add EMAC0 support to A523 variant SoC
2025-04-24 1:17 UTC (11+ messages)
` [PATCH 1/5] dt-bindings: sram: sunxi-sram: Add A523 compatible
` [PATCH 2/5] dt-bindings: arm: sunxi: Add A523 EMAC0 compatible
` [PATCH 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC
` [PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board
` [PATCH 5/5] arm64: dts: allwinner: t527: add EMAC0 to Avaoto-A1 board
[anolis-intel-cloud:devel-5.10 12/12] drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_hw_leonis/nbl_fc_leonis.h:9:10: fatal error: nbl_resource.h: No such file or directory
2025-04-24 1:19 UTC
[PATCH] lib/amdgpu: fix potential issue with bitwise AND operation
2025-04-24 1:19 UTC (4+ messages)
` [PATCH] tests/amd_queue_reset: use the AMDGPU_RESET_TYPE_PER_QUEUE flag unconditionally
[PATCH v4] Set the scratch allocation to alignment to cacheline size
2025-04-24 1:17 UTC (3+ messages)
` [PATCH v6] lib: sbi: "
[PATCH i-g-t] tests/kms_vrr: Reclassify DRRS subtest under general display features
2025-04-24 1:14 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v11 0/2]
2025-04-24 1:08 UTC (3+ messages)
` [PATCH v11 1/2] dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook
` [PATCH v11 2/2] arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks
[RESEND ath-next 0/2] wifi: ath12k: support usercase-specific firmware overrides
2025-04-24 0:57 UTC (3+ messages)
` [RESEND ath-next 1/2] dt-bindings: net: wireless: ath12k: describe firmware-name property
` [RESEND ath-next 2/2] wifi: ath12k: support usercase-specific firmware overrides
[PATCH] hwmon: convert to use maple tree register cache
2025-04-24 1:08 UTC
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-04-24 1:09 UTC (5+ messages)
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
[PATCH] regulator: pf9453: convert to use maple tree register cache
2025-04-24 1:08 UTC
UBSan bug in real mode fpu emulation
2025-04-24 1:08 UTC
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-24 0:45 UTC (4+ messages)
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH v2 0/3] ocfs2: Fix deadlocks in quota recovery
2025-04-24 1:05 UTC (8+ messages)
` [PATCH v2 1/3] ocfs2: Switch osb->disable_recovery to enum
` [PATCH v2 2/3] ocfs2: Implement handshaking with ocfs2 recovery thread
` [PATCH v2 3/3] ocfs2: Stop quota recovery before disabling quotas
[PATCH v4 0/5] Enhance the PCIe controller driver
2025-04-24 1:04 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: pci: cadence: Extend compatible for new RP configuration
` [PATCH v4 2/5] dt-bindings: pci: cadence: Extend compatible for new EP configurations
` [PATCH v4 3/5] PCI: cadence: Add header support for PCIe HPA controller
` [PATCH v4 4/5] PCI: cadence: Add support for PCIe Endpoint "
` [PATCH v4 5/5] PCI: cadence: Add callback functions for RP and EP controller
[OE-core] [PATCH] gstreamer1.0-dev: Fix install conflict when enable multilib
2025-04-24 1:01 UTC (3+ messages)
` 回复: "
[PATCH] drm/rockchip: add CONFIG_OF dependency
2025-04-24 0:42 UTC (4+ messages)
` "
(no subject)
2025-04-24 0:59 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.