All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-30 17:01:08 to 2025-08-30 18:00:25 UTC [more...]

[PATCH 0/2] staging: fix W=1 format-truncation warnings
 2025-08-30 17:38 UTC  (3+ messages)
` [PATCH 1/2] staging: greybus: audio_topology: avoid -Wformat-truncation
` [PATCH 2/2] staging: vc04_services: bcm2835-camera: "

[PATCH v4 00/84] target/arm: Implement FEAT_GCS
 2025-08-30  5:41 UTC  (33+ messages)
` [PATCH v4 01/84] linux-user/aarch64: Split out signal_for_exception
` [PATCH v4 09/84] target/arm: Add prot_check parameter to do_ats_write
` [PATCH v4 10/84] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH v4 16/84] target/arm: Force HPD for stage2 translations
` [PATCH v4 17/84] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v4 18/84] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v4 26/84] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v4 29/84] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v4 30/84] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v4 31/84] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v4 33/84] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v4 40/84] target/arm: Convert regime_is_user "
` [PATCH v4 43/84] target/arm: Introduce mmu indexes for GCS
` [PATCH v4 45/84] target/arm: Support page protections for GCS mmu indexes
` [PATCH v4 47/84] target/arm: Add GCS cpregs
` [PATCH v4 50/84] target/arm: Expand pstate to 64 bits
` [PATCH v4 54/84] target/arm: Introduce delay_exception{_el}
` [PATCH v4 55/84] target/arm: Emit HSTR trap exception out of line
` [PATCH v4 56/84] target/arm: Emit v7m LTPSIZE "
` [PATCH v4 58/84] target/arm: Implement GCSB
` [PATCH v4 62/84] target/arm: Implement GCSPOPX
` [PATCH v4 68/84] target/arm: Add gcs record for BLR with PAuth
` [PATCH v4 71/84] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v4 72/84] target/arm: Implement EXLOCK check during exception return
` [PATCH v4 75/84] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v4 77/84] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH v4 78/84] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v4 79/84] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v4 80/84] linux-user/aarch64: Generate GCS signal records
` [PATCH v4 81/84] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v4 82/84] tests/tcg/aarch64: Add gcsstr
` [PATCH v4 84/84] tests/tcg/aarch64: Add gcsss

[PATCH V7 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2025-08-30 17:58 UTC  (5+ messages)
` [PATCH V7 4/5] iio: adc: Add support for QCOM "
` [PATCH V7 5/5] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-08-29 20:02 UTC  (8+ messages)
` [PATCH v13 08/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v13 18/27] migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
` [PATCH v13 19/27] migration: push Error **errp into loadvm_handle_recv_bitmap()
` [PATCH v13 20/27] migration: Return -1 on memory allocation failure in ram.c
` [PATCH v13 21/27] migration: push Error **errp into loadvm_process_enable_colo()
` [PATCH v13 25/27] migration: Rename post_save() to cleanup_save() and make it void
` [PATCH v13 27/27] backends/tpm: Propagate vTPM error on migration failure

[PULL 00/91] linux-user patch queue
 2025-08-30  1:46 UTC  (19+ messages)
` [PULL 07/91] linux-user/arm: Convert target_elf_gregset_t to a struct
` [PULL 11/91] linux-user/mips: "
` [PULL 17/91] linux-user/xtensa: "
` [PULL 23/91] linux-user: Move elf_core_copy_regs to aarch64/elfload.c
` [PULL 26/91] linux-user: Move elf_core_copy_regs to mips/elfload.c
` [PULL 28/91] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PULL 30/91] linux-user: Move elf_core_copy_regs to m68k/elfload.c
` [PULL 41/91] linux-user/arm: Create target_ptrace.h
` [PULL 57/91] linux-user/sh4: "
` [PULL 61/91] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PULL 69/91] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PULL 71/91] linux-user: Move elf parameters to ppc/target_elf.h
` [PULL 72/91] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PULL 78/91] linux-user: Move elf parameters to alpha/target_elf.h
` [PULL 84/91] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PULL 85/91] linux-user: Rename elf_check_arch
` [PULL 86/91] linux-user: Remove ELIBBAD from elfload.c

