All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-30 12:35:38 to 2025-06-30 13:07:36 UTC [more...]

[PATCH v3 0/3] Fix STM32 I2C dma operations
 2025-06-30 12:55 UTC  (3+ messages)
` [PATCH v3 1/3] i2c: stm32: fix the device used for the DMA map
` [PATCH v3 2/3] i2c: stm32f7: unmap DMA mapped buffer

[PATCH v3 0/1] local_lock: Move this_cpu_ptr() notation from internal to main header
 2025-06-30 13:07 UTC  (3+ messages)
` [PATCH v3 1/1] "

[svsm-devel] vTPM service attestation format update
 2025-06-30 12:22 UTC  (4+ messages)

[RFC PATCH 0/4] Support for usb authentication
 2025-06-30 13:07 UTC  (8+ messages)
` [RFC PATCH 2/4] usb: core: Introduce usb authentication feature
` [RFC PATCH 3/4] usb: core: Plug the usb authentication capability

[PATCH 0/5] vsock/virtio: SKB allocation improvements
 2025-06-30 13:06 UTC  (9+ messages)
` [PATCH 1/5] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
` [PATCH 2/5] vsock/virtio: Resize receive buffers so that each SKB fits in a page

[PATCH v2 0/9] media: uvcvideo: Invert granular PM logic + PM fix
 2025-06-30 13:06 UTC  (3+ messages)
` [PATCH v2 8/9] media: core: export v4l2_compat_translate_cmd()

[PATCH v2 0/3] cmake: Major version bump to 4.0.3
 2025-06-30 13:05 UTC  (5+ messages)
` [PATCH v2 3/3] cmake: upgrade 3.31.6 -> 4.0.3
  ` [OE-core] "

[Buildroot] [PATCH] package/passt: needs headers >= 5.0
 2025-06-30 13:05 UTC 

[PATCH] uapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2)
 2025-06-30 13:02 UTC 

[PATCH v2] drm/tidss: Decouple max_pclk from tidss feats to remove clock dependency
 2025-06-30 13:04 UTC  (2+ messages)

[PATCH] gpio: sim: allow to mark simulated lines as invalid
 2025-06-30 13:03 UTC 

