All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 13:42:32 to 2026-02-23 14:03:04 UTC [more...]

(no subject)
 2026-02-23 13:49 UTC  (8+ messages)
` [PATCH v8 3/8] dt-bindings: display: bridge: lvds-codec: add doestek,dtc34lm85am
  ` [PATCH v8 3/8] dt-bindings: display: bridge: lvds-codec: add doestek, dtc34lm85am
` [PATCH v8 4/8] dt-bindings: display: panel-lvds: Add compatibles for Samsung LTN070NL01 and LTN101AL03 panels
` [PATCH v8 5/8] ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
` [PATCH v8 6/8] dt-bindings: omap: Add Samsung Galaxy Tab 2 7.0 and 10.1
` [PATCH v8 7/8] ARM: dts: ti: omap: samsung-espresso7: Add initial support for Galaxy Tab 2 7.0
` [PATCH v8 8/8] ARM: dts: ti: omap: samsung-espresso10: Add initial support for Galaxy Tab 2 10.1

[PATCH v1 0/4] platform/x86: oxpec: Add more devices
 2026-02-23 14:02 UTC  (3+ messages)
` [PATCH v1 1/4] platform/x86: oxpec: Add support for OneXPlayer APEX

[PULL v3 00/85] Audio patches
 2026-02-23 13:47 UTC  (78+ messages)
` [PULL v3 01/85] audio: remove obsolete/obscure functions
` [PULL v3 02/85] adlib: remove dead code
` [PULL v3 03/85] audio/adlib: drop ts_helper HWVoice field
` [PULL v3 04/85] audio/dbus: make "dbus" the default backend when using -display dbus
` [PULL v3 05/85] qemu-options.hx: clarify default audio backend selection
` [PULL v3 06/85] qemu-options.hx: document -audiodev dbus
` [PULL v3 07/85] audio: replace vm_running with runstate_is_running()
` [PULL v3 08/85] audio: list backends as modules
` [PULL v3 09/85] build-sys: create a libaudio
` [PULL v3 10/85] scripts/modinfo: add type annotations
` [PULL v3 11/85] scripts/modinfo: remove trailing ;
` [PULL v3 12/85] scripts/modinfo: use in instead of find()
` [PULL v3 13/85] scripts/modinfo: use f-strings
` [PULL v3 14/85] scripts/modinfo: use argparse
` [PULL v3 15/85] scripts/modinfo: make --devices optional
` [PULL v3 16/85] scripts/modinfo: add --skip-missing-deps
` [PULL v3 17/85] util: add some extra stubs for qemu modules initialization
` [PULL v3 18/85] tests: start manual audio backend test
` [PULL v3 19/85] audio: constify audsettings argument
` [PULL v3 20/85] audio: introduce AudioMixengBackend
` [PULL v3 21/85] audio: use DEFINE_TYPES
` [PULL v3 22/85] audio: simplify audio_init()
` [PULL v3 23/85] audio: move object creation to audio_driver_init()
` [PULL v3 25/85] audio: remove set_dbus_server from audio_driver
` [PULL v3 26/85] audio: lookup "audio-" object types, and realize them
` [PULL v3 27/85] audio: drop audio driver registration
` [PULL v3 28/85] module: remove audio module support
` [PULL v3 29/85] audio: replace type_init() with DEFINE_TYPES
` [PULL v3 30/85] audio: keep a strong reference on the backend
` [PULL v3 31/85] audio: make list type declaration private
` [PULL v3 33/85] replay: remove dependency on audio/
` [PULL v3 34/85] audio: make all the backend-specific APIs take the be
` [PULL v3 37/85] audio: AUD_ -> audio_be_
` [PULL v3 38/85] audio-be: add common pre-conditions
` [PULL v3 39/85] audio-be: add some state trace for debugging
` [PULL v3 40/85] audio: split AudioMixengBackend code in audio-mixeng-be.c
` [PULL v3 41/85] audio: make audio_driver init() & fini() optional
` [PULL v3 42/85] audio/dbus: convert to QOM lifecycle methods
` [PULL v3 43/85] audio/spice: "
` [PULL v3 44/85] audio/wav: "
` [PULL v3 45/85] audio/noaudio: "
` [PULL v3 46/85] audio/alsa: "
` [PULL v3 47/85] audio/oss: "
` [PULL v3 48/85] audio/pa: "
` [PULL v3 49/85] audio/sdl: "
` [PULL v3 50/85] audio/pw: "
` [PULL v3 51/85] audio/jack: "
` [PULL v3 52/85] audio/sndio: "
` [PULL v3 53/85] audio/coreaudio: "
` [PULL v3 54/85] audio/dsound: "
` [PULL v3 55/85] audio: remove audio_driver init/fini/next
` [PULL v3 56/85] audio: remove audio_driver
` [PULL v3 57/85] audio: move pcm_ops into AudioMixengBackendClass
` [PULL v3 58/85] audio: constify some add_capture() arguments
` [PULL v3 59/85] audio/alsa: replace custom logging with error_report and trace events
` [PULL v3 60/85] audio/coreaudio: replace custom logging with error_report
` [PULL v3 61/85] audio/dbus: remove unused AUDIO_CAP macro
` [PULL v3 62/85] audio/dsound: replace custom logging with error_report & trace
` [PULL v3 63/85] audio/jack: replace custom logging with report "
` [PULL v3 64/85] audio/noaudio: remove unused AUDIO_CAP macro
` [PULL v3 65/85] audio/oss: replace custom logging with report & trace
` [PULL v3 66/85] audio/pa: "
` [PULL v3 67/85] audio/pw: replace custom logging with error_report
` [PULL v3 68/85] audio/sdl: "
` [PULL v3 69/85] audio/sndio: "
` [PULL v3 70/85] audio/spice: remove unused AUDIO_CAP macro
` [PULL v3 71/85] audio/wav: replace custom logging with error_report
` [PULL v3 72/85] audio/mixeng: replace redundant pcm_info fields with AudioFormat
` [PULL v3 73/85] audio: replace int endianness with bool big_endian in audsettings
` [PULL v3 76/85] audio: replace DEBUG_CAPTURE with traces
` [PULL v3 77/85] audio: replace DEBUG_OUT "
` [PULL v3 78/85] audio: replace DEBUG_AUDIO with trace
` [PULL v3 79/85] tests/audio: add an invalid settings test
` [PULL v3 80/85] audio: rework invalid audsettings error
` [PULL v3 82/85] audio: replace remaining dolog() and AUD_log
` [PULL v3 84/85] audio: remove AudioMixengBackendClass.name
` [PULL v3 85/85] audio: fix leak of audio capture name

[meta-oe][scarthgap][PATCH] nbench-byte: Fix sysinfo generation in parallel build
 2026-02-23 14:02 UTC 

[PATCH v5 0/2] ARM64 support for doorbell and intercept SINTs
 2026-02-23 14:01 UTC  (3+ messages)
` [PATCH v5 1/2] mshv: refactor synic init and cleanup
` [PATCH v5 2/2] mshv: add arm64 support for doorbell & intercept SINTs

[PATCH 0/4] pack-check: fix verification of large objects
 2026-02-23 14:01 UTC  (3+ messages)
` [PATCH 1/4] t/helper: improve "genrandom" test helper

