All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-28 06:11:41 to 2025-05-28 07:20:41 UTC [more...]

[PATCH 0/2] Fix AMDGPU VRAM zeroing
 2025-05-28  7:07 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Dirty cleared blocks on allocation

[PATCH 0/6] pinctrl: Add Airoha AN7583 support
 2025-05-28  7:16 UTC  (3+ messages)
` [PATCH 1/6] pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46

[PATCH v9 0/6] PCI: VF resizable BAR
 2025-05-28  7:20 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for PCI: VF resizable BAR (rev8)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH 00/18] Split netmem from struct page
 2025-05-28  7:21 UTC  (9+ messages)
` [PATCH 18/18] mm, netmem: remove the page pool members in "

[PATCH 1/2] vfio: Fix unbalanced vfio_df_close call in no-iommu mode
 2025-05-28  7:24 UTC  (5+ messages)
` [PATCH 2/2] vfio: Prevent open_count decrement to negative

[PATCH 1/2] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
 2025-05-28  7:14 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk

[PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"
 2025-05-28  7:17 UTC  (3+ messages)

[PATCH] iio: trigger: Avoid data race
 2025-05-28  7:17 UTC  (5+ messages)

[PATCH v10 0/5] Add Loongson Security Engine chip driver
 2025-05-28  7:17 UTC  (6+ messages)
` [PATCH v10 1/5] mfd: Add support for Loongson Security Engine chip controller
` [PATCH v10 2/5] crypto: loongson - add Loongson RNG driver support
` [PATCH v10 3/5] MAINTAINERS: Add entry for Loongson crypto driver
` [PATCH v10 4/5] tpm: Add a driver for Loongson TPM device

[PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation
 2025-05-28  7:16 UTC  (4+ messages)
` [PATCH 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too

[PATCH] doc: sparse-checkout: Fix list markers
 2025-05-28  7:14 UTC  (3+ messages)

[PATCH] doc: sparse-checkout: Fix list markers
 2025-05-28  7:14 UTC  (3+ messages)

[PATCH] i2c: imx: fix emulated smbus block read
 2025-05-28  7:13 UTC  (2+ messages)

[PATCH rfcv3 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-05-28  7:12 UTC  (8+ messages)
` [PATCH rfcv3 15/21] intel_iommu: Bind/unbind guest page table to host

[koverstreet-bcachefs:bcachefs-testing 325/325] fs/bcachefs/sb-errors.c:94:43: error: 'struct bch_sb_error_entry_cpu' has no member named 'last_error_done'; did you mean 'last_error_time'?
 2025-05-28  7:12 UTC 

[anolis-intel-cloud:devel-6.6 41/41] kismet: WARNING: unmet direct dependencies detected for VFIO_MDEV when selected by CRYPTO_DEV_HCT
 2025-05-28  7:12 UTC 

[Bug 121221] Unable to pair / use Genius Navigator 900 Pro mouse
 2025-05-28  7:11 UTC 

[RFC] Should we consider to re-write HFS/HFS+ in Rust?
 2025-05-28  7:11 UTC  (2+ messages)

[PATCH v2 0/2] Improve adv7511_mode_set()
 2025-05-28  7:11 UTC  (5+ messages)
` [PATCH v2 1/2] drm/bridge: adv7511: Move adv711_dsi_config_timing_gen() into adv7511_mode_set()
` [PATCH v2 2/2] drm/bridge: adv7511: Rename adv7511_dsi_config_timing_gen() into adv7533_dsi_config_timing_gen()

[PATCH] drm/i915/display: add intel_display_device_present()
 2025-05-28  7:11 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✗ CI.Build: failure "

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-28  7:10 UTC  (9+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH V2 00/19] virtio_ring in order support
 2025-05-28  7:10 UTC  (21+ messages)
` [PATCH V2 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V2 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V2 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V2 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V2 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V2 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V2 07/19] virtio: "
` [PATCH V2 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V2 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V2 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V2 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V2 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V2 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V2 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V2 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V2 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH V2 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V2 18/19] virtio_ring: factor out split "
` [PATCH V2 19/19] virtio_ring: add in order support

[PATCH v1 net] calipso: Don't call calipso functions for AF_INET sk
 2025-05-28  7:10 UTC  (2+ messages)

[PATCH v5 0/4] Add support for DU/DSI clocks and DSI driver support for the Renesas RZ/V2H(P) SoC
 2025-05-28  7:09 UTC  (5+ messages)
` [PATCH v5 1/4] clk: renesas: rzv2h-cpg: Add support for DSI clocks

[PATCH v1] mediatek MT7925: update bluetooth firmware to 20250526153203
 2025-05-28  7:07 UTC  (2+ messages)

[PATCH v1] tty: Register device *after* creating the cdev for a tty
 2025-05-28  7:06 UTC  (2+ messages)

[linus:master] [bcachefs] cd3cdb1ef7: last_state.incomplete
 2025-05-28  7:05 UTC  (2+ messages)

[PATCH] docs: add instructions to use Yahoo with send-mail
 2025-05-28  7:05 UTC  (6+ messages)
` [PATCH v5 0/4] docs: update email credential helpers and improve formatting
  ` [PATCH v5 1/4] docs: add credential helper for yahoo and link Google's sendgmail tool
  ` [PATCH v5 2/4] docs: improve formatting in git-send-email documentation
  ` [PATCH v5 3/4] docs: remove credential helper links for emails from gitcredentials
  ` [PATCH v5 4/4] docs: make the purpose of using app password for Gmail more clear in send-email

[dpdk-dev] Regarding HQOS with run-to-completion Model
 2025-05-27 15:39 UTC  (5+ messages)

[PATCH] Bluetooth: BT Driver: mediatek: add gpio pin to reset bt
 2025-05-28  7:03 UTC 

[PATCH 00/23] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-05-28  7:04 UTC  (3+ messages)
` [PATCH 04/23] md/md-bitmap: support discard for bitmap ops

linux-next: Tree for May 28
 2025-05-28  7:04 UTC 

[Patch v2] perf tools: Fix incorrect --user-regs comments
 2025-05-28  7:03 UTC  (2+ messages)

[PATCH 00/11] builtin/maintenance: fix ref lock races when detaching
 2025-05-28  7:02 UTC  (7+ messages)
` [PATCH 04/11] builtin/maintenance: mark "--task=" and "--schedule=" as incompatible
` [PATCH 08/11] builtin/maintenance: let tasks do maintenance before and after detach

[broonie-spi:for-next 9/11] drivers/spi/spi-pci1xxxx.c:768 pci1xxxx_spi_probe() warn: missing error code? 'ret'
 2025-05-28  7:02 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-28  7:01 UTC  (3+ messages)
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios

[PATCH v10 5/5] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry
 2025-05-28  7:01 UTC 

[RESEND 0/8] drm/i915/sbi: move under display, cleanup
 2025-05-28  7:00 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for drm/i915/sbi: move under display, cleanup (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH net v2 0/2] net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
 2025-05-28  7:00 UTC  (2+ messages)

[PATCH] EDAC/synopsys: Clear the ecc counters at init
 2025-05-28  6:56 UTC 

[PATCH] wifi: ath11k: mark reset srng lists as initialized
 2025-05-28  6:57 UTC  (2+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-28  6:57 UTC  (4+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "

[PULL] drm-intel-next-fixes
 2025-05-28  6:56 UTC 

[PATCH 0/4] fstests overlay fixes for v2025.05.25
 2025-05-28  6:54 UTC  (4+ messages)
` [PATCH 1/4] overlay: workaround libmount failure to remount,ro

[PATCHv4 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-05-28  6:45 UTC  (4+ messages)
` [PATCH 1/3] nvme-tcp: sanitize request list handling
` [PATCH 2/3] nvme-tcp: fix I/O stalls on congested sockets
` [PATCH 3/3] nvme-tcp: do not queue io_work on a full socket

[PATCH v2 0/6] Add support for MT8196 video encoder
 2025-05-28  6:36 UTC  (7+ messages)
` [PATCH v2 1/6] media: mediatek: encoder: Add a new encoder driver interface
` [PATCH v2 2/6] media: mediatek: encoder: Add support for common firmware interface
` [PATCH v2 3/6] media: mediatek: encoder: Add support for VCP encode process
` [PATCH v2 4/6] media: mediatek: encoder: Add a new platform data member
` [PATCH v2 5/6] dt-bindings: media: mediatek: encoder: Add encoder dt-bindings for MT8196
` [PATCH v2 6/6] media: mediatek: encoder: Add MT8196 encoder compatible data

[PATCH v5] scsi: trace: show rtn in string for scsi_dispatch_cmd_error
 2025-05-28  6:51 UTC  (2+ messages)

HEAD.lock and git maintenance
 2025-05-28  6:51 UTC  (4+ messages)

[PATCH v4 00/12] Panel Replay + Adaptive sync
 2025-05-28  6:50 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for Panel Replay + Adaptive sync (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[openeuler:OLK-6.6 2320/2320] arch/x86/kernel/cpu/proc.c:63:5: warning: no previous prototype for function 'show_cpuinfo'
 2025-05-28  6:49 UTC 

[PATCH 6.14 000/783] 6.14.9-rc1 review
 2025-05-28  6:50 UTC  (2+ messages)

[net Patch v2] octeontx2-pf: QOS: Perform cache sync on send queue teardown
 2025-05-28  6:50 UTC  (2+ messages)

[net Patchv2] octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback
 2025-05-28  6:50 UTC  (2+ messages)

[Bug Report] Linux v6.15-rc7 boot failure on Xen-4.17
 2025-05-28  6:49 UTC  (5+ messages)

[PATCH v2] Bluetooth: hci_qca: Drop unused event during BT on
 2025-05-28  6:48 UTC  (2+ messages)
` (no subject)

[PATCH 00/10] ARM: stm32: Add STM32MP13xx SPL and OpTee-OS start support
 2025-05-28  6:45 UTC  (17+ messages)
` [PATCH 03/10] ARM: stm32: Limit early cache enablement in SPL to STM32MP15xx
` [PATCH 04/10] ARM: stm32: Add STM32MP13xx PMIC initialization for DDR3 DRAM type
` [PATCH 05/10] ARM: stm32: Add STM32MP13xx debug UART initialization
` [PATCH 06/10] ARM: dts: stm32: Add stm32mp13-ddr.dtsi template
` [PATCH 07/10] ARM: dts: stm32: Add 512 MiB DRAM settings for DH STM32MP13xx DHCOR DHSBC
` [PATCH 08/10] ARM: dts: stm32: Add STM32MP13x SPL specific DT additions
` [PATCH 09/10] ARM: dts: stm32: Add SPL specifics for DH STM32MP13xx DHCOR DHSBC
` [PATCH 10/10] ARM: dts: stm32: Switch defconfig to SPL "

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2025-05-28  6:43 UTC 

[PATCH] drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setup
 2025-05-28  6:45 UTC 

linux-next: build failure after merge of the kvm tree
 2025-05-28  6:44 UTC  (3+ messages)

[PATCH] accel/tcg: Fix atomic_mmu_lookup vs TLB_FORCE_SLOW
 2025-05-28  6:42 UTC  (3+ messages)

[PATCH RFC 0/4] drm/bridge: samsung-dsim: Stop controlling vsync display FIFO flush in panels
 2025-05-28  6:41 UTC  (2+ messages)

[PATCH v4 1/4] u-boot: disable CONFIG_BLOBLIST on genericarm64 and qemuarm64
 2025-05-28  6:40 UTC  (3+ messages)

[PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem
 2025-05-28  6:40 UTC  (6+ messages)

[android-common:android14-kiwi-6.1 0/385] mm/memory.c:5148: warning: Function parameter or member 'mm' not described in 'mm_account_fault'
 2025-05-28  6:39 UTC 

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-28  6:40 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH v4 0/2] send-email: fix threads breaking in case user edits emails and improvements to outlook ID fix
 2025-05-28  6:39 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] send-email: fix bug resulting in increased message number if a message is edited
  ` [PATCH v5 2/2] send-email: show the new message id assigned by outlook in the logs

[meta-oe][PATCH v2] pcp: fix race condition build error
 2025-05-28  6:38 UTC 

[PATCH net-next v1 1/1] net: bonding: add bond_is_icmpv6_nd() helper
 2025-05-28  6:39 UTC  (2+ messages)

[PATCH v8 00/20] Rate limit AER logs
 2025-05-28  6:38 UTC  (3+ messages)
` [PATCH v8 13/20] PCI/ERR: Add printk level to pcie_print_tlp_log()

Poor thunderbolt-net interface performance when bridged
 2025-05-28  6:38 UTC  (13+ messages)

[RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust
 2025-05-28  6:37 UTC  (5+ messages)
` [RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
` [RFC RESEND v10 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards

[PATCH] drm/i915: drop intel_dpio_phy.h include from VLV IOSF SB
 2025-05-28  6:37 UTC  (12+ messages)
` ✗ CI.Build: failure for "
` ✗ CI.Patch_applied: "
` ✓ CI.Patch_applied: success "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[Intel-wired-lan] [PATCH iwl-next] i40e: add link_down_events statistic
 2025-05-28  6:36 UTC  (3+ messages)

[PATCH 6.12 000/626] 6.12.31-rc1 review
 2025-05-28  6:36 UTC  (2+ messages)

[PATCH net-next] net: phy: Synchronize c45_ids to phy_id
 2025-05-28  6:35 UTC  (2+ messages)

[PATCH 0/2] Add MT8196 VMM driver support
 2025-05-28  6:29 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: regulator: mediatek: Add MT8196 vmm controller

[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-05-28  6:33 UTC  (16+ messages)
` [PATCH 3/3] nvme-tcp: fix I/O stalls "

[PATCH v10 00/10] mtd: add driver for Intel discrete graphics
 2025-05-28  6:30 UTC  (13+ messages)
` [PATCH v10 06/10] drm/i915/nvm: add nvm device for "
` [PATCH v10 08/10] drm/xe/nvm: add on-die non-volatile memory device

❌ FAIL: Test report for master (6.15.0, upstream-mainline, feacb177)
 2025-05-28  6:33 UTC 

Possibility of using Coresight STM - ETR as console for System Control Processor
 2025-05-28  6:28 UTC 

Xenomai 3.2.3 / Kernel 5.15 — Periodic task occasionally stretches from ≈70 µs to ≈350 µs — is the OOB LAPIC timer the cause?
 2025-05-28  6:13 UTC  (3+ messages)

[PATCH 00/11] migration: Some enhancements and cleanups for 10.1
 2025-05-28  6:27 UTC  (3+ messages)
` [PATCH 02/11] migration/hmp: Fix postcopy-blocktime per-vCPU results

[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-05-28  5:35 UTC  (2+ messages)
` [PATCH 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum

[PATCH] drivers: remove __rte_used from functions for compatibility with MSVC
 2025-05-28  6:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 1/4] serial: 8250: fix panic due to PSLVERR
 2025-05-28  6:26 UTC  (4+ messages)
` [PATCH v7 2/4] serial: 8250: avoid potential PSLVERR issue
` [PATCH v7 3/4] serial: 8250_dw: assert port->lock is held in dw8250_force_idle()
` [PATCH v7 4/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT

[PATCH 0/2] Add support for DS90UB954-Q1
 2025-05-28  6:25 UTC  (4+ messages)
` [PATCH 2/2] media: i2c: ds90ub960: "

[RFC 1/1] sched: Skip redundant operations for proxy tasks needing return migration
 2025-05-28  6:24 UTC  (8+ messages)

[PATCH v2 0/3] virtio: Fixes for TX ring sizing and resize error reporting
 2025-05-28  6:24 UTC  (2+ messages)

[meta-networking][PATCH] networkmanager: update 1.50.0 -> 1-52-0
 2025-05-28  6:23 UTC  (2+ messages)
` [oe] "

[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
 2025-05-28  6:14 UTC  (2+ messages)

[PATCH v2] dt-bindings: iio: gyroscope: invensense,itg3200: add binding
 2025-05-28  6:22 UTC  (2+ messages)

[PATCH] net/cnxk: restore MAC address table during port reset
 2025-05-28  6:19 UTC  (2+ messages)
` [PATCH v2 1/1] net/cnxk: mark invalid MAC address if it doesn't exist

[PATCH 0/2] TCB: Add DMA support to read the capture register AB
 2025-05-28  6:13 UTC  (3+ messages)
` [PATCH 1/2] counter: microchip-tcb-capture: Retrieve and map parent base address
` [PATCH 2/2] counter: microchip-tcb-capture: Add DMA support for TC_RAB register reads

[PATCH v2] drm/ttm: Should to return the evict error
 2025-05-28  6:19 UTC  (5+ messages)

[PATCH v2] drm/amdkfd: Move the process suspend and resume out of full access
 2025-05-28  6:19 UTC  (2+ messages)

Recall: [PATCH] selftests/vm: fix split huge page tests
 2025-05-28  6:18 UTC 

[RESEND PATCH v2] dt-bindings: pmem: Convert binding to YAML
 2025-05-28  6:17 UTC  (2+ messages)

[PATCH v3 0/2] Optimize mremap() for large folios
 2025-05-28  6:15 UTC  (10+ messages)
` [PATCH v3 2/2] mm: Optimize mremap() by PTE batching

b4 broken with git older than 2.41
 2025-05-28  6:15 UTC 

[PATCH v11 0/8] Support RISC-V IOPMP
 2025-05-28  6:13 UTC  (4+ messages)
` [PATCH v11 8/8] hw/riscv/virt: Add IOPMP support

linux-next: manual merge of the tip tree with the net-next tree
 2025-05-28  6:13 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-28  6:12 UTC  (3+ messages)
` [PATCH bpf-next v2 08/11] libbpf: Add bpf_stream_printk() macro

[PATCH v2] eventpoll: Fix priority inversion problem
 2025-05-28  6:12 UTC  (3+ messages)

[scarthgap][PATCH] libsoup-2.4: Fix CVE-2025-4969
 2025-05-28  6:12 UTC 

[PATCH 0/2] spi: spi-qpic-snand: avoid memory corruption
 2025-05-28  6:11 UTC  (5+ messages)
` [PATCH 2/2] mtd: nand: qpic_common: prevent out of bounds access of BAM arrays


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.