All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-16 10:59:44 to 2026-02-16 11:32:43 UTC [more...]

[PATCH] drivers/net: reorder Intel drivers list in meson script
 2026-02-16 11:32 UTC  (6+ messages)
` [V2] "

[PATCH 0/4] drm/i915/dp_mst: Allow DSC passthrough modes during validation
 2026-02-16 11:32 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/dp_mst: Allow DSC passthrough modes during validation (rev2)

[PATCH] ref-manual/classes.rst: fix broken links to U-Boot documentation
 2026-02-16 11:31 UTC  (2+ messages)
` [docs] "

[PATCH 0/2] efi: test and fix specific LoadImage() return code
 2026-02-16 11:30 UTC  (3+ messages)
` [PATCH 1/2] efi_loader: "
` [PATCH 2/2] efi_selftest: test specific LoadImage() case

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-16 11:30 UTC  (11+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page

[PATCH] gpu: Fix uninitialized buddy for built-in drivers
 2026-02-16 11:30 UTC  (3+ messages)
` [PATCH v2] "
` ✓ CI.KUnit: success for gpu: Fix uninitialized buddy for built-in drivers (rev2)

[PATCH] gpio: tegra186: Support multi-socket devices
 2026-02-16 11:29 UTC  (2+ messages)

[PATCH] wifi: iwlwifi: mld: stop mac80211 TX queues on firmware error
 2026-02-16 11:29 UTC  (2+ messages)

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

[f2fs-dev] [PATCH] f2fs-tools: invalidate block device page cache before reading metadata
 2026-02-16 11:28 UTC 

[PATCH] x86/hvm: Add Kconfig option to disable nested virtualization
 2026-02-16 11:28 UTC  (4+ messages)

[meta-security][scarthgap][PATCHv2] suricata: update to 7.0.13
 2026-02-16 11:28 UTC 

[PATCH V2 0/3] Rust support for powerpc
 2026-02-16 11:29 UTC  (7+ messages)
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le
        ` Rust version requirement (was: [PATCH V2 3/3] powerpc: Enable Rust for ppc64le)

[meta-security][scarthgap][PATCH] suricata: update to 7.0.13
 2026-02-16 11:28 UTC 

[PATCH v3 0/2] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add TC9563 PCIe switch nodes
 2026-02-16 11:28 UTC  (5+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add second TC9563 PCIe switch node for PCIe1

[f2fs-dev] [PATCH] f2fs: invalidate block device page cache on umount
 2026-02-16 11:27 UTC 

[PATCH v4 0/3] migrate Debian/Ubuntu to pip packages for docs + fix epub and latexpdf targets not finding glob images
 2026-02-16 11:26 UTC  (4+ messages)
` [PATCH v4 1/3] use a venv for installing packages with pip
` [PATCH v4 2/3] consistently use pip packages for all distros
` [PATCH v4 3/3] convert SVGs to PDF and PNG using sphinxcontrib.rsvgconverter plugin

[PATCH 0/3] drm/xe/xe3p_lpg: L2 flush optimization
 2026-02-16 11:26 UTC  (9+ messages)
` [PATCH 1/3] drm/xe/xe3p_lpg: flush userptr/shrinker bo cachelines manually

[PATCH] rust: sync: add lazy initialization methods to SetOnce
 2026-02-16 11:26 UTC  (4+ messages)

[PATCH] smb: smbdirect: select CONFIG_SG_POOL
 2026-02-16 11:26 UTC  (3+ messages)

[PULL 00/16] aspeed queue
 2026-02-16 11:17 UTC  (4+ messages)
` [PULL 02/16] tests/functional: Add SDK tests with Linux 5.15

[PATCH] multipath-tools: add missing colon to the multipath output
 2026-02-16 11:25 UTC 

[PATCH] drm/xe/xe3: Add Wa_14026781792
 2026-02-16 11:24 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v4] x86/cpufreq: Add Kconfig option for CPU frequency scaling
 2026-02-16 11:23 UTC  (3+ messages)

[meta-security][scarthgap][PATCH] suricata: update to 7.0.13
 2026-02-16 11:22 UTC 