SVSM Development Call Meeting Minutes
 2026-02-23 13:55 UTC 

[PATCH v1 1/2] drm/amdgpu: update memdup_user with memdup_array_user
 2026-02-23 14:01 UTC  (5+ messages)
` [PATCH v1 2/2] drm/amdgpu: add upper bound check on user inputs in signal/wait ioctl

[PATCH net-next] net: ethtool: add COALESCE_RX_CQE_FRAMES/NSECS parameters
 2026-02-23 14:00 UTC  (2+ messages)

[PATCH v1 00/11] Zero page->private when freeing pages
 2026-02-23 14:00 UTC  (3+ messages)

[REGRESSION] Display freeze on VT switch back to X11 since v6.16
 2026-02-23 14:01 UTC  (6+ messages)
` ✗ LGCI.VerificationFailed: failure for Display freeze on VT switch back to X11 since v6.16 (rev2)

[PATCH 00/14] Fix Adaptive Sync SDP for PR with Link ON + Auxless ALPM
 2026-02-23 13:44 UTC  (15+ messages)
` [PATCH 01/14] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
` [PATCH 02/14] drm/i915/vrr: Avoid vrr for PCON with HDMI2.1 sink
` [PATCH 03/14] drm/i915/dp: Add a helper to decide if AS SDP is needed
` [PATCH 04/14] drm/i915/dp: Update the helper intel_dp_needs_as_sdp() for CMRR
` [PATCH 05/14] include/drm/display/dp: Add field for storing AS SDP version
` [PATCH 06/14] drm/i915/dp: Use version field of AS SDP data structure
` [PATCH 07/14] drm/i915/dp: Compute AS SDP after PSR and LOBF
` [PATCH 08/14] drm/i915/dp: Add AS SDP support for PR with link ON
` [PATCH 09/14] drm/i915/psr: Add helper to check if PR is with link OFF
` [PATCH 10/14] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 11/14] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
` [PATCH 12/14] include/drm/display/dp: Add DPCD registers for configuring Panel Replay + VRR
` [PATCH 13/14] drm/i915/display: Add member to store AS SDP transmission time
` [PATCH 14/14] drm/i915/dp: Account for AS_SDP guardband only when enabled

[PATCH i-g-t v7 00/48] Unigraf integration
 2026-02-23 14:00 UTC  (4+ messages)
` [PATCH i-g-t v7 05/48] lib/igt_kms: Add helper to wait for new connectors
` ✗ i915.CI.BAT: failure for Unigraf integration (rev6)

[bluez/bluez]
 2026-02-23 13:59 UTC 

[PATCH v2 00/12] Some userq fixes/improvements
 2026-02-23 13:58 UTC  (3+ messages)
` [PATCH v2 05/12] drm/amdgpu/userq: Use drm_gem_objects_lookup in amdgpu_userq_wait_ioctl

