All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-30 06:35:32 to 2026-07-30 07:15:08 UTC [more...]

[PATCH v3 0/9] Introducing guest driven VM launch update mechanism (BYOF interface)
 2026-07-30  7:12 UTC  (10+ messages)
` [PATCH v3 1/9] igvm: store IgvmCfg pointer in QIgvm
` [PATCH v3 2/9] igvm: track memory regions
` [PATCH v3 3/9] igvm: cleanup "
` [PATCH v3 4/9] hw/misc/vmlaunchupdate: add api header
` [PATCH v3 5/9] hw/misc/vmlaunchupdate: Introduce hypervisor fw-cfg interface support
` [PATCH v3 6/9] docs/spec: Add a specification document for vm-launch-update device
` [PATCH v3 7/9] tests/qtest: Add small igvm files for testing purpose
` [PATCH v3 8/9] Add functional and unit tests for the vm-launch-update device
` [PATCH v3 9/9] Update MAINTAINERS

[PATCH v6 0/2] hwrng: starfive: updates for jh7110-trng DT binding and rework clk/reset teardown
 2026-07-30  7:14 UTC  (3+ messages)
` [PATCH v6 2/2] hwrng: starfive: rework clk/reset teardown order for JHB100

[PATCH] mm: return -ENOMEM for page-table allocation failure in insert_pages()
 2026-07-30  7:13 UTC 

[PATCH v9 0/2] media: i2c: add support for ITE IT6625/IT6626 HDMI to MIPI CSI-2 bridge
 2026-07-30  7:13 UTC  (8+ messages)
` [PATCH v9 1/2] dt-bindings: media: add ITE IT6625/IT6626 HDMI bridge
` [PATCH v9 2/2] media: i2c: add driver for ITE IT6625/IT6626

[PATCH mptcp-next v12 0/4] mptcp: MSG_ERRQUEUE support on the parent socket
 2026-07-30  7:12 UTC  (5+ messages)
` [PATCH mptcp-next v12 1/4] mptcp: support MSG_ERRQUEUE "
` [PATCH mptcp-next v12 2/4] mptcp: sockopt: factor inet_flags propagation into a mask
` [PATCH mptcp-next v12 3/4] mptcp: propagate RECVERR sockopts to subflows
` [PATCH mptcp-next v12 4/4] selftests: mptcp: cover IP_RECVERR sockopt propagation

[DPDK/core Bug 1974] [dpdk24.11.7-rc1] DPDK build failed with clang on Ubuntu26.04
 2026-07-30  7:12 UTC 

[PATCH v1 0/2] Refine move_imm() and optimize memory load
 2026-07-30  7:12 UTC  (2+ messages)

[PATCH v2] doc: remove unreferenced KNI and examples figures
 2026-07-30  7:11 UTC  (2+ messages)

[PATCH v4 2/2] i2c: core: support recovery for single-ended GPIOs
 2026-07-30  7:11 UTC  (5+ messages)
` [PATCH v5 0/2] i2c: improve bus "
  ` [PATCH v5 2/2] i2c: core: support "

[PATCH] fanotify: stop permission watchdog when timeout is zero
 2026-07-30  7:06 UTC 

[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-30  7:10 UTC  (30+ messages)
` [PATCH v4 01/29] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v4 02/29] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v4 03/29] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v4 04/29] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v4 05/29] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v4 06/29] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v4 07/29] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v4 08/29] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v4 09/29] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v4 10/29] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v4 11/29] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v4 12/29] arm64: Add FEAT_NV2p1 detection
` [PATCH v4 13/29] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v4 14/29] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v4 15/29] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v4 16/29] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v4 17/29] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v4 18/29] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v4 19/29] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v4 20/29] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v4 21/29] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v4 22/29] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v4 23/29] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v4 24/29] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v4 25/29] KVM: arm64: Engage NV3 TLBI "
` [PATCH v4 26/29] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v4 27/29] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v4 28/29] KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-list
` [PATCH v4 29/29] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[Intel-wired-lan] [PATCH net v7 0/4] Fix i40e/ice/iavf VF bonding after netdev lock changes
 2026-07-30  7:09 UTC  (8+ messages)
` [PATCH net v7 3/4] iavf: send MAC change request synchronously
  ` [Intel-wired-lan] "
` [PATCH net v7 4/4] ice: skip unnecessary VF reset when setting trust
  ` [Intel-wired-lan] "

[PATCH v2 0/2] ASoC: codecs: add the Qualcomm WCD9378 audio codec
 2026-07-30  7:09 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: "

