All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-22 18:01:45 to 2024-02-22 18:25:25 UTC [more...]

[PATCH 1/2] devm-helpers: Add resource managed version of mutex init
 2024-02-22 18:25 UTC  (5+ messages)
` [PATCH 2/2] devm-helpers: Add resource managed version of debugfs directory create function

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-22 18:14 UTC  (97+ messages)
` [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header
` [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers
` [PATCH v7 03/36] drm/tests: Add helper to create mock plane
` [PATCH v7 04/36] drm/tests: Add helper to create mock crtc
` [PATCH v7 05/36] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v7 06/36] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v7 07/36] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v7 08/36] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v7 09/36] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v7 10/36] drm/tests: Add output bpc tests
` [PATCH v7 11/36] drm/connector: hdmi: Add support for output format
` [PATCH v7 12/36] drm/tests: Add output formats tests
` [PATCH v7 13/36] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v7 14/36] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v7 15/36] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v7 16/36] drm/tests: Add TDMS character rate connector state tests
` [PATCH v7 17/36] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v7 18/36] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 20/36] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v7 21/36] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v7 22/36] drm/tests: Add tests for "
` [PATCH v7 23/36] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v7 24/36] drm/tests: Add RGB Quantization tests
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 26/36] drm/tests: Add infoframes test
` [PATCH v7 27/36] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v7 28/36] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v7 30/36] drm/vc4: tests: Convert to plane creation helper
` [PATCH v7 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v7 32/36] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v7 33/36] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const
` [PATCH v7 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH 0/4] Add support for jack detection to codec present in A64 SoC
 2024-02-22 18:18 UTC  (7+ messages)
` [PATCH 1/4] ASoC: sun50i-codec-analog: Move suspend/resume to set_bias_level
` [PATCH 2/4] ASoC: sun8i-codec: Enable bus clock at STANDBY and higher bias
` [PATCH 3/4] ASoC: sun50i-codec-analog: Enable jack detection on startup
` [PATCH 4/4] ASoC: sun8i-codec: Implement jack and accessory detection

[PATCH v5] drm/test: add a test suite for GEM objects backed by shmem
 2024-02-22 18:25 UTC  (6+ messages)

[PATCH v3 0/7] Introduction of a remoteproc tee to load signed firmware
 2024-02-22 18:24 UTC  (4+ messages)
` [PATCH v3 5/7] dt-bindings: remoteproc: Add compatibility for TEE support

[PATCH v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-02-22 18:13 UTC  (36+ messages)
` [PATCH v5 01/20] EDAC/synopsys: Fix ECC status data and IRQ disable race condition
` [PATCH v5 02/20] EDAC/synopsys: Fix generic device type detection procedure
` [PATCH v5 03/20] EDAC/synopsys: Fix mci->scrub_cap field setting
` [PATCH v5 04/20] EDAC/synopsys: Drop erroneous ADDRMAP4.addrmap_col_b10 parse
` [PATCH v5 05/20] EDAC/synopsys: Fix reading errors count before ECC status
` [PATCH v5 06/20] EDAC/synopsys: Fix misleading IRQ self-cleared quirk flag
` [PATCH v5 07/20] EDAC/synopsys: Use platform device devm ioremap method
` [PATCH v5 08/20] EDAC/synopsys: Drop internal CE and UE counters
` [PATCH v5 09/20] EDAC/synopsys: Drop local to_mci() macro definition
` [PATCH v5 10/20] EDAC/synopsys: Drop struct ecc_error_info.blknr field
` [PATCH v5 11/20] EDAC/synopsys: Shorten out struct ecc_error_info.bankgrpnr field name
` [PATCH v5 12/20] EDAC/synopsys: Drop redundant info from the error messages
` [PATCH v5 13/20] EDAC/mc: Init DIMM labels in MC registration method
` [PATCH v5 14/20] EDAC/mc: Add generic unique MC index allocation procedure
` [PATCH v5 15/20] EDAC/mc: Re-use "
` [PATCH v5 16/20] EDAC/synopsys: Detach Zynq A05 DDRC support to separate driver
` [PATCH v5 17/20] EDAC/synopsys: Drop unused platform-specific setup API
` [PATCH v5 18/20] EDAC/synopsys: Unify CSRs macro declarations
` [PATCH v5 19/20] EDAC/synopsys: Unify struct/macro/function prefixes
` [PATCH v5 20/20] EDAC/synopsys: Convert to using BIT/GENMASK/FIELD_x macros

[PATCH v3 0/8] clk: hisilicon: add support for Hi3798MV200
 2024-02-22 18:24 UTC  (16+ messages)
` [PATCH v3 1/8] dt-bindings: clock: convert hisi-crg.txt to YAML
` [PATCH v3 2/8] ARM: dts: hisilicon: add missing compatibles to CRG node
` [PATCH v3 3/8] dt-bindings: clock: histb-clock: split into two header files
` [PATCH v3 7/8] dt-bindings: clock: hisilicon: add clock definitions for Hi3798MV200

[PATCH] x86/boot/64: Load kernel GDT in early boot
 2024-02-22 18:23 UTC 

[PATCH v2 0/5] merge-tree: handle missing objects correctly
 2024-02-22 18:23 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/5] t4301: verify that merge-tree fails on missing blob objects

[PATCH] drm/i915/panelreplay: Move out psr_init_dpcd() from init_connector()
 2024-02-22 18:08 UTC 

[syzbot] [mm?] [reiserfs?] general protection fault in free_swap_cache (4)
 2024-02-22 18:22 UTC  (2+ messages)

[PATCH v5 00/41] Raspberry Pi 4B machine
 2024-02-22 18:15 UTC  (3+ messages)

[PATCH V3] PCI/ASPM: Update saved buffers with latest ASPM
 2024-02-22 18:20 UTC  (3+ messages)
` [PATCH V4] "

