All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 10:55:37 to 2026-04-17 12:04:01 UTC [more...]

[PATCH] staging: fbtft: fb_tinylcd: fix alignment in write_reg call
 2026-04-17 11:20 UTC  (2+ messages)

[PATCH] create-spdx-3.0: rerun do_create_recipe_spdx on patch changes
 2026-04-17 12:03 UTC  (2+ messages)
` [OE-core] "

[PATCH] microblaze: implement syscall_rollback
 2026-04-17 12:03 UTC 

[PATCH v3 net] rose: fix OOB reads on short CLEAR REQUEST frames
 2026-04-17 12:02 UTC  (2+ messages)

[LTP] [PATCH 1/2] lapi: Add fallback rdma_user_cm.h definitions
 2026-04-17 12:02 UTC  (2+ messages)
` [LTP] "

[RFC PATCH] KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVM
 2026-04-17 12:02 UTC  (3+ messages)

[PATCH v2 0/4] add ufs support for Exynosautov920 SoC
 2026-04-17 12:14 UTC  (6+ messages)
  ` [PATCH v2 1/4] arm64: dts: exynosautov920: Add syscon hsi2 node
  ` [PATCH v2 2/4] dt-bindings: ufs: exynos: add ExynosAutov920 compatible string
  ` [PATCH v2 3/4] scsi: ufs: exynos: add support for ExynosAutov920 SoC
  ` [PATCH v2 4/4] arm64: dts: exynosautov920: enable support for ufs controller

[PATCH v2 0/7] platform/x86: uniwill-laptop: Charging-related improvements
 2026-04-17 12:01 UTC  (5+ messages)
` [PATCH v2 3/7] platform/x86: uniwill-laptop: Fix behavior of "force" module param
` [PATCH v2 4/7] platform/x86: uniwill-laptop: Do not enable the charging limit even when forced

[LTP] [PATCH] Fix Valgrind warnings in ioctl_pidfd02
 2026-04-17 12:01 UTC  (2+ messages)

[PATCH v6 00/30] pkeys-based page table hardening
 2026-04-17 12:00 UTC  (5+ messages)
` [PATCH v6 01/30] mm: Introduce kpkeys

[PATCH] perf/arm_pmu: Skip PMCCNTR_EL0 on NVIDIA Olympus
 2026-04-17 11:59 UTC  (2+ messages)

[PATCH] drm/i915/dp: Ignore HPD when in DPLL enable/disable cycle
 2026-04-17 12:00 UTC  (3+ messages)

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-04-17 12:00 UTC  (6+ messages)

[PATCH] dcache: use kmalloc_flex() in __d_alloc
 2026-04-17 12:00 UTC  (2+ messages)

kernel/power/energy_model.c:649 em_dev_register_pd_no_update() error: we previously assumed 'dev->em_pd' could be null (see line 594)
 2026-04-17 11:59 UTC 

[PATCH rc v2 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-04-17 11:59 UTC  (5+ messages)

Recent changes (master)
 2026-04-17 12:00 UTC 

[PATCH] mm: prepare anon_vma before swapin rmap
 2026-04-17 11:57 UTC  (3+ messages)

[PATCH v1 1/1] iommu/amd: Don't split flush for amd_iommu_domain_flush_all()
 2026-04-17 11:57 UTC  (3+ messages)

[PATCH] xen/arm: skip holes in physical address space when setting up frametable
 2026-04-17 11:56 UTC  (3+ messages)

[LTP] [PATCH v3] close: add test for double close EBADF
 2026-04-17 11:56 UTC  (3+ messages)
` [LTP] [PATCH v4] close02: "

