All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-17 00:01:22 to 2024-02-17 00:54:47 UTC [more...]

[PATCH v2] diff: implement config.diff.renames=copies-harder
 2024-02-17  0:54 UTC  (4+ messages)

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-17  0:52 UTC  (6+ messages)
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-17  0:51 UTC  (10+ messages)
` [PATCH 3/9] brd: pass queue_limits to blk_mq_alloc_disk
` [PATCH 4/9] n64cart: "
` [PATCH 6/9] bcache: "
` [PATCH 8/9] pmem: "

Memory corruption in out_batch parameter of batch lookup APIs
 2024-02-17  0:24 UTC 

[PATCH blktests] nvme: Add passthru error logging tests to nvme/039
 2024-02-17  0:50 UTC  (2+ messages)

[PATCH 1/2] qmimodem: Support 16-bit service types
 2024-02-17  0:30 UTC  (2+ messages)
` [PATCH 2/2] qmimodem: Fix checkpatch.pl warnings and errors

[PATCH rc] s390: Use the correct count for __iowrite64_copy()
 2024-02-17  0:48 UTC 

[PATCH v3] drm/i915/guc: Simplify/extend platform check for Wa_14018913170
 2024-02-17  0:42 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 00/15] rockchip: rk3328: Update defconfigs, DTs and enable boot from SPI
 2024-02-17  0:22 UTC  (16+ messages)
` [PATCH v2 01/15] rockchip: rk3328: Update default u-boot, spl-boot-order prop
` [PATCH v2 02/15] rockchip: rk3328-evb: Update defconfig
` [PATCH v2 03/15] rockchip: rk3328-rock64: "
` [PATCH v2 04/15] rockchip: rk3328-roc-cc: "
` [PATCH v2 05/15] rockchip: rk3328-rock-pi-e: "
` [PATCH v2 06/15] rockchip: rk3328-nanopi-r2: "
` [PATCH v2 07/15] rockchip: rk3328-orangepi-r1-plus: "
` [PATCH v2 08/15] rockchip: rk3328: Fix loading FIT from SD-card when booting from eMMC
` [PATCH v2 09/15] gpio: rockchip: Use gpio alias id as gpio bank id
` [PATCH v2 10/15] rng: rockchip: Use same compatible as linux
` [PATCH v2 11/15] rockchip: rk3328: Sync device tree from linux v6.8-rc1
` [PATCH v2 12/15] Revert "rockchip: Allow booting from SPI"
` [PATCH v2 13/15] rockchip: rk3328: Add support to build bootable SPI image
` [PATCH v2 14/15] rockchip: rk3328-rock64: Enable boot from SPI NOR flash
` [PATCH v2 15/15] rockchip: rk3328-orangepi-r1-plus: "

[PATCH v5 00/10] Optimize buffer_is_zero
 2024-02-17  0:39 UTC  (11+ messages)
` [PATCH v5 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v5 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v5 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v5 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v5 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v5 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v5 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v5 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v5 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v5 10/10] tests/bench: Add bufferiszero-bench

[RFC 0/7] selftests: kselftest_harness: use common result printing helper
 2024-02-17  0:33 UTC  (4+ messages)

[PATCH] selftests/mqueue: Set timeout to 100 seconds
 2024-02-17  0:31 UTC  (4+ messages)

[PATCH BlueZ v2 01/10] build: rework {install-data,uninstall}-hook
 2024-02-17  0:31 UTC  (2+ messages)
` Handful of build fixes and cleanups

[xen-unstable test] 184684: tolerable FAIL
 2024-02-17  0:29 UTC 

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-17  0:10 UTC  (52+ messages)
` [PATCH v17 01/51] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v17 02/51] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v17 03/51] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v17 04/51] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v17 05/51] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v17 06/51] xhci: move event processing for one interrupter to a separate function
` [PATCH v17 07/51] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v17 08/51] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v17 09/51] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v17 10/51] xhci: add helper to stop endpoint and wait for completion
` [PATCH v17 11/51] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v17 12/51] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v17 13/51] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v17 14/51] xhci: sideband: add initial api to register a sideband entity
` [PATCH v17 15/51] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v17 16/51] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v17 17/51] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v17 18/51] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v17 19/51] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v17 20/51] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v17 21/51] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v17 22/51] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v17 23/51] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v17 24/51] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v17 25/51] ALSA: usb-audio: Save UAC sample size information
` [PATCH v17 26/51] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v17 27/51] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v17 28/51] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v17 29/51] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v17 30/51] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v17 31/51] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v17 32/51] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v17 33/51] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v17 34/51] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v17 35/51] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v17 37/51] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v17 38/51] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v17 39/51] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v17 40/51] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v17 41/51] ASoC: Introduce SND kcontrols to track USB offloading state
` [PATCH v17 42/51] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v17 43/51] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v17 44/51] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v17 45/51] ASoC: usb: Fetch ASoC sound card information
` [PATCH v17 46/51] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v17 47/51] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v17 48/51] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v17 49/51] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v17 50/51] ASoC: qcom: Populate SoC components string
` [PATCH v17 51/51] ASoC: doc: Add documentation for SOC USB

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-17  0:28 UTC  (2+ messages)