[PATCH 0/3] Prepare for Dovetail 6.19
 2026-02-16 11:22 UTC  (6+ messages)
` [PATCH 1/3] cobalt: Prepare for new signature of __request_percpu_irq() in 6.19

[RFC PATCH 0/2] Add wakeup support from system suspend
 2026-02-16 11:22 UTC  (3+ messages)
` [RFC PATCH 2/2] arm64: dts: qcom: lemans-evk: Enable wakeup for primary USB controller

[PATCH for-next] RDMA/efa: Add AH usage counter with sysfs exposure
 2026-02-16 11:22 UTC  (10+ messages)

[PATCH v2] gpio: Avoid NULL dereference in linehandle_create()
 2026-02-16 11:21 UTC  (2+ messages)

[meta-oe][PATCH v2] webkitgtk3: upgrade 2.48.7 -> 2.50.5
 2026-02-16 11:19 UTC 

[PATCH v2 00/11] imx8qxp: siemens: small board updates
 2026-02-16 11:19 UTC  (5+ messages)
` [PATCH v2 05/11] imx8qxp_capricorn config: add wget command

[meta-oe][PATCH] wxwidgets: enable webkit PACKAGECONFIG only when opengl is available
 2026-02-16 11:18 UTC 

[PATCH linux-next] perf parse-events: Fix big-endian 'overwrite' by writing correct union member
 2026-02-16 11:18 UTC  (4+ messages)

[PATCH v2 00/14] Metadata series preparation
 2026-02-16 11:19 UTC  (5+ messages)

[PATCH 0/3] Add wiko-chuppito devictree
 2026-02-16 11:18 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree

[PATCH] rust: pin-init: replace clippy `expect` with `allow`
 2026-02-16 11:17 UTC  (3+ messages)

[syzbot] [fuse?] KMSAN: uninit-value in fuse_dentry_revalidate (2)
 2026-02-16 11:16 UTC  (2+ messages)
` Forwarded: "

[PATCH v1 0/2] watchdog: npcm: Add reset status detection support
 2026-02-16 11:15 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: watchdog: Add NPCM reset status support

[PATCH 0/1] Introduce Monaco EVK Peripheral Mezzanine
 2026-02-16 11:14 UTC  (7+ messages)
` [PATCH 1/1] arm64: dts: qcom: monaco-evk: Add Mezzanine

[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
 2026-02-16 11:11 UTC  (3+ messages)

[PATCH] firmware: imx: sm-misc: Make scmi_imx_misc_ctrl_nb variable static
 2026-02-16 11:14 UTC  (2+ messages)

drivers/nvme/target/pci-epf.c:1087:8-12: ERROR: reference preceded by free on line 1082
 2026-02-16 11:11 UTC 

[PATCH v2 1/3] firmware: qcom: uefisecapp: Simplify mutex with guard
 2026-02-16 11:11 UTC  (6+ messages)
` [PATCH v2 2/3] firmware: qcom: uefisecapp: Annotate acquiring locks for context tracking
` [PATCH v2 3/3] firmware: qcom: scom: Simplify mutex with guard

[zen:6.19/prjc 596/619] Warning: kernel/sched/alt_core.c:97 cannot understand function prototype: 'int sched_yield_type __read_mostly = 1;'
 2026-02-16 11:11 UTC 

Initial work on adding MPTCP support to Firefox nightly
 2026-02-16 11:11 UTC  (4+ messages)

[PATCH] gpio: nomadik: Add missing IS_ERR() check
 2026-02-16 11:10 UTC  (2+ messages)

[PATCH 0/4] Add support for mt8167 display blocks
 2026-02-16 11:10 UTC  (13+ messages)
` [PATCH 1/4] arm64: dts: mt8167: Reorder nodes according to mmio address
` [PATCH 2/4] dt-bindings: display: mediatek: Add compatibles for MediaTek mt8167
` [PATCH 3/4] arm64: dts: mediatek: mt8167: Add DRM nodes
` [PATCH 4/4] gpu: drm: mediatek: ovl: add specific entry for mt8167

[PATCH i-g-t v2 1/2] lib/amdgpu: support FWM packet in user queue
 2026-02-16 11:09 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [i-g-t,v2,1/2] "

[PATCH v3 0/3] arm64: Fixes for __READ_ONCE() with CONFIG_LTO=y
 2026-02-16 11:09 UTC  (15+ messages)
` [PATCH v3 3/3] arm64, compiler-context-analysis: Permit alias analysis through "

