All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-07 18:57:50 to 2025-03-07 19:40:46 UTC [more...]

[PATCH 00/14] hw/vfio: Build various objects once
 2025-03-07 19:40 UTC  (32+ messages)
` [PATCH 01/14] hw/vfio/common: Include missing 'system/tcg.h' header
` [PATCH 02/14] hw/vfio/spapr: Do not include <linux/kvm.h>
` [PATCH 03/14] hw/vfio: Compile some common objects once
` [PATCH 04/14] hw/vfio: Compile more "
` [PATCH 05/14] hw/vfio: Compile iommufd.c once
` [PATCH 06/14] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
` [PATCH 07/14] hw/vfio: Compile display.c once
` [PATCH 08/14] system/kvm: Expose kvm_irqchip_[add,remove]_change_notifier()
` [PATCH 09/14] hw/vfio/pci: Convert CONFIG_KVM check to runtime one
` [PATCH 10/14] system/iommufd: Introduce iommufd_builtin() helper
` [PATCH 11/14] hw/vfio/pci: Check CONFIG_IOMMUFD at runtime using iommufd_builtin()
` [PATCH 12/14] hw/vfio/ap: "
` [PATCH 13/14] hw/vfio/ccw: "
` [PATCH 14/14] hw/vfio/platform: Check CONFIG_IOMMUFD at runtime using iommufd_builtin

[PATCH liburing v2 0/4] vectored registered buffer support and tests
 2025-03-07 19:40 UTC  (2+ messages)

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-07 19:39 UTC  (14+ messages)
` [PATCH v3 01/16] bitops: Change parity8() return type to bool

[PATCH v12 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-03-07 19:39 UTC  (21+ messages)
` [PATCH v12 03/19] x86: Secure Launch Resource Table header file
` [PATCH v12 04/19] x86: Secure Launch main "
` [PATCH v12 07/19] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v12 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v12 15/19] tpm, tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v12 17/19] tpm, sysfs: Show locality used by kernel

[PATCH net-next v10 00/14] net: Hold netdev instance lock during ndo operations
 2025-03-07 19:39 UTC  (3+ messages)
` [PATCH net-next v10 02/14] net: hold netdev instance lock during nft ndo_setup_tc

[Buildroot] [PATCH 0/9 v3] package/podman: new package (branch yem/podman)
 2025-03-07 19:38 UTC  (4+ messages)
` [Buildroot] [PATCH 9/9 v3] package/podman: new package

[PATCH v5 00/10] Introduce /dev/mshv root partition driver
 2025-03-07 19:38 UTC  (4+ messages)
` [PATCH v5 01/10] hyperv: Convert Hyper-V status codes to strings

[PATCH] selinux: Chain up tool resolving errors in install_policy.sh
 2025-03-07 19:38 UTC  (2+ messages)

[PATCH v3 0/7] perf: Make perf_pmu_unregister() usable
 2025-03-07 19:33 UTC  (8+ messages)
` [PATCH v3 1/7] perf: Ensure bpf_perf_link path is properly serialized
` [PATCH v3 2/7] perf: Simplify child event tear-down
` [PATCH v3 3/7] perf: Simplify perf_event_free_task() wait
` [PATCH v3 4/7] perf: Simplify perf_event_release_kernel()
` [PATCH v3 5/7] perf: Unify perf_event_free_task() / perf_event_exit_task_context()
` [PATCH v3 6/7] perf: Rename perf_event_exit_task(.child)
` [PATCH v3 7/7] perf: Make perf_pmu_unregister() useable

[PATCH v3 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 19:37 UTC  (8+ messages)
` [PATCH v3 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v3 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v3 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v3 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v3 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v3 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v3 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH net-next] hamradio: use netdev_lockdep_set_classes() helper
 2025-03-07 19:36 UTC  (2+ messages)

[PATCH 0/2] Improve Zram by separating compression context from kswapd
 2025-03-07 19:34 UTC  (2+ messages)

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-07 19:35 UTC  (7+ messages)
` [PATCH 12/38] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH 13/38] target/hexagon: Define DCache states
` [PATCH 14/38] target/hexagon: Add new macro definitions for sysemu

[PATCH net-next v1 0/4] net: remove rtnl_lock from the callers of queue APIs
 2025-03-07 19:36 UTC  (7+ messages)
` [PATCH net-next v1 2/4] net: protect net_devmem_dmabuf_bindings by new net_devmem_bindings_mutex
` [PATCH net-next v1 3/4] net: add granular lock for the netdev netlink socket

[PATCH v7 00/49] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-03-07 19:35 UTC  (8+ messages)
` [PATCH v7 12/49] x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
` [PATCH v7 33/49] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-07 19:30 UTC  (3+ messages)

[PATCH 00/14] drm/i915: sagv/bw cleanup
 2025-03-07 19:33 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.Build: success "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v2 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 19:33 UTC  (16+ messages)
` [PATCH v2 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v2 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v2 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v2 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v2 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v2 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v2 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH iptables]: xtables: tolerate DNS lookup failures
 2025-03-07 19:32 UTC  (6+ messages)

