All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-08 22:37:19 to 2025-08-09 01:28:05 UTC [more...]

[PATCH v4] drm: re-allow no-op changes on non-primary planes in async flips
 2025-08-08 23:41 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
 2025-08-09  1:27 UTC  (3+ messages)
` [PATCH v5 1/5] rust: implement `kernel::sync::Refcount`

[PATCH] mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
 2025-08-09  1:23 UTC  (7+ messages)

[BUG] PCI: build failure in pci_bus_add_device() due to missing pci_dev_allow_binding() declaration (v6.16)
 2025-08-09  1:22 UTC 

[BUG] x86_64: build failure in switch_fpu() due to missing x86_task_fpu() declaration (v6.16)
 2025-08-09  1:18 UTC 

[PATCH v6 09/12] PCI: sky1: Add PCIe host support for CIX Sky1
 2025-08-09  1:17 UTC  (2+ messages)

[PATCH 0/2] verify: fix issues of verify state handling improvement
 2025-08-09  1:15 UTC  (3+ messages)
` [PATCH 1/2] verify: fix write tracking in error cases
` [PATCH 2/2] verify: bump up verify state file version

[PATCH 0/5] doc: git-rebase: clarify DESCRIPTION section
 2025-08-09  1:14 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] doc: git-rebase: start with an example
  ` [PATCH v3 0/5] doc: git-rebase: clarify DESCRIPTION section
    ` [PATCH v3 1/5] doc: git-rebase: start with an example
    ` [PATCH v3 2/5] doc: git rebase: dedup merge conflict discussion
    ` [PATCH v3 3/5] doc: git rebase: clarify arguments syntax
    ` [PATCH v3 4/5] doc: git-rebase: move --onto explanation down
    ` [PATCH v3 5/5] doc: git-rebase: update discussion of internals
    ` [PATCH v4 0/5] doc: git-rebase: clarify DESCRIPTION section
      ` [PATCH v4 1/5] doc: git-rebase: start with an example
      ` [PATCH v4 2/5] doc: git rebase: dedup merge conflict discussion
      ` [PATCH v4 3/5] doc: git rebase: clarify arguments syntax
      ` [PATCH v4 4/5] doc: git-rebase: move --onto explanation down
      ` [PATCH v4 5/5] doc: git-rebase: update discussion of internals

[PATCH v2 04/22] drivers: mtd: spi-nand: add missed add missed MODULE_DEVICE_TABLE()
 2025-08-09  1:04 UTC  (26+ messages)
` [PATCH v4 00/24] mtd: spinand: driver improvements
  ` [PATCH v4 01/24] spi-mem: sync a bit with linux-6.16
  ` [PATCH v4 02/24] mtd: spinand: Use the spi-mem dirmap API
  ` [PATCH v4 03/24] mtd: nand: Add a NAND page I/O request type
  ` [PATCH v4 04/24] mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
  ` [PATCH v4 05/24] mtd: spinand: simulate behavior of linux's function spinand_wait()
  ` [PATCH v4 06/24] mtd: spinand: more use of spinand_to_{something} helpers
  ` [PATCH v4 07/24] mtd: spinand: replace enable_ecc variable with disable_ecc and update corresponding logic
  ` [PATCH v4 08/24] mtd: spinand: minor refactoring
  ` [PATCH v4 09/24] mtd: spinand: more refactoring
  ` [PATCH v4 10/24] mtd: spinand: sync code with linux-6.10
  ` [PATCH v4 11/24] mtd: spinand: set bitflip_threshold to 75% of ECC strength
  ` [PATCH v4 12/24] mtd: spinand: Add support for setting plane select bits
  ` [PATCH v4 13/24] mtd: spinand: Remove write_enable_op() in markbad()
  ` [PATCH v4 14/24] mtd: spinand: Introduce a way to avoid raw access
  ` [PATCH v4 15/24] mtd: spinand: add support of continuous reading mode
  ` [PATCH v4 16/24] mtd: spinand: Add read retry support
  ` [PATCH v4 17/24] mtd: spinand: add OTP support
  ` [PATCH v4 18/24] mtd: spinand: Enhance the logic when picking a variant
  ` [PATCH v4 19/24] mtd: spinand: propagate spinand_wait() errors from spinand_write_page()
  ` [PATCH v4 20/24] mtd: spinand: Add a ->configure_chip() hook
  ` [PATCH v4 21/24] mtd: spinand: sync with linux-6.17-rc1
  ` [PATCH v4 22/24] mtd: spinand: fix direct mapping creation sizes
  ` [PATCH v4 23/24] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails
  ` [PATCH v4 24/24] mtd: spinand: repeat reading in regular mode if "

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-08-09  1:06 UTC  (5+ messages)

