linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-07 14:42:27 to 2024-02-08 23:14:50 UTC [more...]

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

[PATCH docs-next] scripts/kernel-doc: reindent
 2024-02-08 22:54 UTC  (2+ messages)

[PATCH] docs: dev-tools: checkpatch.rst: Fix grammar
 2024-02-08 22:52 UTC  (3+ messages)

[PATCH] docs: Makefile: Fix make cleandocs by deleting generated .rst files
 2024-02-08 22:52 UTC  (2+ messages)

[PATCH] docs: proc.rst: comm: mention the included NUL
 2024-02-08 22:47 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] doc:it_IT: fix a typo in the config name in RCU torture
 2024-02-08 22:44 UTC  (3+ messages)

[PATCH] docs: staging: fix typo in docs
 2024-02-08 22:42 UTC  (2+ messages)

[PATCH v3 00/32] spi: get rid of some legacy macros
 2024-02-08 21:21 UTC  (3+ messages)
` [PATCH v3 31/32] spi: Drop compat layer from renaming "master" to "controller"

[PATCH] docs: scripts: sphinx-pre-install: Fix building docs with pyyaml package
 2024-02-08 20:55 UTC  (6+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v13 00/53] Introduce QC USB SND audio offloading support
 2024-02-08 20:19 UTC  (14+ messages)
` [PATCH v13 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v13 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use

[PATCH v14 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2024-02-08 19:26 UTC  (4+ messages)
` [PATCH v15-RFC "

[PATCH 0/8] Sphinx extension fix + logging/warning cleanups
 2024-02-08 18:06 UTC  (7+ messages)
` [PATCH 1/8] docs: kernel_feat.py: fix build error for missing files

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-08 17:29 UTC  (6+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-08 17:26 UTC  (21+ messages)
` [PATCH v12 03/20] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v12 13/20] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v12 18/20] KVM: pfncache: check the need for invalidation under read lock first

[PATCH net-next v6] ethtool: ice: Support for RSS settings to GTP from ethtool
 2024-02-08 17:25 UTC  (6+ messages)

[PATCH v10 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-02-08 17:12 UTC  (5+ messages)
` [PATCH v10 1/2] riscv: Include riscv_set_icache_flush_ctx prctl

[PATCH v2 0/2] net: ipconfig: remove wait for drivers
 2024-02-08 16:42 UTC  (6+ messages)
` [PATCH v2 1/2] net: make driver settling time configurable
` [PATCH v2 2/2] net: Change default delay on IP autoconfig to 0ms

[PATCH] docs: filesystems: fix typo in docs
 2024-02-08 16:20 UTC 

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-08 15:51 UTC  (20+ messages)
` [PATCH net-next v3 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v3 02/17] of: property: Add fw_devlink support for pse parent
` [PATCH net-next v3 03/17] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v3 04/17] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v3 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v3 06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v3 07/17] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v3 08/17] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v3 09/17] MAINTAINERS: Add myself to pse networking maintainer
` [PATCH net-next v3 10/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
` [PATCH net-next v3 11/17] net: pse-pd: Add support for "
` [PATCH net-next v3 12/17] net: pse-pd: Add support for setup_pi_matrix callback
` [PATCH net-next v3 13/17] net: pse-pd: Use regulator framework within PSE framework
` [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v3 15/17] net: pse-pd: Add PD692x0 PSE controller driver
` [PATCH net-next v3 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller
` [PATCH net-next v3 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver

[PATCH v4 02/11] timekeeping: Add function to convert realtime to base clock
 2024-02-08 15:14 UTC  (2+ messages)

[PATCH net] devlink: Fix command annotation documentation
 2024-02-08 14:36 UTC  (2+ messages)

[PATCH v1 0/2] leds: aw200xx: support for hw pattern controllers
 2024-02-08 13:59 UTC  (13+ messages)
` [PATCH v1 1/2] "

[PATCH v4 0/2] Add support to dump printk buffer to console via sysrq
 2024-02-08 13:39 UTC  (7+ messages)
` [PATCH v4 1/2] printk: Add function to dump printk buffer directly to consoles
` [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08 13:18 UTC 

[RFC PATCH 0/5] RISC-V: Add dynamic TSO support
 2024-02-08 11:10 UTC  (3+ messages)

[PATCH 0/2] RCU tasks fixes for v6.9
 2024-02-08 10:43 UTC  (7+ messages)
` [PATCH 2/2] rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasks

[PATCH net-next v7 0/8] add octeon_ep_vf driver
 2024-02-08 10:18 UTC  (9+ messages)
` [PATCH net-next v7 1/8] octeon_ep_vf: Add driver framework and device initialization
` [PATCH net-next v7 2/8] octeon_ep_vf: add hardware configuration APIs
` [PATCH net-next v7 3/8] octeon_ep_vf: add VF-PF mailbox communication
` [PATCH net-next v7 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
` [PATCH net-next v7 5/8] octeon_ep_vf: add support for ndo ops
` [PATCH net-next v7 6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support
` [PATCH net-next v7 7/8] octeon_ep_vf: add ethtool support
` [PATCH net-next v7 8/8] octeon_ep_vf: update MAINTAINERS

[PATCH v3 0/3] adis16475 driver documentation
 2024-02-08 10:01 UTC  (4+ messages)
` [PATCH v3 1/3] docs: iio: Refactor index.rst
` [PATCH v3 2/3] docs: iio: add documentation for device buffers
` [PATCH v3 3/3] docs: iio: add documentation for adis16475 driver

[PATCH v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-08  9:36 UTC  (7+ messages)

[PATCH v7 0/1] mm: report per-page metadata information
 2024-02-07 23:05 UTC  (2+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-02-07 21:06 UTC  (2+ messages)

[PATCH net-next v6 0/4] Per epoll context busy poll support
 2024-02-07 20:18 UTC  (7+ messages)
` [PATCH net-next v6 4/4] eventpoll: Add epoll ioctl for epoll_params

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-02-07 17:26 UTC  (26+ messages)
` [PATCH v2 01/25] KVM: VMX: Cleanup VMX basic information defines and usages
` [PATCH v2 02/25] KVM: VMX: Cleanup VMX misc "
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v2 16/25] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 20/25] KVM: nVMX: Add support for VMX FRED controls
` [PATCH v2 21/25] KVM: nVMX: Add VMCS FRED states checking
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests
` [PATCH v2 23/25] KVM: selftests: Run debug_regs test with FRED enabled
` [PATCH v2 24/25] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests

[PATCH v4 00/10] IOMMU memory observability
 2024-02-07 17:41 UTC  (11+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v4 03/10] iommu/io-pgtable-arm: "
` [PATCH v4 04/10] iommu/io-pgtable-dart: "
` [PATCH v4 05/10] iommu/exynos: "
` [PATCH v4 06/10] iommu/rockchip: "
` [PATCH v4 07/10] iommu/sun50i: "
` [PATCH v4 08/10] iommu/tegra-smmu: "
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
` [PATCH v4 10/10] iommu: account IOMMU allocated memory

[PATCH v5 0/6] usb: gadget: functionfs: DMABUF import interface
 2024-02-07 17:10 UTC  (3+ messages)
` [PATCH v5 2/6] dma-buf: udmabuf: Implement .{begin,end}_access
  ` [Linaro-mm-sig] "

[PATCH v4] docs: admin-guide: Update bootloader and installation instructions
 2024-02-07 17:10 UTC 

[PATCH] net: make driver settling time configurable
 2024-02-07 15:58 UTC  (3+ messages)
` [PATCH] net: Change default delay on IP autoconfig to 0ms

[PATCH v4 00/11] Add support for Intel PPS Generator
 2024-02-07 15:31 UTC  (3+ messages)
` [PATCH v4 07/11] ice/ptp: remove convert_art_to_tsc()

[RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
 2024-02-07 14:47 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).