[PATCH v2] usb: gadget: uvc: Fix Null Pointer Dereference in uvcg_video_init()
 2026-07-30  7:08 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-07-30  7:08 UTC  (5+ messages)

[PATCH] btrfs: disable bs > ps support if no transparent hugepage support
 2026-07-30  7:07 UTC 

[PATCH v2 00/10] ARM: tegra: tf701t: Add new features
 2026-07-30  7:07 UTC  (11+ messages)
` [PATCH v2 01/10] ARM: tegra: tf701t: Configure CPU DFLL clock node
` [PATCH v2 02/10] ARM: tegra: tf701t: Add core-supply to PMC node
` [PATCH v2 03/10] ARM: tegra: tf701t: Add MC and EMC timing nodes
` [PATCH v2 04/10] ARM: tegra: tf701t: Remove pin_ prefix from PMIC pinmux
` [PATCH v2 05/10] ARM: tegra: tf701t: Add thermal zones for nct1008 sensor

[PATCH mt76] wifi: mt76: mt792x: drop redundant napi_disable() in unregister path
 2026-07-30  7:07 UTC  (3+ messages)

[PATCH] mm/mm_init: remove unnecessary initialization of pgdat->per_cpu_nodestats
 2026-07-30  7:06 UTC  (4+ messages)

[PATCH v2 0/5] USB4 mode programming for QMMPHY on X1E
 2026-07-30  7:06 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: phy: qcom,qmp-usb3-dp: Extend X1E description for USB4

[RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()
 2026-07-30  7:05 UTC  (3+ messages)

[LTP] [PATCH 1/3] tst_cgroup: add cpu.stat and cpu.weight to cgroup file table
 2026-07-30  7:04 UTC  (2+ messages)
` [LTP] "

