messages from 2025-04-23 23:51:32 to 2025-04-24 01:06:48 UTC [more...]
[PULL 000/148] single-binary patch queue
2025-04-24 0:49 UTC (79+ 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 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 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 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 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 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 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 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 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 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 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 076/148] target/avr: "
` [PULL 077/148] target/hppa: "
` [PULL 079/148] target/i386: Restrict cpu_mmu_index_kernel() "
` [PULL 082/148] target/m68k: Restrict SoftMMU mmu_index() "
` [PULL 087/148] target/riscv: "
` [PULL 089/148] target/s390x: "
` [PULL 090/148] target/sh4: "
` [PULL 093/148] target/xtensa: "
` [PULL 094/148] target/hexagon: Implement TCGCPUOps.mmu_index
` [PULL 096/148] accel/tcg: Build translator.c twice
` [PULL 101/148] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PULL 104/148] exec/cpu-all: remove exec/page-protection include
` [PULL 109/148] exec/cpu-all: remove cpu include
` [PULL 114/148] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
` [PULL 116/148] target/arm/cpu: flags2 is always uint64_t
` [PULL 125/148] hw/arm: make most of the compilation units common
` [PULL 143/148] accel/tcg: Remove mttcg_enabled
` [PULL 144/148] tcg: Convert TCGState::mttcg_enabled to TriState
` [PULL 147/148] target/i386: Remove AccelCPUClass::cpu_class_init need
[PATCH 0/5] allwinner: Add EMAC0 support to A523 variant SoC
2025-04-24 0:43 UTC (6+ messages)
` [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 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 v4 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mem
2025-04-24 1:01 UTC (6+ messages)
` [PATCH v4 1/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
` [PATCH v4 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
[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 (29+ messages)
` [PATCH 14/27] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PATCH 15/27] target/riscv: convert profile CPU models "
` [PATCH 16/27] target/riscv: convert bare "
` [PATCH 17/27] target/riscv: convert dynamic "
` [PATCH 18/27] target/riscv: convert SiFive E "
` [PATCH 19/27] target/riscv: convert ibex "
` [PATCH 20/27] target/riscv: convert SiFive U "
` [PATCH 21/27] target/riscv: th: make CSR insertion test a bit more intuitive
` [PATCH 22/27] target/riscv: generalize custom CSR functionality
` [PATCH 23/27] target/riscv: convert TT C906 to RISCVCPUDef
` [PATCH 24/27] target/riscv: convert TT Ascalon "
` [PATCH 25/27] target/riscv: convert Ventana V1 "
` [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] lib/amdgpu: fix potential issue with bitwise AND operation
2025-04-24 0:55 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for lib/amdgpu: fix potential issue with bitwise AND operation (rev2)
` ✗ Xe.CI.BAT: failure "
[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)
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-24 0:45 UTC (10+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH 0/4] Improve Sphinx kerneldoc extension
2025-04-24 0:43 UTC (3+ messages)
[PATCH v2 0/8] arm64: dts: imx8: create common imx-pcie[0,1]-ep overlay file
2025-04-24 0:41 UTC (9+ messages)
` [PATCH v2 1/8] arm64: dts: imx8: create unified pcie0 and pcie0_ep label for all chips
` [PATCH v2 2/8] arm64: dts: imx8dxl-ss-hsio: correct irq number for imx8dxl
` [PATCH v2 3/8] arm64: dts: imx8dxl-evk: Add pcie0-ep node and use unified pcie0 label
` [PATCH v2 4/8] arm64: dts: imx8: use common imx-pcie0-ep.dtso to enable PCI ep function
` [PATCH v2 5/8] arm64: dts: imx95: add pcie1 ep overlay file and create pcie-ep dtb files
` [PATCH v2 6/8] arm64: dts: imx8mm-evk: add pcie0-ep node and apply pcie0-ep overlay file
` [PATCH v2 7/8] arm64: dts: imx8mq: add pcie0-ep node
` [PATCH v2 8/8] arm64: dts: imx8mq-evk: add pcie[0,1]-ep nodes
[bug report] rcutorture: Perform more frequent testing of ->gpwrap
2025-04-24 0:41 UTC (3+ messages)
[scarthgap][RFC] meta-ti-bsp : Add build support for am62dxx-evm
2025-04-24 0:40 UTC (2+ messages)
[PATCH RFC 0/4] erofs-utils: Add --meta_fix and --meta_only format options
2025-04-24 0:39 UTC (4+ messages)
[PATCH 0/7] lib/crc: drop "glue" from filenames
2025-04-24 0:20 UTC (8+ messages)
` [PATCH 1/7] arm/crc: "
` [PATCH 2/7] arm64/crc: "
` [PATCH 3/7] powerpc/crc: "
` [PATCH 4/7] powerpc/crc: rename crc32-vpmsum_core.S to crc-vpmsum-template.S
` [PATCH 5/7] s390/crc: drop "glue" from filenames
` [PATCH 6/7] sparc/crc: "
` [PATCH 7/7] x86/crc: "
[PATCH v4 0/7] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-04-24 0:32 UTC (11+ messages)
` [PATCH v4 1/7] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v4 7/7] net: register debugfs file for net_device refcnt tracker
[PATCH v4] erofs: lazily initialize per-CPU workers and CPU hotplug hooks
2025-04-24 0:31 UTC (2+ messages)
[PATCH v3 0/2] Don't create Python bytecode when building the kernel
2025-04-24 0:31 UTC (4+ messages)
[PATCH 0/4] media: i2c: imx214: Add support for more clock frequencies
2025-04-24 0:28 UTC (2+ messages)
[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-24 0:27 UTC (4+ messages)
` [PATCH net-next v4 1/3] netdevsim: Mark NAPI ID on skb in nsim_rcv
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v4 3/3] selftests: drv-net: Test that NAPI ID is non-zero
[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
2025-04-24 0:28 UTC (3+ messages)
` [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder
[question] Status of dictionary preload compression?
2025-04-24 0:27 UTC (2+ messages)
[PATCH net-next v3 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-24 0:25 UTC (5+ messages)
` [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-04-24 0:23 UTC (6+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
[PATCH net v2 0/5] net_sched: Adapt qdiscs for reentrant enqueue cases
2025-04-24 0:24 UTC (6+ messages)
[PATCH] iio: light: zopt2201: Remove code duplication in scale write functions
2025-04-24 0:21 UTC
[PATCH 0/2] selftests: ublk: misc fixes
2025-04-24 0:18 UTC (6+ messages)
` [PATCH 1/2] selftests: ublk: kublk: build with -Werror
` [PATCH 2/2] selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutils
[PATCH v4 0/4] Don't create Python bytecode when building the kernel
2025-04-24 0:16 UTC (5+ messages)
` [PATCH v4 1/4] docs: Makefile: get rid of KERNELDOC_CONF env variable
` [PATCH v4 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files
` [PATCH v4 4/4] .gitignore: ignore Python compiled bytecode
[PATCH net] gve: Add adminq lock for creating and destroying multiple queues
2025-04-24 0:14 UTC (2+ messages)
[PATCH] m68k/mac: Fix macintosh_config for Mac II
2025-04-24 0:07 UTC
[PATCH v1 net-next] net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n
2025-04-24 0:10 UTC (2+ messages)
[PATCH net-next] net: phy: remove function stubs
2025-04-24 0:10 UTC (2+ messages)
[PATCH net-next 0/3] r8169: merge chip versions
2025-04-24 0:10 UTC (2+ messages)
[PATCH net 0/2] mptcp: pm: Defer freeing userspace pm entries
2025-04-24 0:10 UTC (2+ messages)
[PATCH] selftests/bpf: Set MACs during veth creation in tc_redirect
2025-04-24 0:10 UTC (2+ messages)
[RFT] bootlinux: add bisection support
2025-04-24 0:09 UTC
[PATCH v8 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
2025-04-24 0:08 UTC (2+ messages)
newlines in filenames; POSIX.1-2024
2025-04-24 0:05 UTC (4+ messages)
[PATCH v6 0/4] add feature arc in rte_graph
2025-04-24 0:01 UTC (5+ messages)
` [PATCH v9 0/5] "
` [PATCH v9 4/5] app/graph: add custom feature nodes for ip4 output arc
linux-next: runtime warning after merge of the mm-unstable tree
2025-04-24 0:04 UTC (6+ messages)
[iptables PATCH] xshared: Accept an option if any given command allows it
2025-04-24 0:04 UTC (5+ messages)
[PATCH i-g-t 0/6] Sanity check Xe2 PEC OA reports
2025-04-24 0:01 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for Sanity check Xe2 PEC OA reports (rev2)
[PATCH v3] dt-bindings: arm: qcom: add SA8255p Ride board
2025-04-23 23:54 UTC (3+ messages)
[PATCH 0/3] Add x1e Dell Inpsiron 14p
2025-04-23 23:53 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: arm: qcom: Add Dell Inspiron 14 Plus 7441
` [PATCH 2/3] arm64: dts: qcom: Add support for X1E80100 Dell Inspirion "
` [PATCH 3/3] arm64: dts: qcom: x1e80100-dell-inspiron14-7441: Switch on CAMSS RGB sensor
[PATCH 6.12 000/223] 6.12.25-rc1 review
2025-04-23 23:53 UTC (2+ messages)
[RFC] xen/x86: allow overlaps with non-RAM regions
2025-04-23 23:51 UTC (7+ messages)
[PATCH v5 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
2025-04-23 23:51 UTC (3+ messages)
` [PATCH v5 bpf-next 5/6] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v5 bpf-next 6/6] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
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.