[PATCH net-next v4 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:19 UTC  (4+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[GIT PULL] vfs fixes
 2024-02-22 18:18 UTC  (2+ messages)

[GIT PULL] tracing: Add ring buffer sub-buffer size check
 2024-02-22 18:18 UTC  (2+ messages)

[GIT PULL] Networking for v6.8.0-rc6
 2024-02-22 18:18 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Fix dependency of some timeouts on HZ
 2024-02-22 18:16 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH net-next v3 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:15 UTC  (5+ messages)
` [PATCH net-next v3 2/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[PATCH 00/16] rockchip: add support for SARADCv2 and RK806 PMIC and regulators
 2024-02-22 18:15 UTC  (3+ messages)
` [PATCH 11/16] rockchip: adc: rockchip-saradc: add support for RK3588

[PATCH] devtool: ide-sdk python 3.12 escaping
 2024-02-22 18:14 UTC 

[PATCH v6 0/4] StarFive's StarLink PMU Support
 2024-02-22 18:12 UTC  (3+ messages)

[PATCH net-next v8 00/10] introduce drop reasons for tcp receive path
 2024-02-22 18:11 UTC  (4+ messages)
` [PATCH net-next v8 08/10] tcp: add dropreasons in tcp_rcv_state_process()

[PATCH] cxl/region: Allow out of order assembly of autodiscovered regions
 2024-02-22 18:11 UTC  (2+ messages)

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-22 18:09 UTC  (4+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-22 18:08 UTC  (9+ messages)

[PATCH v2 0/5] Add Arm Mali-C55 Image Signal Processor Driver
 2024-02-22 18:07 UTC  (11+ messages)
` [PATCH v2 2/5] dt-bindings: media: Add bindings for ARM mali-c55

[PATCH v3 0/7] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-22 18:06 UTC  (3+ messages)

[PATCH 0/8] A702 support
 2024-02-22 18:06 UTC  (3+ messages)

[PATCH] soc: qcom: llcc: Add llcc device availability check
 2024-02-22 18:07 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-22 18:06 UTC  (2+ messages)

[PATCH] gpu: host1x: Skip reset assert on Tegra186
 2024-02-22 18:06 UTC  (2+ messages)

[PATCH 1/2] baseband/fpga_5gnr_fec: use new barrier API
 2024-02-22 18:05 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS e238272ab296b1fa1195ad416a7ee63e88eaee12
 2024-02-22 18:04 UTC 

[PATCH 0/2] xen/x86: cmpxchg cleanup
 2024-02-22 18:03 UTC  (4+ messages)
` [PATCH 1/2] x86/memsharing: use an atomic add instead of a cmpxchg loop

[PATCH v3] rust: locks: Add `get_mut` method to `Lock`
 2024-02-22 18:04 UTC  (2+ messages)

[PATCH V1 vfio 0/5] Improve mlx5 driver to better handle some error cases
 2024-02-22 18:04 UTC  (6+ messages)

[meta-virtualization][PATCH] linux-yocto: include: relax the versioned linux-yocto_*_virtualization.inc
 2024-02-22 18:03 UTC  (8+ messages)

[PATCH net-next v2 0/4] net: pcs: xpcs: Cleanups before adding MMIO dev support
 2024-02-22 17:58 UTC  (3+ messages)
` [PATCH net-next v2 3/4] net: pcs: xpcs: Return EINVAL in the internal methods
` [PATCH net-next v2 4/4] net: pcs: xpcs: Explicitly return error on caps validation

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-22 18:03 UTC  (6+ messages)
` [RFC 0/5] PoC: convert AppArmor parser to SandBox Mode
  ` [RFC 4/5] sbm: fix up calls to dynamic memory allocators

[meta-python][PATCH] python3-jsmin: Fix ptests to run with python 3.12+
 2024-02-22 18:02 UTC 

[PATCH v2 0/2] net/mlx5: add cross port meter mark action sharing
 2024-02-22 18:00 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] net/mlx5: move meter init functions
  ` [PATCH v3 2/2] net/mlx5: add cross port meter mark action sharing


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.