All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 08:44:17 to 2025-11-04 09:20:17 UTC [more...]

[PATCH v4 00/30] Split AST2400, AST2500, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
 2025-11-04  6:52 UTC  (2+ messages)
` [SPAM] "

[PATCH] drm/display: bridge_connector: Assign bridge_connector->bridge_hdmi_cec before drmm_connector_hdmi_cec_register()
 2025-11-04  9:14 UTC  (2+ messages)

[PATCH 00/22] coredump: cleanups & pidfd extension
 2025-11-04  9:19 UTC  (33+ messages)
` [PATCH 07/22] pidfs: drop struct pidfs_exit_info
` [PATCH 08/22] pidfs: expose coredump signal
` [PATCH 09/22] selftests/pidfd: update pidfd header
` [PATCH 10/22] selftests/pidfd: add first supported_mask test
` [PATCH 11/22] selftests/pidfd: add second "
` [PATCH 12/22] selftests/coredump: split out common helpers
` [PATCH 13/22] selftests/coredump: split out coredump socket tests
` [PATCH 14/22] selftests/coredump: fix userspace client detection
` [PATCH 15/22] selftests/coredump: fix userspace coredump "
` [PATCH 16/22] selftests/coredump: handle edge-triggered epoll correctly
` [PATCH 17/22] selftests/coredump: add debug logging to test helpers
` [PATCH 18/22] selftests/coredump: add debug logging to coredump socket tests
` [PATCH 19/22] selftests/coredump: add debug logging to coredump socket protocol tests
` [PATCH 20/22] selftests/coredump: ignore ENOSPC errors
` [PATCH 21/22] selftests/coredump: add first PIDFD_INFO_COREDUMP_SIGNAL test
` [PATCH 22/22] selftests/coredump: add second "

[PATCH v4 0/5] add support for T7 family clock controller
 2025-11-04  9:17 UTC  (5+ messages)
` [PATCH v4 5/5] clk: meson: t7: add t7 clock peripherals controller driver

[syzbot] linux-next build error (24)
 2025-11-04  9:17 UTC 

[PATCH net-next 0/3] net: phy: dp83869: Support 1000Base-X SFP
 2025-11-04  9:17 UTC  (10+ messages)
` [PATCH net-next 1/3] net: phy: dp83869: Restart PHY when configuring mode
` [PATCH net-next 2/3] net: phy: dp83869: ensure FORCE_LINK_GOOD is cleared
` [PATCH net-next 3/3] net: phy: dp83869: Support 1000Base-X SFP

[PATCH v7 0/2] Adjust bandwidth limit for DP
 2025-11-04  8:55 UTC  (3+ messages)
` [PATCH v7 1/2] drm/mediatek: "
` [PATCH v7 2/2] drm/mediatek: Add isolation to edp

[PATCH net-next v5 0/8] net: Introduce struct sockaddr_unsized
 2025-11-04  9:15 UTC  (3+ messages)
` [PATCH net-next v5 1/8] net: Add struct sockaddr_unsized for sockaddr of unknown length

[PATCH] null_blk: allow byte aligned memory offsets
 2025-11-04  9:15 UTC  (2+ messages)

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-11-04  9:14 UTC  (3+ messages)
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped

[PATCH 1/2] libfrog: Prevent unnecessary waking of worker thread when using bounded workqueues
 2025-11-04  9:14 UTC  (2+ messages)
` [PATCH 2/2] repair/prefetch.c: Create one workqueue with multiple workers

[PATCH] drm/tegra: Enable cmu for Tegra186 and Tegra194
 2025-11-04  9:14 UTC  (4+ messages)

[PATCH i-g-t v9 0/3] Multi-CCS support in IGT
 2025-11-04  9:13 UTC  (4+ messages)
` [PATCH i-g-t v9 1/3] lib/intel_compute: loop_kernel_duration in Pipeline
` [PATCH i-g-t v9 2/3] tests/intel/xe_compute: Add loop_duration_2s subtest
` [PATCH i-g-t v9 3/3] tests/intel/xe_compute: Add eu-busy-10s test

ATA PASS-THROUGH latency regression after exposing blk-mq hardware queues
 2025-11-04  9:10 UTC  (3+ messages)