[PATCH] RelNotes: minor typo fixes in 2.44.0 draft
 2024-02-17  0:28 UTC 

[PATCH] rust: upgrade to Rust 1.77.0
 2024-02-17  0:27 UTC 

[PATCH v2] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-17  0:27 UTC  (2+ messages)

[PATCH 1/2] kbuild: mark `rustc` (and others) invocations as recursive
 2024-02-17  0:26 UTC  (2+ messages)
` [PATCH 2/2] rust: upgrade to Rust 1.76.0

[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
 2024-02-17  0:26 UTC 

[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
 2024-02-17  0:26 UTC 

pm/testing baseline: 51 runs, 7 regressions (v6.8-rc4-91-g833dbcc88dd9f)
 2024-02-17  0:21 UTC 

[PATCH 2/5] meta/lib/bblayers/buildconf.py: add support for configuration summaries
 2024-02-17  0:20 UTC  (4+ messages)
` Patchtest results for "
  ` [OE-core] "

[PATCH net 0/3] tools: ynl: fix header guards and impossible errors
 2024-02-17  0:17 UTC  (4+ messages)
` [PATCH net 1/3] tools: ynl: fix header guards
` [PATCH net 2/3] tools: ynl: make sure we always pass yarg to mnl_cb_run
` [PATCH net 3/3] tools: ynl: don't leak mcast_groups on init error

[meta-python][PATCH 00/60] Rework all pytest usage to use --automake and PYTHON_PN -> python3
 2024-02-17  0:15 UTC  (61+ messages)
` [meta-python][PATCH 01/60] python3-uritemplate: switch to pytest --automake
` [meta-python][PATCH 02/60] python3-unidiff: "
` [meta-python][PATCH 03/60] python3-ujson: "
` [meta-python][PATCH 04/60] python3-pytest-lazy-fixture: "
` [meta-python][PATCH 05/60] python3-fastjsonschema: "
` [meta-python][PATCH 06/60] python3-tomlkit: "
` [meta-python][PATCH 07/60] python3-inotify: "
` [meta-python][PATCH 08/60] python3-requests-file: "
` [meta-python][PATCH 09/60] python3-covdefaults: "
` [meta-python][PATCH 10/60] python3-dominate: "
` [meta-python][PATCH 11/60] python3-scrypt: "
` [meta-python][PATCH 12/60] python3-u-msgpack-python: "
` [meta-python][PATCH 13/60] python3-iso3166: "
` [meta-python][PATCH 14/60] python3-trustme: "
` [meta-python][PATCH 15/60] python3-asgiref: "
` [meta-python][PATCH 16/60] python3-html2text: "
` [meta-python][PATCH 17/60] python3-pyasn1-modules: "
` [meta-python][PATCH 18/60] python3-intervals: "
` [meta-python][PATCH 19/60] python3-py-cpuinfo: "
` [meta-python][PATCH 20/60] python3-backports-functools-lru-cache: drop folder
` [meta-python][PATCH 21/60] python3-whoosh: switch to pytest --automake
` [meta-python][PATCH 22/60] python3-xlrd: "
` [meta-python][PATCH 23/60] python3-dnspython: "
` [meta-python][PATCH 24/60] python3-prettytable: "
` [meta-python][PATCH 25/60] python3-ptyprocess: "
` [meta-python][PATCH 26/60] python3-gunicorn: "
` [meta-python][PATCH 27/60] python3-pytest-mock: "
` [meta-python][PATCH 28/60] python3-pyroute2: "
` [meta-python][PATCH 29/60] python3-smpplib: "
` [meta-python][PATCH 30/60] python3-pyzmq: "
` [meta-python][PATCH 31/60] python3-multidict: "
` [meta-python][PATCH 32/60] python3-geojson: "
` [meta-python][PATCH 33/60] python3-serpent: "
` [meta-python][PATCH 34/60] python3-soupsieve: "
` [meta-python][PATCH 35/60] python3-requests-toolbelt: "
` [meta-python][PATCH 36/60] python3-yarl: "
` [meta-python][PATCH 37/60] python3-cbor2: "
` [meta-python][PATCH 38/60] python3-ansicolors: "
` [meta-python][PATCH 39/60] python3-ipy: "
` [meta-python][PATCH 40/60] python3-sqlparse: "
` [meta-python][PATCH 41/60] python3-precise-runner: "
` [meta-python][PATCH 42/60] python3-parse-type: "
` [meta-python][PATCH 43/60] python3-inflection: "
` [meta-python][PATCH 44/60] python3-blinker: "
` [meta-python][PATCH 45/60] python3-service-identity: "
` [meta-python][PATCH 46/60] python3-cachetools: "
` [meta-python][PATCH 47/60] python3-simpleeval: "
` [meta-python][PATCH 48/60] python3-appdirs: "
` [meta-python][PATCH 49/60] python3-pillow: "
` [meta-python][PATCH 50/60] python3-semver: "
` [meta-python][PATCH 51/60] python3-platformdirs: "
` [meta-python][PATCH 52/60] python3-polyline: "
` [meta-python][PATCH 53/60] python3-betamax: "
` [meta-python][PATCH 54/60] python3-pytoml: "
` [meta-python][PATCH 55/60] python3-pyserial: "
` [meta-python][PATCH 56/60] python3-typeguard: "
` [meta-python][PATCH 57/60] python3-execnet: "
` [meta-python][PATCH 58/60] python3-pyyaml-include: "
` [meta-python][PATCH 59/60] python3-xxhash: "
` [meta-python][PATCH 60/60] python3-pylint: "