[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
 2025-08-09  1:00 UTC  (11+ messages)

[PATCH v2 00/12] drm/msm/dp: Drop the HPD state machine
 2025-08-09  0:53 UTC  (18+ messages)
` [PATCH v2 01/12] drm/msm/dp: fix HPD state status bit shift value
` [PATCH v2 02/12] drm/msm/dp: Fix the ISR_* enum values
` [PATCH v2 03/12] drm/msm/dp: Read DPCD and sink count in bridge detect()
` [PATCH v2 04/12] drm/msm/dp: Move link training to atomic_enable()
` [PATCH v2 05/12] drm/msm/dp: Drop EV_USER_NOTIFICATION
` [PATCH v2 06/12] drm/msm/dp: Use drm_bridge_hpd_notify()
` [PATCH v2 07/12] drm/msm/dp: Handle internal HPD IRQ in hpd_notify()
` [PATCH v2 08/12] drm/msm/dp: Drop event waitqueue
` [PATCH v2 09/12] drm/msm/dp: remove redundant checks related to ST_DISPLAY_OFF in plug handler
` [PATCH v2 10/12] drm/msm/dp: Return early from atomic_enable() if cable is not connected
` [PATCH v2 11/12] drm/msm/dp: drop the entire HPD state machine
` [PATCH v2 12/12] drm/msm/dp: Add sink_count and link_ready to debug logs

[PATCH v3] drm/i915/gt: Protect against overflow in active_engine()
 2025-08-09  0:51 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gt: Protect against overflow in active_engine() (rev4)

[PATCH] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-09  0:46 UTC  (5+ messages)

[to-be-updated] selftests-mm-do-check_huge_anon-with-a-number-been-passed-in.patch removed from -mm tree
 2025-08-09  0:45 UTC 

+ selftests-mm-check-after-split-folio-orders-in-split_huge_page_test.patch added to mm-new branch
 2025-08-09  0:43 UTC 

+ selftests-mm-add-check_folio_orders-helper.patch added to mm-new branch
 2025-08-09  0:43 UTC 

+ mm-huge_memory-add-new_order-and-offset-to-split_huge_pages-pr_debug.patch added to mm-new branch
 2025-08-09  0:43 UTC 

[PATCH] drm/xe: Enable 2M pages in xe_migrate_vram
 2025-08-09  0:41 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

+ kho-warn-if-kho-is-disabled-due-to-an-error.patch added to mm-hotfixes-unstable branch
 2025-08-09  0:41 UTC 

+ kho-mm-dont-allow-deferred-struct-page-with-kho.patch added to mm-hotfixes-unstable branch
 2025-08-09  0:41 UTC 

+ kho-init-new_physxa-phys_bits-to-fix-lockdep.patch added to mm-hotfixes-unstable branch
 2025-08-09  0:41 UTC 

mm/kasan/kasan_test_c.c:262 kmalloc_large_uaf() error: dereferencing freed memory 'ptr' (line 260)
 2025-08-09  0:36 UTC 

[openeuler:openEuler-1.0-LTS 1753/1753] net/rxrpc/local_object.c:152:20: warning: this statement may fall through
 2025-08-09  0:35 UTC 

[PATCH 0/3] drm/i915/gt: Relocate context-specific workarounds
 2025-08-09  0:34 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/gt: Relocate compression repacking WA for JSL/EHL
` [PATCH 2/3] drm/i915/gt: Relocate Gen7 context-specific workarounds
` [PATCH 3/3] drm/i915/gt: Relocate Gen6 context-specific workaround

[PATCH 2/2] media: xc2028: hold the device if firmware loading is in progress
 2025-08-09  0:26 UTC 

[PATCH 0/4] Remove the wl1273 FM Radio
 2025-08-09  0:23 UTC  (6+ messages)
  ` [0/4] "

[PATCH] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-09  0:18 UTC  (4+ messages)

[PATCH 1/3] arm64: dts: ti: k3-am62p: Fix memory ranges for GPU
 2025-08-08 23:25 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am62p-j722s: enable the bxs-4-64
` [PATCH 3/3] arm64: dts: ti: k3-j784s4-j742s2: "

[PATCH v2 0/2] drm/i915/selftests: Miscellaneous improvements in gem mman migration tests
 2025-08-09  0:12 UTC  (2+ messages)

[PATCH net v2 0/3] net: prevent deadlocks and mis-configuration with per-NAPI threaded config
 2025-08-09  0:12 UTC  (4+ messages)
` [PATCH net v2 1/3] selftests: drv-net: don't assume device has only 2 queues
` [PATCH net v2 2/3] net: update NAPI threaded config even for disabled NAPIs
` [PATCH net v2 3/3] net: prevent deadlocks when enabling NAPIs with mixed kthread config

[PATCH v4 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
 2025-08-09  0:05 UTC  (3+ messages)

[PATCH v2 00/32] media: add imx93 mipi/controller csi support
 2025-08-08 22:39 UTC  (66+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 02/32] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v2 03/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_bpp()
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
` [PATCH v2 05/32] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v2 06/32] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v2 07/32] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v2 08/32] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v2 09/32] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v2 10/32] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v2 11/32] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v2 12/32] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v2 13/32] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v2 14/32] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v2 15/32] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v2 16/32] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v2 17/32] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v2 18/32] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v2 19/32] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v2 20/32] media: synopsys: csi2: Add phy interface support
` [PATCH v2 21/32] media: synopsys: csi2: Add basic v150* version register
` [PATCH v2 22/32] media: synopsys: csi2: Add irq support to record error count
` [PATCH v2 23/32] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v2 24/32] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v2 25/32] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v2 26/32] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v2 27/32] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v2 28/32] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v2 29/32] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v2 30/32] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v2 31/32] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v2 32/32] media: synopsys: csi2: Add simple synopsys platform driver

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-09  0:03 UTC  (3+ messages)

Pull request efi-2025-10-rc2
 2025-08-08 23:54 UTC  (2+ messages)

[PATCH v4] drm/xe/hwmon: Add SW clamp for power limits writes
 2025-08-08 23:52 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/hwmon: Add SW clamp for power limits writes (rev4)
` ✓ Xe.CI.Full: "