[PATCH 1/2] rust: dma: make use of start_ptr() and start_ptr_mut()
 2025-11-04  9:13 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Rename vph-pwr regulator node
 2025-11-04  9:12 UTC  (2+ messages)

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-11-04  9:12 UTC  (23+ messages)
` [PATCH v13 01/22] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v13 02/22] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v13 03/22] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v13 04/22] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v13 05/22] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v13 06/22] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v13 07/22] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v13 08/22] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v13 09/22] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v13 10/22] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v13 11/22] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp
` [PATCH v13 12/22] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v13 14/22] crypto: iaa - Enable async mode and make it the default
` [PATCH v13 15/22] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v13 16/22] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v13 17/22] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v13 18/22] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v13 19/22] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v13 20/22] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v13 21/22] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH] bitbake-setup: make "path" optional
 2025-11-04  9:11 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH rtw-next 0/8] wifi: rtw89: update rate/bw/GI for injection, and add diagnosis to debugfs
 2025-11-04  9:14 UTC  (9+ messages)
` [PATCH rtw-next 1/8] wifi: rtw89: pci: add to read PCI configuration space from common code
` [PATCH rtw-next 2/8] wifi: rtw89: fw: parse firmware element of DIAG_MAC
` [PATCH rtw-next 3/8] wifi: rtw89: debug: add parser to diagnose along DIAG_MAC fw element
` [PATCH rtw-next 4/8] wifi: rtw89: 8852c: add compensation of thermal value from efuse calibration
` [PATCH rtw-next 5/8] wifi: rtw89: phy: fix out-of-bounds access in rtw89_phy_read_txpwr_limit()
` [PATCH rtw-next 6/8] wifi: rtw89: consider data rate/bandwidth/GI for injected packets
` [PATCH rtw-next 7/8] wifi: rtw89: do RF calibration once setting channel when running pure monitor mode
` [PATCH rtw-next 8/8] wifi: rtw89: configure RX antenna if chips can support

[PATCH RESEND] rust: transmute: add `from_bytes_prefix` family of methods
 2025-11-04  9:11 UTC  (3+ messages)

[PATCH net-next] net: add net cookie for net device trace events
 2025-11-04  9:10 UTC  (2+ messages)

[PATCH v3 0/5] Add PCIe support for Kaanapali
 2025-11-04  9:10 UTC  (4+ messages)
` [PATCH v3 5/5] phy: qcom: qmp-pcie: add QMP PCIe PHY tables "

[PATCH v3 00/29] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-04  9:10 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: Add initial support for Xe3p_LPD (rev3)

[PATCH 1/2] dt-bindings: gpu: img,powervr-rogue: Document GE7800 GPU in Renesas R-Car M3-N
 2025-11-04  9:03 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: renesas: r8a77965: Add GE7800 GPU node
  ` [PATCH 1/2] dt-bindings: gpu: img, powervr-rogue: Document GE7800 GPU in Renesas R-Car M3-N

[PATCH] staging: greybus: arche-platform: fix pm_notifier leak in probe error path
 2025-11-04  9:08 UTC 

[PATCH 0/2] vma_start_write_killable
 2025-11-04  9:08 UTC  (2+ messages)
` [syzbot ci] vma_start_write_killable

[moderation/CI] Re: vma_start_write_killable
 2025-11-04  9:08 UTC  (2+ messages)

[PATCH wireless-next 00/57] wifi: inffmac: introducing a driver for Infineon's new generation chipsets
 2025-11-04  9:08 UTC  (5+ messages)

[PATCH net-next 00/11] net: stmmac: multi-interface stmmac
 2025-11-04  9:07 UTC  (7+ messages)
` [PATCH net-next 03/11] net: stmmac: add phy_intf_sel and ACTPHYIF definitions
` [PATCH net-next 04/11] net: stmmac: add stmmac_get_phy_intf_sel()

[PATCH v1 1/1] base64: Unroll the tables initialisers
 2025-11-04  9:07 UTC  (4+ messages)

[PATCH v2 0/3] replace old wq(s), add WQ_PERCPU to alloc_workqueue
 2025-11-04  9:06 UTC  (5+ messages)
` [PATCH v2 1/3] drm/i915: replace use of system_unbound_wq with system_dfl_wq
` ✗ i915.CI.Full: failure for replace old wq(s), add WQ_PERCPU to alloc_workqueue

[PATCH 0/3] hw/net/e1000e: Fix assertion failures in e1000e_write_payload_frag_to_rx_buffers()
 2025-11-04  6:11 UTC  (3+ messages)