[PATCH v5 0/4] Support multi-channel IRQs in stmmac platform drivers
 2026-02-23 13:58 UTC  (10+ messages)
` [PATCH v5 1/4] net: stmmac: platform: read channels irq
` [PATCH v5 2/4] dt-bindings: net: nxp,s32-dwmac: Declare per-queue interrupts
` [PATCH v5 3/4] arm64: dts: s32: set Ethernet channel irqs
` [PATCH v5 4/4] stmmac: s32: enable support for Multi-IRQ mode

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-02-23 13:57 UTC  (3+ messages)

[PATCH v2 00/12] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-02-23 13:56 UTC  (6+ messages)
` [PATCH v2 06/12] mfd: sec: add support for S2MU005 PMIC

[PATCH v2 00/12] iio: use dev_err_probe in probe path for ADI drivers
 2026-02-23 13:57 UTC  (5+ messages)
` [PATCH v2 03/12] iio: frequency: admv1014: introduce struct device variable
` [PATCH v2 04/12] iio: frequency: admv1014: use dev_err_probe in probe path

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-23 13:52 UTC  (6+ messages)
` [PATCH v2 01/15] VFS: note error returns is documentation for various lookup functions
` [PATCH v2 09/15] ovl: Simplify ovl_lookup_real_one()

[PATCH] staging: greybus: remove unused apb_ctrl_fw_flashing() and apb_ctrl_standby_boot()
 2026-02-23 13:55 UTC  (2+ messages)

[PATCH 0/3] use runtime constant to optimize handle_arch_irq access
 2026-02-23 13:55 UTC  (8+ messages)
` [PATCH 2/3] genirq: "

[PATCH] ksysfs: Expose hardware name
 2026-02-23 13:55 UTC  (4+ messages)

[PATCH v2 0/2] staging: greybus: audio: small fixes
 2026-02-23 13:54 UTC  (5+ messages)
` [PATCH v2 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module()

[PATCH i-g-t] tools/intel_gpu_top: explicitly reject Xe devices and update documentation
 2026-02-23 13:55 UTC 

[PATCH v5 00/18] Add support for MT8189 clock controller
 2026-02-23 13:54 UTC  (6+ messages)
` [PATCH v5 05/18] clk: mediatek: Add MT8189 vlpckgen clock support

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-02-21  7:37 UTC 

[REGRESSION] Display freeze on VT switch back to X11 since v6.16
 2026-02-22 21:53 UTC 

[PATCH 0/6] fsl-mc: Move fsl_over to device MSI
 2026-02-23 13:54 UTC  (4+ messages)

[PATCH v8 00/20] Add new general DRM property "color format"
 2026-02-23 11:21 UTC  (4+ messages)
` [PATCH v8 13/20] drm/bridge: dw-hdmi-qp: Implement atomic_get_output_bus_fmts

[PATCH v3 0/4] Replace old wq name and add WQ_PERCPU and WQ_UNBOUND to alloc_workqueue users
 2026-02-23  8:52 UTC  (2+ messages)

[PATCH] drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
 2026-02-23 11:45 UTC 

[PATCH v2] crypto: fix spelling errors in comments
 2026-02-23 13:53 UTC 

[PATCH GSoC] repo: Remove unnecessary variable shadow
 2026-02-23 13:52 UTC 

[PATCH v3 2/4] staging: greybus: fixed styling issue in fw-management.c
 2026-02-23 13:53 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] FDP file I/O via write-streams
 2026-02-23 13:53 UTC  (4+ messages)

[patch 0/5] clocksource: Rewrite clocksource watchdog and related cleanups
 2026-02-23 13:53 UTC  (6+ messages)
` [patch 5/5] clocksource: Rewrite watchdog code completely

[PATCH] drm/xe: Don't expose display modparam if no display support
 2026-02-23 13:53 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-23 13:52 UTC  (4+ messages)
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model

[PATCH v3] staging: rtl8192u: ieee80211_rx: free rxb on reorder alloc failure
 2026-02-23 13:52 UTC 

