All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 11:17:03 to 2026-07-14 11:45:36 UTC [more...]

[PATCH v2 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-14 11:45 UTC  (7+ messages)
` [PATCH v2 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH v2 15/28] arm64: Add ARM64_HAS_NV3 capability

[PATCH GSoC v15 00/13] cat-file: add remote-object-info to batch-command
 2026-07-14 11:45 UTC  (18+ messages)
` [PATCH GSoC v16 "
  ` [PATCH GSoC v16 10/13] transport: add client support for object-info
  ` [PATCH GSoC v17 00/13] cat-file: add remote-object-info to batch-command
    ` [PATCH GSoC v17 01/13] transport-helper: fix memory leak of helper on disconnect
    ` [PATCH GSoC v17 02/13] cat-file: declare loop counter inside for()
    ` [PATCH GSoC v17 03/13] t1006: split test utility functions into new 'lib-cat-file.sh'
    ` [PATCH GSoC v17 04/13] fetch-pack: fix hash_algo variable type
    ` [PATCH GSoC v17 05/13] fetch-pack: drop static advertise_sid variable
    ` [PATCH GSoC v17 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
    ` [PATCH GSoC v17 07/13] connect: make write_fetch_command_and_capabilities() more generic
    ` [PATCH GSoC v17 08/13] fetch-pack: move fetch initialization
    ` [PATCH GSoC v17 09/13] serve: advertise object-info feature
    ` [PATCH GSoC v17 10/13] transport: add client support for object-info
    ` [PATCH GSoC v17 11/13] cat-file: add remote-object-info to batch-command
    ` [PATCH GSoC v17 12/13] cat-file: validate remote atoms with an allow-list
    ` [PATCH GSoC v17 13/13] cat-file: make remote-object-info allow-list dynamic

[PATCH v2 00/46] drm/mediatek: The Huge Restructuring and MT8196 support
 2026-07-14 11:43 UTC  (25+ messages)
` [PATCH v2 01/46] drm/mediatek: Rename OVL format naming
` [PATCH v2 02/46] drm/mediatek: Export OVL formats definitions and format conversion API
` [PATCH v2 03/46] drm/mediatek: Export OVL Blend function
` [PATCH v2 04/46] drm/mediatek: Move mtk_ddp_comp_type enumeration to mtk-mmsys.h
` [PATCH v2 05/46] drm/mediatek: Add missing component types in mtk_ddp_comp_type
` [PATCH v2 06/46] drm/mediatek: Rename all display component type to have DISP_ prefix
` [PATCH v2 07/46] drm/mediatek: Use hashtable for components discovery and registration
` [PATCH v2 08/46] drm/mediatek: ddp_comp: Move internal component register in function
` [PATCH v2 09/46] drm/mediatek: De-duplicate internal component checks
` [PATCH v2 10/46] drm/mediatek: Introduce and use path/comp definition structures
` [PATCH v2 11/46] drm/mediatek: Create new mtk_drm_legacy and move deprecated code
` [PATCH v2 12/46] dt-bindings: soc: mediatek: mutex: Allow #trigger-source-cells
` [PATCH v2 13/46] dt-bindings: display: mediatek: Allow trigger-sources on relevant HW
` [PATCH v2 14/46] drm/mediatek: Add support for MuteX trigger-sources parsing
` [PATCH v2 15/46] drm/mediatek: ovl_adaptor: Add special MERGE component check
` [PATCH v2 16/46] drm/mediatek: mtk_hdmi_v2: Don't warn on RPM active during detach
` [PATCH v2 17/46] drm/mediatek: Add support for hardware multi-stage layers
` [PATCH v2 18/46] drm/mediatek: mtk_crtc: Complete documentation for struct mtk_crtc
` [PATCH v2 19/46] drm/mediatek: mtk_crtc: Minimize spinlocked time in cmdq callback
` [PATCH v2 20/46] drm/mediatek: mtk_crtc: Dynamically find vblank/cfg component indices
` [PATCH v2 21/46] soc: mediatek: mtk-mutex: Add new functions to add/remove triggers
` [PATCH v2 22/46] soc: mediatek: mtk-mmsys: Migrate to new Multimedia DDP HW indexing
` [PATCH v2 23/46] drm/mediatek: Fully migrate to new Display Controller "
` [PATCH v2 24/46] drm/mediatek: mtk_dpi: Pass parameters with new mtk_dpi_sync structure

[PATCHv3 net-next 1/9] net: usb: move updating filter and status from cdc drivers to usbnet
 2026-07-14 11:44 UTC  (9+ messages)
` [PATCHv3 net-next 2/9] net: usb: centralize usbnet_cdc_zte_rx_fixup in usbnet
` [PATCHv3 net-next 3/9] net: usb: usbnet: add cdc_state to struct usbnet
` [PATCHv3 net-next 4/9] net: usb: use cdc_state in "
` [PATCHv3 net-next 5/9] net: usb: int51x1: drop dependency on cdc_ether
` [PATCHv3 net-next 6/9] net: usb: move exported symbols from cdc_ether to usbnet
` [PATCHv3 net-next 7/9] net: usb: remove dependencies on cdc_ether
` [PATCHv3 net-next 8/9] net: usb: usbnet: remove outdated sanity check
` [PATCHv3 net-next 9/9] net: usb: usbnet: corrections in the comments

[PATCH v14 00/11] can: bcm: collected fixes
 2026-07-14 11:45 UTC  (26+ messages)
` [PATCH v14 01/11] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v14 02/11] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v14 03/11] can: bcm: add locking when updating filter and timer values
` [PATCH v14 04/11] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v14 05/11] can: bcm: add missing rcu list annotations and operations
` [PATCH v14 06/11] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v14 07/11] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v14 08/11] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v14 09/11] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v14 10/11] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
` [PATCH v14 11/11] can: bcm: track a single source interface for ANYDEV timeout/throttle ops

[RFC PATCH 0/2] ext4: fix DIO read slowdown after extent status reclaim
 2026-07-14 11:43 UTC  (2+ messages)
` [RFC PATCH 1/2] ext4: avoid caching an extent twice after a leaf read

