All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-05 14:25:06 to 2026-03-05 14:49:00 UTC [more...]

[PATCH v10 06/22] drm/display: hdmi-state-helper: Act on color format DRM property
 2026-03-05 14:46 UTC  (3+ messages)

[RFC PATCH 00/12] usb: xhci: groundwork for secondary interrupters
 2026-03-05 14:48 UTC  (13+ messages)
` [RFC PATCH 01/12] usb: xhci: simplify CMRT initialization logic
` [RFC PATCH 02/12] usb: xhci: relocate Restore/Controller error check
` [RFC PATCH 03/12] usb: xhci: simplify USBSTS register reset
` [RFC PATCH 04/12] usb: xhci: move reserving command ring trb
` [RFC PATCH 05/12] usb: xhci: move ring initialization
` [RFC PATCH 06/12] usb: xhci: move initialization for lifetime objects
` [RFC PATCH 07/12] usb: xhci: split core allocation and initialization
` [RFC PATCH 08/12] usb: xhci: improve debug messages during suspend
` [RFC PATCH 09/12] usb: xhci: optimize resuming from S4 (suspend-to-RAM)
` [RFC PATCH 10/12] usb: xhci: add interrupter type
` [RFC PATCH 11/12] usb: xhci: prepare for multiple interrupters
` [RFC PATCH 12/12] usb: xhci: prepare IRQ handler "

[PATCH v2] add: support pre-add hook
 2026-03-05 14:48 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/6] mm: vma flag tweaks
 2026-03-05 14:48 UTC  (3+ messages)
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions

[PULL 00/27] Misc patches queue
 2026-03-05 14:47 UTC  (2+ messages)

[PATCH] cpufreq: Add debug print for current frequency in __cpufreq_driver_target()
 2026-03-05 14:47 UTC  (3+ messages)

[PATCH v2 0/2] Add driver support for ESWIN EIC7700 PVT controller
 2026-03-05 14:47 UTC  (8+ messages)
    `  "
        `  "
          `  "

[PATCH v3 0/5] pkcs7: better handling of signed attributes
 2026-03-05 14:46 UTC  (5+ messages)

[PATCH 0/4] simple bio cleanups
 2026-03-05 14:32 UTC  (4+ messages)
` [PATCH 4/4] bio: use bio_io_error more often
  ` [f2fs-dev] "

[RFC][PATCH 1/2] sched: proxy-exec: Fix tasks being left unpushable from proxy_tag_curr()
 2026-03-05 14:46 UTC  (5+ messages)
` [RFC][PATCH 2/2] sched: proxy-exec: Add allow/prevent_migration hooks in the sched classes for proxy_tag_curr

[PATCH v3 00/36] KVM: arm64: Add support for protected guest memory with pKVM
 2026-03-05 14:43 UTC  (37+ messages)
` [PATCH v3 01/36] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v3 02/36] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v3 03/36] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v3 04/36] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v3 05/36] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v3 06/36] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v3 07/36] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v3 08/36] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v3 09/36] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v3 10/36] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v3 11/36] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v3 12/36] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v3 13/36] KVM: arm64: Handle aborts from protected VMs
` [PATCH v3 14/36] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v3 15/36] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v3 16/36] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v3 17/36] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v3 18/36] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v3 19/36] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v3 20/36] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v3 21/36] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v3 22/36] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v3 23/36] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v3 24/36] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v3 25/36] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v3 26/36] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v3 27/36] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v3 28/36] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v3 29/36] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v3 30/36] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v3 31/36] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v3 32/36] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v3 33/36] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v3 34/36] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v3 35/36] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
` [PATCH v3 36/36] KVM: arm64: Rename PKVM_PAGE_STATE_MASK

[PATCH net-next v6 0/9] net: dsa: microchip: Add PTP support for the KSZ8463
 2026-03-05 14:45 UTC  (6+ messages)
` [PATCH net-next v6 1/9] net: dsa: microchip: Add support for KSZ8463 global irq

[PATCH v2] hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
 2026-03-05 14:45 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] send-email: pass smtp hostname and port to Authen::SASL
 2026-03-05 14:44 UTC  (2+ messages)

[PATCH v4 0/3] media: i2c: ov9282: Modernize driver with CCI and streams API
 2026-03-05 14:44 UTC  (5+ messages)
` [PATCH v4 2/3] media: i2c: ov9282: Switch to using the sub-device state lock
` [PATCH v4 3/3] media: i2c: ov9282: switch to {enable,disable}_streams

[PATCH] tests/plugins/tcg/mem: Don't access unaligned memory
 2026-03-05 14:42 UTC  (2+ messages)

[RFC v4 00/31] hw/arm/smmuv3: Support Secure state for SMMUv3
 2026-03-05 14:42 UTC  (7+ messages)
