All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-16 12:06:52 to 2025-10-16 12:35:32 UTC [more...]

[PULL 00/75] Misc single binary patches for 2025-10-16
 2025-10-16 12:15 UTC  (69+ messages)
` [PULL 01/75] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx
` [PULL 02/75] target/alpha: Access CPUState::cpu_index via helper
` [PULL 03/75] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
` [PULL 04/75] target/hppa: Use hwaddr type for HPPATLBEntry::pa
` [PULL 05/75] target/hppa: Have hppa_form_gva*() return vaddr type
` [PULL 06/75] target/hppa: Explode MO_TExx -> MO_TE | MO_xx
` [PULL 07/75] target/hppa: Conceal MO_TE within do_load()
` [PULL 08/75] target/hppa: Conceal MO_TE within do_load_32/64()
` [PULL 09/75] target/hppa: Conceal MO_TE within do_store()
` [PULL 10/75] target/hppa: Conceal MO_TE within do_store_32/64()
` [PULL 11/75] target/hppa: Introduce mo_endian() helper
` [PULL 12/75] target/hppa: Replace MO_TE -> MO_BE
` [PULL 13/75] target/hppa: correct size bit parity for fmpyadd
` [PULL 14/75] target/loongarch: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
` [PULL 15/75] target/loongarch: Remove target_ulong use in gen_goto_tb()
` [PULL 16/75] target/loongarch: Remove target_ulong use in gdb_write_register handler
` [PULL 17/75] target/loongarch: Do not use target_ulong type for LDDIR level
` [PULL 18/75] target/m68k: Remove unused @cpu_exception_index TCGv
` [PULL 19/75] target/m68k: Remove pointless @cpu_halted TCGv
` [PULL 20/75] target/microblaze: Remove target_ulong use in cpu_handle_mmu_fault()
` [PULL 21/75] target/microblaze: Remove target_ulong uses in get_phys_page_attrs_debug
` [PULL 22/75] target/microblaze: Remove target_ulong use in gen_goto_tb()
` [PULL 23/75] target/microblaze: Remove target_ulong use in helper_stackprot()
` [PULL 24/75] target/microblaze: Have compute_ldst_addr_type[ab] return TCGv_i32
` [PULL 25/75] target/microblaze: Have do_load/store() take a TCGv_i32 address argument
` [PULL 26/75] target/microblaze: Convert CPUMBState::res_addr field to uint32_t type
` [PULL 27/75] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
` [PULL 28/75] target/openrisc: Do not use target_ulong for @mr in MTSPR helper
` [PULL 29/75] target/openrisc: Remove unused cpu_openrisc_map_address_*() handlers
` [PULL 30/75] target/openrisc: Remove target_ulong use in raise_mmu_exception()
` [PULL 31/75] target/openrisc: Use vaddr type for $pc jumps
` [PULL 34/75] target/openrisc: Conceal MO_TE within do_load()
` [PULL 35/75] target/openrisc: Conceal MO_TE within do_store()
` [PULL 36/75] target/openrisc: Introduce mo_endian() helper
` [PULL 37/75] target/openrisc: Replace MO_TE -> MO_BE
` [PULL 38/75] target/openrisc: Inline tcg_gen_trunc_i64_tl()
` [PULL 39/75] target/openrisc: Replace target_ulong -> uint32_t
` [PULL 40/75] target/riscv: Use 32 bits for misa extensions
` [PULL 41/75] target/riscv: Replace HOST_BIG_ENDIAN #ifdef with if() check
` [PULL 42/75] target/rx: Replace target_ulong -> vaddr for translator API uses
` [PULL 43/75] target/rx: Use MemOp type in gen_ld[u]() and gen_st()
` [PULL 44/75] target/rx: Propagate DisasContext to generated helpers
` [PULL 46/75] target/rx: Propagate DisasContext to gen_ld[u]() and gen_st()
` [PULL 47/75] target/rx: Factor mo_endian() helper out
` [PULL 48/75] target/rx: Replace MO_TE -> MO_LE
` [PULL 49/75] target/rx: Expand TCG register definitions for 32-bit target
` [PULL 50/75] target/rx: Un-inline various helpers
` [PULL 51/75] target/s390x: Replace HOST_BIG_ENDIAN #ifdef with if() check
` [PULL 52/75] target/sh4: Convert CPUSH4State::sr register to uint32_t type
` [PULL 53/75] target/sh4: Remove target_ulong use in cpu_sh4_is_cached()
` [PULL 54/75] target/sh4: Use hwaddr type for hardware addresses
` [PULL 55/75] target/sh4: Remove target_ulong uses in superh_cpu_get_phys_page_debug
` [PULL 56/75] target/sh4: Use vaddr type for TLB virtual addresses
` [PULL 57/75] target/sh4: Remove target_ulong use in gen_goto_tb()
` [PULL 58/75] target/sparc: Reduce inclusions of 'exec/cpu-common.h'
` [PULL 59/75] target/tricore: Remove target_ulong use in gen_goto_tb()
` [PULL 60/75] target/tricore: Replace target_ulong -> vaddr with tlb_fill() callees
` [PULL 61/75] target/tricore: Remove target_ulong use in translate_insn() handler
` [PULL 63/75] target/tricore: Remove unnecessary cast to target_ulong
` [PULL 64/75] target/tricore: Replace target_ulong -> uint32_t in op_helper.c
` [PULL 66/75] target/tricore: Inline tcg_gen_ld32u_tl()
` [PULL 67/75] target/tricore: Expand TCG helpers for 32-bit target
` [PULL 68/75] target/tricore: Pass DisasContext as first argument
` [PULL 71/75] target/xtensa: Replace legacy cpu_physical_memory_[un]map() calls
` [PULL 72/75] target/xtensa: Remove target_ulong use in xtensa_tr_translate_insn()
` [PULL 73/75] target/xtensa: Remove target_ulong use in xtensa_get_tb_cpu_state()
` [PULL 74/75] linux-user/microblaze: Fix little-endianness binary
` [PULL 75/75] mailmap: Unify Clément Mathieu--Drif emails

