linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-10 04:45:35 to 2024-06-11 15:36:22 UTC [more...]

[PATCH 0/8] Introduce fwctl subystem
 2024-06-11 15:36 UTC  (7+ messages)

[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-06-11 15:21 UTC  (7+ messages)
` [PATCH v1 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH v1 2/3] mm: zswap: fix global shrinker error handling logic

[PATCH v2] scripts: add scripts/checktransupdate.py
 2024-06-11 13:39 UTC  (2+ messages)

[PATCH 00/13] riscv: Add support for xtheadvector
 2024-06-11 12:06 UTC  (25+ messages)
` [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 02/13] dt-bindings: thead: add a vlen register length property
` [PATCH 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH 12/13] selftests: riscv: Fix vector tests
` [PATCH 13/13] selftests: riscv: Support xtheadvector in "

[PATCH] docs/zh_CN: add process/researcher-guidelines Chinese translation
 2024-06-11 11:32 UTC  (7+ messages)

[PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h
 2024-06-11 11:15 UTC  (11+ messages)
` [PATCH v1 2/6] fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
` [PATCH v1 3/6] fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-11 10:31 UTC  (17+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH] Documentation: Add ARM64 for reserving ZONE_MOVABLE
 2024-06-11 10:16 UTC  (3+ messages)

[PATCH v2 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
 2024-06-11 10:14 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: hwmon: Add MPS mp2993
  ` [PATCH v2 2/4] hwmon: add MP2993 driver
  ` [PATCH v2 3/4] dt-bindings: hwmon: Add MPS mp9941
  ` [PATCH v2 4/4] hwmon: add MP9941 driver

[PATCH v4] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-11 10:09 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-11  8:21 UTC  (25+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH v2] .editorconfig: remove trim_trailing_whitespace option
 2024-06-11  8:16 UTC  (2+ messages)

[PATCH v3 00/24] drm/panel: Remove most store/double-check of prepared/enabled state
 2024-06-11  8:02 UTC  (3+ messages)
` (subset) "

[PATCH] .editorconfig: move to Documentation/ directory
 2024-06-11  7:56 UTC  (4+ messages)

[PATCH v2] docs/zh_CN: Add userspace-api/mseal Chinese translation
 2024-06-11  7:53 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-06-11  7:49 UTC  (10+ messages)

[PATCH] docs/zh_CN: Update the translation of dev-tools/testing-overview
 2024-06-11  6:50 UTC  (3+ messages)

[PATCH] gpiolib: Remove data-less gpiochip_add() function
 2024-06-11  6:36 UTC  (2+ messages)

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-11  5:57 UTC  (12+ messages)
` [PATCH v5 1/9] KVM: Add lockless memslot walk to KVM
` [PATCH v5 2/9] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v5 3/9] KVM: arm64: "
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
` [PATCH v5 5/9] KVM: Add kvm_fast_age_gfn and kvm_fast_test_age_gfn
` [PATCH v5 6/9] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v5 7/9] KVM: x86: Implement kvm_fast_test_age_gfn and kvm_fast_age_gfn
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v5 9/9] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH 0/2] function_graph: ftrace_graph_ret_addr(); there can be only one!
 2024-06-11  3:09 UTC  (3+ messages)
` [PATCH 1/2] function_graph: Fix up ftrace_graph_ret_addr()
` [PATCH 2/2] function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it

[PATCH v2] docs/zh_CN: update the translation of security-bugs
 2024-06-11  2:07 UTC  (3+ messages)

[PATCH v3] docs/zh_CN: update the translation of security-bugs
 2024-06-11  2:04 UTC 