` [RFC v4 13/31] hw/arm/smmu-common: Add sec_sid field to TLB entries
` [RFC v4 17/31] hw/arm/smmuv3: Pass sec_sid into cmdq consume path

[PATCH v10 00/21] wifi: nxpwifi: create nxpwifi to support
 2026-03-05 14:39 UTC  (22+ messages)
` [PATCH v10 01/21] wifi: nxpwifi: add 802.11n support for STA and AP modes
` [PATCH v10 02/21] wifi: nxpwifi: add initial 802.11ac "
` [PATCH v10 03/21] wifi: nxpwifi: add initial 802.11ax "
` [PATCH v10 04/21] wifi: nxpwifi: add 802.11h DFS/TPC support for 5 GHz operation
` [PATCH v10 05/21] wifi: nxpwifi: add WMM support for QoS-based traffic handling
` [PATCH v10 06/21] wifi: nxpwifi: add scan support
` [PATCH v10 07/21] wifi: nxpwifi: add join and association support
` [PATCH v10 08/21] wifi: nxpwifi: add channel/frequency/power support
` [PATCH v10 09/21] wifi: nxpwifi: add configuration support
` [PATCH v10 10/21] wifi: nxpwifi: implement cfg80211 ops for STA and AP
` [PATCH v10 11/21] wifi: nxpwifi: add firmware command and TLV definitions
` [PATCH v10 12/21] wifi: nxpwifi: add command/event handling support
` [PATCH v10 13/21] wifi: nxpwifi: add data path support for STA and AP modes
` [PATCH v10 14/21] wifi: nxpwifi: add debugfs support
` [PATCH v10 15/21] wifi: nxpwifi: add ethtool support for Wake-on-LAN
` [PATCH v10 16/21] wifi: nxpwifi: add utility and IE handling support
` [PATCH v10 17/21] wifi: nxpwifi: add init and shutdown support
` [PATCH v10 18/21] wifi: nxpwifi: add core driver implementation
` [PATCH v10 19/21] wifi: nxpwifi: add initial SDIO bus driver support
` [PATCH v10 20/21] wifi: nxpwifi: add Kconfig and Makefile entries
` [PATCH v10 21/21] wifi: nxpwifi: add MAINTAINERS entry for nxpwifi driver

[PATCH] thermal: intel: int340x: Read DDR data rate for Nova Lake
 2026-03-05 14:42 UTC  (2+ messages)

[PATCH] usb: ucsi: huawei_gaokun: make gaokun_ucsi_ops static
 2026-03-05 14:40 UTC 

[PATCH v2 0/2] Fix typos in comments in Intel Ethernet drivers (igb, igc)
 2026-03-05 14:41 UTC  (7+ messages)
` [PATCH v2 1/2] igb: fix typos in comments
  ` [Intel-wired-lan] "
` [PATCH v2 2/2] igc: "
  ` [Intel-wired-lan] "

[PATCH v2 0/2] Add cofficients to the TH1520 PVT
 2026-03-05 14:40 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520
` [PATCH v2 2/2] riscv: dts: thead: th1520: add coefficients to the PVT node

[PATCH RFC net-next 0/2] hsr: Add additional info to send/ receive skbs
 2026-03-05 14:41 UTC  (9+ messages)
` [PATCH RFC net-next 1/2] hsr: Allow to send a specific port and with HSR header

[PATCH v7 0/6] imu: st_lsm6dsx: Add support for rotation sensor
 2026-03-05 14:40 UTC  (12+ messages)
` [PATCH v7 4/6] iio: ABI: Add support for floating-point numbers in buffer scan elements
` [PATCH v7 5/6] iio: ABI: Add partial quaternion modifier

[PATCH 0/2] i2c: qcom-cci: Add DT property for SCL clock stretching
 2026-03-05 14:40 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: i2c: qcom-cci: Document qcom,scl-stretch-enable property
` [PATCH 2/2] i2c: qcom-cci: Add DT property for SCL clock stretching

[PATCH v3 00/25] CPU binds and ULLS on migration queue
 2026-03-05 14:39 UTC  (3+ messages)
` [PATCH v3 02/25] drm/xe: Add xe_migrate_update_pgtables_cpu_execute helper

[PATCH] mqueue: introduce new do_mq_timedreceive2() [ mq_peek syscall] for non-destructive receive and inspection,fix minor issue,prepared doc
 2026-03-05 14:39 UTC  (2+ messages)

[RESEND PATCH v13 0/2] usb: xhci: route device to secondary interrupters
 2026-03-05 14:39 UTC  (3+ messages)
` [RESEND PATCH v13 1/2] usb: xhci: refactor IRQ/interrupter plumbing for multi-vector support