[trace:trace/core 16/16] WARNING: modpost: vmlinux: section mismatch in reference: trace_printk_init_buffers.part.0+0xc8 (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2026-07-30  7:04 UTC  (3+ messages)

[PATCH 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-30  7:04 UTC  (3+ messages)

[PATCH] crypto: krb5 - Use constant-time checksum comparison
 2026-07-30  7:04 UTC  (2+ messages)

[PATCH net-next v5 00/15] bnxt_en: Add kTLS TX offload support
 2026-07-30  7:01 UTC  (3+ messages)
` [PATCH net-next v5 09/15] bnxt_en: Add infrastructure for crypto key context IDs

[PATCH] ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
 2026-07-30  7:01 UTC 

[PATCH v2 0/2] powerpc/sstep: Fix compilation on 32-bit PowerPC
 2026-07-30  7:01 UTC  (4+ messages)
` [PATCH v2 1/2] powerpc/sstep: Consistently use one define to check arch bit width
` [PATCH v2 2/2] powerpc/sstep: Don’t define variables we won’t be using

[PATCH] date: add --date=elapsed and %aX/%cX placeholders
 2026-07-30  7:01 UTC 

[PATCH] drm/xe/ras: Split RAS init into xe_ras_init_early and xe_ras_init
 2026-07-30  7:01 UTC  (3+ messages)
` ✓ CI.KUnit: success for "

[PATCH net v2 0/1] llc: fix listener child socket leaks
 2026-07-30  7:00 UTC  (2+ messages)
` [PATCH net v2 1/1] "

[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
 2026-07-30  7:00 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: iommu: Add Broadcom BCM2712 IOMMU
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver

[PATCH v3 0/5] zram: fix zstd per-CPU error path and add parameter validation
 2026-07-30  7:00 UTC  (4+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 2/4] zram: reject zero-size dictionary

[PATCH v3 0/7] Harden virtio migration load paths against crafted streams
 2026-07-30  6:58 UTC  (3+ messages)
` [PATCH v3 2/7] hw/char/virtio-serial-bus: validate nr_active_ports from migration stream

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-07-30  6:57 UTC  (6+ messages)
` [PATCH v7 1/5] block: introduce bio_in_atomic()
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 4/5] buffer: set "
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices

[PATCH] futex: Prevent robust futex exit race more
 2026-07-30  6:58 UTC  (6+ messages)

[PATCH v2] lib/group_cpus: make group CPU cluster aware
 2026-07-30  6:58 UTC  (3+ messages)

[PATCH] memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is done
 2026-07-30  6:57 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Add arch-specific tracepoints
 2026-07-30  6:57 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] linux-user/sh4: allow full 32-bit address space
 2026-07-30  6:56 UTC  (3+ messages)

[PATCH v4 4/5] mm/memcontrol: convert memcg to use page_counter_stock
 2026-07-30  6:56 UTC  (3+ messages)

[PATCH net-next v8 0/7] r8169: add support for phylink
 2026-07-30  6:50 UTC  (8+ messages)
` [PATCH net-next v8 1/7] r8169: add speed in private struct
` [PATCH net-next v8 2/7] net: phy: phylink: add helper to modify pause
` [PATCH net-next v8 3/7] r8169: add support for phylink
` [PATCH net-next v8 4/7] r8169: add support for RTL8116af
` [PATCH net-next v8 5/7] r8169: add support for RTL8127atf
` [PATCH net-next v8 6/7] r8169: add ltr support for RTL8117 series
` [PATCH net-next v8 7/7] r8169: fix RTL8116af can not enter s0idle and c10

[PATCH v6 0/4] hwmon: pmbus: add MPS MPQ8646 support
 2026-07-30  6:55 UTC  (4+ messages)
` [PATCH v6 2/4] dt-bindings: hwmon: pmbus: add MPS MPQ8646

[PATCH v3 0/3] PCI: ultrarisc: Add DP1000 PCIe clock support
 2026-07-30  6:55 UTC  (7+ messages)
` [PATCH v3 2/3] PCI: ultrarisc: get and enable DP1000 PCIe clocks
` [PATCH v3 3/3] PCI: ultrarisc: allow DP1000 driver to build as module

[PATCH net-next] net: ngbe: correct misleading interrupt comment
 2026-07-30  6:54 UTC 

[PATCH v2] wifi: zd1211rw: reject secondary interfaces to prevent conflicts
 2026-07-30  6:52 UTC 

[PATCH] drm/amd/display: make DC_RUN_WITH_PREEMPTION_ENABLED misuse a build error
 2026-07-30  6:53 UTC 

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-30  6:52 UTC  (5+ messages)
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation

[PATCH v2 00/33] ibmvfc: NVMe/FC support over IBM Virtual FC
 2026-07-30  6:52 UTC  (3+ messages)
` [PATCH v2 25/33] ibmvfc: process NVMe/FC rports in work thread

[PATCH v2 0/2] Initial support for Qualcomm Hamoa IOT COME board
 2026-07-30  6:51 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: qcom: Add HAMOA-IOT-COME board

[PATCH v2 0/3] perf hisi-ptt: Fix TLP header parsing and naming
 2026-07-30  6:50 UTC  (5+ messages)
` [PATCH v2 1/3] perf hisi-ptt: Fix PTT trace TLP header parsing
` [PATCH v2 2/3] perf hisi-ptt: Strengthen auxtrace event handling and packet type detection

[PATCH v5 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-07-30  6:49 UTC  (4+ messages)
` [PATCH v5 3/7] net: wwan: t9xx: Add control DMA interface
    ` [External Mail] "

[PATCH 00/16] timekeeping, hrtimer: Assorted cleanups
 2026-07-30  6:47 UTC  (17+ messages)
` [PATCH 01/16] timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
` [PATCH 02/16] timekeeping: Use u32 for clock_was_set_seq
` [PATCH 03/16] hrtimer: Add a lockdep assertion to hrtimer_update_base()
` [PATCH 04/16] timer_list: Use standard 'long long' format placeholders
` [PATCH 05/16] timer_list: Use ktime_t over nanoseconds
` [PATCH 06/16] selftests: add clock-helpers.h
` [PATCH 07/16] selftests: timers: Use clock_name() and constants from clock-helpers.h
` [PATCH 08/16] selftests: timers: nanosleep: Drop output alignment
` [PATCH 09/16] selftests: timers: nanosleep: Explicitly list the tested clocks
` [PATCH 10/16] selftests: timers: nanosleep: Reuse kselftest error numbers
` [PATCH 11/16] selftests: timers: nanosleep: Move all single clock tests out of the loop in main()
` [PATCH 12/16] selftests: timers: nanosleep: Report each test separately
` [PATCH 13/16] selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latency
` [PATCH 14/16] selftests: timers: nsleep-lat: Explicitly list the tested clocks
` [PATCH 15/16] selftests: timers: nsleep-lat: Reuse kselftest error numbers
` [PATCH 16/16] selftests: timers: nsleep-lat: Check all calls to clock_nanosleep() and clock_gettime()

[PATCH net v2] net: phy: dp83640: fix per-bus clock lifetime
 2026-07-30  6:44 UTC 

[PATCH v3 0/2] Add support for Si549 programmable clock
 2026-07-30  6:46 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: clock: si544: add si549 compatible

[PATCH 1/3] EDAC/loongson: Encode node and MC info into mc_idx
 2026-07-30  6:30 UTC  (3+ messages)
` [PATCH 2/3] EDAC/loongson: get DIMM size from ACPI _DSM method
` [PATCH 3/3] EDAC/loongson: Add CS4-7 timeout filter for cross-node access

[PATCH v3] dt-bindings: usb: ti,da830-ohci: Convert to DT schema
 2026-07-30  6:44 UTC  (2+ messages)

[PATCH batadv] batman-adv: correct NET_RX_* NET_XMIT_* confusion
 2026-07-30  6:43 UTC 

[PATCH v4 0/1] powerpc: Enable dynamic preemption
 2026-07-30  6:44 UTC  (11+ messages)
` [PATCH v4 1/1] powerpc: enable "

[PATCH v2] drm/amdgpu: skip BOs being torn down during GTT recovery
 2026-07-30  6:43 UTC 

[PATCH net-next] sctp: auth: propagate HMAC calculation errors to callers
 2026-07-30  6:42 UTC 

[PATCH v1] keyhandler: add handler to show Xen command line
 2026-07-30  6:42 UTC  (3+ messages)

One question about API cpumask_setall()
 2026-07-30  6:41 UTC  (5+ messages)

[PATCH bpf-next v4] bpf: log error code on trampoline unlink failure
 2026-07-30  6:41 UTC  (3+ messages)
` 答复: "

[PATCH] Fix Null Pointer Dereference in uvcg_video_init()
 2026-07-30  6:40 UTC  (2+ messages)

[PATCH v3 0/4] RISC-V: KVM: Cleanup SBI extension status when disable
 2026-07-30  6:40 UTC  (8+ messages)
` [PATCH v3 4/4] RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSR

[PATCH v3 1/2] dma-buf: dma-heap: don't publish fd before copy_to_user() succeeds
 2026-07-30  6:40 UTC  (6+ messages)
` [PATCH v5 0/4] dma-buf: fix fd leak when copy_to_user() fails after fd_install()
  ` [PATCH v5 3/4] drm/prime: use dma_buf_fd_install() to preserve export tracing
  ` [PATCH v5 4/4] selftests: dmabuf-heaps: add fd-leak-on-EFAULT regression test

[PATCH BlueZ v3 0/3] Add CS procedure data aggregation and D-Bus export
 2026-07-30  6:40 UTC  (4+ messages)
` [PATCH BlueZ v3 1/3] shared: Add bcs_procedure_data aggregation and procedure data API
` [PATCH BlueZ v3 2/3] profiles/ranging: Emit CS ProcedureData signal over D-Bus
` [PATCH BlueZ v3 3/3] doc: Update ProcedureData signal doc for byte-blob format

[PATCH 0/8] Extend Qualcomm reference device EC driver with fan LUT, profile and SoC Tj support
 2026-07-30  6:40 UTC  (7+ messages)
` [PATCH 5/8] platform: arm64: qcom-hamoa-ec: Verify required I2C adapter functionality
` [PATCH 6/8] platform: arm64: qcom-hamoa-ec: Retry I2C transfers on NACK

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-07-30  6:39 UTC  (4+ messages)
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()

[LTP] [PATCH 0/3] Add CPU cgroup v2 tests ported from kselftest
 2026-07-30  6:38 UTC  (4+ messages)
` [LTP] [PATCH 2/3] cgroup: add "
` [LTP] [PATCH 3/3] runtest/controllers: add CPU cgroup v2 test entries

[PATCH 0/2] powerpc/sstep: Fix compilation on 32-bit PowerPC
 2026-07-30  6:39 UTC  (4+ messages)
` [PATCH 2/2] powerpc/sstep: Don’t define variables we won’t be using

[PATCH] drm/xe/pm: do not warn about missing runtime PM protection after hot-unplug
 2026-07-30  6:39 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH bpf] bpf: Fix netns reference imbalance in conntrack kfuncs
 2026-07-30  6:38 UTC  (2+ messages)

[PATCH v4 0/3] Enable mutliple peripherals in IPQ5210
 2026-07-30  6:38 UTC  (4+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: ipq5210: Introduce RDP504 common DT file

[PATCH 0/6] Fixes and improvements to syncobj handling in TegraDRM submit path
 2026-07-30  6:37 UTC  (7+ messages)
` [PATCH 1/6] drm/tegra: Fix syncobj_in wait return value check
` [PATCH 3/6] drm/tegra: Drop reference on postfence

[PATCH v3 0/2] Enable ICE for UFS on Hamoa IoT EVK
 2026-07-30  6:36 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: crypto: qcom,inline-crypto-engine: Add x1e80100 support

[PATCH 0/4] Base support for Power12
 2026-07-30  6:35 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.