All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 13:41:37 to 2026-07-06 14:01:38 UTC [more...]

[PATCH v7 00/35] monitor: turn QMP and HMP into QOM objects
 2026-07-06 13:58 UTC  (22+ messages)
` [PATCH v7 01/35] qom: replace 'can_be_deleted' with 'prepare_delete'
` [PATCH v7 02/35] monitor: replace 'common' with 'parent_obj' in MonitorHMP
` [PATCH v7 03/35] monitor: replace 'common' with 'parent_obj' in MonitorQMP
` [PATCH v7 04/35] monitor: rename monitor_init* to monitor_new*
` [PATCH v7 05/35] monitor: minimal conversion of monitors to QOM
` [PATCH v7 06/35] monitor: pass chardev ID into monitor constructor instead of object
` [PATCH v7 07/35] monitor: add 'chardev' property to Monitor base class
` [PATCH v7 08/35] monitor: add 'readline' property to HMP Monitor class
` [PATCH v7 09/35] monitor: add 'pretty' property to QMP "
` [PATCH v7 10/35] monitor: remove 'skip_flush' field
` [PATCH v7 11/35] monitor: move monitor_data_(init|destroy) into QOM init/finalize
` [PATCH v7 12/35] monitor: use class methods for monitor_vprintf
` [PATCH v7 13/35] monitor: use class methods for monitor_qapi_event_emit
` [PATCH v7 15/35] monitor: use class method for I/O thread request
` [PATCH v7 16/35] monitor: use dynamic cast in monitor_qmp_requests_pop_any_with_lock
` [PATCH v7 17/35] util: use dynamic cast in error vreport
` [PATCH v7 18/35] monitor: drop unused monitor_cur_is_qmp
` [PATCH v7 21/35] monitor: drop unused monitor_is_qmp method
` [PATCH v7 22/35] monitor: eliminate monitor_is_hmp_non_interactive method
` [PATCH v7 26/35] monitor: protect qemu_chr_fe_accept_input with monitor lock
` [PATCH v7 28/35] tests/qtest: add tests for dynamic monitor add/remove

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-06 14:01 UTC  (7+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS

[PATCH v3 0/2] syscall_user_dispatch: add build/runtime configs
 2026-07-06 14:00 UTC  (3+ messages)
` [PATCH v3 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v3 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl

[Intel-wired-lan] [PATCH] ixgbe: validate E610 PFA TLV bounds
 2026-07-06 14:01 UTC  (3+ messages)
  `  "

[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-07-06 14:00 UTC  (11+ messages)
` [PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available

[PATCH 00/30] mtd: spi-nor: Clean Winbond W25QxxJV family
 2026-07-06 13:59 UTC  (10+ messages)
` [PATCH 01/30] mtd: spi-nor: winbond: Move W25Q01NW to its right place
` [PATCH 02/30] mtd: spi-nor: winbond: Normalize names
` [PATCH 03/30] mtd: spi-nor: winbond: Stop filling the .name entry

[PATCH v3 0/3] Add support for the Iris codec on Milos
 2026-07-06 13:59 UTC  (3+ messages)
` [PATCH v3 2/3] media: iris: Add support for Milos (VPU v2.0)

[RFC PATCH v4 0/5] drm/xe: Structured RAS error logging infrastructure
 2026-07-06 13:59 UTC  (3+ messages)
` [RFC PATCH v4 1/5] drm/xe: Add SIG_IDs for RAS error logging

[RFC/PATCH] vdpa/mlx5: Fix buffer length in create_direct_keys()
 2026-07-06 13:59 UTC  (5+ messages)

[PATCH 0/3] drm: Remove unused *drm parameter
 2026-07-06 13:58 UTC  (7+ messages)
  ` [PATCH 1/3] gpu/drm: Remove unused *dev parameter from drm_mode_destroy function
  ` [PATCH 2/3] gpu/drm: Remove unused 'drm device *dev' parameter from drm_mode_create()
  ` [PATCH 3/3] gpu/drm: Add drm_notice logging when drm_mode_create fails

[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
 2026-07-06 13:58 UTC  (8+ messages)
` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style
` [PATCH net-next 2/2] net: phy: qt2025: "

[PATCH v3 RESEND 0/5] Add initial device trees for Nord SA8797P
 2026-07-06 13:57 UTC  (3+ messages)
` [PATCH v3 RESEND 3/5] arm64: dts: qcom: Add device tree for Nord SA8797P SoC

[PATCH v3 00/13] libmultipath: a generic multipath lib for block drivers
 2026-07-06 13:57 UTC  (4+ messages)
` [PATCH v3 08/13] libmultipath: Add sysfs helpers

[PATCH] configs: mediatek: do not autostart the watchdog on the Genio EVKs
 2026-07-06 13:57 UTC  (2+ messages)

[PATCH v4 0/5] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-07-06 13:57 UTC  (7+ messages)

[PATCH bpf-next v4 0/9] Verify BPF signed loader at load time
 2026-07-06 13:56 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: Resolve and cache fd_array objects "
` [PATCH bpf-next v4 2/9] bpf: Move bigger allocations below fd_array resolution
` [PATCH bpf-next v4 3/9] bpf: Verify signed loader metadata at load time
` [PATCH bpf-next v4 4/9] libbpf: Drop in-loader metadata check for load-time verification
` [PATCH bpf-next v4 5/9] bpftool: Check EVP_Digest when computing excl_prog_hash
` [PATCH bpf-next v4 6/9] bpftool: Cover loader metadata with the program signature
` [PATCH bpf-next v4 7/9] selftests/bpf: Adjust bpf_map layout in verifier_map_ptr
` [PATCH bpf-next v4 8/9] selftests/bpf: Verify load-time signed loader metadata
` [PATCH bpf-next v4 9/9] Documentation/bpf: Add BPF signing and enforcement doc

[PATCH v3] firmware: stratix10-svc: fix FCS SMC call kernel-doc
 2026-07-06 13:56 UTC  (2+ messages)

[PATCH v3] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-06 13:56 UTC 

[Buildroot] [PATCH for 2025.02.x] package/ruby: security bump to v3.4.10
 2026-07-06 13:55 UTC 

[PATCH net-next] net: skbuff: use net_zcopy_get() instead of refcount_inc()
 2026-07-06 13:55 UTC  (2+ messages)

[syzbot] [serial?] memory leak in gsm_activate_mux
 2026-07-06 13:55 UTC 

[PATCH v2 0/7] ARM: Add RV1103B Omega4 board support
 2026-07-06 13:54 UTC  (4+ messages)

[PATCH v5 0/7] crypto: qce - Fix crypto self-test failures
 2026-07-06 13:53 UTC  (8+ messages)
` [PATCH v5 1/7] crypto: qce - Fix HMAC self-test failures for empty messages
` [PATCH v5 2/7] crypto: qce - Reject empty messages for AES-XTS
` [PATCH v5 3/7] crypto: qce - Fix CTR-AES for partial block requests
` [PATCH v5 4/7] crypto: qce - Use a fallback for AES-CTR with a partial final block
` [PATCH v5 5/7] crypto: qce - Fix xts-aes-qce for weak keys
` [PATCH v5 6/7] crypto: qce - Use a fallback for CCM with a partial final block
` [PATCH v5 7/7] crypto: qce - Use fallback for CCM with a fragmented payload

[PULL 00/32] Accelerator patches for 2026-07-06
 2026-07-06 13:45 UTC  (33+ messages)
` [PULL 01/32] cpu: Constify CPUState::cc (cached CPUClass pointer)
` [PULL 02/32] target/i386: Remove duplicate tlb_flush() call in cpu_post_load()
` [PULL 03/32] accel/tcg: Restrict tlb_protect/unprotect_code() to TCG
` [PULL 04/32] accel/hvf: Remove left-over comment
` [PULL 05/32] accel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PULL 06/32] accel/mshv: Fix pointer to proc feature bitfield
` [PULL 07/32] gdbstub: Add trace event for STEP packet handler
` [PULL 08/32] gdbstub: Only return E22 when reverse GDB is not supported
` [PULL 09/32] accel/whpx: Implement missing AccelClass::gdbstub_supported_sstep_flags
` [PULL 10/32] accel/kvm: Always define AccelOpsClass::supports_guest_debug
` [PULL 11/32] accel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUG
` [PULL 12/32] accel/kvm: Hold have_guest_debug in KVMState
` [PULL 13/32] gdbstub: Reduce gdb_supports_guest_debug() scope
` [PULL 14/32] gdbstub: Move supported_sstep_flags in AccelGdbConfig structure
` [PULL 15/32] accel: Have each implementation return their AccelGdbConfig
` [PULL 16/32] gdbstub: Make default replay_mode value explicit in stubs
` [PULL 17/32] accel: Hold @can_reverse information in AccelGdbConfig
` [PULL 18/32] accel: Remove AccelOpsClass::supports_guest_debug
` [PULL 19/32] cpu: Move cpu_breakpoint_test out of line
` [PULL 20/32] cpu: Move BREAKPOINT definitions to 'exec/breakpoint.h'
` [PULL 21/32] accel: Remove unnecessary 'inline' qualifier in remove_all_breakpoints
` [PULL 22/32] gdbstub/user: Directly call gdb_breakpoint_remove_all() in user mode
` [PULL 23/32] gdbstub: Reduce @type variable scope
` [PULL 24/32] gdbstub: Introduce GdbBreakpointType enumerator
` [PULL 25/32] accel: Use GdbBreakpointType enum
` [PULL 26/32] target/arm: Inline check_watchpoints() in arm_debug_check_watchpoint()
` [PULL 27/32] target/ppc: Ensure TCG is used in ppc_update_daw()
` [PULL 28/32] accel/tcg: Improve docstrings around TCGCPUOps::*watchpoint* handlers
` [PULL 29/32] cpu: Better name cpu_single_step() trace event
` [PULL 30/32] cpu: Introduce cpu_single_stepping() helper
` [PULL 31/32] cpu: Rename CPUState @singlestep_enabled -> @singlestep_flags
` [PULL 32/32] cpu: Only check SSTEP_ENABLE flag in cpu_single_stepping()

[PATCH v2 0/3] phy: qcom-qusb2: sort out register layouts
 2026-07-06 13:53 UTC  (8+ messages)
` [PATCH v2 1/3] phy: qcom-qusb2: enable autoresume on Talos platforms
` [PATCH v2 2/3] phy: qcom-qusb2: correst PHY description for IPQ6018
` [PATCH v2 3/3] phy: qcom-qusb2: describe autoresume bit

[PATCH 1/2] librav1e: make nasm dependency x86-specific
 2026-07-06 13:51 UTC  (3+ messages)
` [oe] "

[PATCH] hwmon: (asus-ec-sensors) add ROG CROSSHAIR X870E HERO
 2026-07-06 13:53 UTC  (2+ messages)

[PATCH v3 0/4] Add Qualcomm SPEL powercap driver
 2026-07-06 13:52 UTC  (3+ messages)
` [PATCH v3 3/4] powercap: qcom: Add "

[PATCH ipsec] xfrm: espintcp: fix UAF during close
 2026-07-06 13:52 UTC  (3+ messages)

[PATCH v6 00/34] monitor: turn QMP and HMP into QOM objects
 2026-07-06 13:49 UTC  (5+ messages)
` [PATCH v6 01/34] qom: replace 'can_be_deleted' with 'prepare_delete'

[PATCH i-g-t] tests/kms_display_modes: Skip mirrored pipe combinations
 2026-07-06 13:52 UTC  (2+ messages)

[PATCH v9 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
 2026-07-06 13:52 UTC  (3+ messages)

[PATCH] hwmon: (asus-ec-sensors) add ROG Maximus Z790 Hero
 2026-07-06 13:52 UTC  (2+ messages)

rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire
 2026-07-06 13:50 UTC 

[PATCH] multipath.conf.in: Update path_checker and force_sync documentation
 2026-07-06 13:50 UTC 

[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
 2026-07-06 13:50 UTC  (4+ messages)

[PATCH] sparse-index: avoid crash on intent-to-add entry outside the cone
 2026-07-06 13:50 UTC 

[OE-core][scarthgap][PATCH 1/2] util-linux: Fix CVE-2026-27456
 2026-07-06 13:50 UTC  (4+ messages)
` [OE-core][scarthgap][PATCH 2/2] util-linux: Fix CVE-2026-3184

[PATCH] nasm: upgrade 3.01 -> 3.02
 2026-07-06 13:50 UTC 

[PATCH v1] hwmon: (acpi_power_meter) Stop setting acpi_device_name/class()
 2026-07-06 13:50 UTC  (2+ messages)

[PATCH v3 0/4] regulator: qcom_usb_vbus: add pm4125 VBUS regulator support
 2026-07-06 13:49 UTC  (8+ messages)
  ` [PATCH v3 2/4] regulator: qcom_usb_vbus: add register abstraction and PM8150B support
  ` [PATCH v3 3/4] regulator: qcom_usb_vbus: add support for qcom,pm4125-vbus-reg
  ` [PATCH v3 4/4] arm64: dts: qcom: Fix pm4125 vbus regulator compatible and constraints

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-06 13:49 UTC  (7+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()

[PATCH v5 6/8] string: introduce memcpy_nt() helpers
 2026-07-06 13:49 UTC  (3+ messages)

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-06 13:49 UTC  (5+ messages)
` [PATCH 08/15] device core: Initial device trust infrastructure
` [PATCH 09/15] PCI, device core: Move "untrusted" concept to DEVICE_TRUST_ADVERSARY

linux-next: manual merge of the net-next tree with the net tree
 2026-07-06 13:48 UTC 

[PATCH v4 0/2] drm/v3d: Fix perfmon locking and cross-queue isolation
 2026-07-06 13:48 UTC  (5+ messages)
` [PATCH v4 1/2] drm/v3d: Refactor perfmon locking
` [PATCH v4 2/2] drm/v3d: Serialize jobs across queues when a perfmon is attached

[PATCH v2 0/4] arm64: qcom: dts: Add display support for Qualcomm Shikra
 2026-07-06 13:48 UTC  (6+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel

[PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
 2026-07-06 13:48 UTC  (3+ messages)

[PATCH v8 0/9] Support for block device NVMEM providers
 2026-07-06 13:47 UTC  (4+ messages)
` [PATCH v8 4/9] nvmem: layouts: Support fixed-layout as the nvmem device node itself

[PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
 2026-07-06 13:47 UTC  (3+ messages)

[PATCH net] tipc: serialize udp bearer replicast list updates
 2026-07-06 13:47 UTC 

[PATCH v2 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver
 2026-07-06 13:47 UTC  (5+ messages)
  ` [PATCH v2 2/3] media: i2c: og0ve1b: Introduce per-sensor data structure

[PATCH v9 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
 2026-07-06 13:46 UTC  (3+ messages)

[PATCH v4] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-07-06 13:46 UTC  (2+ messages)

rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire
 2026-07-06 13:46 UTC 

[PATCH 1/7] lib: Add vendor-agnostic platform filtering interface
 2026-07-06 13:46 UTC  (5+ messages)
` [PATCH 3/7] lib/amdgpu: Add AMD platform filtering backend

[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
 2026-07-06 13:46 UTC  (6+ messages)
` [RFC PATCH v2 00/11] rust: usb: synchronous + asynchronous "
  ` [RFC PATCH v2 10/11] rust: usb: keep usb::Device private and gate transfers on Interface<Bound>

[PATCH net] psp: fix NULL genl_sock deref race with concurrent netns teardown
 2026-07-06 13:46 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-06 13:45 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots

[PATCH v3 0/8] Arm Live Firmware Activation (LFA) support
 2026-07-06 13:44 UTC  (18+ messages)
` [PATCH v3 1/8] dt-bindings: arm: Add Live Firmware Activation
` [PATCH v3 2/8] firmware: smccc: Add support for Live Firmware Activation (LFA)
` [PATCH v3 3/8] firmware: smccc: lfa: Add timeout and trigger watchdog
` [PATCH v3 4/8] firmware: smccc: lfa: Register ACPI notification
` [PATCH v3 5/8] firmware: smccc: lfa: Add auto_activate sysfs file
` [PATCH v3 6/8] firmware: smccc: lfa: Register DT interrupt
` [PATCH v3 7/8] firmware: smccc: lfa: introduce SMC access lock
` [PATCH v3 8/8] firmware: smccc: lfa: add sysfs ABI documentation

[RFC PATCH 0/3] mtd: spi-nor: Rework flash parameter initialization
 2026-07-06 13:45 UTC  (5+ messages)

net: airoha: PPE SRAM stale L2 entries survive TC flower destroy on station roam
 2026-07-06 13:45 UTC 

[PATCH v6 0/3] graph: indent visual roots in graph
 2026-07-06 13:44 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] graph: add a 2 commit buffer for lookahead

[v1] crypto/qat: fix IPsec MB header include for ARM
 2026-07-06 13:44 UTC  (3+ messages)
` [v2] "

[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
 2026-07-06 13:43 UTC  (5+ messages)
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask

[PATCH] selftests/damon: check correct path in ensure_file() not_exist case
 2026-07-06 13:43 UTC 

[PATCH v3 0/5] media: Add fdinfo support for v4l2 drivers
 2026-07-06 13:42 UTC  (12+ messages)
` [PATCH v3 1/5] media: v4l2: Add callback for show_fdinfo
` [PATCH v3 2/5] docs: media: add documentation for V4L2 driver usage metrics
` [PATCH v3 3/5] media: v4l2-core: Add v4l2-metrics interface
` [PATCH v3 4/5] media: hantro: Add per-context fdinfo usage metrics
` [PATCH v3 5/5] media: rkvdec: "

[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
 2026-07-06 13:42 UTC  (4+ messages)
` [PATCH v5 02/10] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size

[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-06 13:42 UTC  (8+ messages)

[RFC PATCH v3 0/9] accel: rocket: Add RK3568 NPU support
 2026-07-06 13:45 UTC  (7+ messages)
` [RFC PATCH v3 6/9] iommu/rockchip: Clear AUTO_GATING bit 1 on the RK356x v1 IOMMU

[PATCH v10 00/21] target/s390x: Extend qemu CPACF support
 2026-07-06 13:41 UTC  (3+ messages)
` [PATCH v10 03/21] target/s390x: Move cpacf sha512 code into a new file

[rppt:direct-map/v0 5/7] mm/vmalloc.h:41:26: error: call to undeclared function 'get_vm_area_page_order'; ISO C99 and later do not support implicit function declarations
 2026-07-06 13:41 UTC 

[PATCH net-next 0/4] net: hsr: PRP RedBox (PRP-SAN) support
 2026-07-06 13:41 UTC  (4+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 3/4] net: hsr: allow PRP RedBox (interlink) creation
  ` [PATCH net-next v2 4/4] selftests: net: hsr: add PRP RedBox test


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.