All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-22 17:42:37 to 2024-02-22 18:18:56 UTC [more...]

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

[PATCH 0/4] Add support for jack detection to codec present in A64 SoC
 2024-02-22 18:18 UTC  (5+ 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 v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-22 18:14 UTC  (49+ 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 v3 0/8] clk: hisilicon: add support for Hi3798MV200
 2024-02-22 18:18 UTC  (13+ 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

[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 v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-02-22 18:13 UTC  (26+ 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] 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 net-next v4 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:14 UTC  (3+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[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  (10+ messages)
` [PATCH net-next v2 1/4] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
` [PATCH net-next v2 2/4] net: pcs: xpcs: Drop redundant workqueue.h include directive
` [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

[PATCH vRFC 0/8] Refactor and rename request firmware API
 2024-02-22 18:00 UTC  (9+ messages)
` [PATCH vRFC 1/8] firmware_loader: Refactor request firmware lower level functions
` [PATCH vRFC 2/8] treewide: rename firmware_request_nowarn()
` [PATCH vRFC 3/8] treewide: rename firmware_request_platform()
` [PATCH vRFC 4/8] treewide: rename firmware_request_cache()
` [PATCH vRFC 5/8] firmware: Convert minor inline function to macro
` [PATCH vRFC 6/8] firmware: Move module template to the bottom
` [PATCH vRFC 7/8] firmware: remove prototype of fw_cache_piggyback_on_request()
` [PATCH vRFC 8/8] firmware: FW_OPT_UEVENT for all request_firmware family functions

[PATCH v2 0/5] merge-tree: handle missing objects correctly
 2024-02-22 18:00 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] Always check `parse_tree*()`'s return value
  ` [PATCH v3 5/5] cache-tree: avoid an unnecessary check

clarification on 'gitsm://' fetcher
 2024-02-22 17:58 UTC  (2+ messages)
` [poky] "

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-22 17:59 UTC  (5+ messages)

[PATCH net-next v2 0/4] net: macb: WOL enhancements
 2024-02-22 17:59 UTC  (3+ messages)
` [PATCH net-next v2 4/4] dt-bindings: net: cdns,macb: Deprecate magic-packet property

[PATCH v2 0/1] linux: generate refs automatically
 2024-02-22 17:58 UTC  (6+ messages)
  ` [PATCH v2 1/1] "

[PATCH net-next v3 00/10] Support ICSSG-based Ethernet on AM65x SR1.0 devices
 2024-02-22 17:57 UTC  (4+ messages)
` [PATCH net-next v3 01/10] dt-bindings: net: Add support for AM65x SR1.0 in ICSSG

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-22 17:56 UTC  (6+ messages)
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg

next/master baseline: 292 runs, 22 regressions (next-20240222)
 2024-02-22 17:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2024-02-22 17:56 UTC 

[PATCH 1/2] perf/ring_buffer: Trigger FASYNC signals for watermark wakeups
 2024-02-22 17:55 UTC  (4+ messages)
` [PATCH 2/2] perf test: Test FASYNC with "

[PATCH v2 0/2] OSPI updates
 2024-02-22 17:54 UTC  (2+ messages)

[PATCH v3 0/3] Add support for I2C in BCM2835 boards
 2024-02-22 17:54 UTC  (2+ messages)

[PATCH 0/6] iio: temperature: ltc2983: small improvements
 2024-02-22 17:54 UTC  (5+ messages)
` [PATCH 5/6] dt-bindings: iio: temperature: ltc2983: document power supply

[PATCH 0/4] ALSA/ASoC: Conditionally skip i915 init and cleanups
 2024-02-22 17:53 UTC  (4+ messages)
` [PATCH 1/4] ALSA: hda: Skip i915 initialization on CNL/LKF-based platforms

[PATCH v2 0/4] spi: dw: Auto-detect number of native CS
 2024-02-22 17:52 UTC  (2+ messages)

Implement per-key keyboard backlight as auxdisplay?
 2024-02-22 17:52 UTC  (12+ messages)
      ` Future handling of complex RGB devices on Linux
        ` Future handling of complex RGB devices on Linux v2

[PATCH v2] workqueue: Control intensive warning threshold through cmdline
 2024-02-22 17:52 UTC  (2+ messages)

[PATCH RESEND v10 0/1] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2024-02-22 17:44 UTC  (4+ messages)
` [PATCH RESEND v10 1/1] powerpc: dts: akebono: Harmonize EHCI/OHCI DT "

[PATCH] drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion
 2024-02-22 17:51 UTC  (2+ messages)

[PATCH v2] hw/nvme/ns: Add NVMe NGUID property
 2024-02-22 17:50 UTC 

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-02-22 17:50 UTC  (5+ messages)
` [PATCH v5 0/3] Introduce Git Standard Library
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used
` [PATCH v5 2/3] git-std-lib: introduce Git Standard Library
` [PATCH v5 3/3] test-stdlib: show that git-std-lib is independent

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-22 17:49 UTC  (5+ messages)
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file

[PATCH] dt-bindings: i2c: Remove obsolete i2c.txt
 2024-02-22 17:48 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2024-02-22 17:48 UTC 

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-22 17:48 UTC  (3+ messages)
` [PATCH v2 6/6] rcu-tasks: Maintain real-time response in rcu_tasks_postscan()

[PATCH] cred: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-22 17:48 UTC  (5+ messages)

[PATCH] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support
 2024-02-22 17:47 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH] cmd: eeprom: Fix config dependency
 2024-02-22 17:46 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.8-rc6
 2024-02-22 17:46 UTC 

[PATCH v4 0/5] Add support for QMC HDLC
 2024-02-22 17:45 UTC  (7+ messages)
` [PATCH v4 1/5] net: wan: "

[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-02-22 17:14 UTC  (10+ messages)
` [PATCH 01/13] dt-bindings: i2c: nomadik: add timeout-usecs property bindings

[PATCH 1/1] nfstest_posix: add check for EINVAL when open(2) called with O_DIRECTORY|O_CREAT
 2024-02-22 17:45 UTC  (4+ messages)

[PATCH v5 0/2] adding support for Microchip PAC193X Power Monitor
 2024-02-22 17:45 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: adding support for PAC193X

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

[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-22 17:43 UTC  (8+ messages)
` [PATCH v5 01/17] iommu/arm-smmu-v3: Make STE programming independent of the callers

[PATCH] ALSA: pcm: clarify and fix default msbits value for all formats
 2024-02-22 17:36 UTC 

[PATCH v2 0/2] Add interconnect support for SM7150 SoC
 2024-02-22 17:42 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SM7150 DT bindings
` [PATCH v2 2/2] interconnect: qcom: Add SM7150 driver support


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.