All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 09:29:28 to 2026-02-23 10:01:10 UTC [more...]

[PATCH v2 0/2] migration: feature removals for 11.0
 2026-02-23 10:00 UTC  (6+ messages)

[PATCH v2 00/23] Workaround cleanup & simplification
 2026-02-23 10:00 UTC  (5+ messages)
` [PATCH v2 04/23] drm/xe: Consolidate workaround entries for Wa_16021867713
` [PATCH v2 05/23] drm/xe: Consolidate workaround entries for Wa_14019449301

[PATCH v2 0/1] Introduce Monaco EVK Interface Plus Mezzanine
 2026-02-23  9:59 UTC  (5+ messages)
` [PATCH v2 1/1] arm64: dts: qcom: monaco-evk: Add "

[PATCH] netlink: specs: add specification for NBD
 2026-02-23  9:40 UTC  (4+ messages)

[PATCH i-g-t v4 0/5] Improve eudebug test cleanup
 2026-02-23  9:58 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Improve eudebug test cleanup (rev4)

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

[PULL 00/33] virtio,pc,pci: features, fixes
 2026-02-23  9:55 UTC  (2+ messages)

[PULL 0/4] Hppa a400 patches
 2026-02-23  9:54 UTC  (2+ messages)

[PATCH v5 0/3] gpio: brcmstb: wake-up interrupt improvements
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH] gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH] gpiolib: replace snprintf("%s") with strscpy
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH v2 1/2] gpio: tegra186: Simplify GPIO line name prefix handling
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH 1/7] gpio: bd9571mwv: normalize return value of gpio_get
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH v1 1/1] gpio: ts4800: Remove duplicate code to handle 'ngpios' property
 2026-02-23  9:57 UTC  (2+ messages)

[PATCH] eeprom: at24: verify that chip is accessible during probe
 2026-02-23  9:56 UTC  (3+ messages)

[PATCH v1 1/2] drm/amdgpu: update memdup_user with memdup_array_user
 2026-02-23  9:56 UTC  (7+ messages)

[PULL 0/1] Plugins fix compilation for cpp plugin
 2026-02-23  9:55 UTC  (2+ messages)

[PATCH v2 00/16] rust: QObject and QAPI bindings
 2026-02-23  9:53 UTC  (2+ messages)

[PATCH 0/4] SDCA Improvements
 2026-02-23  9:54 UTC  (5+ messages)
` [PATCH 1/4] ASoC: SDCA: Add default value for mipi-sdca-function-reset-max-delay
` [PATCH 2/4] ASoC: SDCA: Update counting of SU/GE DAPM routes
` [PATCH 3/4] ASoC: SDCA: Improve mapping of Q7.8 SDCA volumes
` [PATCH 4/4] ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-ops

[PATCH net-next] docs: net: document neigh gc_interval and gc_stale_time sysctls
 2026-02-23  9:54 UTC  (3+ messages)

[PATCH RFC net-next+previous 0/9] net: stmmac: qcom-ethqos: further updates
 2026-02-23  9:54 UTC  (12+ messages)
` [PATCH RFC net-next+ 2/9] net: stmmac: qcom-ethqos: move ethqos_set_serdes_speed()
` [PATCH RFC net-next+ 4/9] net: stmmac: qcom-ethqos: convert to use phy_set_mode_ext()
` [PATCH RFC net-next+ 9/9] net: stmmac: qcom-ethqos: remove phy_set_mode_ext() after phy_power_on()

[PATCH v3 0/9] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-02-23  9:54 UTC  (7+ messages)
` [PATCH v3 1/9] dt-bindings: regulator: cpcap-regulator: convert to DT schema
` [PATCH v3 4/9] dt-bindings: leds: leds-cpcap: "
` [PATCH v3 5/9] dt-bindings: input: cpcap-pwrbutton: "

[PATCH] fsck: do not loop infinitely when processing packs
 2026-02-23  9:53 UTC  (10+ messages)

[PATCH master 1/4] FIT: fix potential uninitialized read during fuzzing
 2026-02-23  9:52 UTC  (2+ messages)

[PATCH v2 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
 2026-02-23  9:51 UTC  (3+ messages)
` [PATCH v2 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH v2 2/2] dma-buf: heaps: system: add system_cc_decrypted heap for explicitly decrypted memory