xfsdump musl patch questions
 2025-08-30 17:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] support/testing/tests/boot/test_edk2.py: switch to neoverse-n2 cpu
 2025-08-30 17:55 UTC 

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-08-29 18:03 UTC  (2+ messages)
` [PATCH v2 05/14] audio: make jackaudio use qemu_thread_set_name

[PATCH 2/7] Add termios2 support to alpha target
 2025-08-30 13:16 UTC 

[PATCH v2 0/3] tests/functional: improve handling flaky downloads
 2025-08-29 21:19 UTC  (5+ messages)
` [PATCH v2 1/3] tests/functional: enable force refresh of cached assets
` [PATCH v2 2/3] tests/functional: fix formatting of exception args

[PATCH 0/5] target/arm: Remove deprecated pxa CPUs and xscale/iwmmxt code
 2025-08-28 22:03 UTC  (12+ messages)
` [PATCH 1/5] target/arm: Remove deprecated pxa CPU family
` [PATCH 2/5] target/arm: Remove XScale and iWMMXt translate.c code
` [PATCH 3/5] target/arm: Remove iwmmxt helper functions
` [PATCH 4/5] target/arm: Drop ARM_FEATURE_XSCALE handling
` [PATCH 5/5] target/arm: Drop ARM_FEATURE_IWMMXT handling

[PULL v2 00/32] target-arm queue
 2025-08-30 16:08 UTC 

[sre-misc:thinkpad-t14s-x1e 19/19] kismet: WARNING: unmet direct dependencies detected for LEDS_GPIO when selected by MERAKI_MX100
 2025-08-30 17:47 UTC 

[PATCH 0/2] hw/mips: Remove mipssim machine and mipsnet device
 2025-08-30  2:52 UTC  (3+ messages)

[PATCH mt76] wifi: mt76: mt7996: Set EML capabilities for AP interface
 2025-08-30 17:12 UTC 

[PATCH v2 0/9] panic: introduce panic status function family
 2025-08-29  4:39 UTC  (12+ messages)
` [PATCH v2 1/9] panic: Introduce helper functions for panic state
` [PATCH v2 2/9] fbdev: Use panic_in_progress() helper
` [PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
` [PATCH v2 4/9] panic: use panic_try_start() in nmi_panic()
` [PATCH v2 5/9] panic: use panic_try_start() in vpanic()
` [PATCH v2 6/9] printk/nbcon: use panic_on_this_cpu() helper
` [PATCH v2 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
` [PATCH v2 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
` [PATCH v2 9/9] watchdog: skip checks when panic is in progress

[Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
 2025-08-23  3:00 UTC  (11+ messages)

Live Update MC (LPC): Call for Presentations
 2025-08-04 23:09 UTC  (2+ messages)

[PATCH 4/7] Add termios2 support to mips target
 2025-08-30 13:17 UTC 

[PATCH 0/8] arm64: allwinner: a523: Enable MCU PRCM and NPU
 2025-08-30 17:09 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: clock: sun55i-a523-ccu: Add missing NPU module clock
` [PATCH 2/8] dt-bindings: clock: sun55i-a523-ccu: Add A523 MCU CCU clock controller
` [PATCH 3/8] clk: sunxi-ng: mp: Fix dual-divider clock rate readback
` [PATCH 4/8] clk: sunxi-ng: sun55i-a523-ccu: Add missing NPU module clock
` [PATCH 5/8] clk: sunxi-ng: div: support power-of-two dividers
` [PATCH 6/8] clk: sunxi-ng: add support for the A523/T527 MCU CCU
` [PATCH 7/8] arm64: dts: allwinner: a523: Add MCU PRCM CCU node
` [PATCH 8/8] arm64: dts: allwinner: a523: Add NPU device node

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-08-28 22:22 UTC  (13+ messages)
` [PATCH v4 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v4 05/47] hw/arm/xlnx-versal: sdhci: refactor creation
` [PATCH v4 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v4 20/47] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH v4 36/47] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH v4 37/47] hw/arm/xlnx-versal: add a per_cluster_gic switch to VersalCpuClusterMap

[PATCH] qapi: net/tap: deprecate vhostforce option
 2025-08-30  8:17 UTC  (2+ messages)