[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
 2026-04-17 11:56 UTC  (4+ messages)
` [PATCH 1/4] rust: sizes: add SZ_4G constant

[PATCH 00/34] Add migration support to the MSHV accelerator
 2026-04-17 11:56 UTC  (37+ messages)
` [PATCH 01/34] target/i386/mshv: use arch_load/store_reg fns
` [PATCH 02/34] target/i386/mshv: use generic FPU/xcr0 state
` [PATCH 03/34] target/i386/mshv: impl init/load/store_vcpu_state
` [PATCH 04/34] accel/accel-irq: add AccelRouteChange abstraction
` [PATCH 05/34] accel/accel-irq: add generic begin_route_changes
` [PATCH 06/34] accel/accel-irq: add generic commit_route_changes
` [PATCH 07/34] accel/mshv: add irq_routes to state
` [PATCH 08/34] accel/mshv: update s->irq_routes in add_msi_route
` [PATCH 09/34] accel/mshv: update s->irq_routes in update_msi_route
` [PATCH 10/34] accel/mshv: update s->irq_routes in release_virq
` [PATCH 11/34] accel/mshv: use s->irq_routes in commit_routes
` [PATCH 12/34] accel/mshv: reserve ioapic routes on s->irq_routes
` [PATCH 13/34] accel/mshv: remove redundant msi controller
` [PATCH 14/34] target/i386/mshv: move apic logic into own file
` [PATCH 15/34] target/i386/mshv: remove redundant apic helpers
` [PATCH 16/34] target/i386/mshv: migrate LAPIC state
` [PATCH 17/34] target/i386/mshv: move msr code to arch
` [PATCH 18/34] accel/mshv: store partition proc features
` [PATCH 19/34] target/i386/mshv: expose msvh_get_generic_regs
` [PATCH 20/34] target/i386/mshv: migrate MSRs
` [PATCH 21/34] target/i386/mshv: migrate MTRR MSRs
` [PATCH 22/34] target/i386/mshv: migrate Synic SINT MSRs
` [PATCH 23/34] target/i386/mshv: migrate CET/SS MSRs
` [PATCH 24/34] target/i386/mshv: migrate SIMP and SIEFP state
` [PATCH 25/34] target/i386/mshv: migrate STIMER state
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler
` [PATCH 27/34] accel/mshv: write synthetic MSRs after migration
` [PATCH 28/34] accel/mshv: migrate REFERENCE_TIME
` [PATCH 29/34] target/i386/mshv: migrate pending ints/excs
` [PATCH 30/34] target/i386: add de/compaction to xsave_helper
` [PATCH 31/34] target/i386/mshv: migrate XSAVE state
` [PATCH 32/34] target/i386/mshv: reconstruct hflags after load
` [PATCH 33/34] target/i386/mshv: migrate MP_STATE
` [PATCH 34/34] accel/mshv: enable dirty page tracking

[PATCH v2 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-17 11:56 UTC  (5+ messages)
` [PATCH v2 05/28] fsnotify: new tracepoint in fsnotify()
` [PATCH v2 07/28] fsnotify: add FSNOTIFY_EVENT_RENAME data type

[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
 2026-04-17 11:55 UTC 

[PATCH i-g-t 0/4] intel_vbt_decode: Sync intel_vbt_defs.h with latest changes
 2026-04-17 11:54 UTC  (6+ messages)
` [PATCH i-g-t 1/4] tools/intel_vbt_decode: sync intel_vbt_defs.h with commit 1b85a9b04681

[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
 2026-04-17 11:53 UTC  (2+ messages)
` Forwarded: [PATCH] trace: propagate registration failure from tracing_start_*_record()

[Intel-wired-lan] [PATCH iwl-net v2] igc: fix potential skb leak in igc_fpe_xmit_smd_frame()
 2026-04-17 11:51 UTC  (3+ messages)
  `  "

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-17 11:50 UTC  (6+ messages)
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()

答复: 答复: [外部邮件] Re: [PATCH] x86/mce: Fix timer interval adjustment after logging a MCE event
 2026-04-17 11:50 UTC  (11+ messages)
` 答复: "
    ` [PATCH] x86/mce: Restore MCA polling interval halving

[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
 2026-04-17 11:49 UTC  (4+ messages)
` [PATCH v4 07/24] PCI/sysfs: Convert PCI resource files to static attributes

[Intel-wired-lan] [PATCH net v3 5/5] iavf: refactor virtchnl polling into single function
 2026-04-17 11:45 UTC  (3+ messages)
  `  "

[PATCH v4 0/1] printk: fix zero-valued printk timestamps
 2026-04-17 11:46 UTC  (5+ messages)
` [PATCH v4 1/1] printk: fix zero-valued printk timestamps in early boot

[oe][meta-networking][kirkstone][PATCH] strongswan: Fix CVE-2026-25075
 2026-04-17 11:44 UTC  (4+ messages)

[PATCH bpf-next v4 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
 2026-04-17 11:44 UTC  (4+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-17 11:43 UTC  (8+ messages)

[syzbot] [jfs?] KMSAN: uninit-value in BT_STACK_DUMP
 2026-04-17 11:43 UTC 

[PATCH v1 0/5] media: lm3560: convert to use OF bindings
 2026-04-17 11:42 UTC  (6+ messages)
` [PATCH v1 1/5] media: lm3560: Add HWEN pin support
` [PATCH v1 2/5] media: lm3560: Add IN supply support
` [PATCH v1 3/5] media: lm3560: Fix v4l2 subdev registration
` [PATCH v1 4/5] media: lm3560: convert to use OF bindings
` [PATCH v1 5/5] dt-bindings: leds: Document TI LM3560 Synchronous Boost Flash Driver

[PATCH] drm/gpusvm, pagemap: Do not assume DRM pagemap owns device pages
 2026-04-17 11:42 UTC  (2+ messages)

[LTP] [PATCH] include/lapi: add leaf Makefile
 2026-04-17 11:41 UTC  (8+ messages)

[PATCH] mm/fake-numa: fix under-allocation detection in uniform split
 2026-04-17 11:41 UTC 

[linux-nvme:nvme-7.1] BUILD SUCCESS cf92d78a4aa2adbc2b1e687776aabe63c5b97f3f
 2026-04-17 11:41 UTC 

[PATCH] iio: magnetometer: hid-sensor-magn-3d: prefer 'unsigned int'
 2026-04-17 11:40 UTC  (3+ messages)

XDP BPF JIT memory leak on armv7
 2026-04-17 11:35 UTC  (7+ messages)

[PATCH v1 00/27] [RISC-V] Introduce enablemenant of dom0less
 2026-04-17 11:34 UTC  (6+ messages)
` [PATCH v1 13/27] xen/riscv: add basic VGEIN management for AIA guests

[PATCH 00/40] arm64: dts: rockchip: Wire up frl-enable-gpios for RK3576/RK3588 boards
 2026-04-17 11:34 UTC  (6+ messages)
` [PATCH 05/40] arm64: dts: rockchip: Add frl-enable-gpios to rk3576-luckfox-core3576

[bluez/bluez] 43c234: transport: allow setting Metadata property on broa
 2026-04-17 11:34 UTC 

[PATCH] drm/mediatek: hdmi: Convert DRM_ERROR() to drm_err()
 2026-04-17 11:33 UTC 

[PATCH 00/11] drm/i915: Eliminate FB usage from low level pinning code
 2026-04-17 11:33 UTC  (4+ messages)
` [PATCH 04/11] drm/i915: Introduce pin_params.needs_cpu_lmem_access

[PATCH v3 0/4] Rust netlink support + use in Rust Binder
 2026-04-17 11:32 UTC  (4+ messages)
` [PATCH v3 2/4] ynl_gen: generate Rust files from yaml files

[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2026-04-17 11:30 UTC  (5+ messages)

[PATCH] ALSA: pcmtest: fix reference leak on failed device registration
 2026-04-17 11:30 UTC  (4+ messages)

[PATCH] iio: buffer: fix warning in requesting threaded irq
 2026-04-18  8:51 UTC  (3+ messages)
` [PATCH v2] "

[BUG] landlock: warning in collect_domain_accesses via renameat2 path rename
 2026-04-17 11:30 UTC 

[PATCH BlueZ v2 0/4] BAP broadcast fixes
 2026-04-17 11:29 UTC  (5+ messages)
` [PATCH BlueZ v2 1/4] transport: allow setting Metadata property on broadcast
` [PATCH BlueZ v2 2/4] shared/bap: run callback after setting the broadcast metadata
` [PATCH BlueZ v2 3/4] audio/bap: fill BIG and BIS for receiver
` [PATCH BlueZ v2 4/4] audio: update QoS dbus property after it is set

[PATCH] gcov: use atomic counter updates to fix concurrent access crashes
 2026-04-17 11:28 UTC 

[PATCH] migration/ram: avoid page population in ram_handle_zero via madvise
 2026-04-17 11:28 UTC  (3+ messages)

[PATCH v2 0/9] driver core / pmdomain: Add support for fined grained sync_state
 2026-04-17 11:27 UTC  (2+ messages)

Announcing Sched QoS v0.1-alpha
 2026-04-17 11:26 UTC  (2+ messages)

[PATCH v2 0/2] nolibc: Add fallocate()
 2026-04-17 11:26 UTC  (3+ messages)
` [PATCH v2 1/2] tools/nolibc: fcntl: "
` [PATCH v2 2/2] selftests/nolibc: Add a very basic test for fallocate()

[PATCH] tipc: crypto: require a NUL-terminated AEAD algorithm name
 2026-04-17 11:25 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm32: Reject BPF_PSEUDO_CALL in the JIT
 2026-04-17 11:25 UTC  (4+ messages)

[PATCH] selftests/mm: Specify requirement for PROC_MEM_ALWAYS_FORCE=y
 2026-04-17 11:24 UTC  (5+ messages)

[PATCH 0/7] MAINTAINERS: Update PhilMD entries
 2026-04-17 11:23 UTC  (10+ messages)
` [PATCH 1/7] MAINTAINERS: Maintain MIPS Boston
` [PATCH 2/7] MAINTAINERS: Step up to maintain core machine code
` [PATCH 3/7] MAINTAINERS: Merge PCIe DOE section within SPDM
` [PATCH 4/7] MAINTAINERS: Cover hexloader tests under the Generic Loader section
` [PATCH 5/7] MAINTAINERS: Remove PhilMD from firmware sections
` [PATCH 6/7] MAINTAINERS: Remove PhilMD from NVMe Block Driver
` [PATCH 7/7] MAINTAINERS: Transfer CI maintenance to Pierrick

[PATCH 0/2] Enable dual OV5640 cameras on i.MX8MQ EVK board
 2026-04-17 11:22 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: imx8mq: Correct MIPI CSI clocks
` [PATCH 2/2] arm64: dts: imx8mq-evk: Enable MIPI CSI and dual OV5640 cameras

Adding clang-fixes tree to -next
 2026-04-17 11:19 UTC  (2+ messages)

[sean-jc:svm/rewrite_dbg_cmds 5/5] arch/x86/kvm/svm/sev.c:1278:11: error: expected ')'
 2026-04-17 11:17 UTC 

[syzbot] [jfs?] KMSAN: uninit-value in txLock
 2026-04-17 11:16 UTC 

[PATCH v2 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-04-17 11:14 UTC  (5+ messages)
` [PATCH v2 1/3] ASoC: dapm: Fix widget lookup with prefixed names across DAPM contexts
` [PATCH v2 2/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets

[PATCH] pmdomain: core: Fix detach procedure for virtual devices in genpd
 2026-04-17 11:13 UTC 

[PATCH v3] Bluetooth: btmtk: validate WMT event SKB length before struct access
 2026-04-17 11:12 UTC  (2+ messages)
` [v3] "

[PATCH] bootm: filter out "<NULL>" rootopts to avoid kernel cmdline noise
 2026-04-17 11:11 UTC  (4+ messages)

[PATCH v3 1/2] wifi: b43: enforce bounds check on firmware key index in b43_rx()
 2026-04-17 11:11 UTC  (4+ messages)
` [PATCH v3 2/2] wifi: b43legacy: enforce bounds check on firmware key index in RX path

[PATCH v7 0/5] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
 2026-04-17 11:11 UTC  (7+ messages)
` [PATCH v7 2/5] drm/pagemap: Drop source_peer_migrates flag and assume true
` [PATCH v7 3/5] drm/pagemap: Split drm_pagemap_migrate_map_pages into device / system
` [PATCH v7 4/5] drm/pagemap: Use dma-map IOVA alloc, link, and sync API for DRM pagemap

[PATCH 1/4] PCI: Introduce an API to check if RC/platform can retain device context during suspend
 2026-04-17 11:11 UTC  (3+ messages)

[PATCH 00/28] MAINTAINERS: Remove people who are no longer active
 2026-04-17 11:10 UTC  (7+ messages)
` [PATCH 10/28] MAINTAINERS: Remove Huai-Cheng Kuo

[PATCH v3 0/2] fanotify: support restartable permission events
 2026-04-17 11:09 UTC  (5+ messages)
` [PATCH v3 1/2] fanotify: add restart infrastructure for pending "
` [PATCH v3 2/2] fanotify: introduce restartable "

[PATCH v3] ath11k: fix peer resolution on rx path when peer_id=0
 2026-04-17 11:07 UTC 

[PATCH v2] migration-guide: add release notes for 5.0.17
 2026-04-17 11:04 UTC 

[PATCH 0/5] firmware/irqchip: Add FF-A DT interrupt support for donated NS SGIs
 2026-04-17 11:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: interrupt-controller: Add support for secure donated SGIs

[PATCH net 1/1] net/rose: hold listener socket during call request handling
 2026-04-17 11:01 UTC 

[PATCH 0/2] Add Crypto Engine support for the Glymur SoC
 2026-04-17 11:06 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: glymur: Add crypto engine

[PATCH] wifi: mac80211: use kstrtobool_from_user() in debugfs callbacks
 2026-04-17 10:55 UTC 

[PATCH 0/4] PCI: Introduce pci_dev_suspend_retention_supported() API
 2026-04-17 11:04 UTC  (3+ messages)

[PATCH v2] ASoC: dt-bindings: cdns: Convert xtfpga I2S to dt-schema
 2026-04-17 11:04 UTC 

[PATCH v2 0/4] FEAT_RME_GDI initial work
 2026-04-17 11:02 UTC  (5+ messages)
` [PATCH v2 1/4] target/arm/cpu-features.c: New fields in AA64MMFR4
` [PATCH v2 2/4] target/arm/cpu.h: New GPCCR fields
` [PATCH v2 3/4] target/arm/ptw.c: Add GDI spaces to the granule protection case
` [PATCH v2 4/4] tests/tcg/aarch64/system/rme_gdi.c: Very basic test of GDI

[PATCH] x86/mkelf32: Actually pad load segment to 2 MiB boundary
 2026-04-17 11:03 UTC  (2+ messages)

[PATCHv6 00/15] Adding comprehensive support for i.MX8MM EVK board
 2026-04-17 11:00 UTC  (8+ messages)
` [PATCHv6 12/15] hw/arm/fsl-imx8mm: Adding support for General Purpose Timers
    ` [EXT] "
  ` [EXT] Re: [PATCHv6 00/15] Adding comprehensive support for i.MX8MM EVK board

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in extAlloc (2)
 2026-04-17 11:01 UTC 

[PATCH v6 0/7] Add RISC-V big-endian target support
 2026-04-17 10:58 UTC  (9+ messages)
` [PATCH v6 2/7] target/riscv: Add big-endian CPU property

[PATCH v2] drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk
 2026-04-17 10:59 UTC  (3+ messages)

[PATCH 0/7] Various SI fixes, fix Radeon HD 7870 XT
 2026-04-17 10:58 UTC  (3+ messages)
` [PATCH 1/7] drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAM

[LTP] [PATCH v6 2/2] fstat: add test for multiple file types using fstat
 2026-04-17 10:57 UTC  (3+ messages)
` [LTP] [PATCH v7] "

[PATCH RESEND v7 0/2] Pass down hot-plug CONNECTOR ID to user-space
 2026-04-17 10:57 UTC  (6+ messages)

[PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths
 2026-04-17 10:57 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
  ` [PATCH v4 0/3] iavf: LLDP ptype and AVX2 ctx paths
    ` [PATCH v4 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield
    ` [PATCH v4 2/3] net/iavf: add AVX2 context descriptor Tx paths
    ` [PATCH v4 3/3] doc: announce change to LLDP packet detection in iavf PMD

[PATCH] sh: fix fallout from ZERO_PAGE consolidation
 2026-04-17 10:56 UTC  (2+ messages)

[oe][meta-networking][PATCH] drbd-utils: upgrade 9.30.0 -> 9.34.0
 2026-04-17  7:54 UTC 

[PATCH] dma: add COMPILE_TEST to AMBA_PL08X
 2026-04-17 10:55 UTC  (2+ messages)

[PATCH] tpm: eventlog: remove unused structs tcg_algorithm_{size,info}
 2026-04-17 10:55 UTC 

[Buildroot] [PATCH 1/2] package/ghostscript: Fix brotli build failure on ARMv7
 2026-04-17 10:55 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/ghostscript: security bump to version 10.07.0


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.