messages from 2026-04-29 22:57:40 to 2026-04-30 00:22:05 UTC [more...]
[PATCH 0/3] drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-04-30 0:11 UTC (8+ messages)
` [PATCH 1/3] drm/ttm: Issue direct reclaim at beneficial_order
[PATCH v3 00/47] target/arm: Implement FEAT_FP8
2026-04-30 0:20 UTC (3+ messages)
` [PATCH v3 01/47] target/arm: Implement ID_AA64ISAR3
` [PATCH v3 05/47] target/arm: Enable FEAT_FAMINMAX for -cpu max
[PATCH v2 0/5] Defer the IOMMU translation and support access_type
2026-04-30 0:18 UTC (10+ messages)
[PATCH i-g-t v2 0/2] Fix 2-display test for MST shared-link BW
2026-04-30 0:19 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Fix 2-display test for MST shared-link BW (rev2)
[PATCH net-next v3] net: phy: realtek: support MDI swapping for RTL8226-CG
2026-04-30 0:18 UTC (2+ messages)
[PATCH 1/4] drm/vmwgfx: Add some checks to vmw_cursor_plane_atomic_update
2026-04-30 0:19 UTC (4+ messages)
` [PATCH 2/4] drm/vmwgfx: Check vrefresh in drm_mode_setcrtc
` [PATCH 3/4] drm/vmwgfx: Reserve ttm object before resv usage
` [PATCH 4/4] drm/vmwgfx: Change ttm refs for dumb buffers
[PATCH v3 00/11] Support cooling device with ID in the OF
2026-04-29 16:14 UTC (2+ messages)
` [PATCH v3 07/11] thermal/of: Rename the devm_thermal_of_cooling_device_register() function
[PATCH 2/7] soc: aspeed: Introduce core eSPI controller support
2026-04-29 14:05 UTC
[PATCH 2/7] soc: aspeed: Introduce core eSPI controller support
2026-04-29 14:11 UTC
[PATCH net v4] net: dsa: mt7530: fix .get_stats64 sleeping in atomic context
2026-04-30 0:13 UTC (6+ messages)
[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
2026-04-30 0:13 UTC (24+ messages)
` [PATCH v2 "
` [PATCH v2 14/16] repack: implement incremental MIDX repacking
` [PATCH v3 00/16] repack: incremental MIDX/bitmap-based repacking
` [PATCH v3 01/16] midx-write: handle noop writes when converting incremental chains
` [PATCH v3 02/16] midx: use `strset` for retained MIDX files
` [PATCH v3 03/16] midx: build `keep_hashes` array in order
` [PATCH v3 04/16] midx: use `strvec` for `keep_hashes`
` [PATCH v3 05/16] midx: introduce `--no-write-chain-file` for incremental MIDX writes
` [PATCH v3 06/16] midx: support custom `--base` "
` [PATCH v3 07/16] repack: track the ODB source via existing_packs
` [PATCH v3 08/16] midx: expose `midx_layer_contains_pack()`
` [PATCH v3 09/16] repack-midx: factor out `repack_prepare_midx_command()`
` [PATCH v3 10/16] repack-midx: extract `repack_fill_midx_stdin_packs()`
` [PATCH v3 11/16] repack-geometry: prepare for incremental MIDX repacking
` [PATCH v3 12/16] builtin/repack.c: convert `--write-midx` to an `OPT_CALLBACK`
` [PATCH v3 13/16] packfile: ensure `close_pack_revindex()` frees in-memory revindex
` [PATCH v3 14/16] repack: implement incremental MIDX repacking
` [PATCH v3 15/16] repack: introduce `--write-midx=incremental`
` [PATCH v3 16/16] repack: allow `--write-midx=incremental` without `--geometric`
[PATCH v2 1/2] sched/membarrier: Use per-CPU mutexes for targeted commands
2026-04-30 0:12 UTC (2+ messages)
[PATCH v2 00/40] fpu: Export some internals for targets
2026-04-30 0:05 UTC (41+ messages)
` [PATCH v2 01/40] fpu: Inline float8_e4m3_pack_raw to single caller
` [PATCH v2 02/40] fpu: Inline float8_e5m2_pack_raw into "
` [PATCH v2 03/40] fpu: Inline float16_pack_raw into callers
` [PATCH v2 04/40] fpu: Inline bfloat16_pack_raw "
` [PATCH v2 05/40] fpu: Inline float32_pack_raw "
` [PATCH v2 06/40] fpu: Inline float64_pack_raw "
` [PATCH v2 07/40] fpu: Mark unpack_raw64 QEMU_ALWAYS_INLINE
` [PATCH v2 08/40] fpu: Mark pack_raw64 QEMU_ALWAYS_INLINE
` [PATCH v2 09/40] fpu: Split FloatParts{64,128} to softfloat-parts.h
` [PATCH v2 10/40] fpu: Export FloatFmt structures
` [PATCH v2 11/40] fpu: Export unpack_canonical and round_pack_canonical routines
` [PATCH v2 12/40] fpu: Return struct from parts{64,128}_default_nan
` [PATCH v2 13/40] fpu: Return struct from parts{64,128}_silence_nan
` [PATCH v2 14/40] fpu: Return struct from parts{64,128}_return_nan
` [PATCH v2 15/40] fpu: Sink exp_bias adjustment in float64r32_pack_raw
` [PATCH v2 16/40] fpu: Return struct from parts{64,128}_pick_nan
` [PATCH v2 17/40] fpu: Return struct from parts{64,128}_div
` [PATCH v2 18/40] fpu: Return struct from parts{64,128}_round_to_int
` [PATCH v2 19/40] fpu: Use parts64_round_to_int in parts_s390_divide_to_integer
` [PATCH v2 20/40] fpu: Export default_nan, pick_nan, return_nan routines
` [PATCH v2 21/40] fpu: Introduce parts64_round_to_fmt
` [PATCH v2 22/40] fpu: Return struct from parts{64, 128}_pick_nan_muladd
` [PATCH v2 23/40] fpu: Introduce record_denormals_used
` [PATCH v2 24/40] fpu: Split scalbn from partsN(muladd_scalbn)
` [PATCH v2 25/40] fpu: Reorganize partsN(muladd)
` [PATCH v2 26/40] fpu: Return struct from parts{64,128}_muladd
` [PATCH v2 27/40] fpu: Drop QEMU_FLATTEN from muladd routines
` [PATCH v2 28/40] fpu: Export parts{64,128}_compare
` [PATCH v2 29/40] fpu: Return struct from parts{64,128}_mul
` [PATCH v2 30/40] fpu: Hoist nan check in partsN_addsub
` [PATCH v2 31/40] fpu: Return struct from parts{64,128}_addsub
` [PATCH v2 32/40] fpu: Simplify 0 +/- N case in parts_addsub
` [PATCH v2 33/40] target/s390x: Move float{32, 64}_s390_divide_to_integer
` [PATCH v2 34/40] target/arm: Use FloatParts64 in bfdotadd_ebf
` [PATCH v2 35/40] target/arm: Drop oddstatus from is_ebf and bfdotadd_ebf
` [PATCH v2 36/40] target/arm: Use FloatParts64 in f16_dotadd
` [PATCH v2 37/40] fpu: Return struct from parts{64,128}_scalbn
` [PATCH v2 38/40] host-utils: Introduce signed saturation primitives
` [PATCH v2 39/40] fpu: Saturate the exponent in uncanon_normal
` [PATCH v2 40/40] fpu: Introduce exp_scalbn
Unexpected behavior of of_regulator_get()?
2026-04-30 0:10 UTC (2+ messages)
[gustavoars:testing/wfamnae-next20260407 13/19] mm/mmu_gather.c:90:25: sparse: sparse: incompatible types in comparison expression (different base types):
2026-04-30 0:06 UTC
[avpatel:riscv_iommu_irqbypass_v2 3/18] drivers/iommu/riscv/iommu.h:24:42: error: field 'riscvpt' has incomplete type
2026-04-30 0:06 UTC
[PATCH v4 00/13] hw/riscv: Add the Tenstorrent Atlantis machine
2026-04-30 0:04 UTC (13+ messages)
` [PATCH v4 03/13] hw/riscv/boot: Account for discontiguous memory when loading firmware
` [PATCH v4 04/13] hw/riscv/boot: Provide a simple halting payload
` [PATCH v4 07/13] target/riscv: tt-ascalon: Enable Zkr extension
` [PATCH v4 08/13] target/riscv: tt-ascalon: Enable Svadu by removing Svade
` [PATCH v4 09/13] hw/riscv: Add Tenstorrent Atlantis machine
` [PATCH v4 10/13] hw/riscv/atlantis: Add PCIe controller
[PATCH v2 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-04-30 0:03 UTC (8+ messages)
` [PATCH v2 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH v2 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH v2 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH v2 4/7] selinux: "
` [PATCH v2 5/7] landlock: "
` [PATCH v2 6/7] tomoyo: "
` [PATCH v2 7/7] lsm: Remove security_sb_mount and security_move_mount
[PATCH v4 00/11] Add support to boot TI K3 HSM M4 core
2026-04-30 0:02 UTC (22+ messages)
` [PATCH v4 02/11] arm: mach-k3: Use FIT image data addr as fallback if 'load' prop is missing
` [PATCH v4 03/11] arm: mach-k3: Explicitly identify TIFSSTUB images when discarding buffers
` [PATCH v4 04/11] arm: mach-k3: Add config option for packaging HSM firmware
` [PATCH v4 05/11] arm: dts: k3-binman: Add template for packing "
` [PATCH v4 06/11] arm: dts: k3-{j721s2/j722s/j784s4}-binman: Pack HSM firmware inside tispl.bin
` [PATCH v4 07/11] binman: openssl: Add boot and load extensions to x509 cert
` [PATCH v4 08/11] tools: binman: Add a test for boot and load extensions
` [PATCH v4 09/11] arm: dts: k3-{j721s2/j722s/j784s4}-r5.dtsi: Enable HSM core
` [PATCH v4 10/11] remoteproc: k3-hsm: Introduce a remoteproc driver for K3 "
` [PATCH v4 11/11] arm: mach-k3: r5: common: Invoke boot of HSM M4 core
` [v4,00/11] Add support to boot TI K3 "
[RFC PATCH 00/12] dax: Add DAX to guest memfd support for KVM
2026-04-29 23:58 UTC (4+ messages)
[PATCH] [PATCH] PM: docs: Add comprehensive wakeup_count documentation
2026-04-29 23:58 UTC (2+ messages)
[v6 09/10] selftests/hornet: Add a selftest for the Hornet LSM
2026-04-29 23:57 UTC (2+ messages)
[PATCH nf,v3 1/2] netfilter: flowtable: fix inline vlan encapsulation in xmit path
2026-04-29 23:56 UTC (2+ messages)
` [PATCH nf,v3 2/2] netfilter: flowtable: fix inline pppoe "
[PATCH v2] drm/xe/xe_exec: Avoid potential lockdep cycle with xe_pm_block_map
2026-04-29 23:56 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/xe_exec: Avoid potential lockdep cycle with xe_pm_block_map (rev2)
[PATCH i-g-t 0/3] Fix incorrect skips and improve cleanup
2026-04-29 23:51 UTC (3+ messages)
` ✗ i915.CI.Full: failure for "
` ✗ Xe.CI.FULL: "
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-04-29 23:51 UTC (2+ messages)
[pci:sysfs] BUILD SUCCESS 842c96e80e883e8b2a70e9e6196d636804576cb0
2026-04-29 23:50 UTC
[PATCH] net: Unify user-visible "Qualcomm" name
2026-04-29 23:50 UTC (2+ messages)
[v6 08/10] hornet: Add a light skeleton data extractor scripts
2026-04-29 23:47 UTC (2+ messages)
[PATCH 0/7] cxl: Add CXL type2 accelerator support for cxl_test
2026-04-29 23:45 UTC (3+ messages)
` [PATCH 7/7] cxl: Fix double unregistration of CXL regions for type2 devices
[PATCH] staging: media: atomisp: ov2722: clean up ov2722_startup()
2026-04-29 23:41 UTC
[amir73il:fan_mark_userns 9/11] kernel/nscommon.c:149:2: error: call to undeclared function 'fsnotify_ns'; ISO C99 and later do not support implicit function declarations
2026-04-29 23:39 UTC
[westeri-thunderbolt:next] BUILD SUCCESS babaad95670d1871860306beddd7ef1c4f114ffe
2026-04-29 23:36 UTC
[PATCH RFC 0/3] hw/mips: add Microchip PIC32MK GPK/MCM board emulation
2026-04-29 21:51 UTC (4+ messages)
` [PATCH RFC 1/3] hw/mips: add Microchip PIC32MK GPK/MCM board
` [PATCH RFC 2/3] tests: add PIC32MK functional and qtest coverage
` [PATCH RFC 3/3] docs: document the PIC32MK machine in target-mips.rst
[PATCH net] rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
2026-04-29 23:35 UTC
[PATCH net-next] selftests/net: packetdrill: add tcp_syncookies_ip6_9k
2026-04-29 23:33 UTC (6+ messages)
[PATCH] populate_sdk: Execute populate_sdk before rm_work if rm_work.bbclass active
2026-04-29 23:31 UTC
[PATCH v12 00/13] blk: honor isolcpus configuration
2026-04-29 23:32 UTC (4+ messages)
` [PATCH v12 02/13] lib/group_cpus: remove dead !SMP code
[PATCH v2] libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
2026-04-29 23:32 UTC (5+ messages)
[PATCH i-g-t] tests/kms_rotation_crc: Add MTK device support
2026-04-29 23:31 UTC (6+ messages)
[v6 07/10] hornet: Introduce gen_sig
2026-04-29 23:32 UTC (2+ messages)
[PATCH 1/1] RDMA/rxe: Fix unsafe socket release during namespace cleanup
2026-04-29 23:31 UTC (6+ messages)
[PATCH] lmb: Reinstate access to memory above ram_top
2026-04-29 23:31 UTC (2+ messages)
[rdma:wip/jgg-for-rc] BUILD SUCCESS c488df06bd552bb8b6e14fa0cfd5ad986c6e9525
2026-04-29 23:29 UTC
Rust builds don't use link_args
2026-04-29 23:28 UTC (5+ messages)
[PATCH net 00/11] Intel Wired LAN Update 2026-04-27 (ice, iavf)
2026-04-29 23:28 UTC (3+ messages)
` [PATCH net 11/11] ice: add dpll peer notification for paired SMA and U.FL pins
[PATCH v8 RESEND] Introduce Cray ClusterStor E1000 NVMe slot LED driver
2026-04-29 23:22 UTC
[PATCH net-next] net: phy: broadcom: Save PHY counters during suspend
2026-04-29 23:22 UTC (2+ messages)
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-29 23:21 UTC (8+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-04-29 23:21 UTC (2+ messages)
Suggest me a cost effective SATA SSD?
2026-04-29 23:20 UTC (2+ messages)
[PATCH net-next 2/2] net: bcmasp: Keep PHY link during WoL sleep cycle
2026-04-29 23:20 UTC (2+ messages)
[PATCH net-next 1/2] net: bcmasp: Divide init to allow partial bring up
2026-04-29 23:20 UTC (2+ messages)
[PATCH][next] ASoC: soc-topology: Avoid -Wflex-array-member-not-at-end warning
2026-04-29 23:19 UTC
[ANNOUNCEMENT] libcamera workshop 2026 - Nice, May 29th
2026-04-29 23:19 UTC (2+ messages)
[PATCH 0/2] netfilter: fix NULL ops race in iptable lazy init
2026-04-29 23:19 UTC (4+ messages)
` [PATCH v2 0/2] netfilter: fix NULL ops dereference "
` [PATCH v2 1/2] netfilter: ip_tables: guard ipt_unregister_table_pre_exit against NULL ops
` [PATCH v2 2/2] netfilter: ip6_tables: guard ip6t_unregister_table_pre_exit "
[v6 06/10] security: Hornet LSM
2026-04-29 23:18 UTC (2+ messages)
[syzbot] [net?] WARNING: ODEBUG bug in lane_ioctl (3)
2026-04-29 23:17 UTC (3+ messages)
[PATCH v8 00/21] Runtime TDX module update support
2026-04-29 23:17 UTC (3+ messages)
` [PATCH v8 07/21] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
[PATCH net-next v9 0/5] TLS read_sock performance scalability
2026-04-29 23:15 UTC (3+ messages)
[PATCH v0 0/3] PCI passthru on Hyper-V (Part II)
2026-04-29 23:15 UTC (4+ messages)
` [PATCH v0 1/3] mshv: Import declarations for irq remap and add irqbypass support
` [PATCH v0 2/3] hyperv: Implement irq remap for passthru devices
` [PATCH v0 3/3] mshv: Implement guest irq migration for passthru'd devices
[PATCH v5 00/10] hw/tpm: CRB chunking capability to handle PQC
2026-04-29 23:14 UTC (3+ messages)
` [PATCH v5 06/10] hw/tpm: Add support for VM migration with TPM CRB chunking
[PATCH 0/2] Fix MSR_IA32_PLATFORM_ID access for TDX guests
2026-04-29 23:14 UTC (3+ messages)
` [PATCH 2/2] x86/cpu: Skip reading MSR_IA32_PLATFORM_ID in virtualized environment
Git maintenance fails without meaningful error message if any remote is no longer available
2026-04-29 23:13 UTC
[geert-renesas-drivers:renesas-pinctrl-for-v7.2] BUILD SUCCESS 11873859c95b57a6276aa19915416051cfd77bd4
2026-04-29 23:11 UTC
[PATCH v1] tests/qtest/migration: Fix A-B file build
2026-04-29 23:10 UTC
[PATCH 0/4] MemoryRegionOps .impl cleanups
2026-04-29 23:09 UTC (3+ messages)
` [PATCH 3/4] hw/xtensa/mx_pic: Specify xtensa_mx_pic_ops .impl settings
[PATCH v1 0/3] tests/qtest: Tweak env variables
2026-04-29 23:08 UTC (4+ messages)
` [PATCH v1 2/3] tests/qtest: Individual verbose switches
[PATCH v4 0/7] Add RMPOPT support
2026-04-29 23:07 UTC (2+ messages)
[PATCH v2 00/17] bsd-user: upstream ioctl
2026-04-29 23:06 UTC (35+ messages)
` [PATCH v2 02/17] bsd-user: Add FreeBSD file I/O ioctl definitions
` [PATCH v2 03/17] bsd-user: Add FreeBSD socket "
` [PATCH v2 04/17] bsd-user: Add FreeBSD cryptodev "
` [PATCH v2 05/17] bsd-user: Add FreeBSD disk "
` [PATCH v2 06/17] bsd-user: Add FreeBSD IPv6 "
` [PATCH v2 07/17] bsd-user: Add FreeBSD ioctl type definitions
` [PATCH v2 08/17] bsd-user: Add FreeBSD ioctl command table
` [PATCH v2 09/17] bsd-user: Add bsd-ioctl.h header
` [PATCH v2 10/17] bsd-user: Add target_sockaddr and safe_ioctl to syscall_defs.h
` [PATCH v2 11/17] bsd-user: Add bsd-ioctl.c infrastructure and termios conversion
` [PATCH v2 12/17] bsd-user: Add log_unsupported_ioctl function
` [PATCH v2 13/17] bsd-user: Add do_ioctl_unsupported function
` [PATCH v2 14/17] bsd-user: Add target_to_host_sockaddr_in6 function
` [PATCH v2 15/17] bsd-user: Add do_ioctl_in6_ifreq_sockaddr_int function
` [PATCH v2 16/17] bsd-user: Add do_bsd_ioctl main function
` [PATCH v2 17/17] bsd-user: Add init_bsd_ioctl function
[PATCH 00/15] drm/i915: refactor display funcs, add display irq hooks
2026-04-29 23:07 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops
2026-04-29 23:06 UTC (2+ messages)
[mtd:mtd/spi-mem-cont-read 4/6] drivers/spi/spi-mxic.c:406:74: error: 'desc->info.op_tmpl' is a pointer; did you mean to use '->'?
2026-04-29 23:06 UTC
[mtd:mtd/spi-mem-cont-read 4/6] drivers/spi/spi-intel.c:817:37: error: incompatible pointer types passing 'struct spi_mem_op **' to parameter of type 'const struct spi_mem_op *'; remove &
2026-04-29 23:06 UTC
[PATCH] badblocks: fix infinite loop due to incorrect rounding and overflow
2026-04-29 23:06 UTC (2+ messages)
[PATCH] drm/amdkfd: Check if there are kfd porcesses using adev by kfd_processes_count
2026-04-29 23:04 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Improve this_cpu_ops performance for ARM64 (and potentially other architectures)
2026-04-29 23:03 UTC (3+ messages)
[GIT PULL FOR v7.2] FCP and VSP1 DT bindings for RZ/G3E and RZ/G3L
2026-04-29 23:00 UTC
[kernel-cve-report] New CVE entries this week
2026-04-29 22:58 UTC
[PATCH v1] kbuild: rpm-pkg: provide kernel{-devel}-uname-r
2026-04-29 22:58 UTC (2+ messages)
[PATCH] Documentation: sound: fix TAS675x doc build warnings
2026-04-29 22:57 UTC
[PATCH v4 0/3] Hyper-V: kexec fixes for L1VH (mshv)
2026-04-29 22:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.