[PATCH 0/4] pack-check: fix verification of large objects
 2026-02-23  9:50 UTC  (5+ messages)
` [PATCH 1/4] t/helper: improve "genrandom" test helper
` [PATCH 2/4] object-file: adapt `stream_object_signature()` to take a stream
` [PATCH 3/4] packfile: expose function to read object stream for an offset
` [PATCH 4/4] pack-check: fix verification of large objects

[PATCH] coresight: tmc: Fix overflow when calculating is bigger than 2GiB
 2026-02-23  9:50 UTC  (2+ messages)

[PATCH] gitignore: ignore /vmbarebox
 2026-02-23  9:50 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Improve this_cpu_ops performance for ARM64 (and potentially other architectures)
 2026-02-23  9:50 UTC  (2+ messages)

[PATCH net-next 00/10] net: stmmac: qcom-ethqos: cleanups and re-organise SerDes handling
 2026-02-23  9:35 UTC  (11+ messages)
` [PATCH net-next 01/10] net: stmmac: qcom-ethqos: rename "por" members to "rgmii_por"
` [PATCH net-next 02/10] net: stmmac: qcom-ethqos: remove register field value obfuscations
` [PATCH net-next 03/10] net: stmmac: qcom-ethqos: change ethqos_configure*() to return void
` [PATCH net-next 04/10] net: stmmac: qcom-ethqos: move qcom_ethqos_set_sgmii_loopback() up
` [PATCH net-next 05/10] net: stmmac: qcom-ethqos: move loopback disable to .mac_finish()
` [PATCH net-next 06/10] net: stmmac: pass interface mode into fix_mac_speed() method
` [PATCH net-next 07/10] net: stmmac: qcom-ethqos: pass phy interface mode to configs
` [PATCH net-next 08/10] net: stmmac: qcom-ethqos: use phy interface mode for inband
` [PATCH net-next 09/10] net: stmmac: qcom-ethqos: move SerDes speed configuration
` [PATCH net-next 10/10] net: stmmac: qcom-ethqos: convert to set_clk_tx_rate() method

[PATCH 0/3] pinctrl: pic32: allow driver to be compiled with COMPILE_TEST
 2026-02-23  9:50 UTC  (2+ messages)

[PATCH] test: add ARMv8 EFI app testing
 2026-02-23  9:49 UTC  (2+ messages)