[PATCH v12 0/4] Add MSI Claw HID Configuration Driver
 2026-07-14 11:43 UTC  (4+ messages)
` [PATCH v12 3/4] HID: hid-msi: Add RGB control interface

[PATCH v3 0/8] Enable CMRR in fixed-RR VRR path
 2026-07-14 11:42 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Enable CMRR in fixed-RR VRR path (rev2)
` ✓ i915.CI.BAT: success for Enable CMRR in fixed-RR VRR path (rev3)

[PATCH RFC 0/3] Refactor the workqueue allocations
 2026-07-14 11:41 UTC  (4+ messages)
` [PATCH RFC 1/3] workqueue: introduce alloc_pwq()
` [PATCH RFC 2/3] workqueue: allocate percpu pwqs through alloc_pwq()
` [PATCH RFC 3/3] workqueue: factor out alloc_and_link_percpu_pwqs()

[PATCH] tests/docker: ensure container command is probed at most once
 2026-07-14 11:40 UTC 

[PATCH v13 00/11] can: bcm: collected fixes - final final
 2026-07-14 11:41 UTC  (5+ messages)
` [PATCH v13 09/11] can: bcm: fix stale rx/tx ops after device removal

[RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
 2026-07-14 11:40 UTC  (13+ messages)

[PATCH BlueZ] adapter: Trigger profile connection on inbound device connection
 2026-07-14 11:41 UTC  (2+ messages)
` [BlueZ] "

[PATCH 0/2] target/s390x: Make PRNO TRNG interruptible
 2026-07-14 11:34 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test PRNO TRNG interruptibility

[PATCH rdma-next 00/13] RDMA: Make device names unique per net namespace
 2026-07-14 11:39 UTC  (4+ messages)
` [PATCH rdma-next 08/13] RDMA/cgroup: Scope rdma cgroup device visibility to the "

[PATCH] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-07-14 11:37 UTC  (2+ messages)

[PATCH] nvme-pci: fix parameter order in nvme_free_sgls() call
 2026-07-14 11:36 UTC  (3+ messages)

[PATCH net-next v2 1/6] net: hold instance lock around NETDEV_DOWN/GOING_DOWN
 2026-07-14 11:36 UTC  (2+ messages)

[PATCH rtw-next 00/16] wifi: rtw89: add USB IO offload and some refactors
 2026-07-14 11:36 UTC  (5+ messages)
` [PATCH rtw-next 08/16] wifi: rtw89: add IO offload support via firmware

[PATCH] iommu/virtio: Report faults via report_iommu_fault()
 2026-07-14 11:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/20] media/imx355: General code cleanups, and adding support for 2 lane operation
 2026-07-14 11:36 UTC  (3+ messages)
` [PATCH v3 12/20] media: imx355: Use pm_runtime autosuspend_delay

[PATCH v6 0/8] mm: optimize zone-device memmap initialization
 2026-07-14 11:35 UTC  (6+ messages)
` [PATCH v6 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v6 8/8] mm: use memcpy_nt() in zone-device template copies

[PATCH v2 0/4] iio: light: opt4001: Fixes from code review
 2026-07-14 11:35 UTC  (4+ messages)
` [PATCH v2 1/4] iio: light: opt4001: Fix reversed GENMASK() arguments in fault count mask

[PATCH v2 0/3] Enable Ethernet boot on SK-AM62A-LP
 2026-07-14 11:35 UTC  (4+ messages)
` [PATCH v2 3/3] arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma

[PATCH v2] ocfs2: free unused clusters on defrag move errors
 2026-07-14 11:35 UTC 

[Buildroot] [PATCH] package: libgpg-error: make sure to use host-gawk
 2026-07-14 11:34 UTC  (2+ messages)

[PATCH] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-14 11:34 UTC  (2+ messages)

[PATCH] module: validate string table section types
 2026-07-14 11:33 UTC  (5+ messages)

[PATCH net v2] net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM
 2026-07-14 11:33 UTC  (2+ messages)

[PATCH iwlwifi-next 01/15] wifi: iwlwifi: add a compile time check for too long hcmds
 2026-07-14 11:32 UTC  (15+ messages)
` [PATCH iwlwifi-next 02/15] wifi: iwlwifi: mvm: remove iwl_mvm_recalc_tcm()
` [PATCH iwlwifi-next 03/15] wifi: iwlwifi: claim UHR DBE capability for UHR devices
` [PATCH iwlwifi-next 04/15] wifi: iwlwifi: support TTL platform device ID
` [PATCH iwlwifi-next 05/15] wifi: iwlwifi: mvm: fix the FCS truncation logic in d3
` [PATCH iwlwifi-next 06/15] wifi: iwlwifi: mld: treat valid BAID without STA as a FW error
` [PATCH iwlwifi-next 07/15] wifi: iwlwifi: mvm: validate monitor notif link_id
` [PATCH iwlwifi-next 08/15] wifi: iwlwifi: mld: cancel wiphy work before freeing wiphy
` [PATCH iwlwifi-next 09/15] wifi: iwlwifi: mld: validate D3_END notif size
` [PATCH iwlwifi-next 10/15] wifi: iwlwifi: pcie: validate txq_id in txq_enable
` [PATCH iwlwifi-next 11/15] wifi: iwlwifi: ignore raw-DSM TLV for LARI cmd version 13 and above
` [PATCH iwlwifi-next 12/15] wifi: iwlwifi: regulatory: add LARI_CONFIG_CHANGE command v14 support
` [PATCH iwlwifi-next 13/15] wifi: iwlwifi: mvm: reset the smart fifo state upon FW stop
` [PATCH iwlwifi-next 14/15] wifi: iwlwifi: mvm: cleanup the driver state after device_powered_off
` [PATCH iwlwifi-next 15/15] wifi: iwlwifi: mld: reset the driver state upon firmware recovery

[PATCH] ASoC: sun4i-codec: Set quirks.playback_only for H616 codec
 2026-07-14 11:33 UTC 

[PATCH v7 0/7] drm/xe: add page size allocation mode control and coverage
 2026-07-14 11:32 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: add page size allocation mode control and coverage (rev5)

[PATCH] PCI: starfive: Fix resource leaks on error paths in host_init()
 2026-07-14 11:30 UTC 

[PATCH 0/2] blk-throttle: minor cleanups
 2026-07-14 11:32 UTC  (3+ messages)
` [PATCH 1/2] blk-throttle: avoid ilog2(0) in calculate_bytes_allowed()

[Buildroot] [git commit] package/libgpg-error: make sure to use host-gawk
 2026-07-14 11:31 UTC 

[PATCH v3 0/4] iio: light: opt4001: Fixes from code review
 2026-07-14 11:31 UTC  (5+ messages)
` [PATCH v3 1/4] iio: light: opt4001: Fix power down clearing bits of the wrong register
` [PATCH v3 2/4] iio: light: opt4001: Fix incompatible pointer type passed to div_u64_rem()
` [PATCH v3 3/4] iio: light: opt4001: Reject integration times with a non-zero seconds part
` [PATCH v3 4/4] iio: light: opt4001: Fix reversed GENMASK() arguments in fault count mask

[PATCH v14 0/8] Add support for NXP P3H2x4x I3C hub driver
 2026-07-14 11:31 UTC  (4+ messages)
` [PATCH v14 7/8] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality

[PATCH v2 0/5] mmc: misc fixes across MMC/SDHCI/RPMB
 2026-07-14 11:31 UTC  (3+ messages)
` [PATCH v2 4/5] mmc: fix mmc_bwrite() ignoring host get_b_max() callback

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-14 11:31 UTC  (5+ messages)
` [PATCH 5/6] gpio: ad7768: Add AD7768 GPIO auxiliary driver

[PATCH 0/2] mm: fix node reclaim swappiness handling
 2026-07-14 11:31 UTC  (9+ messages)
` [PATCH 1/2] memcg: move mem_cgroup_swappiness to memcontrol.h

[PATCH v2] btrfs: fix a lockdep caused by path resolution during device scan
 2026-07-14 11:30 UTC  (2+ messages)

[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
 2026-07-14 11:30 UTC  (6+ messages)
` [RFC PATCH 10/36] arm64: irqflags: save and use both DAIF and PMR

[PATCH] qga: Do not follow symlink in guest-ssh-* commands
 2026-07-14 11:30 UTC  (4+ messages)

[PATCH 00/42] drm/mediatek: The Huge Restructuring and MT8196 support
 2026-07-14 11:30 UTC  (5+ messages)
` [PATCH 06/42] drm/mediatek: Use hashtable for components discovery and registration

[PATCH] mm: thp: unlock i_mmap before releasing split folios
 2026-07-14 11:29 UTC  (7+ messages)

[PATCH RFC v6 0/5] Accelerate page migration with batch copying and hardware offload
 2026-07-14 11:29 UTC  (2+ messages)

[PATCH v11 0/7] I2C Mux per channel bus speed
 2026-07-14 11:29 UTC  (3+ messages)
` [PATCH v11 2/7] i2c: mux: add idle_state property to i2c_mux_core

[PATCH 0/3] iotests: fix three spurious local failures
 2026-07-14 11:28 UTC  (5+ messages)
` [PATCH 2/3] iotests: skip FUSE tests when FUSE is not usable
` [PATCH 3/3] iotests/migrate-bitmaps-postcopy-test: drop the postcopy timing assertion

[PATCH v20 00/16] vfio/pci: Add PCIe TPH support
 2026-07-14 11:28 UTC  (7+ messages)
` [PATCH v20 11/16] PCI/TPH: Add pci_tph_dsm_supported() helper to detect device TPH ST _DSM
` [PATCH v20 15/16] vfio/pci: Sync core PCI TPH software state across device lifecycle and resets
` [PATCH v20 16/16] vfio/pci: Expose per-device TPH state via debugfs

[syzbot] [media?] memory leak in vidtv_psi_registration_desc_init
 2026-07-14 11:28 UTC  (2+ messages)
` Forwarded: media dvb core fix feed leak on failed DMX_ADD_PID

[PATCH] rv: Simplify task monitor slot management
 2026-07-14 11:27 UTC  (2+ messages)

[PATCH v16 00/10] Add Invensense ICM42607
 2026-07-14 11:25 UTC  (9+ messages)
` [PATCH v16 06/10] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH v16 07/10] iio: imu: inv_icm42607: Add Accelerometer "

[PATCH v2] nvme/069: add a test for multipath cdev lifetime
 2026-07-14 11:25 UTC 

[PATCH v8 00/17] AD9910 Direct Digital Synthesizer
 2026-07-14 11:25 UTC  (3+ messages)
` [PATCH v8 02/17] iio: ABI: raw, scale and offset for frequency/phase channels

[PATCH v6 0/6] target/riscv: Implement Smsdid and Smmpt extension
 2026-07-14 11:24 UTC  (3+ messages)

[PATCH] tracing: Add mutex to trace_parser to fix concurrent write races
 2026-07-14 11:24 UTC  (6+ messages)

[PATCH v2] tools/xe-perf-recorder: Add mmio-trigger support
 2026-07-14 11:23 UTC  (4+ messages)

[PATCH] regcache: disable cache_only before rewriting paging registers
 2026-07-14 11:23 UTC  (8+ messages)

[PATCH v4 0/2] RISC-V IOMMU HPM support
 2026-07-14 11:22 UTC  (4+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver

[PATCH v1 0/2] fuse: fix missing barriers in io-uring init
 2026-07-14 11:21 UTC  (4+ messages)

[ANNOUNCE] xfsprogs: for-next updated to ee7dc67a6aaf
 2026-07-14 11:21 UTC 

[PATCH v2] usb: musb: remove dead select of USB_MUSB_DUAL_ROLE
 2026-07-14 11:20 UTC  (2+ messages)

[PATCH iwlwifi-fixes 01/15] wifi: iwlwifi: mvm: verify scan id reported by firmware
 2026-07-14 11:20 UTC  (15+ messages)
` [PATCH iwlwifi-fixes 02/15] wifi: iwlwifi: mvm: fix an off-by-1 boundary check
` [PATCH iwlwifi-fixes 03/15] wifi: iwlwifi: mld: "
` [PATCH iwlwifi-fixes 04/15] wifi: iwlwifi: mld: don't parse a notif before checking its length
` [PATCH iwlwifi-fixes 05/15] wifi: iwlwifi: mvm: fix the FCS truncation logic in d3
` [PATCH iwlwifi-fixes 06/15] wifi: iwlwifi: mld: validate reorder BAID
` [PATCH iwlwifi-fixes 07/15] wifi: iwlwifi: mvm: parse beacon notif per layout
` [PATCH iwlwifi-fixes 08/15] wifi: iwlwifi: mvm: validate MCC header before n_channels
` [PATCH iwlwifi-fixes 09/15] wifi: iwlwifi: mvm: validate sta_id in TLC notif
` [PATCH iwlwifi-fixes 10/15] wifi: iwlwifi: mvm: validate sta_id in BA window status notif
` [PATCH iwlwifi-fixes 11/15] wifi: iwlwifi: mvm: validate mac_link_id in session protect notif
` [PATCH iwlwifi-fixes 12/15] wifi: iwlwifi: mld: clear tzone on fail
` [PATCH iwlwifi-fixes 13/15] wifi: iwlwifi: mvm: fix sched scan IE sizing
` [PATCH iwlwifi-fixes 14/15] wifi: iwlwifi: pcie: null RX pointers after free
` [PATCH iwlwifi-fixes 15/15] wifi: iwlwifi: mvm: d3: validate D3 resume notification payloads

ALC274 HP Pavilion AIO (103c:8acf / 103c:89e9): speaker amp COEF init — Windows-captured values, need the proper re-init sequence
 2026-07-14 11:20 UTC 

[PATCH v5 0/8] KVM: arm64: pKVM vCPU state management at EL2 (series A)
 2026-07-14 11:19 UTC  (7+ messages)
` [PATCH v5 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v5 4/8] KVM: arm64: Move PSCI helper functions to a shared header

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-14 11:20 UTC  (5+ messages)

[PATCH RESEND 0/3] x86/vdso: Improve vdso=/vdso32= boot parameter validation
 2026-07-14 11:19 UTC  (3+ messages)

Derive encryption key from PIN
 2026-07-14 11:19 UTC  (4+ messages)

[PATCH v2] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-14 11:18 UTC  (5+ messages)

[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-14 11:17 UTC  (5+ messages)

[PATCH nf v3 0/2] ipvs: fix destination overload state updates
 2026-07-14 11:16 UTC  (3+ messages)
` [PATCH nf v3 2/2] ipvs: use bitops for destination overload state


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.