All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-26 22:23:59 to 2025-03-26 23:56:57 UTC [more...]

[PATCH V8 00/43] Color Pipeline API w/ VKMS
 2025-03-26 23:47 UTC  (36+ messages)
` [PATCH V8 01/43] drm: Add helper for conversion from signed-magnitude
` [PATCH V8 02/43] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH V8 03/43] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH V8 04/43] drm/colorop: Introduce new drm_colorop mode object
` [PATCH V8 05/43] drm/colorop: Add TYPE property
` [PATCH V8 06/43] drm/colorop: Add 1D Curve subtype
` [PATCH V8 07/43] drm/colorop: Add BYPASS property
` [PATCH V8 08/43] drm/colorop: Add NEXT property
` [PATCH V8 09/43] drm/colorop: Add atomic state print for drm_colorop
` [PATCH V8 10/43] drm/plane: Add COLOR PIPELINE property
` [PATCH V8 11/43] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V8 12/43] Documentation/gpu: document drm_colorop
` [PATCH V8 13/43] drm/vkms: Add enumerated 1D curve colorop
` [PATCH V8 14/43] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH V8 15/43] drm/colorop: Add 3x4 CTM type
` [PATCH V8 16/43] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH V8 17/43] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH V8 18/43] drm/tests: Add a few tests around drm_fixed.h
` [PATCH V8 19/43] drm/vkms: Add tests for CTM handling
` [PATCH V8 20/43] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH V8 21/43] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH V8 22/43] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH V8 23/43] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH V8 24/43] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH V8 25/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH V8 26/43] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH V8 27/43] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH V8 28/43] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH V8 29/43] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH V8 30/43] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH V8 31/43] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH V8 32/43] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V8 33/43] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH V8 34/43] drm/amd/display: add 3x4 matrix colorop
` [PATCH V8 35/43] drm/colorop: Add mutliplier type

[PATCH v1 0/2] Fix incorrect counts when count the same uncore event multiple times
 2025-03-26 23:42 UTC  (3+ messages)
` [PATCH v1 1/2] perf evlist: Make uniquifying counter names consistent
` [PATCH v1 2/2] perf parse-events: Use wildcard processing to set an event to merge into

[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-03-26 23:51 UTC  (13+ messages)
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 09/10] vhost-scsi: log event queue write descriptors

[PATCH v2 1/2] dt-bindings: arm: imx: document i.MX 95 Verdin Evaluation Kit (EVK)
 2025-03-26 23:51 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: add initial support for "

linux-next: manual merge of the arm tree with Linus' tree
 2025-03-26 23:50 UTC 

[PATCH v4 1/1] scsi: ufs: core: add device level exception support
 2025-03-26 23:47 UTC  (7+ messages)

[RFC PATCH v3 0/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs
 2025-03-26 23:48 UTC  (6+ messages)
` [RFC PATCH v3 1/2] mm: numa_memblks: introduce numa_add_reserved_memblk
` [RFC PATCH v3 2/2] ACPI: NUMA: debug invalid unused PXM value for CFMWs

[need assistance] btrfs breaks after few minutes of booting after using winbtrfs
 2025-03-26 23:48 UTC  (3+ messages)

[PATCH V7 00/37] IGT tests for the KMS Color Pipeline API
 2025-03-26 23:36 UTC  (38+ messages)
` [PATCH V7 01/37] lib/drmtest: Add is_vkms_device()
` [PATCH V7 02/37] tests/kms_writeback: Fix kms_writeback for VKMS
` [PATCH V7 03/37] lib/igt_kms: Move get_writeback_formats_blob to lib
` [PATCH V7 04/37] lib/igt_kms: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V7 05/37] include/drm-uapi: Add COLOROP object
` [PATCH V7 06/37] drm-uapi: Add 3x4 CTM
` [PATCH V7 07/37] drm-uapi: Add 1D LUT drm_colorop_type
` [PATCH V7 08/37] lib/igt_kms: Introduce drm_colorop and COLOR_PIPELINE
` [PATCH V7 09/37] tests/kms_properties: Add colorop properties test
` [PATCH V7 10/37] igt/color: Add SW color transform functionality
` [PATCH V7 11/37] lib/igt_fb: Add copy_fb function
` [PATCH V7 12/37] tests/kms_colorop: Add kms_colorop tests
` [PATCH V7 13/37] lib/igt_kms: Add support for DATA colorop property
` [PATCH V7 14/37] lib/igt_color: Add support for 3x4 matrices
` [PATCH V7 15/37] tests/kms_colorop: Add 3x4 CTM tests
` [PATCH V7 16/37] tests/kms_colorop: Add bypass test
` [PATCH V7 17/37] tests/kms_colorop: Parametrize the buffer format
` [PATCH V7 18/37] tests/kms_colorop: Add 10bpc test and skip if format not supported
` [PATCH V7 19/37] tests/kms_colorop: Skip if writeback does not support fourcc
` [PATCH V7 20/37] lib/igt_fb: Allow any non-planar format for igt_copy_fb
` [PATCH V7 21/37] kms/colorop: Do proper setup and cleanup
` [PATCH V7 22/37] lib/igt_color: Support color transform for XRGB2101010
` [PATCH V7 23/37] tests/kms_colorop: Set wide [13, 13] bracket for comparison on amdgpu
` [PATCH V7 24/37] lib/igt_color: Add PQ variants for 0-1 and 0-125 range
` [PATCH V7 25/37] tests/kms_colorop: Add tests for PQ variants
` [PATCH V7 26/37] lib/igt_kms: increase MAX_NUM_COLOROPS to 128
` [PATCH V7 27/37] tests/kms_colorop: Add a sRGB test for EOTF -> Inverse EOTF -> EOTF
` [PATCH V7 28/37] lib/igt_color: add BT2020/BT709 transfer functions
` [PATCH V7 29/37] tests/kms_colorop: Add tests for BT2020/BT709 TFs
` [PATCH V7 30/37] lib/igt_color: Add 1D LUT color transformation support
` [PATCH V7 31/37] test/kms_colorop: Add tests that exercise the 1D LUT colorops
` [PATCH V7 32/37] tests/kms_colorop: Add multiplier tests
` [PATCH V7 33/37] lib/igt_color: Point license header at skia license
` [PATCH V7 34/37] scripts/convert_3dlut.py Convert a 3D LUT to igt_3dlut_t array for 3D LUT API
` [PATCH V7 35/37] tests/kms_colorop: Add a 3D LUT subtest
` [PATCH V7 36/37] drm-uapi: Update kernel doc for drm_colorop_type
` [PATCH V7 37/37] drm-uapi: Sync up definition with kernel colorop implementation

[Buildroot] [PATCH] boot/qoriq-ddr-phy-binary: new package
 2025-03-26 23:46 UTC  (4+ messages)

[PATCH RESEND v2] kernel-shark: Multi-thread the computaion of stream/combo plots
 2025-03-26 23:46 UTC  (4+ messages)

[BUG] vmlinux.o: warning: objtool: iommu_dma_sw_msi() falls through to next function alloc_io_pgtable_ops()
 2025-03-26 23:45 UTC  (2+ messages)

[PATCH v10 0/8] ima: kexec: measure events between kexec load and execute
 2025-03-26 23:44 UTC  (9+ messages)
` [PATCH v10 6/8] ima: kexec: move IMA log copy from kexec load to execute