` [PATCH 1/3] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors

Dodatkowe środki
 2025-11-04  9:00 UTC 

Dodatkowe środki
 2025-11-04  9:00 UTC 

[PATCH] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
 2025-11-04  9:05 UTC  (4+ messages)

[PATCH 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  9:05 UTC  (5+ messages)
` [PATCH 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c

qcom: add SOCCP firmware for kaanapali platform
 2025-11-04  9:04 UTC 

[PATCH 00/20] arm64: dts: qcom: Introduce Kaanapali platform device tree
 2025-11-04  9:04 UTC  (7+ messages)
` [PATCH 02/20] arm64: dts: qcom: Introduce Kaanapali SoC
` [PATCH 07/20] arm64: dts: qcom: kaanapali: Add remoteprocs for "

[PATCH 00/33] KVM: arm64: Add LR overflow infrastructure
 2025-11-04  9:04 UTC  (4+ messages)
` [PATCH 05/33] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping

Regression in TEO cpuidle governor between 6.6 and 6.12
 2025-11-04  9:03 UTC  (2+ messages)

[PATCH v4 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-11-04  9:03 UTC  (5+ messages)

[PATCH v9 0/3] PCI: imx6: Add external reference clock mode support
 2025-11-04  9:02 UTC  (4+ messages)
` [PATCH v9 2/3] dt-bindings: PCI: pci-imx6: Add external reference clock input

[PATCH 0/4] i3c: dw: Add support for Device NACK Retry count
 2025-11-04  9:02 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: i3c: Add snps,dev-nack-retry-cnt property to Synopsys I3C master
` [PATCH 2/4] arm64: dts: intel: agilex5: Add snps,dev-nack-retry-cnt property for I3C controllers
` [PATCH 3/4] i3c: dw: Add support for Device NACK Retry count
` [PATCH 4/4] i3c: dw: Preserve DAT entry bits when restoring addresses

Dodatkowe środki
 2025-11-04  9:00 UTC 

Dodatkowe środki
 2025-11-04  9:00 UTC 

Dodatkowe środki
 2025-11-04  9:00 UTC 

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-11-04  9:02 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "

[PATCH i-g-t v16 0/3] Port kms_prime for xe
 2025-11-04  8:56 UTC  (4+ messages)
` [PATCH i-g-t v16 1/3] tests/kms_prime: Add XE support
` [PATCH i-g-t v16 2/3] tests/kms_prime: Enable basic-modeset for xe
` [PATCH i-g-t v16 3/3] lib/igt_fb: Apply NEEDS_VISIBLE_VRAM in missing igt_fb

[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-11-04  9:01 UTC  (3+ messages)

[PATCH v1 0/3] Add support for Microchip CoreSPI Controller
 2025-11-04  8:59 UTC  (10+ messages)
` [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers
` [PATCH v1 2/3] spi: dt-binding: document Microchip CoreSPI
` [PATCH v1 3/3] spi: add support for microchip "soft" spi controller

[RFC] unicode: Completion of error handling
 2025-11-04  8:55 UTC 

[PATCH v2] accel/ivpu: Improve debug and warning messages
 2025-11-04  9:00 UTC 

[PATCH] accel/ivpu: Improve debug and warning messages
 2025-11-04  9:00 UTC  (3+ messages)

[PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2025-11-04  8:59 UTC  (2+ messages)

[PATCH v6] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-04  8:59 UTC  (2+ messages)

[PATCH] cxl/pci: replace use of system_wq with system_percpu_wq
 2025-11-04  8:59 UTC  (3+ messages)

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-04  8:59 UTC  (3+ messages)
` [PATCH v4 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-11-04  8:58 UTC  (5+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page

[PATCH 0/5] replace old wq(s), added WQ_PERCPU to alloc_workqueue
 2025-11-04  8:58 UTC  (3+ messages)

[PULL 00/18] Miscellaneous changes for 2025-10-28
 2025-11-04  8:08 UTC  (6+ messages)
` [PULL 03/18] rcu: Unify force quiescent state
  ` Regression with the "replay" test on target alpha (was: [PULL 03/18] rcu: Unify force quiescent state)
    ` Regression with the "replay" test on target alpha

[PATCH] mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
 2025-11-04  8:57 UTC 

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-04  8:56 UTC  (5+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[PATCH v2 0/2] Adding support for Microchip MCP47FEB02
 2025-11-03 15:50 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: dac: adding "
` [PATCH v2 2/2] "

[PATCH 0/5] stm32mp2: Update led management for stm32mp2 boards
 2025-11-04  8:56 UTC  (2+ messages)

[PATCH v5 00/32] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-04  8:55 UTC  (8+ messages)
` [PATCH v5 17/32] hw/arm/smmuv3-accel: Add support to issue invalidation cmd to host

[PATCH v1 00/11] stm32mp1: Update led management for stm32mp1 boards
 2025-11-04  8:55 UTC  (2+ messages)

[PATCH] mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and remove
 2025-11-04  8:55 UTC  (4+ messages)
` [PATCH v2] mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak

[PATCH v3] arm64: dts: rockchip: Fix USB Type-C host mode for Radxa ROCK 5B+/5T
 2025-11-04  8:52 UTC  (2+ messages)

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-11-04  8:53 UTC  (5+ messages)
` [PATCH net-next v4 2/6] net: ti: icssg-prueth: Add XSK pool helpers
    ` [EXTERNAL] "

linux-next: manual merge of the rust tree with the modules tree
 2025-11-04  8:52 UTC  (3+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-04  8:52 UTC  (7+ messages)

[PATCH] Alpha: MAINTAINERS
 2025-11-04  8:51 UTC  (5+ messages)

[PATCH 0/6] of: iommu-map parsing for multi-cell IOMMU
 2025-11-04  8:51 UTC  (7+ messages)
` [PATCH 1/6] of: create a wrapper for of_map_id()
` [PATCH 2/6] of: introduce wrapper function to query the cell count
` [PATCH 3/6] of: parse #<name>-cells property to get "
` [PATCH 4/6] of: detect and handle legacy iommu-map parsing
` [PATCH 5/6] of: add infra to parse iommu-map per IOMMU cell count
` [PATCH 6/6] of: use correct iommu-map parsing logic from of_iommu layer

[PATCH 01/10] drm/amd/pm: add new message definitions for pmfw eeprom interface
 2025-11-04  8:51 UTC  (3+ messages)
` [PATCH 10/10] drm/amdgpu: initialize max record count after table reset

[PATCH net] net/smc: fix mismatch between CLC header and proposal extensions
 2025-11-04  8:51 UTC  (4+ messages)

[PATCH 0/3] Add support for the Leadtek LTK028QV25BYL display panel
 2025-11-04  8:49 UTC  (4+ messages)
` [PATCH 2/3] drm/panel: Add support for the Leadtek LTK08QV25BYL panel

[PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
 2025-11-04  8:49 UTC  (2+ messages)
` [tip: timers/vdso] "

[meta-ti][scarthgap][PATCH v2] meta-ti-bsp: optee: Add flags to enable RPMB and PKCS#11
 2025-11-04  8:35 UTC  (2+ messages)

linux-next: manual merge of the pwm tree with the modules tree
 2025-11-04  8:48 UTC  (3+ messages)

[PATCH mptcp-net v2 0/6] selftests: mptcp: join: fix flaky tests
 2025-11-04  8:47 UTC  (7+ messages)
` [PATCH mptcp-net v2 2/6] selftests: mptcp: join: rm: set backup flag

[PATCH 1/8] drm/amdgpu: make MCA IPID parse global
 2025-11-04  8:46 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: add ras_eeprom_read_idx interface
` [PATCH 3/8] drm/amdgpu: support to load RAS bad pages from PMFW
` [PATCH 4/8] drm/amdgpu: skip writing eeprom when PMFW manages RAS data
` [PATCH 5/8] drm/amdgpu: load RAS bad page from PMFW in page retirement
` [PATCH 6/8] drm/amdgpu: get RAS bad page address from MCA address
` [PATCH 7/8] drm/amdgpu: try for more times if RAS bad page number is not updated
` [PATCH 8/8] drm/amdgpu: add RAS bad page threshold handling for PMFW manages eeprom

[PATCH] mmc: debugfs: Allow more host caps to be moodified
 2025-11-04  8:41 UTC 

[f2fs-dev] [PATCH v3 0/2] f2fs: Add sanity checks before unlinking and loading inodes
 2025-11-04  8:46 UTC  (6+ messages)
`  "
` [f2fs-dev] [PATCH v3 1/2] f2fs: Rename f2fs_unlink exit label
  `  "
` [f2fs-dev] [PATCH v3 2/2] f2fs: Add sanity checks before unlinking and loading inodes
  `  "

[PATCH] kbuffer: fix endianness flags for big-endian host
 2025-11-04  8:45 UTC 


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.