[PATCH 0/9] workqueue / drivers: Add device-managed allocate workqueue
 2026-02-23 13:52 UTC  (6+ messages)
` [PATCH 1/9] workqueue: devres: "

[PATCH 1/3] arm-bsp/sgi575: change target image for CI
 2026-02-23 13:52 UTC  (3+ messages)
` [PATCH 2/3] arm*/layer.conf: drop walnascar
` [PATCH 3/3] CI/musca-b1: use LTS tf-m

[PATCH v3] staging: vme_user: use kmalloc_obj instead of kmalloc
 2026-02-23 13:51 UTC  (2+ messages)

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-02-23 13:49 UTC  (9+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`

[PATCH] drm/amd/display: Fix kdoc formatting in dcn42_hwseq.c
 2026-02-23 13:49 UTC 

[PATCH] mmc: meson-gx: fix potential use-after-free on remove path
 2026-02-23 13:42 UTC 

[PATCH] mmc: moxart: fix potential use-after-free on remove path
 2026-02-23 13:41 UTC 

[PATCH] staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()
 2026-02-23 13:31 UTC 

[PATCH v2 00/11] staging: stl8723bs: Various cleanups
 2026-02-23 13:48 UTC  (9+ messages)
` [PATCH v2 01/11] staging: stl8723bs: Use common round_up macro

[PATCH v2] usb: misc: uss720: properly clean up reference in uss720_probe()
 2026-02-23 13:09 UTC  (5+ messages)

[PATCH] EDAC/versalnet: Fix resource leaks and NULL derefs in init_versalnet()
 2026-02-23 13:47 UTC  (2+ messages)

[PATCH] hw: copy paste bug
 2026-02-23 13:47 UTC  (2+ messages)

[PATCH net-next 0/4] net: stmmac: Fix VLAN handling when interface is down
 2026-02-23 13:46 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: move zcrx uapi into separate header
 2026-02-23 13:47 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: declare some constants for query
 2026-02-23 13:47 UTC  (2+ messages)

[PATCH] phy: mediatek: allow building T-PHY driver for MT7621 MIPS SoC
 2026-02-23 13:47 UTC  (3+ messages)

[PATCH 0/3] deduplicate send and senmsg zc issue handlers
 2026-02-23 13:47 UTC  (2+ messages)

[PATCH] io_uring/cmd_net: split ioctl code out of io_uring_cmd_sock()
 2026-02-23 13:47 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 00/38] docs: several improvements to kernel-doc
 2026-02-23 13:47 UTC  (3+ messages)
`  "

[PATCH v2 0/4] iio: adc: ad7768-1: add SPI offload support and fixes
 2026-02-23 13:46 UTC  (3+ messages)
` [PATCH v2 4/4] iio: adc: ad7768-1: add support for SPI offload

RFQ: Yocto Project Reference Containers
 2026-02-23 13:46 UTC  (3+ messages)
` [Openembedded-architecture] "

[PATCH v8 0/6] NVMeoFC support on Grub
 2026-02-23 13:44 UTC  (7+ messages)
` [PATCH v8 1/6] ieee1275/powerpc: implements fibre channel discovery for ofpathname
` [PATCH v8 2/6] ieee1275: implement FCP methods for WWPN and LUNs
` [PATCH v8 3/6] ieee1275: change the logic of ieee1275_get_devargs()
` [PATCH v8 4/6] ieee1275: add support for NVMeoFC
` [PATCH v8 5/6] ieee1275: ofpath enable NVMeoF logical device translate
` [PATCH v8 6/6] ieee1275: support added for multiple nvme bootpaths

[PATCH net] net/mlx5e: Precompute xdpsq assignments for mlx5e_xdp_xmit()
 2026-02-23 13:46 UTC  (2+ messages)

[PATCH 0/8] soc: remove direct accesses to of_root from drivers/soc/
 2026-02-23 13:45 UTC  (4+ messages)
` [PATCH 7/8] soc: renesas: don't access of_root directly

[PATCH 0/2] arm64: dts: mediatek: mt6359: give regulators unique names
 2026-02-23 13:44 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v9 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2026-02-23 13:44 UTC  (10+ messages)
` [PATCH v9 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict

[PATCH v3 00/12] Enable I2C on SA8255p Qualcomm platforms
 2026-02-23 13:43 UTC  (9+ messages)
` [PATCH v3 06/12] soc: qcom: geni-se: Introduce helper APIs for performance control

SecureBoot requirements regarding Dom0
 2026-02-23 13:42 UTC 

[PATCH 0/2] bpf: classify block device hooks and add selftests
 2026-02-23 13:42 UTC  (4+ messages)
` [PATCH 1/2] bpf: classify block device hooks appropriately


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.