linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-14 08:49:45 to 2023-12-15 13:42:56 UTC [more...]

[PATCH v8 00/14] add qca8084 ethernet phy driver
 2023-12-15 13:42 UTC  (23+ messages)
` [PATCH v8 01/14] net: phy: introduce core support for phy-mode = "10g-qxgmii"
` [PATCH v8 02/14] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode
` [PATCH v8 03/14] net: phy: at803x: add QCA8084 ethernet phy support
` [PATCH v8 04/14] net: phy: at803x: add the function phydev_id_is_qca808x
` [PATCH v8 05/14] net: phy: at803x: Add qca8084_config_init function
` [PATCH v8 06/14] net: phy: at803x: add qca8084_link_change_notify
` [PATCH v8 07/14] net: phy: at803x: add the possible_interfaces
` [PATCH v8 08/14] net: phy: at803x: add qca8084 switch registe access
` [PATCH v8 09/14] net: phy: at803x: set MDIO address of qca8084 PHY
` [PATCH v8 10/14] net: phy: at803x: parse qca8084 clocks and resets
` [PATCH v8 11/14] net: phy: at803x: add qca808x initial config sequence
` [PATCH v8 12/14] net: phy: at803x: configure qca8084 common clocks
` [PATCH v8 13/14] net: phy: at803x: configure qca8084 work mode
` [PATCH v8 14/14] dt-bindings: net: ar803x: add qca8084 PHY properties

[PATCH] docs: rust: remove `CC=clang` mentions
 2023-12-15 12:51 UTC  (2+ messages)

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-15 12:43 UTC  (4+ messages)
` [PATCH v7 05/11] arm64: perf: Include threshold control fields in PMEVTYPER mask

[PATCH v2] docs: translations: add translations links when they exist
 2023-12-15 12:37 UTC 

[PATCH V2] docs: rust: Clarify that 'rustup override' applies to build directory
 2023-12-15 12:19 UTC  (10+ messages)

[PATCH] Documentation/mm: Describe folios in physical_memory.rst
 2023-12-15 12:00 UTC 

[PATCH v5 0/6] DCP as trusted keys backend
 2023-12-15 11:06 UTC  (7+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v5 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v5 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH v2 2/2] overlayfs.rst: fix ReST formatting
 2023-12-15 10:32 UTC  (5+ messages)

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-15  9:50 UTC  (16+ messages)

[PATCH net-next v5 00/13] tools/net/ynl: Add 'sub-message' support to ynl
 2023-12-15  9:37 UTC  (14+ messages)
` [PATCH net-next v5 01/13] tools/net/ynl: Use consistent array index expression formatting
` [PATCH net-next v5 02/13] doc/netlink: Add sub-message support to netlink-raw
` [PATCH net-next v5 03/13] doc/netlink: Document the sub-message format for netlink-raw
` [PATCH net-next v5 04/13] tools/net/ynl: Add 'sub-message' attribute decoding to ynl
` [PATCH net-next v5 05/13] tools/net/ynl: Add binary and pad support to structs for tc
` [PATCH net-next v5 06/13] doc/netlink/specs: Add sub-message type to rt_link family
` [PATCH net-next v5 07/13] doc/netlink/specs: use pad in structs in rt_link
` [PATCH net-next v5 08/13] doc/netlink/specs: Add a spec for tc
` [PATCH net-next v5 09/13] doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changes
` [PATCH net-next v5 10/13] tools/net/ynl-gen-rst: Add sub-messages to generated docs
` [PATCH net-next v5 11/13] tools/net/ynl-gen-rst: Sort the index of generated netlink specs
` [PATCH net-next v5 12/13] tools/net/ynl-gen-rst: Remove bold from attribute-set headings
` [PATCH net-next v5 13/13] tools/net/ynl-gen-rst: Remove extra indentation from generated docs

[PATCH 1/3] hwmon: max31827: Add PEC support
 2023-12-15  8:49 UTC  (8+ messages)
` [PATCH 2/3] bindings: hwmon: Add adi,adaq4224_temp as compatible string
` [PATCH 3/3] hwmon: max31827: Compatible for adaq4224

[PATCH 0/9] riscv: hwprobe: add Zicond, Zam, Zacas and Ztso support
 2023-12-15  8:26 UTC  (8+ messages)
` [PATCH 3/9] dt-bindings: riscv: add Zam ISA extension description
` [PATCH 4/9] riscv: add ISA extension parsing for Zam
` [PATCH 6/9] dt-bindings: riscv: add Zacas ISA extension description

[PATCH v7 00/14] add qca8084 ethernet phy driver
 2023-12-15  7:39 UTC  (21+ messages)
` [PATCH v7 01/14] net: phy: introduce core support for phy-mode = "10g-qxgmii"
` [PATCH v7 02/14] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode
` [PATCH v7 03/14] net: phy: at803x: add QCA8084 ethernet phy support
` [PATCH v7 04/14] net: phy: at803x: add the function phydev_id_is_qca808x
` [PATCH v7 05/14] net: phy: at803x: Add qca8084_config_init function
` [PATCH v7 06/14] net: phy: at803x: add qca8084_link_change_notify
` [PATCH v7 07/14] net: phy: at803x: add the possible_interfaces
` [PATCH v7 08/14] net: phy: at803x: add qca8084 switch registe access
` [PATCH v7 09/14] net: phy: at803x: set MDIO address of qca8084 PHY
` [PATCH v7 10/14] net: phy: at803x: parse qca8084 clocks and resets
` [PATCH v7 11/14] net: phy: at803x: add qca808x initial config sequence
` [PATCH v7 12/14] net: phy: at803x: configure qca8084 common clocks
` [PATCH v7 13/14] net: phy: at803x: configure qca8084 work mode
` [PATCH v7 14/14] dt-bindings: net: ar803x: add qca8084 PHY propetry

[PATCH v4 0/5] kunit: Add helpers for creating test-managed devices
 2023-12-15  7:39 UTC  (6+ messages)
` [PATCH v4 1/5] kunit: Add APIs for managing devices
` [PATCH v4 2/5] fortify: test: Use kunit_device
` [PATCH v4 3/5] overflow: Replace fake root_device with kunit_device
` [PATCH v4 4/5] ASoC: topology: Replace fake root_device with kunit_device in tests
` [PATCH v4 5/5] drm/tests: Switch to kunit devices