[PATCH 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-07 19:28 UTC  (8+ messages)
` [PATCH 4/7] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
` [PATCH 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime

[RFC PATCH] mm: Add missing release barrier on PGDAT_RECLAIM_LOCKED unlock
 2025-03-07 19:30 UTC 

request_irq() with local bh disabled
 2025-03-07 19:29 UTC  (5+ messages)

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-07 19:30 UTC  (5+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage

[PATCH v1 0/1] sandbox: swap bloblist and fdt loading address sequence
 2025-03-07 19:29 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH net v4 0/2] gre: Fix regressions in IPv6 link-local address generation
 2025-03-07 19:28 UTC  (3+ messages)
` [PATCH net v4 1/2] gre: Fix "
` [PATCH net v4 2/2] selftests: Add IPv6 link-local address generation tests for GRE devices

Ideas to Improve GDB Stub in Qemu for i8086
 2025-03-07 19:26 UTC  (3+ messages)
` [PATCH] target/i386: Improve 16-bit/real mode debug support in GDB

[PATCH v3 0/3] drm/i915/xe3lpd: Update bandwidth parameters
 2025-03-07 19:25 UTC  (4+ messages)
` [PATCH v3 1/3] drm/i915/display: Convert intel_bw.c internally to intel_display
` [PATCH v3 2/3] drm/i915/display: Convert intel_bw.c externally "
` [PATCH v3 3/3] drm/i915/xe3lpd: Update bandwidth parameters

[PATCH v2 0/3] arm64: Use memory copy instructions in usercopy routines
 2025-03-07 19:23 UTC  (2+ messages)

RAID 5, 10 modern post 2020 drives, slow speeds
 2025-03-07 19:25 UTC  (3+ messages)

[ISSUE]: cxl create region with one memdev fails when we have more than one HBs in the cxl topology setup
 2025-03-07 19:24 UTC 

[PATCH RFC bpf-next 00/20] traits: Per packet metadata KV store
 2025-03-07 19:24 UTC  (5+ messages)
` [PATCH RFC bpf-next 01/20] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next 02/20] trait: XDP support

[PATCH net-next 0/3] net: phy: dp83822: Add support for changing the MAC series termination
 2025-03-07 19:23 UTC  (5+ messages)

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-03-07 19:18 UTC  (4+ messages)
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

[PATCH 6.6 000/147] 6.6.81-rc2 review
 2025-03-07 19:20 UTC  (2+ messages)

[jfern:nova-core-experiments 222/411] drivers/vfio/pci/nvidia-vgpu/vgpu_mgr.c:25: warning: Function parameter or struct member 'vgpu_mgr' not described in 'nvidia_vgpu_mgr_put'
 2025-03-07 19:19 UTC 

[PATCH] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-07 19:19 UTC  (2+ messages)

[PATCH v1 0/2] override audit silence norule for fs cases
 2025-03-07 19:19 UTC  (6+ messages)
` [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules

[PATCH 0/8] cxl: support CXL memory RAS features
 2025-03-07 19:19 UTC  (3+ messages)
` [PATCH 1/8] cxl: Add helper function to retrieve a feature entry

[meta-python]recipes python3-pandas not getting built properly for arm 32 bit
 2025-03-07 19:18 UTC  (2+ messages)
` [oe] "

[PATCH v7 0/4] x86/cpufeatures: Automatically generate required and disabled feature masks
 2025-03-07 19:18 UTC  (3+ messages)

[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-03-07 19:14 UTC  (21+ messages)
` [PATCH v8 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v8 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v8 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v8 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v8 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v8 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v8 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v8 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v8 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v8 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v8 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v8 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v8 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v8 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v8 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v8 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v8 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v8 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v8 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v8 20/20] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH] x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
 2025-03-07 19:18 UTC  (2+ messages)

[PATCH 6.13 000/154] 6.13.6-rc2 review
 2025-03-07 19:18 UTC  (2+ messages)

[PATCH BlueZ v3 1/6] btdev: Add support for Sync Flow Control
 2025-03-07 19:17 UTC  (2+ messages)
` [BlueZ,v3,1/6] "

[PATCH net-next v9 0/8] Support loopback mode speed selection
 2025-03-07 19:15 UTC  (9+ messages)
` [PATCH net-next v9 2/8] net: phy: Support speed selection for PHY loopback

[PATCH 00/16] accel/tcg: Compile more files once
 2025-03-07 19:14 UTC  (29+ messages)
` [PATCH] include/exec: Move TARGET_PAGE_{SIZE, MASK, BITS} to target_page.h
` [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h
` [PATCH 02/16] accel/tcg: Compile watchpoint.c once
` [PATCH 03/16] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
` [PATCH 04/16] exec: Declare tlb_set_page_full() "
` [PATCH 05/16] exec: Declare tlb_set_page_with_attrs() "
` [PATCH 06/16] exec: Declare tlb_set_page() "
` [PATCH 07/16] exec: Declare tlb_hit*() "
` [PATCH 08/16] exec: Declare tlb_flush*() "
` [PATCH 09/16] system: Build watchpoint.c once
` [PATCH 10/16] accel/tcg: Build tcg-accel-ops.c once
` [PATCH 11/16] accel/tcg: Build tcg-accel-ops-icount.c once
` [PATCH 12/16] accel/tcg: Build tcg-accel-ops-rr.c once
` [PATCH 13/16] accel/tcg: Build tcg-accel-ops-mttcg.c once
` [PATCH 14/16] include/exec: Split out helper-getpc.h
` [PATCH 15/16] accel/tcg: Build tcg-runtime.c once
` [PATCH 16/16] accel/tcg: Build tcg-runtime-gvec.c once

[PATCH 6.12 000/148] 6.12.18-rc2 review
 2025-03-07 19:14 UTC  (2+ messages)

[PATCH] libselinux: warn on identical duplicate properties
 2025-03-07 19:10 UTC  (2+ messages)

[PATCH v4 00/47] x86: Improve operation under QEMU
 2025-03-07 19:09 UTC  (3+ messages)
` [PATCH v4 30/47] test/py: Add a helper to send characters

[PATCH v3 00/10] Introduce CET supervisor state support
 2025-03-07 19:09 UTC  (2+ messages)

[PULL 00/18] Functional and other test improvements
 2025-03-07 19:08 UTC  (3+ messages)
` [PULL 11/18] tests/functional: Convert the arm replay avocado tests

[PATCH v2 1/1] dt-bindings: can: fsl,flexcan: add i.MX94 support
 2025-03-07 19:08 UTC 

[PATCH] drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL to LRC dumps
 2025-03-07 19:07 UTC 

[meta-python] python3-scipy
 2025-03-07 19:07 UTC  (4+ messages)
` [oe] "

[PATCH v1 0/7] auxdisplay: charlcd: Refactor memory allocation
 2025-03-07 19:06 UTC  (13+ messages)
` [PATCH v1 1/7] auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common"
` [PATCH v1 6/7] auxdisplay: hd44780: Call charlcd_alloc() from hd44780_common_alloc()

[PATCH 0/2] migration: multifd documentation
 2025-03-07 19:06 UTC  (4+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd

[PATCH RFC/RFT 00/12] clk: samsung: Use platform_driver_probe() to avoid __refdata
 2025-03-07 19:04 UTC  (3+ messages)

[RFC PATCH 0/4] x86/build: Get rid of vmlinux postlink step
 2025-03-07 19:04 UTC  (5+ messages)
` [RFC PATCH 2/4] Kbuild: Introduce Kconfig symbol for linking vmlinux with relocations
` [RFC PATCH 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved

[Buildroot] [PATCH 0/4] package/setserial: patch with _PATCH content and fix build on newer toolchains
 2025-03-07 19:00 UTC  (6+ messages)
` [Buildroot] [PATCH 1/4] package/setserial: apply patches from setserial_2.17-45.3.diff.gz
` [Buildroot] [PATCH 2/4] package/setserial: autoreconfigure for compatibility with newer toolchains
` [Buildroot] [PATCH 3/4] package/setserial: update to 2.17-57 "
` [Buildroot] [PATCH 4/4] package/setserial: simplify patching

[PATCH 0/2] target/arm: SME vs FP enable fixes
 2025-03-07 19:04 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Make DisasContext.{fp, sve}_access_checked tristate
` [PATCH 2/2] target/arm: Simplify pstate_sm check in sve_access_check

[PULL] drm-xe-next
 2025-03-07 19:04 UTC  (3+ messages)

[PATCH] clk: mmp: Fix NULL vs IS_ERR() check
 2025-03-07 19:05 UTC  (2+ messages)

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-07 19:03 UTC  (11+ messages)
` [PATCH v12 2/3] "

[PATCH 0/5] Use MI_MATH to apply RMW WA in LRC
 2025-03-07 19:03 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Use MI_MATH to apply RMW WA in LRC (rev3)

[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
 2025-03-07 19:00 UTC 

[PATCH v2 0/8] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-07 19:00 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.