FAILED: patch "[PATCH] eventpoll: Replace rwlock with spinlock" failed to apply to 5.4-stable tree
 2025-10-16 12:35 UTC 

FAILED: patch "[PATCH] eventpoll: Replace rwlock with spinlock" failed to apply to 5.10-stable tree
 2025-10-16 12:35 UTC 

FAILED: patch "[PATCH] eventpoll: Replace rwlock with spinlock" failed to apply to 5.15-stable tree
 2025-10-16 12:35 UTC 

FAILED: patch "[PATCH] eventpoll: Replace rwlock with spinlock" failed to apply to 6.1-stable tree
 2025-10-16 12:35 UTC 

[PATCH v4 0/2] accel: Add Arm Ethos-U NPU
 2025-10-16 12:35 UTC  (6+ messages)
` [PATCH v4 2/2] accel: Add Arm Ethos-U NPU driver

FAILED: patch "[PATCH] eventpoll: Replace rwlock with spinlock" failed to apply to 6.6-stable tree
 2025-10-16 12:35 UTC 

Replacing Link trailers
 2025-10-16 12:34 UTC  (21+ messages)

[PATCH 2/3] rust: pci: move I/O infrastructure to separate file
 2025-10-16 12:34 UTC  (3+ messages)

FAILED: patch "[PATCH] crypto: rockchip - Fix dma_unmap_sg() nents value" failed to apply to 5.10-stable tree
 2025-10-16 12:34 UTC 

FAILED: patch "[PATCH] crypto: rockchip - Fix dma_unmap_sg() nents value" failed to apply to 5.15-stable tree
 2025-10-16 12:34 UTC 

Please pull u-boot-watchdog/master
 2025-10-16 12:34 UTC 

FAILED: patch "[PATCH] crypto: rockchip - Fix dma_unmap_sg() nents value" failed to apply to 6.1-stable tree
 2025-10-16 12:34 UTC 

[PATCH] watchdog: Tighten dependencies on WDT_DAVINCI
 2025-10-16 12:34 UTC  (2+ messages)

[PATCH] hw/intc/arm_gicv3_kvm: Avoid reading ICC_CTLR_EL1 from kernel in cpuif reset
 2025-10-16 12:22 UTC  (7+ messages)

FAILED: patch "[PATCH] cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition" failed to apply to 5.4-stable tree
 2025-10-16 12:33 UTC 

FAILED: patch "[PATCH] cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition" failed to apply to 5.10-stable tree
 2025-10-16 12:33 UTC 

FAILED: patch "[PATCH] cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition" failed to apply to 5.15-stable tree
 2025-10-16 12:33 UTC 

Patch "drm/amd/display: Fix unsafe uses of kernel mode FPU" has been added to the 6.17-stable tree
 2025-10-16  9:34 UTC 

[PATCH 00/28] Fair DRM scheduler
 2025-10-16  7:06 UTC  (8+ messages)
` [PATCH 10/28] drm/sched: Add fair scheduling policy