[PATCH] scripts/kernel-doc: restore warning for Excess struct/union
 2023-12-15  6:48 UTC  (6+ messages)

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-15  5:49 UTC  (7+ messages)

[PATCH v4 0/4] supplement of slab allocator removal
 2023-12-15  3:41 UTC  (5+ messages)
` [PATCH v4 1/4] Documentation: kernel-parameters: remove noaliencache
` [PATCH v4 2/4] mm/slub: unify all sl[au]b parameters with "slab_$param"
` [PATCH v4 3/4] mm/slub: replace slub_$params with slab_$params in slub.rst
` [PATCH v4 4/4] mm/slub: make the description of slab_min_objects helpful in doc

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-15  2:50 UTC  (3+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2023-12-15  2:20 UTC  (5+ messages)
` [PATCH v2 1/2] x86/resctrl: Remove hard-coded memory bandwidth limit
` [PATCH v2 2/2] x86/resctrl: Remove hard-coded memory bandwidth event configuration

[PATCH v13 00/35] x86: enable FRED for x86-64
 2023-12-15  1:51 UTC  (3+ messages)
` [PATCH v13 24/35] x86/fred: Add a NMI entry stub for FRED

[PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall
 2023-12-15  1:30 UTC  (2+ messages)

kernel/gcov/fs.c:103: warning: Excess struct member 'buffer' description in 'gcov_iterator'
 2023-12-15  1:10 UTC  (2+ messages)

[PATCH] docs: conf.py: Ignore __counted_by attribute
 2023-12-15  1:03 UTC  (3+ messages)

[PATCH] scripts: kernel-doc: Report excess struct member descriptions
 2023-12-15  1:01 UTC  (3+ messages)

[PATCH] scripts: kernel-doc: Disambiguate origin of warnings
 2023-12-15  1:00 UTC  (3+ messages)

[PATCH] scripts: kernel-doc: Clarify missing struct member description
 2023-12-15  0:15 UTC 

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-14 22:36 UTC  (5+ messages)
` [PATCH 06/15] arm64: Add KHO support

[PATCH v2 0/3] hwmon: Add driver for Astera Labs PT5161L retimer
 2023-12-14 20:57 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add asteralabs
` [PATCH v2 2/3] dt-bindings: trivial-devices: add Astera Labs PT5161L
` [PATCH v2 3/3] hwmon: Add driver for Astera Labs PT5161L retimer

[PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall
 2023-12-14 20:07 UTC  (3+ messages)

[net-next v1 00/16] Device Memory TCP
 2023-12-14 20:03 UTC  (8+ messages)
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider

[PATCH net-next v6 5/5] ice: add documentation for FW logging
 2023-12-14 19:40 UTC 

[PATCH v2 00/10] IOMMU memory observability
 2023-12-14 19:18 UTC  (9+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-14 18:37 UTC  (19+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards

[PATCH v3 0/5] kunit: Add helpers for creating test-managed devices
 2023-12-14 16:15 UTC  (7+ messages)
` [PATCH v3 2/5] fortify: test: Use kunit_device
` [PATCH v3 3/5] overflow: Replace fake root_device with kunit_device
` [PATCH v3 4/5] ASoC: topology: Replace fake root_device with kunit_device in tests
` [PATCH v3 5/5] drm/tests: Switch to kunit devices

[PATCH net-next v4 00/13] tools/net/ynl: Add 'sub-message' support to ynl
 2023-12-14 15:12 UTC  (3+ messages)
` [PATCH net-next v4 08/13] doc/netlink/specs: Add a spec for tc

[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
 2023-12-14 15:10 UTC  (21+ messages)
` [PATCH v5 06/44] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v5 07/44] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v5 09/44] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v5 10/44] drm/connector: hdmi: Add output BPC "
` [PATCH v5 11/44] drm/connector: hdmi: Add support for output format
` [PATCH v5 12/44] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v5 13/44] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v5 14/44] drm/connector: hdmi: Add custom hook to filter "
` [PATCH v5 15/44] drm/connector: hdmi: Compute bpc and format automatically

[PATCH v10 00/19] KVM: xen: update shared_info and vcpu_info handling
 2023-12-14 14:20 UTC  (13+ messages)
` [PATCH v10 09/19] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v10 10/19] KVM: xen: (re-)initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v10 16/19] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v10 17/19] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v10 18/19] KVM: pfncache: check the need for invalidation under read lock first

[PATCH v3 0/4] supplement of slab allocator removal
 2023-12-14 14:11 UTC  (5+ messages)
` [PATCH v3 4/4] mm/slub: correct the default value of slub_min_objects in doc

[PATCH v21 09/20] Documentation: add ULP DDP offload documentation
 2023-12-14 13:26 UTC 

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-14 12:48 UTC  (11+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH v2] Documentation, mm/unaccepted: document accept_memory kernel parameter
 2023-12-14 12:35 UTC  (2+ messages)

[PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
 2023-12-14  9:56 UTC  (2+ messages)

[PATCH v2 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-14  8:51 UTC  (3+ 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).