[PATCH v3 0/2] Enable Inline crypto engine for kodiak
 2026-02-16 11:08 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: sdhci-msm: Add ICE phandle

[PATCH v6 2/4] misc: fastrpc: Replace hardcoded ctxid mask with GENMASK
 2026-02-16 11:08 UTC  (3+ messages)

[PATCH] efi: stmm: Constify struct efivar_operations
 2026-02-16 11:07 UTC  (5+ messages)

[PATCH] [v3] arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)
 2026-02-16 11:05 UTC  (2+ messages)

[PATCH] cpuidle: ladder: Fix state index when only one idle state is registered
 2026-02-16 11:05 UTC  (5+ messages)

[PATCH] tpm: Make tcpci_pm_ops variable static const
 2026-02-16 11:04 UTC 

[PATCH v3 0/3] Add CAMSS support for SM6350
 2026-02-16 11:04 UTC  (2+ messages)

[PATCH] irqchip/mmp: Make icu_irq_chip variable static const
 2026-02-16 11:04 UTC 

[PATCH] leds: ktd2692: Make ktd2692_timing variable static
 2026-02-16 11:04 UTC 

[PATCH] mfd: max77705: Make max77705_pm_ops variable static
 2026-02-16 11:04 UTC 

[PATCH 1/3] phy: apple: atc: Make atcphy_dwc3_reset_ops variable static
 2026-02-16 11:04 UTC  (6+ messages)
` [PATCH 2/3] phy: marvell: mmp3-hsic: Avoid re-casting __iomem
` [PATCH 3/3] phy: qcom: qmp-usbc: Simplify check for non-NULL pointer

[PATCH] USB: typec: tcpci: Make tcpci_pm_ops variable static
 2026-02-16 11:04 UTC 

[PATCH] clocksource/drivers/timer-rtl-otto: Make rttm_cs variable static
 2026-02-16 11:03 UTC 

[PATCH 1/2] arm_mpam: Force __iomem casts
 2026-02-16 11:02 UTC  (2+ messages)
` [PATCH 2/2] arm64: MAINTAINERS: Include resctrl MPAM driver

[PATCH v1] docs: ja_JP: process: translate 'Describe your changes'
 2026-02-16 11:02 UTC  (2+ messages)

kernel/sched/fair.c:1201:33: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2026-02-16 11:00 UTC 

[thomas-weissschuh:b4/vdso-compat_32bit_time 7/9] arch/powerpc/kernel/vdso/vgettimeofday.c:21:16: error: expected ';' before 'int'
 2026-02-16 11:00 UTC 

[PATCH] arm64: remove HAVE_CMPXCHG_LOCAL
 2026-02-16 11:00 UTC  (2+ messages)

[PATCH] format-patch: fix from header in cover letter
 2026-02-16 11:01 UTC  (2+ messages)

[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
 2026-02-16 11:00 UTC  (4+ messages)

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-02-16 11:00 UTC  (6+ messages)

[PATCH i-g-t] tests/intel/xe_compute: Robust SR-IOV/VF/PF and per-GT ccs_mode attribute handling
 2026-02-16 11:00 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[GIT PULL] LEDs for v6.20
 2026-02-16 11:00 UTC 

[meta-OE] [scarthgap] [PATCH 1/5] Nodejs 20.18.2: Fix CVE-2025-55132
 2026-02-16 11:00 UTC  (2+ messages)
` [oe] "

[PATCH 0/2] tools/sched_ext: Sync configuration with upstream
 2026-02-16 11:00 UTC  (3+ messages)
` [PATCH 1/2] tools/sched_ext: Sync README.md Kconfig with upstream scx
` [PATCH 2/2] tools/sched_ext: Add Kconfig to sync with upstream

[PATCH] drm/imagination: Convert to dev_pm_domain_{at,de}tach_list()
 2026-02-16 10:59 UTC  (9+ messages)
            ` [EXTERNAL] "


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.