[PATCH v1] docs/zh_CN: Add userspace-api/mseal Chinese translation
 2024-06-11  1:57 UTC  (2+ messages)

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-06-10 23:58 UTC  (33+ messages)
` [PATCH v23 01/32] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v23 02/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v23 03/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v23 04/32] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v23 05/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v23 06/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v23 07/32] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v23 08/32] ALSA: usb-audio: Save UAC sample size information
` [PATCH v23 09/32] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v23 10/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v23 11/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v23 12/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v23 13/32] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v23 14/32] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v23 15/32] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v23 16/32] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v23 17/32] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v23 18/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v23 19/32] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v23 20/32] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v23 21/32] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v23 22/32] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v23 23/32] ASoC: Introduce SND kcontrols to track USB offloading state
` [PATCH v23 24/32] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v23 25/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v23 26/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v23 27/32] ASoC: usb: Fetch ASoC sound card information
` [PATCH v23 28/32] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v23 29/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v23 30/32] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v23 31/32] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB

[PATCH v22 00/38] Introduce QC USB SND audio offloading support
 2024-06-10 23:36 UTC  (4+ messages)
` [PATCH v22 03/38] xhci: sideband: add initial api to register a sideband entity

[PATCH v2 00/13] riscv: Add support for xtheadvector
 2024-06-10 22:56 UTC  (14+ messages)
` [PATCH v2 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v2 02/13] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v2 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v2 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH v2 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v2 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v2 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH v2 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH v2 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v2 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v2 12/13] selftests: riscv: Fix vector tests
` [PATCH v2 13/13] selftests: riscv: Support xtheadvector in "

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-10 22:55 UTC  (5+ messages)

[PATCH v2 0/6] docs: i2c: summary: update and use inclusive wording
 2024-06-10 21:43 UTC  (10+ messages)
` [PATCH v2 1/6] docs: i2c: summary: start sentences consistently
` [PATCH v2 2/6] docs: i2c: summary: update I2C specification link
` [PATCH v2 3/6] docs: i2c: summary: update speed mode description
` [PATCH v2 4/6] docs: i2c: summary: document use of inclusive language
` [PATCH v2 5/6] docs: i2c: summary: document 'local' and 'remote' targets
` [PATCH v2 6/6] docs: i2c: summary: rephrase paragraph explaining the figure

[PATCH 1/1] Documentation: hyperv: Add overview of Confidential Computing VM support
 2024-06-10 20:28 UTC 

Translation of kernel documentation
 2024-06-10 20:11 UTC  (6+ messages)

[PATCH V2 2/9] PCI: Add TPH related register definition
 2024-06-10 20:04 UTC  (2+ messages)

[PATCH V2 0/9] PCIe TPH and cache direct injection support
 2024-06-10 20:00 UTC  (4+ messages)
` [PATCH V2 2/9] PCI: Add TPH related register definition

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-10 18:39 UTC  (5+ messages)
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access

[PATCH v5 00/28] NT synchronization primitive driver
 2024-06-10 16:58 UTC  (2+ messages)

[v4,2/2] hwmon: add MP2891 driver
 2024-06-10 17:09 UTC  (3+ messages)

[PATCH 2/4] hwmon: add MP2993 driver
 2024-06-10 16:21 UTC  (4+ messages)
` [PATCH 4/4] hwmon: add MP9941 driver

[PATCH 0/1] asus-ec-sensors: add ProArt X670E-CREATOR WIFI
 2024-06-10 16:14 UTC  (3+ messages)
` [PATCH 1/1] hwmon: (asus-ec-sensors) "

[PATCH v9 0/1] gpio: add simple logic analyzer using polling
 2024-06-10 14:30 UTC  (3+ messages)
` [PATCH v9 1/1] gpio: add sloppy "

[PATCH] rtla/osnoise: set the default threshold to 1us
 2024-06-10 13:23 UTC 

[PATCH V3] PCI: Extend ACS configurability
 2024-06-10 11:38 UTC  (3+ messages)

[PATCH 0/2] Documentation: gpio: clarify that line values are logical
 2024-06-10  9:21 UTC  (3+ messages)
` [PATCH 1/2] Documentation: gpio: Clarify effect of active low flag on line values
` [PATCH 2/2] Documentation: gpio: Clarify effect of active low flag on line edges

[PATCH] selftests: Add information about TAP conformance in tests
 2024-06-10  8:32 UTC 

[PATCH v2] docs: gpio: prefer pread(2) for interrupt reading
 2024-06-10  7:38 UTC  (2+ 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).