linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-22 14:31:33 to 2024-07-25 07:08:13 UTC [more...]

[PATCH v10 0/3] Add support for Intel PPS Generator
 2024-07-25  7:05 UTC  (7+ messages)

[PATCH v6 0/5] v6: firmware: imx: driver for NXP secure-enclave
 2024-07-25  7:06 UTC  (14+ messages)
` [PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
    ` [EXT] "
` [PATCH v6 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v6 5/5] firmware: imx: adds miscdev
  ` [EXTERNAL] "
    ` [EXT] "

9p goo.gl link
 2024-07-25  5:06 UTC  (2+ messages)

[RFC PATCH 0/5] Introduce the Rust Safety Standard
 2024-07-25  4:57 UTC  (13+ messages)
` [RFC PATCH 1/5] doc: rust: create safety standard

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

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

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-25  2:48 UTC  (29+ messages)
` [PATCH v2 01/25] mm: move kernel/numa.c to mm/
` [PATCH v2 02/25] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v2 03/25] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v2 04/25] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 05/25] MIPS: loongson64: rename __node_data to node_data
` [PATCH v2 06/25] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 07/25] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v2 08/25] arch, mm: move definition of node_data to generic code
` [PATCH v2 09/25] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v2 10/25] x86/numa: simplify numa_distance allocation
` [PATCH v2 11/25] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v2 17/25] mm: introduce numa_memblks
` [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-07-25  1:22 UTC  (4+ messages)
` [PATCH v5 20/20] x86/resctrl: Introduce interface to modify assignment states of the groups

[PATCH v2] KVM: Documentation: Fix title underline too short warning
 2024-07-24 20:42 UTC  (2+ messages)

[PATCH v3] Documentation: KUnit: Update filename best practices
 2024-07-24 20:13 UTC 

[PATCH V3 00/10] PCIe TPH and cache direct injection support
 2024-07-24 20:08 UTC  (12+ messages)
` [PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH

[cel:nfsd-5.10.y 1/4] htmldocs: Warning: samples/Kconfig references a file that doesn't exist: Documentation/admin-guide/filesystem-monitoring.rst
 2024-07-24 19:11 UTC 

[PATCH v6 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-24 18:36 UTC  (9+ messages)
` [PATCH v6 1/8] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v6 2/8] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v6 3/8] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v6 4/8] RISC-V: Scalar unaligned access emulated on hotplug CPUs
` [PATCH v6 5/8] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v6 6/8] RISC-V: Detect unaligned vector accesses supported
` [PATCH v6 7/8] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v6 8/8] RISC-V: hwprobe: Document unaligned vector perf key

[RFC PATCH] rust: types: Add explanation for ARef pattern
 2024-07-24 17:44 UTC  (3+ messages)

[PATCH] net: Provide sysctl to tune local port range to IANA specification
 2024-07-24 16:25 UTC  (4+ messages)

[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:19 UTC  (3+ messages)
` [PATCH v5 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:11 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-24 14:11 UTC  (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[PATCH v2 08/16] docs: Add XZ_EXTERN to c_id_attributes
 2024-07-24 12:44 UTC  (5+ messages)
` [PATCH v2 17/16] xz: Remove XZ_EXTERN and extern from functions

[PATCH v2] Documentation: KUnit: Update filename best practices
 2024-07-24  5:06 UTC  (6+ messages)

[PATCH v2] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-07-24  4:15 UTC 

[PATCH V6] LoongArch: Add AVEC irqchip support
 2024-07-24  2:08 UTC 

[PATCH] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-07-24  1:50 UTC  (2+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-24  1:10 UTC  (12+ messages)
` [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
` [PATCH v6 06/11] mm: Add has_fast_aging to struct mmu_notifier
` [PATCH v6 07/11] KVM: Pass fast_only to kvm_{test_,}age_gfn
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
` [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn
` [PATCH v6 10/11] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v6 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH V3 07/10] PCI/TPH: Introduce API to update TPH steering tags in PCIe devices
 2024-07-23 23:15 UTC  (2+ messages)

[PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
 2024-07-23 22:44 UTC  (2+ messages)

[PATCH V3 02/10] PCI: Add TPH related register definition
 2024-07-23 22:33 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: add Documentation/dev-tools/ to workflows@
 2024-07-23 22:32 UTC 

[PATCH V3 05/10] PCI/TPH: Introduce API to check interrupt vector mode support
 2024-07-23 22:28 UTC  (2+ messages)

[PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
 2024-07-23 22:22 UTC  (2+ messages)

[PATCH V3 08/10] PCI/TPH: Add TPH documentation
 2024-07-23 21:50 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Documentation/dev-tools/ to workflows@
 2024-07-23 20:08 UTC  (3+ messages)

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-23 19:45 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
 2024-07-23 16:48 UTC  (2+ messages)

[PATCH] Fix "WARNING: Title underline too short."
 2024-07-23 16:18 UTC  (3+ messages)

[PATCH] Capitalize Farenheit
 2024-07-23 15:14 UTC  (3+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-07-23 11:04 UTC  (4+ messages)
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY

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

[PATCH v7 0/4] PCI: endpoint: add D-state change notifier support
 2024-07-23  3:37 UTC  (3+ messages)
` [PATCH v7 2/4] PCI: qcom-ep: Add support for D-state change notification

[PATCH iwl-next v2 0/5] ice: add standard stats
 2024-07-23  3:03 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers (fd-local edition)
 2024-07-22 23:06 UTC  (6+ messages)
` [PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers

[PATCH v5 00/13] riscv: Add support for xtheadvector
 2024-07-22 22:14 UTC  (6+ messages)
` [PATCH v5 12/13] selftests: riscv: Fix vector tests

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-07-22 21:23 UTC  (7+ messages)
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging

[PATCH v4 0/1] Provide the frequency of time CSR via hwprobe
 2024-07-22 21:05 UTC  (4+ messages)
` [PATCH v4] RISC-V: "

[PATCH v2 6/8] fwctl: Add documentation
 2024-07-22 20:40 UTC  (4+ messages)

[PATCH] drm/panel: Avoid warnings w/ panel-simple/panel-edp at shutdown
 2024-07-22 16:04 UTC  (4+ messages)

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-22 16:04 UTC  (4+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-22 15:30 UTC  (4+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-22 15:18 UTC  (8+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-22 14:31 UTC  (4+ messages)
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test


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