[PATCH 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-08-30 17:44 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support

[PATCH v8 5/7] NFSD: issue READs using O_DIRECT even if IO is misaligned
 2025-08-30 17:38 UTC  (4+ messages)
` [RFC PATCH 0/2] some progress on rpcrdma bug [was: Re: [PATCH v8 5/7] NFSD: issue READs using O_DIRECT even if IO is misaligned]
  ` [RFC PATCH 1/2] NFSD: fix misaligned DIO READ to not use a start_extra_page, exposes rpcrdma bug?
  ` [RFC PATCH 2/2] NFSD: use /end/ of rq_pages for front_pad page, simpler workaround for rpcrdma bug

[PATCH v2] target/arm: Rename isar_feature_aa64_atomics
 2025-08-30 16:09 UTC  (2+ messages)

[sre-misc:thinkpad-t14s-x1e 57/95] kismet: WARNING: unmet direct dependencies detected for PHY_QCOM_MIPI_CSI2 when selected by VIDEO_QCOM_CAMSS
 2025-08-30 17:36 UTC 

[sre-misc:thinkpad-t14s-x1e 19/19] kismet: WARNING: unmet direct dependencies detected for INPUT_SPARSEKMAP when selected by EC_LENOVO_THINKPAD_T14S
 2025-08-30 17:37 UTC 

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-08-30 12:00 UTC  (3+ messages)
` [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring

[PATCH] tools/mm/slabinfo.c: fix access to null terminator in string
 2025-08-30 17:34 UTC  (3+ messages)

[PATCH] system: drop the -old-param option
 2025-08-28 22:07 UTC  (3+ messages)

[Buildroot] [PATCH v4 0/2] Initial LX2160A-RDB support
 2025-08-30 17:33 UTC  (3+ messages)
` [Buildroot] [PATCH v4 1/2] package/qoriq-restool: new package
` [Buildroot] [PATCH v4 2/2] board/lx2160ardb: new platform

[PATCH 00/15] Add SPI offload support to AD4030
 2025-08-30 17:33 UTC  (9+ messages)
` [PATCH 08/15] dt-bindings: iio: adc: adi,ad4030: Add 4-lane per channel bus width option
` [PATCH 09/15] iio: adc: ad4030: Support multiple data lanes per channel
` [PATCH 12/15] dt-bindings: iio: adc: adi,ad4030: Add adi,dual-data-rate
` [PATCH 13/15] iio: adc: ad4030: Enable dual data rate

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-28 22:28 UTC  (7+ messages)
` [PATCH v3 30/87] linux-user/i386: Create target_ptrace.h
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t

[efi:urgent] BUILD SUCCESS 05e75ac35ee9e38f96bbfebf1830ec2cace2e7f8
 2025-08-30 17:28 UTC 

[PATCH] dump: enhance win_dump_available to report properly
 2025-08-30 12:02 UTC  (3+ messages)

[bluetooth-next:master] BUILD REGRESSION 02925b3b935e2203077ec974b93bf2d5f84ab754
 2025-08-30 17:27 UTC 

[PATCH 1/1] crypto: acomp: Use shared struct for context alloc and free ops
 2025-08-30 17:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/5] tcg/i386: Improve vector shifts
 2025-08-30  3:39 UTC  (3+ messages)
` [PATCH v2 1/5] cpuinfo/i386: Detect GFNI as an AVX extension
` [PATCH v2 4/5] tcg/i386: Add INDEX_op_x86_vgf2p8affineqb_vec

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-08-29 21:41 UTC  (13+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 03/18] target/i386: limit a20 "
` [PATCH 06/18] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 15/18] bsd-user, linux-user: introduce qemu_wait_io_event
` [PATCH 16/18] cpus: clear exit_request in qemu_wait_io_event
` [PATCH 17/18] accel: make all calls to qemu_wait_io_event look the same
` [PATCH 18/18] tcg/user: do not set exit_request gratuitously

[PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
 2025-08-30 17:26 UTC  (2+ messages)

[PATCH v9 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-08-29  8:25 UTC  (2+ messages)
` [PATCH v9 05/11] hw/arm/virt: Add an SMMU_IO_LEN macro

[PULL 00/32] target-arm queue
 2025-08-28 21:42 UTC  (3+ messages)
` [PULL 29/32] target/arm: Rename isar_feature_aa64_atomics

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-08-29 12:59 UTC  (3+ messages)
` [PULL 12/28] hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
` [PULL 25/28] hpet: move out main counter read into a separate block

[Buildroot] [PATCH v3 00/11] Layerscape uprev to lf-6.12.20-2.0.0, initial LX2160A-RDB support
 2025-08-30 17:23 UTC  (4+ messages)
` [Buildroot] [PATCH v3 10/11] package/qoriq-restool: new package

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-29  5:56 UTC  (4+ messages)
` [PATCH v5 13/21] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET

[PATCH v5 0/4] BMI270: Add support for step counter and motion events
 2025-08-30 17:23 UTC  (8+ messages)
` [PATCH v5 4/4] iio: ABI: document accel and roc event attributes

[PATCH net] net: dsa: ks8995: Fix some error handling path in ks8995_probe()
 2025-08-30 17:13 UTC 

[PATCH v2] tools/mm/slabinfo: fix access to null terminator in string boundary
 2025-08-30 17:20 UTC 

[PATCH v4 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-08-30 17:19 UTC  (3+ messages)
` [PATCH v4 2/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "

[PATCH 0/4] mtd: rawnand: s3c2410: Drop S3C2410 driver
 2025-08-30 17:01 UTC  (10+ messages)
` [PATCH 1/4] mtd: rawnand: s3c2410: Drop S3C2410 support
` [PATCH 2/4] dt-bindings: mtd samsung-s3c2410: "
` [PATCH 3/4] mtd: rawnand: s3c2410: Drop driver (no actual S3C64xx user)
` [PATCH 4/4] ARM: s3c6400_defconfig: Drop MTD_NAND_S3C2410

[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
 2025-08-28 21:49 UTC  (7+ messages)
      ` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])