[PATCH v4 0/5] FF-A VM to VM support
 2025-03-26 23:43 UTC  (8+ messages)
` [PATCH v4 1/5] xen/arm: Create tee command line parameter
` [PATCH v4 2/5] xen/arm: ffa: Introduce VM to VM support
` [PATCH v4 5/5] xen/arm: ffa: Enable VM to VM without firmware

[PATCH v2 0/6] Remove I915_ENGINE_FIRST_RENDER_COMPUTE
 2025-03-26 23:40 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915: Add the FIRST_CCS() helper
` [PATCH v2 2/6] drm/i915/gt: Move CCS workaround to the correct section
` [PATCH v2 3/6] drm/i915/gt: Remove FIRST_RENDER_COMPUTE in workaround
` [PATCH v2 4/6] drm/i915/gt: Check for the first CCS instead of FIRST_RENDER_COMPUTE
` [PATCH v2 5/6] drm/i915/gt/uc: Use FIRST_CCS() helper for one-time CCS operations
` [PATCH v2 6/6] drm/i915/gt: Remove unused I915_ENGINE_FIRST_RENDER_COMPUTE flag

[PATCH][next] wifi: mac80211: Avoid -Wflex-array-member-not-at-end warnings
 2025-03-26 23:40 UTC 

[PATCH] mm: use per-numa-node atomics instead of percpu_counters
 2025-03-26 23:36 UTC  (2+ messages)

