All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-24 00:48:02 to 2025-04-24 01:25:59 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

[PULL 000/148] single-binary patch queue
 2025-04-24  0:49 UTC  (132+ messages)
` [PULL 001/148] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PULL 002/148] exec/tswap: implement {ld, st}.*_p as functions instead of macros
` [PULL 003/148] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PULL 004/148] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PULL 005/148] exec/memory.h: make devend_memop "target defines" agnostic
` [PULL 006/148] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PULL 007/148] exec/exec-all: remove dependency on cpu.h
` [PULL 008/148] exec/memory-internal: "
` [PULL 009/148] exec/ram_addr: "
` [PULL 010/148] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PULL 011/148] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PULL 012/148] hw/xen: add stubs for various functions
` [PULL 013/148] system/xen: remove inline stubs
` [PULL 014/148] system/physmem: compilation unit is now common to all targets
` [PULL 015/148] include/exec/memory: extract devend_big_endian from devend_memop
` [PULL 016/148] include/exec/memory: move devend functions to memory-internal.h
` [PULL 017/148] system/memory: make compilation unit common
` [PULL 018/148] system/ioport: "
` [PULL 019/148] accel/tcg: Build user-exec-stub.c once
` [PULL 020/148] accel/tcg: Build plugin-gen.c once
` [PULL 021/148] accel/tcg: Fix cpu_ld*_code_mmu for user mode
` [PULL 022/148] include/exec: Use vaddr for *_mmu guest memory access routines
` [PULL 023/148] include/exec: Split out cpu-ldst-common.h
` [PULL 024/148] include/exec: Split out accel/tcg/cpu-mmu-index.h
` [PULL 025/148] include/exec: Inline *_mmuidx_ra memory operations
` [PULL 026/148] include/exec: Inline *_data_ra "
` [PULL 027/148] include/exec: Inline *_data "
` [PULL 028/148] include/exec: Inline *_code "
` [PULL 029/148] accel/tcg: Perform aligned atomic reads in translator_ld
` [PULL 030/148] accel/tcg: Use cpu_ld*_code_mmu in translator.c
` [PULL 031/148] accel/tcg: Implement translator_ld*_end
` [PULL 032/148] accel/tcg: Remove mmap_lock/unlock from watchpoint.c
` [PULL 033/148] include/exec: Split out mmap-lock.h
` [PULL 034/148] include/system: Move exec/memory.h to system/memory.h
` [PULL 035/148] include/system: Move exec/address-spaces.h to system/address-spaces.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 038/148] include/system: Move exec/ramblock.h to system/ramblock.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 042/148] gdbstub: Move syscalls.c out of common_ss
` [PULL 043/148] accel/tcg: Use libuser_ss and libsystem_ss
` [PULL 044/148] target/mips: Restrict semihosting tests to system mode
` [PULL 045/148] target/xtensa: "
` [PULL 046/148] semihosting: Move user-only implementation out-of-line
` [PULL 047/148] semihosting: Assert is_user in user-only semihosting_enabled
` [PULL 048/148] include/exec: Split out watchpoint.h
` [PULL 050/148] system: Move most files to libsystem_ss
` [PULL 051/148] plugins: Move api.c, core.c to libuser_ss, libsystem_ss
` [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 055/148] include/hw/s390x: Remove ifndef CONFIG_USER_ONLY in css.h
` [PULL 056/148] include/exec: Split out icount.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 064/148] accel/tcg: Pass CPUTLBEntryFull to tlb_reset_dirty_range_locked
` [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 067/148] include/exec: Move tb_{, set_}page_addr[01] to translation-block.h
` [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 073/148] accel/tcg: Introduce TCGCPUOps::mmu_index() callback
` [PULL 074/148] target/alpha: Restrict SoftMMU mmu_index() to TCG
` [PULL 075/148] target/arm: "
` [PULL 076/148] target/avr: "
` [PULL 077/148] target/hppa: "
` [PULL 078/148] target/i386: Remove unused cpu_(ldub, stb)_kernel macros
` [PULL 079/148] target/i386: Restrict cpu_mmu_index_kernel() to TCG
` [PULL 080/148] target/i386: Restrict SoftMMU mmu_index() "
` [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 090/148] target/sh4: "
` [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 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 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 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 118/148] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PULL 119/148] target/arm: Expose Aarch64 helpers unconditionally
` [PULL 122/148] hw/arm/digic_boards: prepare compilation unit to be common
` [PULL 123/148] hw/arm/xlnx-zynqmp: "
` [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 129/148] tcg: Always define TARGET_INSN_START_EXTRA_WORDS
` [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 137/148] tcg: Propagate CPUState argument to cpu_req_mo()
` [PULL 139/148] tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
` [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: "

[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 00/15] accel/tcg: Compile tb-maint.c twice
 2025-04-24  1:19 UTC  (7+ messages)
` [PATCH 03/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked
` [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 09/15] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS
` [PATCH 11/15] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
` [PATCH 13/15] accel/tcg: Use vaddr in user/page-protection.h

[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  (13+ 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

[PATCH v3 0/5] Enable SVM atomics in Xe / GPU SVM
 2025-04-24  1:20 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for Enable SVM atomics in Xe / GPU SVM (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[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  (6+ messages)
` [PATCH] tests/amd_queue_reset: use the AMDGPU_RESET_TYPE_PER_QUEUE flag unconditionally
` ✓ Xe.CI.BAT: success for lib/amdgpu: fix potential issue with bitwise AND operation (rev2)
` ✗ Xe.CI.BAT: failure "

[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 v4 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mem
 2025-04-24  1:12 UTC  (6+ messages)
` [PATCH v4 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning

[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)
` 

[PATCH] ocfs2: remove unnecessary NULL check before unregister_sysctl_table()
 2025-04-24  0:57 UTC  (2+ messages)

[PATCH] crypto: x86/sha256 - Include asm/fpu/api.h directly
 2025-04-24  0:56 UTC  (2+ messages)

[PATCH 10.1 v3 00/27] target/riscv: SATP mode and CPU definition overhaul
 2025-04-24  0:50 UTC  (7+ messages)
` [PATCH 14/27] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PATCH 26/27] target/riscv: convert Xiangshan Nanhu "
` [PATCH 27/27] target/riscv: remove .instance_post_init

[PATCH v4 2/2] btrfs: make btrfs_truncate_block() zero folio range for certain subpage corner cases
 2025-04-24  0:56 UTC  (3+ messages)

[PATCH v4 1/2] btrfs: make btrfs_truncate_block() to zero involved blocks in a folio
 2025-04-24  0:54 UTC  (3+ messages)

brcmfmac disconnects when iwd scans
 2025-04-24  0:52 UTC  (3+ messages)

[PATCH v10 00/11] LOBF enablement fix
 2025-04-24  0:48 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for LOBF enablement fix (rev9)


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.