[RFC PATCH 0/6] ethdev: refactor and extend DCB configuration API
 2025-08-30 17:17 UTC  (7+ messages)
` [RFC PATCH 1/6] ethdev: extend and refactor DCB configuration
` [RFC PATCH 2/6] ethdev: remove nb_tcs from rte_eth_dcb_conf structure
` [RFC PATCH 3/6] ethdev: decouple VMDq and DCB cofiguration
` [RFC PATCH 4/6] ethdev: extend VMDq/DCB configuration with queue mapping
` [RFC PATCH 5/6] ethdev: remove dcb_capability_en from rte_eth_conf
` [RFC PATCH 6/6] ethdev: move mq_mode to [r,t]x_adv_conf

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-08-30 17:17 UTC  (7+ messages)
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use

[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
 2025-08-28 21:57 UTC  (4+ messages)
` [PATCH 1/2] hw/core: Dump cpu_reset in the reset.exit phase

[PATCH 6/7] Add termios2 support to sh4 target
 2025-08-30 13:19 UTC 

[PATCH 3/7] Add termios2 support to hppa target
 2025-08-30 13:17 UTC 

[PATCH bpf-next v5 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-08-30 17:13 UTC  (6+ messages)
` [PATCH bpf-next v5 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH v5 00/11] Add more tests for multi fs block atomic writes
 2025-08-30 17:09 UTC  (7+ messages)
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper

[Buildroot] [PATCH 1/1] support/testing/tests/package/test_fwts.py: switch to neoverse-n2 cpu
 2025-08-30 17:09 UTC 

[PATCH] docs: sphinx: remove SPDX/copyright comments from HTML output
 2025-08-30 17:08 UTC 

[PATCH] linux-user: Drop deprecated -p option
 2025-08-28 21:39 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1 iwl-net] igc: power up PHY before link test
 2025-08-30 17:06 UTC  (2+ messages)
`  "

[Stable-10.0.4 00/59] Patch Round-up for stable 10.0.4, freeze on 2025-09-06
 2025-08-29 17:56 UTC  (4+ messages)
` [Stable-10.0.4 56/59] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback

[PATCH v2 0/5] iio: adc: samsung: Simplify, cleanup and drop S3C2410
 2025-08-30 16:48 UTC  (3+ messages)
` [PATCH v2 4/5] dt-bindings: iio: adc: samsung,exynos: Drop S3C2410
` [PATCH v2 5/5] dt-bindings: iio: adc: samsung,exynos: Drop touchscreen support

[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
 2025-08-30  8:05 UTC  (3+ messages)
` [PATCH v5 08/13] qmp: update virtio features map to support extended features

[PATCH 1/2] util-linux: include/mount-api-utils: avoid using sys/mount.h
 2025-08-30 17:02 UTC  (2+ messages)
` [PATCH 2/2] stress-ng: upgrade 0.19.02 -> 0.19.03

Bug Note: Clang Build Fails Currently
 2025-08-28 23:08 UTC 


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.