All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-23 23:19:53 to 2025-04-24 01:00:18 UTC [more...]

[PATCH 0/6] Additional documentation for nova-core
 2025-04-23 23:30 UTC  (4+ messages)
` [PATCH 3/6] nova-core: docs: Document vbios layout

[PULL 000/148] single-binary patch queue
 2025-04-24  0:49 UTC  (47+ 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 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 024/148] include/exec: Split out accel/tcg/cpu-mmu-index.h
` [PULL 025/148] include/exec: Inline *_mmuidx_ra memory operations
` [PULL 028/148] include/exec: Inline *_code "
` [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 038/148] include/system: Move exec/ramblock.h to system/ramblock.h
` [PULL 040/148] exec: Restrict memory-internal.h to system/
` [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 050/148] system: Move most files to libsystem_ss
` [PULL 055/148] include/hw/s390x: Remove ifndef CONFIG_USER_ONLY in css.h
` [PULL 056/148] include/exec: Split out icount.h
` [PULL 060/148] target/riscv: Remove ifndef CONFIG_USER_ONLY from cpu_cfg.h
` [PULL 064/148] accel/tcg: Pass CPUTLBEntryFull to tlb_reset_dirty_range_locked
` [PULL 067/148] include/exec: Move tb_{, set_}page_addr[01] to translation-block.h
` [PULL 073/148] accel/tcg: Introduce TCGCPUOps::mmu_index() callback
` [PULL 076/148] target/avr: Restrict SoftMMU mmu_index() to TCG
` [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 090/148] target/sh4: "
` [PULL 104/148] exec/cpu-all: remove exec/page-protection include
` [PULL 116/148] target/arm/cpu: flags2 is always uint64_t

[PATCH v2 0/3] ocfs2: Fix deadlocks in quota recovery
 2025-04-24  0:59 UTC  (3+ messages)
` [PATCH v2 1/3] ocfs2: Switch osb->disable_recovery to enum

(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 0/5] allwinner: Add EMAC0 support to A523 variant SoC
 2025-04-24  0:42 UTC  (4+ messages)
` [PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board

[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  (7+ messages)
` [PATCH v5 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v5 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v5 bpf-next 3/6] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v5 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration
` [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

[PATCH net-next v10 0/9] Device memory TCP TX
 2025-04-23 23:49 UTC  (4+ messages)
` [PATCH net-next v10 4/9] net: devmem: Implement TX path

mcp251xfd: forced TDC
 2025-04-23 23:48 UTC 

[PATCHSET sched_ext/for-6.16] sched_ext: Introduce scx_sched
 2025-04-23 23:44 UTC  (13+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
` [PATCH 03/12] sched_ext: Use dynamic allocation for scx_sched
` [PATCH 04/12] sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
` [PATCH 05/12] sched_ext: Factor out scx_alloc_and_add_sched()
` [PATCH 06/12] sched_ext: Move dsq_hash into scx_sched
` [PATCH 07/12] sched_ext: Move global_dsqs "
` [PATCH 08/12] sched_ext: Relocate scx_event_stats definition
` [PATCH 09/12] sched_ext: Factor out scx_read_events()
` [PATCH 10/12] sched_ext: Move event_stats_cpu into scx_sched
` [PATCH 11/12] sched_ext: Move disable machinery "
` [PATCH 12/12] sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-23 23:45 UTC  (5+ messages)
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb

[PATCH i-g-t v9 0/5] Add per-device engine activity stats in GPUTOP
 2025-04-23 23:45 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add per-device engine activity stats in GPUTOP (rev5)

[PATCH i-g-t] intel/xe_test_config.json: add intel_sysfs_debugfs
 2025-04-23 23:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
 2025-04-23 23:37 UTC 

[PATCH v2] sched_ext: Clarify CPU context for running/stopping callbacks
 2025-04-23 23:35 UTC  (2+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-23 23:33 UTC  (6+ messages)
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit

[PATCH v3 0/5 RESEND] thermal: qcom-spmi-temp-alarm: Add support for new TEMP_ALARM subtypes
 2025-04-23 23:31 UTC  (7+ messages)
` [PATCH v3 3/5 RESEND] thermal: qcom-spmi-temp-alarm: Prepare to support additional Temp Alarm subtypes
` [PATCH v3 4/5 RESEND] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals

[PATCH v3 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
 2025-04-23 23:28 UTC  (3+ messages)
` [PATCH v3 5/7] drm/msm/mdp4: move move_valid callback to lcdc_encoder

Report: Performance regression from ib_umem_get on zone device pages
 2025-04-23 23:28 UTC  (2+ messages)

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-23 23:23 UTC  (4+ messages)
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()

Errors on newly created file system
 2025-04-23 23:24 UTC  (5+ messages)

[PATCH bpf-next/net] bpf: net_sched: Fix using bpf qdisc as default qdisc
 2025-04-23 23:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/4] bpf: Implement mprog API on top of existing cgroup progs
 2025-04-23 23:20 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/4] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [RFC PATCH bpf-next 2/4] bpf: Implement mprog API on top of existing cgroup progs

[PATCH v2 0/9] Clean up the crypto testing options
 2025-04-23 23:20 UTC  (4+ messages)
` [PATCH v2 1/9] crypto: tcrypt - remove CRYPTO_TEST from defconfigs

[PATCH net-next 00/12] netlink: specs: rtnetlink: adjust specs for C codegen
 2025-04-23 23:20 UTC  (2+ messages)


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.