linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 07:21:22 to 2023-10-23 04:54:03 UTC [more...]

[PATCH] Documentation: coresight: fix `make refcheckdocs` warning
 2023-10-23  4:53 UTC  (2+ messages)

[PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget
 2023-10-23  2:41 UTC  (2+ messages)

[PATCH] docs: doc-guide: mention 'make refcheckdocs'
 2023-10-23  2:39 UTC  (2+ messages)

[PATCH] Documentation: fix typo in dynamic-debug howto
 2023-10-23  2:37 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: match -Werror flag strictly
 2023-10-23  2:37 UTC  (2+ messages)

[PATCH] Documentation/sphinx: Remove the repeated word "the" in comments
 2023-10-23  2:33 UTC  (2+ messages)

[PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules
 2023-10-23  2:31 UTC  (2+ messages)

[PATCH] docs: sparse: add SPDX-License-Identifier
 2023-10-23  2:27 UTC  (2+ messages)

[PATCH] docs/zh_TW: replace my email address
 2023-10-23  2:26 UTC  (3+ messages)

[PATCH] docs/zh_CN: Add subsystem-apis Chinese translation
 2023-10-23  2:24 UTC  (3+ messages)

[PATCH 3/5] i3c: slave: add svc slave controller support
 2023-10-23  1:29 UTC  (2+ messages)

[PATCH 0/5] I3C slave mode support
 2023-10-23  1:20 UTC  (12+ messages)
` [PATCH 1/5] i3c: add "
` [PATCH 2/5] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave
` [PATCH 4/5] i3c: slave: func: add tty driver

[PATCH] kdump: fix reference to nonexistent file
 2023-10-22 23:18 UTC  (2+ messages)

[PATCH] dt-bindings: usb: rockchip,dwc3: fix reference to nonexistent file
 2023-10-22 20:44 UTC  (2+ messages)

[PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
 2023-10-22 18:56 UTC 

[PATCH] cpupower: fix reference to nonexistent document
 2023-10-22 18:54 UTC 

[PATCH 6/6] Documentation/module-signing.txt: bring up to date
 2023-10-22 18:22 UTC 

[PATCH] dcache: remove unnecessary NULL check in dget_dlock()
 2023-10-22 16:45 UTC 

[PATCH 0/6] Delay VERW
 2023-10-22 16:16 UTC  (18+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 3/6] x86/entry_32: "
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH] Documentation: speakup: Update speakup docs
 2023-10-22 16:05 UTC  (2+ messages)

[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-10-22 14:49 UTC 

[PATCH v17 00/12] Implement copy offload support
 2023-10-22 11:51 UTC  (15+ messages)
  ` [PATCH v17 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v17 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v17 03/12] block: add copy offload support
  ` [PATCH v17 04/12] block: add emulation for copy
  ` [PATCH v17 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v17 06/12] fs, block: copy_file_range for def_blk_ops for direct "
  ` [PATCH v17 07/12] nvme: add copy offload support
  ` [PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
  ` [PATCH v17 09/12] dm: Add support for copy offload
  ` [PATCH v17 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v17 11/12] null: Enable trace capability for null block
  ` [PATCH v17 12/12] null_blk: add support for copy offload

[PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context
 2023-10-22 10:46 UTC  (6+ messages)

[PATCH v2] docs: split embedded interfaces and miscellaneous
 2023-10-22  7:43 UTC 

[PATCH memory-model] docs: memory-barriers: Add note on compiler transformation and address deps
 2023-10-21 20:07 UTC  (17+ messages)

[PATCH 0/2] staging: qlge: Remove qlge
 2023-10-21  9:53 UTC  (5+ messages)
` [PATCH 1/2] staging: qlge: Update TODO
` [PATCH 2/2] staging: qlge: Retire the driver

[PATCH net-next v6 00/16] net: Make timestamping selectable
 2023-10-21  1:47 UTC  (20+ messages)
` [PATCH net-next v6 01/16] net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
` [PATCH net-next v6 02/16] net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/set
` [PATCH net-next v6 03/16] net: ethtool: Refactor identical get_ts_info implementations
` [PATCH net-next v6 04/16] net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
` [PATCH net-next v6 05/16] net: Make dev_set_hwtstamp_phylib accessible
` [PATCH net-next v6 06/16] net: phy: micrel: fix ts_info value in case of no phc
` [PATCH net-next v6 07/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v6 08/16] net: ethtool: Add a command to expose current time stamping layer
` [PATCH net-next v6 09/16] netlink: specs: Introduce new netlink command to get current timestamp
` [PATCH net-next v6 10/16] net: ethtool: Add a command to list available time stamping layers
` [PATCH net-next v6 11/16] netlink: specs: Introduce new netlink "
` [PATCH net-next v6 12/16] net: Replace hwtstamp_source by timestamping layer
` [PATCH net-next v6 13/16] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v6 14/16] net: ethtool: ts: Update GET_TS to reply the current selected timestamp
` [PATCH net-next v6 15/16] net ethtool: net: Let the active time stamping layer be selectable
` [PATCH net-next v6 16/16] netlink: specs: Introduce time stamping set command

[PATCH net-next v4 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-21  0:00 UTC  (19+ messages)
` [PATCH net-next v4 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
                              ` [Intel-wired-lan] "

uvc gadget: Making upper bound of number of usb requests allocated configurable through configfs
 2023-10-20 23:30 UTC  (8+ messages)

[PATCH 0/8] Expand and improve AMDGPU documentation
 2023-10-20 22:05 UTC  (9+ messages)
` [PATCH 1/8] Documentation/gpu: Add basic page for HUBP
` [PATCH 2/8] Documentation/gpu: Add simple doc page for DCHUBBUB
` [PATCH 3/8] Documentation/gpu: Add kernel doc entry for DPP
` [PATCH 4/8] Documentation/gpu: Add kernel doc entry for MPC
` [PATCH 5/8] Documentation/gpu: Add entry for OPP in the kernel doc
` [PATCH 6/8] Documentation/gpu: Add entry for the DIO component
` [PATCH 7/8] Documentation/gpu: Add an explanation about the DC weekly patches
` [PATCH 8/8] Documentation/gpu: Introduce a simple contribution list for display code

[PATCH v8 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-10-20 21:31 UTC  (10+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v9 2/8] x86/resctrl: Prepare to split rdt_domain structure
  ` [PATCH v9 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v9 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v9 5/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v9 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v9 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v9 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH net-next v5 01/16] net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
 2023-10-20 20:23 UTC  (2+ messages)

[PATCH v3 0/5] workload-specific and memory pressure-driven zswap writeback
 2023-10-20 19:58 UTC  (18+ messages)
` [PATCH v3 2/5] zswap: make shrinking memcg-aware
` [PATCH v3 5/5] zswap: shrinks zswap pool based on memory pressure

[PATCH] speakup: Document USB support
 2023-10-20 18:10 UTC 

[PATCH v1 4/6] pps: generators: Add PPS Generator TIO Driver
 2023-10-20 15:41 UTC  (2+ messages)

[PATCH] docs: rust: add "The Rust experiment" section
 2023-10-20 15:00 UTC  (4+ messages)

[PATCH] hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers
 2023-10-20 13:02 UTC 

[PATCH v2] powerpc: Enable generic cpu idle-loop
 2023-10-20 12:26 UTC  (2+ messages)

[PATCH v2 00/19] riscv: report more ISA extensions through hwprobe
 2023-10-20 10:27 UTC  (24+ messages)
` [PATCH v2 01/19] riscv: hwprobe: factorize hwprobe ISA extension reporting
` [PATCH v2 03/19] riscv: hwprobe: add support for scalar crypto ISA extensions
` [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions

[PATCH net-next v12 4/5] page_pool: update document about fragment API
 2023-10-20  9:59 UTC 

[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV
 2023-10-20  9:21 UTC  (3+ messages)
` [PATCH 1/2] arch: um: Add Clang coverage support
` [PATCH 2/2] Documentation: kunit: Add clang UML coverage example

[PATCH 0/2] sh: Revive BIOS earlyprintk support
 2023-10-20  7:10 UTC  (8+ messages)
` [PATCH 1/2] sh: bios: Revive "
` [PATCH 2/2] Documentation: kernel-parameters: Add earlyprintk=bios on SH

[PATCH v2 9/9] drm/ci: docs: add step about how to request privileges
 2023-10-20  3:41 UTC 

[PATCH 0/3 RESEND] Per memcg lru_gen node stat
 2023-10-20  1:57 UTC  (6+ messages)

[PATCH v5 04/12] x86/bugs: Rename PAGE_TABLE_ISOLATION to MITIGATION_PAGE_TABLE_ISOLATION
 2023-10-19 18:11 UTC  (2+ messages)
` [PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-19 17:08 UTC  (11+ messages)

[PATCH net-next] i40e: Align devlink info versions with ice driver and add docs
 2023-10-19 16:10 UTC  (2+ messages)

[PATCH v2 1/5] perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
 2023-10-19 14:51 UTC  (2+ messages)

[PATCH v2] hwmon: (asus-ec-sensors) add ROG Crosshair X670E Gene
 2023-10-19 13:51 UTC 

[PATCH 1/2] docs: rust: update Rust docs output path
 2023-10-19 12:03 UTC  (4+ messages)
    ` [PATCH 2/2] kbuild: remove old "

[PATCH v7 00/20] Imagination Technologies PowerVR DRM driver
 2023-10-19 10:12 UTC  (2+ messages)

[PATCH net-next] docs: networking: document multi-RSS context
 2023-10-19 10:00 UTC  (2+ messages)

[PATCH v2 0/4] PM: hibernate: LZ4 compression support
 2023-10-19  9:46 UTC  (5+ messages)
` [PATCH v2 1/4] PM: hibernate: Rename lzo* to make it generic
` [PATCH v2 2/4] PM: hibernate: Move to crypto APIs for LZO compression
` [PATCH v2 3/4] PM: hibernate: Add support for LZ4 compression for hibernation
` [PATCH v2 4/4] PM: hibernate: Support to select compression algorithm

[esmil:visionfive 25/51] dtbs_check: Documentation/devicetree/bindings/reset/starfive,jh7100-audrst.yaml: title: 'StarFive JH7100 SoC Audio Reset Controller Device Tree Bindings' should not be valid under {'pattern': '([Bb]inding| [Ss]chema)'}
 2023-10-19  9:11 UTC 

[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
 2023-10-19  7:51 UTC  (7+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "


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).