[PATCH i-g-t v6] tests/kms_explict_fence: Add Test for Explicit Fencing
 2026-03-05 14:36 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for tests/kms_explict_fence: Add Test for Explicit Fencing (rev7)

[PATCH v1 0/3] dm-inlinecrypt: add target for inline block device encryption
 2026-03-05 14:38 UTC  (3+ messages)

[PATCH v4] add: support pre-add hook
 2026-03-05 14:37 UTC  (3+ messages)
` [PATCH v5] "

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-05 14:37 UTC  (7+ messages)

[PATCH] optee: Check return value of tee_shm_get_va()
 2026-03-05  8:33 UTC 

[LTP] [PATCH v1] fanotify22.c: handle multiple asynchronous error events
 2026-03-05 14:36 UTC  (3+ messages)

[PATCH v5 0/2] drm/msm/dpu: Correct the dpu catalog config
 2026-03-05 14:36 UTC  (3+ messages)
` [PATCH v5 2/2] drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun index

[PATCH v2 0/2] Deprecation notices for VFIO
 2026-03-05 14:36 UTC  (5+ messages)
` [PATCH v2 1/2] doc: add deprecation notice for VFIO API
` [PATCH v2 2/2] doc: add deprecation notice for vDPA driver API

[Bug 2133804] Re: QEMU does not emulate IOCTL TCGETS2
 2026-03-05 14:30 UTC 

[PATCH 00/14] Enable lock context analysis
 2026-03-05 14:35 UTC  (6+ messages)
` [PATCH 02/14] blk-ioc: Prepare for enabling thread-safety analysis

RFC: unmap_page_range optimisation (avoiding emulation faults during VM migration)
 2026-03-05 14:35 UTC  (2+ messages)

Separate igvmmeasure
 2026-03-05 14:34 UTC  (2+ messages)

[PATCH net v1 0/4] net: usb: lan78xx: accumulated bug fixes
 2026-03-05 14:34 UTC  (5+ messages)
` [PATCH net v1 1/4] net: usb: lan78xx: fix silent drop of packets with checksum errors
` [PATCH net v1 2/4] net: usb: lan78xx: fix TX byte statistics for small packets
` [PATCH net v1 3/4] net: usb: lan78xx: skip LTM configuration for LAN7850
` [PATCH net v1 4/4] net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect

Updating HPE CLA
 2026-03-05 14:33 UTC  (2+ messages)

[PATCH net v2] net: add xmit recursion limit to tunnel drivers
 2026-03-05 14:34 UTC  (2+ messages)

[PATCH net v1] mctp: i2c: fix skb memory leak in receive path
 2026-03-05 14:32 UTC 

[PATCH net] net: macb: Shuffle the tx ring before enabling tx
 2026-03-05 14:32 UTC 

[PATCH] systemd: add back warning for use with musl
 2026-03-05 14:33 UTC 

[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-05 14:33 UTC  (7+ messages)
` [PATCH 2/4] arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
` [PATCH 3/4] arm64: errata: Work around early CME DVMSync acknowledgement
` [PATCH 4/4] KVM: arm64: Add SMC hook for SME dvmsync erratum

[PATCH v2 00/16] hw/i386/pc: Remove deprecated 2.8 and 2.9 PC machines
 2026-03-05 14:32 UTC  (6+ messages)
` [PATCH 17/16] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition

[ REGRESSION v6.6.128 ] build failure on x86 because commit 22e460b6333a
 2026-03-05 14:32 UTC  (2+ messages)
` [REGRESSION v6.12.75] build failure on x86 because commit f8f73bf0f8a57

[PATCH v8 00/10] SPMI: Implement sub-devices and migrate drivers
 2026-03-05 14:32 UTC  (4+ messages)

[PATCH v2 0/8] drm/msm: Add Qualcomm Eliza SoC support
 2026-03-05 14:32 UTC  (4+ messages)
` [PATCH v2 7/8] drm/msm/dpu: Add support for Eliza SoC

[ath:master] BUILD SUCCESS 9942b3f80f4ebe6852663e0d35ecaf6b7a97c8da
 2026-03-05 14:31 UTC 

[PATCH v4 0/9] drm/msm/dp: Drop the HPD state machine
 2026-03-05 14:30 UTC  (10+ messages)
` [PATCH v4 1/9] drm/msm/dp: fix HPD state status bit shift value
` [PATCH v4 2/9] drm/msm/dp: Fix the ISR_* enum values
` [PATCH v4 3/9] drm/msm/dp: Read DPCD and sink count in bridge detect()
` [PATCH v4 4/9] drm/msm/dp: Move link training to atomic_enable()
` [PATCH v4 5/9] drm/msm/dp: Drop EV_USER_NOTIFICATION
` [PATCH v4 6/9] drm/msm/dp: drop event data
` [PATCH v4 7/9] drm/msm/dp: rework HPD handling
` [PATCH v4 8/9] drm/msm/dp: Add sink_count to debug logs
` [PATCH v4 9/9] drm/msm/dp: turn link_ready into plugged