[PATCH] watchdog: Tighten some watchdog driver dependencies
 2025-10-16 12:33 UTC  (2+ messages)

[PATCH v1 0/7] Add support for StarFive VisionFive 2 Lite board
 2025-10-16  8:00 UTC  (2+ messages)
` [PATCH v1 3/7] dt-bindings: riscv: Add StarFive JH7110S SoC and "

FAILED: patch "[PATCH] cdx: Fix device node reference leak in cdx_msi_domain_init" failed to apply to 6.12-stable tree
 2025-10-16 12:32 UTC 

[PATCH v3 0/2] nfds: fix up v4.1 slot-based replay handling
 2025-10-16 12:32 UTC  (3+ messages)
` [PATCH v3 1/2] nfsd: ensure SEQUENCE replay sends a valid reply

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-16 12:31 UTC  (3+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[LTP] [RFC] 'nobody' user for testing
 2025-10-16 12:32 UTC  (4+ messages)

[PATCH] drm/sched: avoid killing parent entity on child SIGKILL v3
 2025-10-16 12:31 UTC  (2+ messages)

[RFC PATCH 00/56] Dynamic mitigations
 2025-10-16 12:31 UTC  (6+ messages)
` [RFC PATCH 20/56] x86/bugs: Move bugs.c logic out of .init section

[l1k:broadcom 1/1] drivers/pci/pci.c:1276:53: error: expected ')' before 'break'
 2025-10-16 12:30 UTC 

[PATCH v1] maintainers: update for LoongArch
 2025-10-16 12:30 UTC  (3+ messages)

[PATCH v2 00/22] drm/xe: Add Xe3p support
 2025-10-16 12:30 UTC  (3+ messages)
` [PATCH v2 20/22] drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccs

[PATCH net-next] r8169: reconfigure rx unconditionally before chip reset when resuming
 2025-10-16 12:28 UTC  (2+ messages)

[PATCH v3] drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies
 2025-10-16 12:28 UTC  (2+ messages)

isar-cip-core: on-device tests failing
 2025-10-16 12:28 UTC  (17+ messages)
` [cip-dev] "

[PATCH v6 0/7] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-10-16 12:28 UTC  (5+ messages)

[PATCH 0/2] target/arm: Support SME2 in gdbstub
 2025-10-16 12:21 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Implement SME2 support "
` [PATCH 2/2] tests/tcg/aarch64: Add test case for SME2 gdbstub registers

[PATCH v3 1/2] qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
 2025-10-16 12:17 UTC 

Query about the impact of using CONFIG_PREEMPT_RT on locking mechanisms within networking drivers
 2025-10-16 12:27 UTC  (5+ messages)
    `  "

[PATCH] CONTRIBUTING.d/ai: Add guidelines banning AI for contributing
 2025-10-16 12:26 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v4 00/14] drm/panfrost, panthor: Cached maps and explicit flushing
 2025-10-16 12:24 UTC  (8+ messages)
` [PATCH v4 02/14] drm/gem: Add a drm_gem_object_funcs::sync() and a drm_gem_sync() helper

[PATCH] media: qcom: camss: Enable setting the rate to camnoc_rt_axi clock
 2025-10-16 12:22 UTC  (5+ messages)

[PATCH v2] drm/xe/pf: Always expose VRAM provisioning data on discrete GPUs
 2025-10-16 12:22 UTC 

[ANNOUNCEMENT] Yocto Project 5.2.4(walnascar-5.2.4) is Released
 2025-10-16 12:21 UTC 

include/trace/events/ib_mad.h:23:1: sparse: sparse: cast to restricted __be16
 2025-10-16 12:20 UTC 

[PATCH net-next 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
 2025-10-16 12:21 UTC  (3+ messages)
` [PATCH net-next 06/14] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows

[OE-core][PATCH] qemu: upgrade 10.0.2 -> 10.0.5
 2025-10-16 12:21 UTC  (2+ messages)

[PATCH v5 0/2] Introduce GT runtime suspend/resume
 2025-10-16 12:21 UTC  (5+ messages)
` [PATCH v5 1/2] drm/xe/guc: Make xe_guc_submit_pause() available for non-VF cases

FAILED: patch "[PATCH] arm64: kprobes: call set_memory_rox() for kprobe page" failed to apply to 6.6-stable tree
 2025-10-16 12:20 UTC 

[PATCH] sched/deadline: Derive root domain from active cpu in task's cpus_ptr
 2025-10-16 12:20 UTC  (12+ messages)

FAILED: patch "[PATCH] arm64: kprobes: call set_memory_rox() for kprobe page" failed to apply to 6.1-stable tree
 2025-10-16 12:20 UTC 

FAILED: patch "[PATCH] arm64: kprobes: call set_memory_rox() for kprobe page" failed to apply to 5.15-stable tree
 2025-10-16 12:20 UTC 

[PATCH v3] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-16 12:19 UTC 

[PATCH v3 0/2] arm64: dts: qcom: Add support for QCS615 Talos EVK platform
 2025-10-16 12:19 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: Add support for QCS615 talos evk board

[PATCH v3] drm/i915:move and rename reg_in_range_table
 2025-10-16 12:19 UTC  (5+ messages)

[PATCH v2] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-16 12:18 UTC  (2+ messages)

[PATCH v2] net/mlx5: fix age checking crash
 2025-10-16 12:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v8 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-10-16 12:17 UTC  (4+ messages)
` [PATCH v8 2/2] "

git whatchanged
 2025-10-16 12:16 UTC 

[PATCH v2 RESEND 1/2] ARM: spectre-v2: Fix potential missing mitigations
 2025-10-16 12:16 UTC  (2+ messages)
` [PATCH v2 RESEND 2/2] ARM: mm: Optimize page_fault to reduce the impact of spectre-v2 bugfix

[PATCH v3 0/7] target/microblaze: Remove all uses of target_ulong type
 2025-10-16 12:15 UTC  (2+ messages)

[PATCH v6 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-16 12:15 UTC  (3+ messages)
` [PATCH v6 1/3] "

[PATCH] accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_slot_idx
 2025-10-16 12:14 UTC  (2+ messages)

[PATCH 0/4] refs: cleanup code around optimizations
 2025-10-16 12:15 UTC  (9+ messages)
` [PATCH 1/4] refs: move to using the '.optimize' functions
` [PATCH 3/4] refs: rename 'pack_refs_opts' to 'refs_optimize_opts'

[PATCH v2 1/4] i2c: machxo2: new driver
 2025-10-16 12:13 UTC  (4+ messages)
` [PATCH v2 2/4] mfd: tqmx86: refactor I2C setup
` [PATCH v2 3/4] mfd: tqmx86: add detection for MachXO2 I2C controller
` [PATCH v2 4/4] mfd: tqmx86: add detection for secondary "

[PATCH] dt-bindings: Fix inconsistent quoting
 2025-10-16 12:06 UTC  (5+ messages)

[Buildroot] GHSL-2025-057 - Does not affect OpenCV 3
 2025-10-16 12:11 UTC  (2+ messages)

[yocto-autobuilder-helper] [PATCH] config.json/scripts: Fix toaster execution with bitbake-setup
 2025-10-16 12:13 UTC 

[PATCH 00/11] ALSA: cs35l56: Add support for factory calibration
 2025-10-16 12:13 UTC  (6+ messages)
` [PATCH 05/11] ALSA: hda/cs35l56: Create sysfs files "

[PATCH] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
 2025-10-16 12:11 UTC  (3+ messages)

[PATCH i-g-t] tools/intel_gpu_top: Add iteration option -n
 2025-10-16 12:12 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[syzbot ci] Re: netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-16 12:12 UTC  (3+ messages)

[PATCH v2 0/3] Fix DMA failure when there is domain switch in guest
 2025-10-16 12:18 UTC  (7+ messages)
` [PATCH v2 1/3] intel_iommu: Handle PASID cache invalidation
` [PATCH v2 2/3] intel_iommu: Reset pasid cache when system level reset
` [PATCH v2 3/3] intel_iommu: Fix DMA failure when guest switches IOMMU domain

[PATCH] net/mlx5: release allocated indexed pools
 2025-10-16 12:12 UTC  (2+ messages)

[PATCH v6 0/8] Add Type-C DP support for RK3399 EVB IND board
 2025-10-16 12:11 UTC  (4+ messages)

[PATCH v7 0/4] phy: qcom: Introduce USB support for SM8750
 2025-10-16 12:11 UTC  (5+ messages)
` [PATCH v7 1/4] arm64: dts: qcom: sm8750: Add USB support to SM8750 SoCs

[PATCH net-next 0/8] net: enetc: Add i.MX94 ENETC support
 2025-10-16 12:11 UTC  (2+ messages)

[PATCH v3 0/5] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-16 12:11 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/vf: Minor fixes to post-migration recovery (rev3)

[PATCH v3 0/3] target/s390x: Fix missing clock-comparator interrupts
 2025-10-16 12:07 UTC  (4+ messages)
` [PATCH v3 1/3] target/s390x: Fix missing interrupts for small CKC values
` [PATCH v3 2/3] target/s390x: Fix missing clock-comparator interrupts after reset
` [PATCH v3 3/3] tests/tcg/s390x: Test SET CLOCK COMPARATOR

[PATCH 0/4] [25.11] net/mlx5: add driver event and steering toggle APIs
 2025-10-16 12:10 UTC  (2+ messages)

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-16 12:10 UTC  (2+ messages)

[PATCH] io_uring: add IORING_SETUP_NO_SQTHREAD_STATS flag to disable sqthread stats collection
 2025-10-16 12:09 UTC  (3+ messages)
  ` [External] "

[jkirsher-net-queue:master 3/4] include/linux/list.h:869:64: warning: left-hand operand of comma expression has no effect
 2025-10-16 12:09 UTC 

[PATCH v8 00/19] virtio-net: live-TAP local migration
 2025-10-16 12:07 UTC  (4+ messages)
` [PATCH v8 16/19] qapi: introduce backend-transfer migration parameter

[PATCH v3] regmap: add cache validity to REGCACHE_FLAT
 2025-10-16 12:08 UTC  (5+ messages)

[PATCH 0/6] chmem/lsmem: dynamic (de)configuration of memory
 2025-10-16 12:08 UTC  (4+ messages)
` [PATCH 3/6] chmem: add support for dynamic (de)configuration of hotplug memory

[GIT,PULL] u-boot-riscv/master
 2025-10-16 12:07 UTC 

[PATCH 00/16] overall: Replace HOST_BIG_ENDIAN #ifdef with runtime if() check
 2025-10-16 12:07 UTC  (4+ messages)

[PATCH v2 0/5] MediaTek UFS Cleanup and MT8196 Enablement
 2025-10-16 12:06 UTC  (12+ messages)
` [PATCH v2 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant
` [PATCH v2 2/5] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH v2 3/5] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH v2 4/5] phy: mediatek: ufs: Add support for resets
` [PATCH v2 5/5] scsi: ufs: mediatek: Rework resets

[RFC PATCH 0/5] Introduce mempool object new debug capabilities
 2025-10-16 12:07 UTC  (5+ messages)
` [PATCH v6 7/7] usertools/mbuf: parse mbuf history dump

[PATCH v5 0/6] arm64: introduce Black Sesame Technologies C1200 SoC and CDCU1.0 board
 2025-10-16 12:05 UTC  (6+ messages)
` [PATCH v5 2/6] dt-bindings: arm: add Black Sesame Technologies (bst) SoC
` [PATCH v5 3/6] arm64: Kconfig: add ARCH_BST for Black Sesame Technologies SoCs
` [PATCH v5 4/6] arm64: dts: bst: add support for Black Sesame Technologies C1200 CDCU1.0 board
` [PATCH v5 5/6] arm64: defconfig: enable BST platform support
` [PATCH v5 6/6] MAINTAINERS: add Black Sesame Technologies (BST) ARM SoC support


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.