[PATCH 00/22] x86: FRED support, part 1 (stacks and exceptions)
 2025-08-08 23:49 UTC  (2+ messages)
` [PATCH 23/22] x86/vmx: Adjust NMI handling for FRED

[PATCH v4 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
 2025-08-08 23:45 UTC  (3+ messages)

[PATCH net v3 0/3] Fix broken link with TH1520 GMAC when linkspeed changes
 2025-08-08 22:42 UTC  (4+ messages)
` [PATCH net v3 2/3] net: stmmac: thead: Get and enable APB clock on initialization

[Intel-wired-lan] [PATCH iwl-next v2 0/3] ice: convert Rx path to Page Pool
 2025-08-08 23:37 UTC  (3+ messages)
  `  "

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-08-08 23:37 UTC  (3+ messages)
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info

[PATCH v6 04/12] PCI: cadence: Split PCIe RP support into common and specific functions
 2025-08-08 23:35 UTC  (2+ messages)

Network filesystems and netmem
 2025-08-08 23:28 UTC  (4+ messages)

[PATCH 2/2] mm/damon/core : fix commit_ops_filters by using correct nth function
 2025-08-08 23:26 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: fix incorrect counter for buffer allocation failures
 2025-08-08 23:25 UTC  (3+ messages)
  `  "

[PATCH linux-6.12.y 1/2] selftests/bpf: Add a test for arena range tree algorithm
 2025-08-08 23:19 UTC  (2+ messages)
` [PATCH linux-6.12.y 2/2] selftests/bpf: Fix build error with llvm 19

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-08-08 23:18 UTC  (2+ messages)

[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2025-08-08 23:08 UTC  (7+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION

[PATCH net v3 00/16] net: macb: various fixes & cleanup
 2025-08-08 23:06 UTC  (2+ messages)

[tip:tip/urgent] BUILD SUCCESS 54b0c49290f7a314730612b4b6376cb4e09405a8
 2025-08-08 22:59 UTC 

[Bug 218792] New: Guest call trace with mwait enabled
 2025-08-08 22:59 UTC  (4+ messages)
` [Bug 218792] "

[PATCH net] selftests: drv-net: wait for carrier
 2025-08-08 22:57 UTC 

[GIT PULL v2] PCI changes for v6.17
 2025-08-08 22:52 UTC  (11+ messages)

[PATCH v4 04/10] PCI/TSM: Authenticate devices via platform TSM
 2025-08-08 22:51 UTC  (3+ messages)

[android-common:android14-6.1 2/2] arch/arm64/boot/dts/apple/t8103-j274.dtb: wifi@0,0 (pci14e4,4425): 'local-mac-address' does not match any of the regexes: '^pinctrl-[0-9]+$'
 2025-08-08 22:49 UTC 

[PATCH v2 0/5] KVM: arm64: FEAT_RASv1p1 support and RAS selection
 2025-08-08 22:48 UTC  (4+ messages)
` [PATCH v2 4/5] KVM: arm64: Expose FEAT_RASv1p1 in a canonical manner

[PATCH] drm/intel/pciids: Add match on vendor/id only
 2025-08-08 22:47 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v2 1/2] rust: time: Implement Add<Delta>/Sub<Delta> for Instant
 2025-08-08 22:44 UTC  (4+ messages)
  ` [PATCH v2 2/2] rust: time: Implement basic arithmetic operations for Delta

[PATCH v1 0/1] rtc: zynqmp: ensure correct RTC calibration
 2025-08-08 22:36 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH 0/8] Add TLB invalidation abstraction
 2025-08-08 22:37 UTC  (6+ messages)
` ✗ Xe.CI.Full: failure for Add TLB invalidation abstraction (rev5)
  `  "

[PATCH] sparc64: fix hugetlb for sun4u
 2025-08-08 22:37 UTC  (4+ messages)


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.