[PATCH net-next v2] selftests: af_unix: validate SO_PEEK_OFF advancement and reset
 2026-03-05 14:30 UTC  (2+ messages)

[PATCH] devtool: Add test-image plugin for testing packages via devtool via images
 2026-03-05 14:29 UTC  (2+ messages)
` [OE-core] "

[sailus-media-tree:cleanup] BUILD SUCCESS ed67c5e93fe17822c73a13a106625b77a0aca85f
 2026-03-05 14:28 UTC 

[PATCH net 0/5] mlx5 misc fixes 2026-03-05
 2026-03-05 14:26 UTC  (6+ messages)
` [PATCH net 1/5] net/mlx5: Fix crash when moving to switchdev mode
` [PATCH net 2/5] net/mlx5: Fix peer miss rules host disabled checks
` [PATCH net 3/5] net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
` [PATCH net 4/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ
` [PATCH net 5/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ

[PATCH net-next v2 0/3] Support PHYs that have inband autoneg disabled with GEM
 2026-03-05 14:28 UTC  (10+ messages)
` [PATCH net-next v2 1/3] net: macb: fix SGMII with inband aneg disabled

[OE-core][whinlatter][PATCH v2] python3-urllib3: patch CVE-2025-66471
 2026-03-05 14:11 UTC 

[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
 2026-03-05 14:27 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests

[PATCH] hfsplus: limit sb_maxbytes to partition size
 2026-03-05 14:27 UTC  (5+ messages)

[PATCH v2 0/5] oidmap: migrate cleanup to oidmap_clear_with_free()
 2026-03-05 14:27 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH V5 00/13] iothread: Support tracking and querying IOThread holders
 2026-03-05 14:24 UTC  (14+ messages)
` [PATCH V5 01/13] qapi/misc: Fix missed query-iothreads items
` [PATCH V5 02/13] iothread: introduce iothread_ref/unref to track attached devices
` [PATCH V5 03/13] iothread: tracking iothread users with holder name
` [PATCH V5 04/13] blockdev: Update "
` [PATCH V5 05/13] virtio-vq-mapping: track iothread-vq-mapping references using device path
` [PATCH V5 06/13] virtio: use iothread_get/put_aio_context for thread pinning
` [PATCH V5 07/13] net/colo: track IOThread references using path-based holder
` [PATCH V5 08/13] block/export: Update tracking iothread users with holder name
` [PATCH V5 09/13] monitor: "
` [PATCH V5 10/13] virtio-balloon: "
` [PATCH V5 11/13] vfio-user/proxy: "
` [PATCH V5 12/13] xen-block: "
` [PATCH V5 13/13] qapi: examine IOThread attachment status via query-iothreads

[meta-virtualization][PATCH] xen-guest-bundle: require "xen" DISTRO_FEATURE
 2026-03-05 14:26 UTC  (3+ messages)

[PATCH] license_image.bbclass: report all packages with incompatible license
 2026-03-05 14:26 UTC  (3+ messages)
` [OE-core] "

My Interest In Optimize COW Memory Project (GSoC 2026)
 2026-03-05 14:26 UTC 

[PATCH] tests/amdgpu: add cross-GPU DMA-buf synchronization test
 2026-03-05 14:26 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-05 14:25 UTC  (8+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
  ` [f2fs-dev] "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "
  ` [f2fs-dev] "

[LTP] [PATCH] syscalls: newuname01: Convert to the new library
 2026-03-05 14:25 UTC  (3+ messages)

[PATCH] accel/ivpu: Remove boot params address setting via MMIO register
 2026-03-05 14:22 UTC 

[net-next 0/3] psp: Support PSP reset statistics
 2026-03-05 14:25 UTC  (5+ messages)
` [net-next 1/3] psp: Support resetting statistics on a device

[PATCH net-next 0/8] net: dsa: add DSA support for the LAN9645x switch chip family
 2026-03-05 14:24 UTC  (4+ messages)
` [PATCH net-next 4/8] net: dsa: lan9645x: add basic dsa driver for LAN9645X

[PATCH net-next 0/4] Initial support for p64h GEM
 2026-03-05 14:24 UTC  (4+ messages)
` [PATCH net-next 3/4] net: macb: add safeguards for jumbo frame larger than 10240

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-05 14:25 UTC  (3+ messages)
` [PATCH 2/6] gpio: move hogs into GPIO core


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.