linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
checkpatch doc suggestion
 2024-05-13  5:08 UTC  (4+ messages)

[PATCH] Refactor phrasing for clarity
 2024-05-13  2:24 UTC 

[PATCH v2 0/3] ASoC: grace time for DPCM cleanup
 2024-05-13  0:31 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availability limition
` [PATCH v2 2/3] ASoC: soc-pcm: Indicate warning if CPU / Codec availability mismatch
` [PATCH v2 3/3] ASoC: remove snd_soc_dai_link_set_capabilities()

[PATCH 0/3] ASoC: grace time for DPCM cleanup
 2024-05-13  0:11 UTC  (8+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-12 17:10 UTC  (44+ messages)
` [PATCH v3 01/29] riscv: envcfg save and restore on task switching
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v3 06/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 11/29] riscv mm: manufacture shadow stack pte
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v3 29/29] kselftest/riscv: kselftest for user mode cfi

[PATCH net-next v13 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-12 16:36 UTC  (7+ messages)
` [PATCH net-next v13 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v13 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v13 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v13 4/4] virtio-net: support dim profile fine-tuning

[PATCH docs-next v2] docs: handling-regressions.rst: recommend using "Closes:" tags
 2024-05-12  8:48 UTC  (3+ messages)

[PATCH v13 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-12  8:29 UTC  (5+ messages)
` [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically
  `  "
` [PATCH v13 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
  `  "

[PATCH v12] mm: report per-page metadata information
 2024-05-12  1:06 UTC 

[PATCH v2] docs: document python version used for compilation
 2024-05-11 23:52 UTC  (2+ messages)

[PATCH V1 0/9] PCIe TPH and cache direct injection support
 2024-05-11 20:15 UTC  (23+ messages)
` [PATCH V1 1/9] PCI: Introduce PCIe TPH support framework
` [PATCH V1 2/9] PCI: Add TPH related register definition
` [PATCH V1 3/9] PCI/TPH: Implement a command line option to disable TPH
` [PATCH V1 4/9] PCI/TPH: Implement a command line option to force No ST Mode
` [PATCH V1 5/9] PCI/TPH: Introduce API functions to get/set steering tags
` [PATCH V1 6/9] PCI/TPH: Retrieve steering tag from ACPI _DSM
` [PATCH V1 7/9] PCI/TPH: Add TPH documentation
` [PATCH V1 8/9] bnxt_en: Add TPH support in BNXT driver
` [PATCH V1 9/9] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings

[PATCH] Documentation: cve Korean translation
 2024-05-11 19:59 UTC 

[PATCH] Documentation: security-bugs Korean translation
 2024-05-11 19:06 UTC 

[PATCH v2 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-11 13:38 UTC  (2+ messages)
` [PATCH v2 2/2] Documentation: hyperv: Improve synic and interrupt handling description

[PATCH v2] MIPS: Implement ieee754 NAN2008 emulation mode
 2024-05-11 11:21 UTC 

[PATCH 0/4] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
 2024-05-11  7:14 UTC  (11+ messages)
` [PATCH 1/4] Documentation/firmware: add imx/se to other_interfaces
` [PATCH 2/4] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH 3/4] arm64: dts: imx8ulp-evk: add nxp secure enclave firmware
` [PATCH 4/4] firmware: imx: add driver for NXP EdgeLock Enclave

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-05-11  3:03 UTC  (9+ messages)
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-11  1:40 UTC  (42+ messages)
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-10 23:21 UTC  (15+ messages)
` [PATCH net-next v9 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 06/14] page_pool: convert to use netmem
` [PATCH net-next v9 07/14] page_pool: devmem support
` [PATCH net-next v9 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v9 09/14] net: support non paged skb frags
` [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v9 13/14] net: add devmem TCP documentation
` [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] vfio: remove an extra semicolon
 2024-05-10 22:14 UTC  (2+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-10 21:47 UTC  (11+ messages)
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT
` [PATCH v6 05/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo

[PATCH] docs: document python version used for compilation
 2024-05-10 20:04 UTC  (11+ messages)

[PATCH net-next v3 12/13] mm: page_frag: update documentation for page_frag
 2024-05-10 18:30 UTC  (7+ messages)

[PATCH 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-10 18:21 UTC  (5+ messages)
` [PATCH 2/2] Documentation: hyperv: Improve synic and interrupt handling description

[PATCH v6 0/7] Adds support for ConfigFS to VKMS!
 2024-05-10 16:19 UTC  (4+ messages)

[PATCH v7 00/12] Add support for Intel PPS Generator
 2024-05-10 14:27 UTC  (8+ messages)
` [PATCH v7 01/12] timekeeping: Add base clock properties in clocksource structure
` [PATCH v7 10/12] pps: generators: Add PPS Generator TIO Driver

[PATCH v5] KVM: arm64: Add early_param to control WFx trapping
 2024-05-10 14:26 UTC  (2+ messages)

[PATCH v4 0/3] usb: gadget: 9pfs transport
 2024-05-10 14:11 UTC  (8+ messages)
` [PATCH v4 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v4 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-10 11:22 UTC  (8+ messages)

[PATCH v6] usb-storage: Optimize scan delay more precisely
 2024-05-10 10:03 UTC 

[PATCH] docs: usb:gadget:hid: fix hid_gadget_test code in documentation of hid section
 2024-05-10  9:32 UTC  (2+ messages)

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-10  9:03 UTC  (3+ messages)
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields

[PATCH v21 00/39] Introduce QC USB SND audio offloading support
 2024-05-09 22:32 UTC  (32+ messages)
` [PATCH v21 09/39] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v21 22/39] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v21 26/39] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v21 27/39] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v21 34/39] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v21 38/39] ASoC: qcom: Populate SoC components string

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-05-09 22:22 UTC  (12+ messages)
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X

[PATCH v2 1/3] doc: swiotlb: iommu/dma: Clarify swiotlb=force option applies only to dma-direct
 2024-05-09 21:03 UTC  (8+ messages)
` [PATCH v2 2/3] doc: swiotlb: Document SWIOTLB areas parameter

[GIT PULL] Documentation for 6.10
 2024-05-09 17:19 UTC 

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-09 17:07 UTC  (5+ messages)
` [PATCH v18 12/21] dm: add finalize hook to target_type

[PATCH v2 0/1] cgroup: Add documentation for missing zswap memory.stat
 2024-05-09 16:53 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v5 0/8] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-05-09 16:26 UTC  (9+ messages)
` [PATCH v5 1/8] riscv: vector: add a comment when calling riscv_setup_vsize()
` [PATCH v5 2/8] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [PATCH v5 3/8] riscv: cpufeature: call match_isa_ext() for single-letter extensions
` [PATCH v5 4/8] dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
` [PATCH v5 5/8] riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
` [PATCH v5 6/8] riscv: hwprobe: add zve Vector subextensions into hwprobe interface
` [PATCH v5 7/8] riscv: vector: adjust minimum Vector requirement to ZVE32X
` [PATCH v5 8/8] selftest: run vector prctl test for ZVE32X

[PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2024-05-09  8:18 UTC  (3+ messages)
` [PATCH v5 1/2] "

[RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
 2024-05-09  4:49 UTC  (11+ messages)

[PATCH 1/2] docs: Add advanced extended IRQ model description
 2024-05-09  2:24 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).