Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 13:58:02 to 2023-12-13 22:41:23 UTC [more...]

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13 22:41 UTC 

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13 20:02 UTC  (17+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

[PATCH 0/6] mm/damon: misc updates for 6.8
 2023-12-13 19:03 UTC  (5+ messages)
` [PATCH 3/6] Docs/mm/damon/design: place execution model and data structures at the beginning
` [PATCH 4/6] Docs/admin-guide/mm/damon/usage: update context directory section label
` [PATCH 5/6] Docs/admin-guide/mm/damon/usage: add links to sysfs files hierarchy
` [PATCH 6/6] Docs/admin-guide/mm/damon/usage: use a list for 'state' sysfs file input commands

[PATCH 00/15] kexec: Allow preservation of ftrace buffers
 2023-12-13 18:56 UTC  (26+ messages)
` [PATCH 01/15] mm,memblock: Add support for scratch memory
` [PATCH 02/15] memblock: Declare scratch memory as CMA
` [PATCH 03/15] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH 04/15] kexec: Add KHO parsing support
` [PATCH 05/15] kexec: Add KHO support to kexec file loads
` [PATCH 06/15] arm64: Add KHO support
` [PATCH 07/15] x86: "
` [PATCH 08/15] tracing: Introduce names for ring buffers
` [PATCH 09/15] tracing: Introduce names for events
` [PATCH 10/15] tracing: Introduce kho serialization
` [PATCH 11/15] tracing: Add kho serialization of trace buffers
` [PATCH 12/15] tracing: Recover trace buffers from kexec handover
` [PATCH 13/15] tracing: Add kho serialization of trace events
` [PATCH 14/15] tracing: Recover trace events from kexec handover
` [PATCH 15/15] tracing: Add config option for "

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

[PATCH v2] docs: Raise the minimum Sphinx requirement to 2.4.4
 2023-12-13 15:42 UTC  (3+ messages)
` [PATCH] docs: sphinx/requirement.txt: Reflect recommended Sphinx version

[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
 2023-12-13 15:22 UTC  (3+ messages)
` [PATCH v5 18/44] drm/vc4: hdmi: Create destroy state implementation
  ` (subset) "

[PATCH v2] dcache: remove unnecessary NULL check in dget_dlock()
 2023-12-13 15:09 UTC  (4+ messages)

[PATCH v2 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-13 15:04 UTC  (2+ messages)

[PATCH v2 1/4] kunit: Add APIs for managing devices
 2023-12-13 15:03 UTC  (2+ messages)

[PATCH v3 0/2] Add support for LTC4282
 2023-12-13 14:44 UTC  (10+ messages)
` [PATCH v3 2/2] hwmon: ltc4282: add support for the LTC4282 chip

[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-12-13 14:08 UTC 

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-13 12:50 UTC  (22+ 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 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [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 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v2 0/2] Fixes to overlayfs documentation
 2023-12-13 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] overlayfs.rst: use consistent feature names
` [PATCH v2 2/2] overlayfs.rst: fix ReST formatting

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

[PATCH 0/2] Fixes to overlayfs documentation
 2023-12-13 11:58 UTC  (7+ messages)
` [PATCH 1/2] overlayfs.rst: use consistent terminology
` [PATCH 2/2] overlayfs.rst: fix ReST formatting

[net-next v1 00/16] Device Memory TCP
 2023-12-13 11:48 UTC  (29+ messages)
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation

[PATCH 0/9] riscv: hwprobe: add Zicond, Zam, Zacas and Ztso support
 2023-12-13 11:33 UTC  (10+ messages)
` [PATCH 1/9] riscv: add ISA extension parsing for Ztso
` [PATCH 2/9] riscv: hwprobe: export Ztso ISA extension
` [PATCH 3/9] dt-bindings: riscv: add Zam ISA extension description
` [PATCH 4/9] riscv: add ISA extension parsing for Zam
` [PATCH 5/9] riscv: hwprobe: export Zam ISA extension
` [PATCH 6/9] dt-bindings: riscv: add Zacas ISA extension description
` [PATCH 7/9] riscv: add ISA extension parsing for Zacas
` [PATCH 8/9] riscv: hwprobe: export Zacas ISA extension
` [PATCH 9/9] riscv: hwprobe: export Zicond extension

[PATCH v3 0/4] supplement of slab allocator removal
 2023-12-13 11:23 UTC  (7+ messages)
` [PATCH v3 1/4] Documentation: kernel-parameters: remove noaliencache
` [PATCH v3 4/4] mm/slub: correct the default value of slub_min_objects in doc

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-13 11:10 UTC  (5+ messages)
` [RFC PATCH v2 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-13 10:22 UTC  (4+ messages)

[PATCH] Documentation: fix typo in examples of dynamic-debug-howto.rst
 2023-12-13  7:37 UTC 

[PATCH v3 0/9] Add Marvell CPT CN10KB/CN10KA B0 support
 2023-12-13  7:30 UTC  (10+ messages)
` [PATCH v3 1/9] crypto: octeontx2: remove CPT block reset
` [PATCH v3 2/9] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH v3 3/9] crypto: octeontx2: add devlink option to set t106 mode
` [PATCH v3 4/9] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip
` [PATCH v3 5/9] crypto: octeontx2: add LF reset on queue disable
` [PATCH v3 6/9] octeontx2-af: update CPT inbound inline IPsec mailbox
` [PATCH v3 7/9] crypto: octeontx2: add ctx_val workaround
` [PATCH v3 8/9] crypto/octeontx2: register error interrupts for inline cptlf
` [PATCH v3 9/9] crypto: octeontx2: support setting ctx ilen for inline CPT LF

[PATCH RESEND v10 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-12-13  3:23 UTC  (5+ messages)

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13  2:44 UTC  (6+ messages)

[PATCH v5] x86/resctrl: Add event choices for mba_MBps
 2023-12-13  1:07 UTC  (13+ messages)
` [PATCH v6 0/3] x86/resctrl: mba_MBps enhancements
  ` [PATCH v6 1/3] x86/resctrl: Add mount option "mba_MBps_event"
  ` [PATCH v6 3/3] x86/resctrl: Add new "mba_MBps_event" mount option to documentation

[PATCH net-next v9 0/8] Support symmetric-xor RSS hash
 2023-12-13  0:33 UTC  (9+ messages)
` [PATCH net-next v9 1/8] net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
` [PATCH net-next v9 2/8] net: ethtool: get rid of get/set_rxfh_context functions
` [PATCH net-next v9 3/8] net: ethtool: add support for symmetric-xor RSS hash
` [PATCH net-next v9 4/8] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v9 5/8] ice: refactor RSS configuration
` [PATCH net-next v9 6/8] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v9 7/8] ice: enable symmetric-xor RSS for Toeplitz hash function
` [PATCH net-next v9 8/8] iavf: "

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-13  0:29 UTC  (11+ messages)

[PATCH] Documentation, mm/unaccepted: document accept_memory kernel parameter
 2023-12-12 23:10 UTC  (3+ messages)

[PATCH v4 00/20] riscv: report more ISA extensions through hwprobe
 2023-12-12 22:20 UTC  (2+ messages)

[PATCH net-next v2 00/11] tools/net/ynl: Add 'sub-message' support to ynl
 2023-12-12 21:48 UTC  (18+ messages)
` [PATCH net-next v2 01/11] tools/net/ynl-gen-rst: Use bullet lists for attribute-set entries
` [PATCH net-next v2 02/11] tools/net/ynl-gen-rst: Sort the index of generated netlink specs
` [PATCH net-next v2 03/11] doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changes
` [PATCH net-next v2 11/11] tools/net/ynl-gen-rst: Add sub-messages to generated docs

[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-12-12 21:44 UTC  (2+ messages)

[PATCH net-next] docs: Change <h4> style to use smaller font size than <h3>
 2023-12-12 21:31 UTC 

[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips
 2023-12-12 21:05 UTC  (5+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)

[PATCH net-next v2 00/10] Add Marvell CPT CN10KB/CN10KA B0 support
 2023-12-12 18:03 UTC  (2+ messages)

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2023-12-12 18:02 UTC  (3+ 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 V2] docs: rust: Clarify that 'rustup override' applies to build directory
 2023-12-12 17:43 UTC  (2+ messages)

[linux-next:master 6213/6946] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml
 2023-12-12 17:31 UTC 

[PATCH rcu 5/5] doc: Clarify historical disclaimers in memory-barriers.txt
 2023-12-12 17:26 UTC 

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-12 17:20 UTC  (2+ messages)

[PATCH v8 1/6] pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
 2023-12-12 15:27 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).