[net-next RFC PATCH v3 0/4] net: phy: Add support for new Aeonsemi PHYs
 2025-03-26 23:35 UTC  (5+ messages)
` [net-next RFC PATCH v3 1/4] net: phy: pass PHY driver to .match_phy_device OP
` [net-next RFC PATCH v3 2/4] net: phy: bcm87xx: simplify "
` [net-next RFC PATCH v3 3/4] net: phy: Add support for Aeonsemi AS21xxx PHYs
` [net-next RFC PATCH v3 4/4] dt-bindings: net: Document support for Aeonsemi PHYs

mount compress=zstd leaves files uncompressed, that used to compress well with before
 2025-03-26 23:23 UTC  (5+ messages)

[PATCH] mac802154_hwsim: define perm_extended_addr initialization
 2025-03-26 23:24 UTC  (3+ messages)

linux-next: build failure after merge of the perf tree
 2025-03-26 23:22 UTC 

[PATCH 0/3] rcu_seq_done_exact() improvements
 2025-03-26 23:21 UTC  (11+ messages)
` [PATCH 1/3] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
` [PATCH 2/3] rcu: Add warning to ensure rcu_seq_done_exact() is working
` [PATCH 3/3] rcu: Comment on the extraneous delta test on rcu_seq_done_exact()

[PATCH v2 0/4] Add support for OLED panel used on Snapdragon Lenovo T14s Gen6
 2025-03-26 23:20 UTC  (3+ messages)
  ` [PATCH v2 2/4] arm64: dts: qcom: x1e78100-t14s: add hpd gpio to LCD panel

linux-next: build failure after merge of the kbuild tree
 2025-03-26 23:16 UTC  (2+ messages)

[PATCH v5 0/5] dt-bindings: net: Add network-class.yaml schema
 2025-03-26 23:14 UTC  (6+ messages)

[PATCH i-g-t] tests/intel/xe_oa: Print oa_status value in the helper
 2025-03-26 23:14 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

does software KASAN not instrument READ_ONCE() on arm64 with LTO?
 2025-03-26 23:09 UTC 