[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
 2026-02-23  9:49 UTC  (4+ messages)
` [PATCH 8/8] "

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-23  9:49 UTC  (7+ messages)
` [PATCH v2 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v2 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v2 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file

[RFE] xfs_growfs: option to clamp growth to an AG boundary
 2026-02-23  9:48 UTC 

[PATCH v2 00/11] pinctrl: Some code cleanup including guards
 2026-02-23  9:48 UTC  (4+ messages)
` [PATCH v2 10/11] pinctrl: rockchip: Simplify locking with scoped_guard()

[PATCH 0/9] arm64: Fully disable configured-out features
 2026-02-23  9:48 UTC  (8+ messages)
` [PATCH 1/9] arm64: Add logic to fully remove features from sanitised id registers

[PATCH] ci: container: add qemu-efi-aarch64 for testing against EDK-II
 2026-02-23  9:47 UTC  (2+ messages)

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-23  9:48 UTC  (15+ messages)
    `  "

[PATCH master 00/39] efi: fix bugs
 2026-02-23  9:47 UTC  (2+ messages)

[PULL 00/85] Audio patches
 2026-02-23  9:46 UTC  (6+ messages)

[openembedded-core] [scarthgap] [PATCH v1 01/34] cve-check: encode affected product/vendor in CVE_STATUS
 2026-02-23  9:46 UTC  (2+ messages)
` [OE-core] "

Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter
 2026-02-23  9:44 UTC  (2+ messages)
`  "

[PATCH i-g-t v3 0/8] tests/xe: Add purgeable memory madvise tests for system allocator
 2026-02-23  9:45 UTC  (16+ messages)
` [PATCH i-g-t v3 1/8] drm-uapi/xe_drm: Add UAPI support for purgeable buffer objects
` [PATCH i-g-t v3 3/8] tests/intel/xe_madvise: Add dontneed-before-mmap subtest
` [PATCH i-g-t v3 4/8] tests/intel/xe_madvise: Add dontneed-after-mmap subtest
` [PATCH i-g-t v3 5/8] tests/intel/xe_madvise: Add dontneed-before-exec subtest

[PATCH v1 1/1] hw/acpi/pci.c: preserve generic initiator insertion order
 2026-02-23  9:44 UTC  (2+ messages)

NVMe: Add SPDM over the storage transport support
 2026-02-23  9:42 UTC  (3+ messages)

[PATCH v3] media: v4l2-flash: Enter LED off state after file handle closed
 2026-02-23  9:43 UTC  (3+ messages)

[syzbot] [kernel?] INFO: task hung in restrict_one_thread_callback
 2026-02-23  9:42 UTC  (5+ messages)

[PATCH v2] rust: declare cfi_encoding for lru_status
 2026-02-23  9:42 UTC 

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-02-23  9:41 UTC  (5+ messages)
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23  9:09 UTC  (3+ messages)

[PATCH 0/2] mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST
 2026-02-23  9:39 UTC  (5+ messages)
` [PATCH 1/2] mmc: sdhci-pic32: add SPDX license identifier
` [PATCH 2/2] mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST

[PATCH] pinctrl: cirrus: cs42l43: Fix double-put in cs42l43_pin_probe()
 2026-02-23  9:39 UTC 

[PATCH v2] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23  9:39 UTC  (3+ messages)

[PATCH v3 1/2] x86/ioreq: Prepare spacing for upcoming patch
 2026-02-23  9:38 UTC  (2+ messages)
` [PATCH v3 2/2] x86/ioreq: Extend ioreq server to support multiple ioreq pages

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-23  9:38 UTC  (5+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists

[RFC PATCH v2 0/3] Querying errors from drm_syncobj
 2026-02-23  9:38 UTC  (7+ messages)
` [RFC PATCH v2 1/3] drm/syncobj: Add flag DRM_SYNCOBJ_QUERY_FLAGS_ERROR to query errors

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-02-23  9:38 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Wrap madvise() to assert success

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

[PATCH] ASoC: cs42l43: Report insert for exotic peripherals
 2026-02-23  9:36 UTC 

[PATCH V3 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-02-23  9:36 UTC  (4+ messages)
` [PATCH V3 1/5] dt-bindings: remoteproc: qcom,sm8550-pas: Add Glymur ADSP

[PATCH] octeontx2-af: add WQ_PERCPU to alloc_workqueue users
 2026-02-23  9:34 UTC  (2+ messages)

[PATCH net-next] udp: move udp6_csum_init() back to net/ipv6/udp.c
 2026-02-23  9:34 UTC 

[PATCH v2] pinctrl: qcom: qcs615: Add missing dual edge GPIO IRQ errata flag
 2026-02-23  9:34 UTC  (2+ messages)

[PATCH v4 1/2] drm: introduce KMS recovery mechanism
 2026-02-23  9:34 UTC  (3+ messages)
` [PATCH v4 2/2] drm/amd/display: add vendor specific reset

[PATCH v2 1/2] dt-bindings: pinctrl: rockchip: Add RV1103B compatible
 2026-02-23  9:32 UTC  (3+ messages)

[PATCH net] MAINTAINERS: include all of framer under pef2256
 2026-02-23  9:30 UTC  (2+ messages)

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-23  9:29 UTC  (5+ messages)
` [PATCH 6/8] drm/i915/backlight: Update debug log during backlight setup

[PATCH 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
 2026-02-23  9:29 UTC  (2+ messages)

[RFC] Support UTF-8 characters in Git alias names
 2026-02-23  9:29 UTC  (4+ messages)
` [PATCH v2 0/2] support UTF-8 in "
  ` [PATCH v2 2/2] alias: support non-alphanumeric names via subsection syntax

[PATCH v2 1/2] mtd: spi-nor: sst: Fix write enable before AAI sequence
 2026-02-23  9:29 UTC  (3+ messages)

[PATCH 00/11] Introduce ACPI watchdog for Q35 and arm/virt boards
 2026-02-23  9:28 UTC  (8+ messages)
` [PATCH 08/11] arm: virt: create GWDT watchdog paired with WDAT ACPI table

[PATCH v2 0/2] Add WQ_PERCPU to alloc_workqueue users
 2026-02-23  9:29 UTC  (2+ messages)
` [PATCH v2 2/2] block/blk-throttle: "


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.