[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
 2025-06-30 13:03 UTC  (4+ messages)
` [RFC bpf-next v2 2/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH 0/1] Revert patch to reject HBR3 for all eDP panels
 2025-06-30 13:02 UTC  (2+ messages)
` ✓ CI.KUnit: success for Revert patch to reject HBR3 for all eDP panels (rev3)

linux-next: manual merge of the iommufd tree with the iommu tree
 2025-06-30 13:02 UTC  (2+ messages)

[char-misc-next v2 0/5] mei: fix mei_device lifetime
 2025-06-30 13:02 UTC  (4+ messages)
` [char-misc-next v2 1/5] mei: set parent for char device

[PATCH v1 1/1] serial: 8520_ce4100: Reuse mem_serial_in() in ce4100_mem_serial_in()
 2025-06-30 13:02 UTC  (2+ messages)

[PATCH 0/2] btrfs: qgroup race fix and cleanup
 2025-06-30 13:01 UTC  (6+ messages)
` [PATCH 1/2] btrfs: qgroup: fix race between quota disable and quota rescan ioctl
` [PATCH 2/2] btrfs: qgroup: remove no longer used fs_info->qgroup_ulist
` [PATCH v2 0/2] btrfs: qgroup race fix and cleanup
  ` [PATCH v2 1/2] btrfs: qgroup: fix race between quota disable and quota rescan ioctl
  ` [PATCH v2 2/2] btrfs: qgroup: remove no longer used fs_info->qgroup_ulist

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-30 13:00 UTC  (30+ messages)
` [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 13/29] mm/balloon_compaction: "
` [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[PATCH v2] pch_uart: Fix dma_sync_sg_for_device() nents value
 2025-06-30 13:01 UTC  (3+ messages)

[PATCH v4 00/22] AMD MCA interrupts rework
 2025-06-30 13:00 UTC  (11+ messages)
` [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v4 10/22] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v4 14/22] x86/mce: Separate global and per-CPU quirks

[f2fs-dev] [PATCH v3] f2fs: avoid splitting bio when reading multiple pages
 2025-06-30 12:58 UTC  (7+ messages)
  ` [f2fs-dev] [External Mail]Re: "
          `  "

[PATCH v4 0/5] media: uvcvideo: use vb2 ioctl and fop helpers
 2025-06-30 12:59 UTC  (4+ messages)
` [PATCH v4 3/5] media: uvcvideo: Split uvc_stop_streaming()

[PATCH 00/27] cpuset/isolation: Honour kthreads preferred affinity
 2025-06-30 12:59 UTC  (9+ messages)
` [PATCH 02/27] sched/isolation: Introduce housekeeping per-cpu rwsem

[f2fs-dev] [PATCH v4] f2fs: avoid splitting bio when reading multiple pages
 2025-06-30 12:57 UTC  (2+ messages)
`  "

[PATCH] drm/xe: Fxi typo in Kconfig
 2025-06-30 12:56 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2 0/2] rust: add initial scatterlist abstraction
 2025-06-30 12:56 UTC  (4+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings

[PATCH v3 0/2] x86/smpboot: tidy sched-topology and drop useless SMT level
 2025-06-30 12:56 UTC  (5+ messages)
` [PATCH v3 1/2] x86/smpboot: Decrapify build_sched_topology()

[PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
 2025-06-30 12:55 UTC 

[PATCH v4 00/32] ACPI PCI Hotplug support on ARM
 2025-06-30 12:55 UTC  (22+ messages)
` [PATCH v4 24/32] hw/acpi/pcihp: Remove root arg in acpi_pcihp_init
` [PATCH v4 25/32] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v4 26/32] hw/acpi/ged: Support migration of AcpiPciHpState
` [PATCH v4 28/32] hw/arm/virt: Minor code reshuffling in create_acpi_ged
` [PATCH v4 29/32] hw/arm/virt: Let virt support pci hotplug/unplug GED event
` [PATCH v4 30/32] tests/qtest/bios-tables-test: Prepare for addition of acpi pci hp tests
` [PATCH v4 31/32] tests/qtest/bios-tables-test: Add aarch64 ACPI PCI hotplug test

[PATCH v4 0/4] Optimize mprotect() for large folios
 2025-06-30 12:52 UTC  (3+ messages)
` [PATCH v4 3/4] mm: Optimize mprotect() by PTE-batching

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-30 12:55 UTC  (9+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

[char-misc-next v2] mei: bus: fix device leak
 2025-06-30 12:54 UTC  (6+ messages)

[LTP] [PATCH] syscalls/statmount{04,05}: Enable on FUSE
 2025-06-30 12:55 UTC 

[PATCH 0/4] spi: spi-fsl-dspi: Target mode improvements
 2025-06-30 12:54 UTC  (7+ messages)

[PATCH v4 0/6] spi: spi-fsl-dspi: Target mode improvements
 2025-06-30 12:54 UTC  (4+ messages)
` [PATCH v4 2/6] spi: spi-fsl-dspi: Store status directly in cur_msg->status

[PATCH net v2] rose: fix dangling neighbour pointers in rose_rt_device_down()
 2025-06-30 12:51 UTC  (2+ messages)

[PATCH][next] perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"
 2025-06-30 12:51 UTC 

[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-30 12:50 UTC  (2+ messages)

[LTP] [PATCH 0/6] ioctl_pidfd testing suite
 2025-06-30 12:50 UTC  (4+ messages)
` [LTP] [PATCH 5/6] Add ioctl_pidfd03 test

[PATCH] fpga: dfl: Replace scnprintf() with sysfs_emit()
 2025-06-30 12:50 UTC 

[PATCH] drm/sched/tests: Make timedout_job callback a better role model
 2025-06-30 12:49 UTC  (2+ messages)

[PATCH v2 0/4] HID: avoid setting up battery timer when not needed in hid-apple and magicmouse
 2025-06-30 12:49 UTC  (7+ messages)
` [PATCH v2 2/4] HID: magicmouse: avoid setting up battery timer when not needed
` [PATCH v2 1/4] HID: apple: avoid setting up battery timer for devices without battery
` [PATCH v2 4/4] HID: magicmouse: use secs_to_jiffies() for battery timeout
` [PATCH v2 3/4] HID: apple: "

HP Omnibook Ultra Flip 14 - power profiles
 2025-06-30 12:48 UTC  (16+ messages)

[PATCH RESEND] scripts: headers_install: fix a false positive
 2025-06-30 12:48 UTC  (2+ messages)

[PATCH] xfs: replace strncpy with memcpy in xattr listing
 2025-06-30 12:48 UTC  (3+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-06-30 12:47 UTC  (3+ messages)
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops

[PATCH v8 00/24] AuxCCS handling and render compression modifiers
 2025-06-30 12:47 UTC  (25+ messages)
` [PATCH v8 01/24] drm/xe: Consolidate LRC offset calculations
` [PATCH v8 02/24] drm/xe: Generalize wa bb emission code
` [PATCH v8 03/24] drm/xe: Rename utilisation workaround emission function
` [PATCH v8 04/24] drm/xe: Return number of written dwords from workaround batch buffer emission
` [PATCH v8 05/24] drm/xe: Allow specifying number of extra dwords at the end of wa bb emission
` [PATCH v8 06/24] drm/xe: Add plumbing for indirect context workarounds
` [PATCH v8 07/24] drm/xe/xelp: Implement Wa_16010904313
` [PATCH v8 08/24] drm/xe/xelp: Add Wa_18022495364
` [PATCH v8 09/24] drm/xe: Use emit_flush_imm_ggtt helper instead of open coding
` [PATCH v8 10/24] drm/xe/xelpg: Flush CCS when flushing caches
` [PATCH v8 11/24] drm/xe: Flush L3 when flushing render cache
` [PATCH v8 12/24] drm/xe/xelp: Quiesce memory traffic before invalidating auxccs
` [PATCH v8 13/24] drm/xe/xelp: Support auxccs invalidation on blitter
` [PATCH v8 14/24] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [PATCH v8 15/24] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [PATCH v8 16/24] drm/xe/xelp: Add AuxCCS invalidation to the buffer migration path
` [PATCH v8 17/24] drm/xe: Export xe_emit_aux_table_inv
` [PATCH v8 18/24] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [PATCH v8 19/24] drm/xe: Use fb cached min alignment
` [PATCH v8 20/24] drm/xe: Flush GGTT writes after populating DPT
` [PATCH v8 21/24] drm/xe: Handle DPT in system memory
` [PATCH v8 22/24] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
` [PATCH v8 23/24] drm/xe/display: Add support for AuxCCS
` [PATCH v8 24/24] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe

[PATCH -next RFC 0/4] IMA Root of Trust (RoT) Framework
 2025-06-30 12:59 UTC  (5+ messages)
` [PATCH -next RFC 1/4] ima: rot: Introduce basic framework
` [PATCH -next RFC 2/4] ima: rot: Prepare TPM as an RoT
` [PATCH -next RFC 3/4] ima: rot: Make RoT kick in
` [PATCH -next RFC 4/4] ima: rot: Involve per-RoT default PCR index

[PATCH] irq: add support for warning on long-running IRQ handlers
 2025-06-30 12:46 UTC 

More json files pushed to nftables.git
 2025-06-30 12:45 UTC 

FAILED: patch "[PATCH] drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value" failed to apply to 6.15-stable tree
 2025-06-30 12:45 UTC 

[yocto] WiFi driver on Radxa Zero 3W #devicedriver #make
 2025-06-30 12:45 UTC  (3+ messages)

[PATCH net-next v2] ptp: add Alibaba CIPU PTP clock driver
 2025-06-30 12:45 UTC  (3+ messages)

FAILED: patch "[PATCH] drm/amd/display: Export full brightness range to userspace" failed to apply to 6.15-stable tree
 2025-06-30 12:45 UTC 

FAILED: patch "[PATCH] drm/amdgpu: Fix SDMA engine reset with logical instance ID" failed to apply to 6.15-stable tree
 2025-06-30 12:45 UTC 

[PATCH] doc: bitbake-user-manual-ref-variables: fixups
 2025-06-30 12:44 UTC 

FAILED: patch "[PATCH] drm/amdgpu: Use logical instance ID for SDMA v4_4_2 queue" failed to apply to 6.15-stable tree
 2025-06-30 12:45 UTC 

FAILED: patch "[PATCH] drm/amd/display: Only read ACPI backlight caps once" failed to apply to 6.15-stable tree
 2025-06-30 12:45 UTC 

FAILED: patch "[PATCH] drm/amdgpu/mes: add missing locking in helper functions" failed to apply to 6.15-stable tree
 2025-06-30 12:44 UTC 

[PATCH 0/2] Initial r7s72100 Genmai board support
 2025-06-30 12:38 UTC  (4+ messages)
` [PATCH 1/2] Put common r7s72100 code in board/renesas/common

FAILED: patch "[PATCH] drm/amd/display: Get LTTPR IEEE OUI/Device ID From Closest" failed to apply to 6.15-stable tree
 2025-06-30 12:44 UTC 

[PATCH v2 00/11] kasan: unify kasan_arch_is_ready with kasan_enabled
 2025-06-30 12:31 UTC  (3+ messages)
` [PATCH v2 01/11] kasan: unify static kasan_flag_enabled across modes

[PATCH v3 0/2] spi: spi-qpic-snand: avoid memory corruption
 2025-06-30 12:37 UTC  (3+ messages)

[PATCH v2 0/4] firmware: qcom: scm: fix potential race condition with tzmem
 2025-06-30 12:43 UTC  (3+ messages)
` [PATCH v2 2/4] firmware: qcom: scm: take struct device as argument in SHM bridge enable

[PATCH v7 00/24] AuxCCS handling and render compression modifiers
 2025-06-30 12:43 UTC  (5+ messages)
` [PATCH v7 11/24] drm/xe: Flush L3 when flushing render cache

[PATCH v4 0/8] firmware: qcom: enable UEFI variables on Lenovo Yoga C630
 2025-06-30 12:42 UTC  (9+ messages)
` [PATCH v4 6/8] firmware: qcom: scm: add modparam to control QSEECOM enablement

Request for QEMU Wiki Account
 2025-06-30 12:40 UTC  (2+ messages)

[PATCH v5 00/20] Attack vector controls (part 2)
 2025-06-30 12:40 UTC  (3+ messages)
` [PATCH v5 14/20] x86/bugs: Add attack vector controls for BHI

[BUG] btrfs: Data race between btrfs_quota_disable and btrfs_qgroup_rescan leads to a UAF
 2025-06-30 12:40 UTC  (4+ messages)

[PATCHv3 0/9] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-06-30 12:40 UTC  (4+ messages)
` [PATCHv3 8/9] kexec: Integrate bpf light skeleton to load zboot image

[PATCH] xfrm: Duplicate SPI Handling
 2025-06-30 12:38 UTC 

[PATCH v8 0/4] initramfs-crypt-hook patch
 2025-06-30 12:40 UTC  (3+ messages)
` [PATCH v8 1/4] initramfs-crypt-hook: store initial encryption key in TPM2

Patchwork summary for: spi-devel-general
 2025-06-30 12:40 UTC 

"signal is not locked" with HDMI RX driver on RK3588
 2025-06-30 12:39 UTC 

[PATCH v1 0/5] SPMI: MediaTek: Add support for multi-bus
 2025-06-30 12:13 UTC  (4+ messages)
` [PATCH v1 1/5] dt-bindings: spmi: Add MediaTek MT8196 SPMI 2 Arbiter/Controllers

[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
 2025-06-30 12:14 UTC  (2+ messages)

[PATCH net-next v6] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
 2025-06-30 12:38 UTC  (7+ messages)

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-06-30 12:38 UTC  (4+ messages)
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH v1 1/1] serial: 8250: Move CE4100 quirks to a module under 8250 driver
 2025-06-30 12:38 UTC  (3+ messages)

[PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues
 2025-06-30 12:37 UTC  (10+ messages)

refactor the iomap writeback code v3
 2025-06-30 12:41 UTC  (13+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio

[PATCH v3 00/10] gpio: sysfs: add a per-chip export/unexport attribute pair
 2025-06-30 12:37 UTC  (11+ messages)
` [PATCH v3 01/10] gpio: sysfs: use gpiod_is_equal() to compare GPIO descriptors
` [PATCH v3 02/10] gpio: sysfs: add a parallel class device for each GPIO chip using device IDs
` [PATCH v3 03/10] gpio: sysfs: only get the dirent reference for the value attr once
` [PATCH v3 04/10] gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functions
` [PATCH v3 05/10] gpio: sysfs: rename the data variable in gpiod_(un)export()
` [PATCH v3 06/10] gpio: sysfs: don't use driver data in sysfs callbacks for line attributes
` [PATCH v3 07/10] gpio: sysfs: don't look up exported lines as class devices
` [PATCH v3 08/10] gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directory
` [PATCH v3 09/10] gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interface
` [PATCH v3 10/10] gpio: TODO: remove the task for the sysfs rework

[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
 2025-06-30 12:04 UTC  (2+ messages)

[PATCH v3 0/4] spi: sophgo: Add SPI NOR controller for SG2042
 2025-06-30 12:12 UTC  (7+ messages)
` [PATCH v3 1/4] spi: dt-bindings: spi-sg2044-nor: Change SOPHGO SG2042

[PATCH v2] spi: stm32: fix pointer-to-pointer variables usage
 2025-06-30 12:00 UTC  (4+ messages)

[PATCH] bcachefs: Fix incorrect transaction restart handling
 2025-06-30 12:36 UTC 

[PATCH] drm/i915/power: use intel_de_wait_for_clear() instead of wait_for()
 2025-06-30 12:36 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/power: use intel_de_wait_for_clear() instead of wait_for() (rev2)

[PATCH v6 1/5] drm: move the debugfs accel driver code to drm layer
 2025-06-30 12:35 UTC  (3+ messages)
` [PATCH v6 5/5] drm/amdgpu: add support of debugfs for mqd information

[PATCH i-g-t v2] tests/kms_cursor_crc: optimise cursor crc on simulation
 2025-06-30 12:35 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/kms_cursor_crc: optimise cursor crc on simulation (rev2)


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.