[PATCH v1 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-03-26 23:12 UTC  (7+ messages)
  ` [PATCH v1 1/8] arm64: dts: qcom: sc7280: Add gpr node
  ` [PATCH v1 2/8] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
  ` [PATCH v1 8/8] arm64: dts: qcom: qcm6490-idp: Add sound card

[PATCH ulogd2,v3 1/4] ulogd: add linux namespace helper
 2025-03-26 23:09 UTC  (4+ messages)
` [PATCH ulogd2,v3 2/4] nfct: add network namespace support
` [PATCH ulogd2,v3 3/4] nflog: "
` [PATCH ulogd2,v3 4/4] nfacct: "

[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
 2025-03-26 23:08 UTC  (6+ messages)
` [PATCH 4/4] "

[PATCH 6.13 000/119] 6.13.9-rc1 review
 2025-03-26 23:04 UTC  (2+ messages)

[GIT PULL] selinux/selinux-pr-20250323
 2025-03-26 23:02 UTC  (7+ messages)

[PATCH v2] usb: dwc3: Abort suspend on soft disconnect failure
 2025-03-26 23:01 UTC  (2+ messages)

NFS Server Issues with RDMA in Kernel 6.13.6
 2025-03-26 23:00 UTC  (2+ messages)

[PATCH] x86: handle the tail in rep_movs_alternative() with an overlapping store
 2025-03-26 22:59 UTC  (9+ messages)

[GIT PULL] arm64 updates 6.15-rc1
 2025-03-26 22:57 UTC  (10+ messages)

[cilium:pr/netkit-xdp 6/8] drivers/net/netkit.c:218:40: error: no member named 'pool' in 'struct netdev_rx_queue'
 2025-03-26 22:57 UTC 

[PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning
 2025-03-26 22:55 UTC 

[PATCH] rwonce: fix crash by removing READ_ONCE() for unaligned read
 2025-03-26 22:54 UTC  (5+ messages)

[PATCH v1 1/1] i2c: npcm: Add clock toggle in case of stuck bus during init in npcm_i2c_init_module
 2025-03-26  4:47 UTC  (6+ messages)
` [PATCH v2 0/1] i2c: npcm: Add clock toggle recovery
  ` [PATCH v2 1/1] "

[PATCH] blame: fix unblamable and ignored lines in porcelain mode
 2025-03-26 22:49 UTC  (3+ messages)
` [PATCH v2] blame: print unblamable and ignored commits "

[PATCH] RISC-V: errata: Use medany for relocatable builds
 2025-03-26 22:45 UTC 

[PATCH 0/6] riscv: Relocatable NOMMU kernels
 2025-03-26 22:47 UTC  (3+ messages)

[PATCH v4] tests/kms_cursor_crc: Test async changes midframe
 2025-03-26 22:46 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[zen:6.14/zen-sauce 7/31] drivers/gpu/drm/drm_debugfs_crc.c:335:33: warning: ' 0x' directive writing 3 bytes into a region of size 2
 2025-03-26 22:45 UTC 

linux-next: Tree for Mar 26
 2025-03-26 22:43 UTC  (2+ messages)
` linux-next: Tree for Mar 26 (objtool: iommu)

[RFC PATCH 1/5] misc: introduce FDBox
 2025-03-26 22:40 UTC  (12+ messages)

[PATCH] spi: fsl-qspi: use devm function instead of driver remove
 2025-03-26 22:41 UTC 

[PATCH] KVM: x86: Unify cross-vCPU IBPB
 2025-03-26 22:42 UTC  (4+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-03-26 22:41 UTC  (9+ messages)
` [PATCH 01/10] rust: Move property_present to property.rs
` [PATCH 09/10] rust: property: Add PropertyGuard
` [PATCH 10/10] samples: rust: platform: Add property read examples

[PATCH] kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
 2025-03-26 22:40 UTC  (2+ messages)

[PATCH] drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change
 2025-03-26 22:40 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✗ CI.Build: failure "

[PATCH v2] io_uring/net: use REQ_F_IMPORT_BUFFER for send_zc
 2025-03-26 22:41 UTC  (8+ messages)

[kernel-cve-report] New CVE entries this week
 2025-03-26 22:39 UTC 

[PATCH V2] xen/arm: Initialize acpi_disabled to true during declaration
 2025-03-26 22:39 UTC  (11+ messages)

[Patch net-next 0/3] Add support for mdb offload failure notification
 2025-03-26 22:38 UTC  (4+ messages)
` [Patch net-next 1/3] net: bridge: mcast: Add offload failed mdb flag

[PATCH v4] drm/xe/pmu: Add GT frequency events
 2025-03-26 22:38 UTC  (12+ messages)

[LTP] [PATCH] memcg_control_test: Disable swapping in test cgroup
 2025-03-26 22:35 UTC 

[PATCH v2 0/2] Add wcslen()
 2025-03-26 22:35 UTC  (6+ messages)
` [PATCH v2 2/2] lib/string.c: "

[PATCH][next] watchdog: cros-ec: Avoid -Wflex-array-member-not-at-end warning
 2025-03-26 22:35 UTC 

[PATCH v5 net 2/3] net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net()
 2025-03-26 22:32 UTC  (2+ messages)

[PATCH v4 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
 2025-03-26 22:32 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: xe-only patches from the multi-device GPUSVM series (rev6)

[RFC PATCH net-next] Add xsk_rr an AF_XDP benchmark to measure latency
 2025-03-26 22:32 UTC  (5+ messages)

[PATCH v2] dt-bindings: i2c: snps,designware-i2c: describe Renesas RZ/N1D variant
 2025-03-26 22:26 UTC 

linux-next regression: SNP Guest boot hangs with certain cpu/mem config combination
 2025-03-26 22:30 UTC  (3+ messages)

[PATCH 1/1] io_uring/net: fix io_req_post_cqe abuse by send bundle
 2025-03-26 22:29 UTC  (2+ messages)

Testsuite failure on s390x and sparc64 after 6840fe9ee2
 2025-03-26 22:27 UTC  (2+ messages)

[yocto-autobuilder2] [PATCH] config: Merge selftest jobs into deb and rpm based rather than distro
 2025-03-26 22:27 UTC 

[PATCH 0/4] iio: ad3552r-hs: add support for internal ramp generator
 2025-03-26 22:28 UTC  (3+ messages)
` [PATCH 1/4] docs: iio: add documentation for ad3552r driver


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.