[PATCH i-g-t 00/18] Intel Xe OA IGT's
 2024-02-17  0:12 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ CI.xeBAT: failure "

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-17  0:11 UTC  (7+ messages)

MCTP - Bus lock between send and receive
 2024-02-17  0:11 UTC 

[PATCH RFC] wifi: wilc1000: fix reset line assert/deassert polarity
 2024-02-17  0:10 UTC  (9+ messages)

[paulmck-rcu:dev.2024.02.13a] BUILD SUCCESS 588c63cd5e56bb4d0cfd60d5802b51067a849889
 2024-02-17  0:10 UTC 

[PATCH v3 00/35] Memory allocation profiling
 2024-02-17  0:08 UTC  (5+ messages)
` [PATCH v3 13/35] lib: add allocation tagging support for memory "

[PATCH v2] kbuild: Use -fmin-function-alignment when available
 2024-02-17  0:07 UTC  (2+ messages)

[PATCH] btrfs: reject zoned RW mount if sectorsize is smaller than page size
 2024-02-17  0:07 UTC  (5+ messages)

[PATCH v5] PCI: dwc: Wait for link up only if link is started
 2024-02-17  0:07 UTC  (2+ messages)

[PATCH v2] perf list: For metricgroup only list include description
 2024-02-17  0:06 UTC  (2+ messages)

[PATCH v1 0/1] Add Indirect CSR and Counter delegation ISA extension support
 2024-02-17  0:06 UTC  (2+ messages)
` [PATCH v1 1/1] lib: sbi: Add support for smcsrind and smcdeleg

[PATCH] net: sched: Annotate struct tc_pedit with __counted_by
 2024-02-17  0:04 UTC  (2+ messages)

[PATCH RFC 0/8] Add Counter delegation ISA extension support
 2024-02-17  0:01 UTC  (9+ messages)
` [PATCH RFC 1/8] target/riscv: Add properties for Indirect CSR Access extension
` [PATCH RFC 2/8] target/riscv: Decouple AIA processing from xiselect and xireg
` [PATCH RFC 3/8] target/riscv: Enable S*stateen bits for AIA
` [PATCH RFC 4/8] target/riscv: Support generic CSR indirect access
` [PATCH RFC 5/8] target/riscv: Add smcdeleg/ssccfg properties
` [PATCH RFC 6/8] target/riscv: Add counter delegation definitions
` [PATCH RFC 7/8] target/riscv: Add select value range check for counter delegation
` [PATCH RFC 8/8] target/riscv: Add counter delegation/configuration support

[PATCH 3/4] drm/ttm: Consider hitch moves within bulk sublist moves
 2024-02-17  0:02 UTC  (2+ messages)


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.