linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-18 16:16:48 to 2024-07-23 06:47:08 UTC [more...]

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-23  6:41 UTC  (26+ 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 v2] Documentation: KUnit: Update filename best practices
 2024-07-23  6:25 UTC  (6+ messages)

[PATCH] Fix "WARNING: Title underline too short."
 2024-07-23  4:29 UTC 

[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] "

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

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

[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 v6 0/5] v6: firmware: imx: driver for NXP secure-enclave
 2024-07-22 16:50 UTC  (8+ messages)
` [PATCH v6 1/5] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v6 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v6 3/5] arm64: dts: imx8ulp-evk: add nxp secure enclave firmware
` [PATCH v6 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v6 5/5] firmware: imx: adds miscdev
  ` [EXTERNAL] "

[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 V3 00/10] PCIe TPH and cache direct injection support
 2024-07-22 15:38 UTC  (6+ messages)

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

[PATCH] MAINTAINERS: add Documentation/dev-tools/ to workflows@
 2024-07-22 15:24 UTC  (2+ 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  (13+ messages)
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test

[RFC PATCH v3 01/37] Documentation: kvx: Add basic documentation
 2024-07-22  9:41 UTC 

[PATCH v7 0/3] usb: gadget: 9pfs transport
 2024-07-22  8:49 UTC  (6+ messages)
` [PATCH v7 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v7 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v7 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH v4 0/2] hwmon: add GPD devices sensor driver
 2024-07-22  7:59 UTC  (6+ messages)
` [PATCH v4 1/2] "

[PATCH v2] kbuild: doc: gcc to CC change
 2024-07-22  5:57 UTC 

[PATCH v2 05/16] xz: Fix kernel-doc formatting errors in xz.h
 2024-07-22  3:19 UTC  (7+ messages)
` [PATCH v2 06/16] xz: Improve the MicroLZMA kernel-doc "
` [PATCH v2 07/16] xz: Documentation/staging/xz.rst: Revise thoroughly
` [PATCH v2 08/16] docs: Add XZ_EXTERN to c_id_attributes

[PATCH v8 0/3] usb: gadget: 9pfs transport
 2024-07-22  2:10 UTC  (5+ messages)
` [PATCH v8 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v8 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v8 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH]: kbuild doc typo fix
 2024-07-21 23:10 UTC  (2+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-07-21 18:09 UTC  (14+ messages)
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH v2] docs/sp_SP: Add translation for scheduler/sched-bwc.rst
 2024-07-21 15:55 UTC 

[PATCH] docs/sp_SP: Add translation for scheduler/sched-bwc.rst
 2024-07-21 15:35 UTC 

[PATCH v9-resend 00/54] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-21  9:06 UTC  (2+ messages)

[PATCH v7 0/7] Add support for AD4000 series of ADCs
 2024-07-20 13:10 UTC  (2+ messages)

[PATCH 0/6] Add rounding macros and enable KUnit tests
 2024-07-20 11:36 UTC  (6+ messages)
` [PATCH 1/6] math.h: Add macros for rounding to closest value

[PATCH v4 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
 2024-07-20 10:48 UTC  (4+ messages)
` [PATCH v4 2/3] iio: adc: ad4695: Add "

[PATCH] docs/zh_CN: Add dev-tools/kcsan Chinese translation
 2024-07-20  9:08 UTC 

[RFC PATCH 0/5] Introduce the Rust Safety Standard
 2024-07-20  7:45 UTC  (15+ messages)
` [RFC PATCH 1/5] doc: rust: create safety standard
` [RFC PATCH 2/5] doc: rust: safety standard: add examples

[PATCH v3 0/1] docs: scheduler: Start documenting the EEVDF scheduler
 2024-07-20  0:22 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/1] docs: scheduler: Start documenting the EEVDF scheduler
 2024-07-20  0:07 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v5 0/7] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-19 22:25 UTC  (12+ messages)
` [PATCH v5 3/7] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v5 4/7] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v5 5/7] RISC-V: Detect unaligned vector accesses supported
` [PATCH v5 6/7] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v5 7/7] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-19 14:55 UTC  (7+ messages)

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-19 14:47 UTC  (10+ messages)
` [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support

[PATCH v2] workqueue: doc: Fix function name, remove markers
 2024-07-19 14:30 UTC 

[PATCH] workqueue: doc: Fix function name
 2024-07-19 14:24 UTC  (2+ messages)

[PATCH v3 00/11] Zacas/Zabha support and qspinlocks
 2024-07-19 11:53 UTC  (16+ messages)
` [PATCH v3 01/11] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v3 03/11] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v3 09/11] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v3 11/11] riscv: Add qspinlock support

[PATCH v5 0/5] Changes in v5:
 2024-07-19 10:08 UTC  (6+ messages)
` [PATCH v5 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
    ` [EXT] "

[RFC v11 13/14] mm: page_frag: update documentation for page_frag
 2024-07-19  9:33 UTC 

[PATCH v4] docs/zh_CN: Add userspace-api/mseal Chinese translation
 2024-07-19  9:10 UTC  (2+ messages)

[PATCH v3 0/2] Fix checktransupdate.py and add help documents
 2024-07-19  9:08 UTC  (6+ messages)
` [PATCH v3 1/2] scripts: fix all issues reported by pylint
` [PATCH v3 2/2] doc-guide: add help documentation checktransupdate.rst

[PATCH v3 0/5] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
 2024-07-19  4:49 UTC  (7+ messages)
` [PATCH v3 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[GIT PULL] Documentation for 6.11
 2024-07-18 23:06 UTC  (2+ messages)

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-07-18 21:11 UTC  (6+ messages)
` [PATCH v5 06/20] x86/resctrl: Add support to enable/disable AMD ABMC feature


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