linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-05 02:27:15 to 2023-10-09 15:52:45 UTC [more...]

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-09 15:51 UTC  (10+ messages)
` [PATCH net-next v5 01/16] net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
` [PATCH net-next v5 02/16] net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/set
` [PATCH net-next v5 03/16] net: ethtool: Refactor identical get_ts_info implementations
` [PATCH net-next v5 04/16] net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
` [PATCH net-next v5 05/16] net: Make dev_set_hwtstamp_phylib accessible
` [PATCH net-next v5 06/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v5 07/16] net: phy: micrel: fix ts_info value in case of no phc
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer
` [PATCH net-next v5 09/16] netlink: specs: Introduce new netlink command to get current timestamp

[PATCH 1/2] Documentation: usb: Update NCM configfs parameters
 2023-10-09 15:42 UTC  (9+ messages)
` [PATCH 2/2] usb: gadget: ncm: Add support to update wMaxSegmentSize via configfs

[PATCH v4 0/4] x86/resctrl: Non-contiguous bitmasks in Intel CAT
 2023-10-09 15:32 UTC  (8+ messages)
` [PATCH v4 4/4] Documentation/x86: Document resctrl's new sparse_masks

[PATCH net-next v3 0/5] dpll: add phase-offset and phase-adjust
 2023-10-09 15:22 UTC  (16+ messages)
` [PATCH net-next v3 1/5] dpll: docs: add support for pin signal phase offset/adjust
` [PATCH net-next v3 2/5] dpll: spec: add support for pin-dpll "
` [PATCH net-next v3 3/5] dpll: netlink/core: "
` [PATCH net-next v3 4/5] ice: dpll: implement phase related callbacks
` [PATCH net-next v3 5/5] dpll: netlink/core: change pin frequency set behavior

[PATCH v6 0/2] sched: EAS changes for EM complexity and sysctl
 2023-10-09 14:49 UTC  (5+ messages)
` [PATCH v6 1/2] sched/topology: Remove EM_MAX_COMPLEXITY limit
` [PATCH v6 2/2] sched/topology: change behaviour of sysctl sched_energy_aware based on the platform

[PATCH] appletalk: remove ipddp driver
 2023-10-09 14:10 UTC 

[PATCH v1 0/2] arm64: perf: Add support for event counting threshold
 2023-10-09 12:50 UTC  (3+ messages)
` [PATCH v1 1/2] "

[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
 2023-10-09 12:09 UTC  (39+ messages)
` [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 03/38] mman: Add map_shadow_stack() flags
` [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v6 05/38] arm64/gcs: Document the ABI "
` [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS
` [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack
` [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v6 16/38] arm64/idreg: Add overrride for GCS
` [PATCH v6 17/38] arm64/hwcap: Add hwcap "
` [PATCH v6 18/38] arm64/traps: Handle GCS exceptions
` [PATCH v6 19/38] arm64/mm: Handle GCS data aborts
` [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v6 36/38] selftests/arm64: Add GCS signal tests
` [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test
` [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests

[REBASE PATCH v5 00/17] Add Qualcomm Minidump kernel driver related support
 2023-10-09 11:59 UTC  (13+ messages)
` [REBASE PATCH v5 04/17] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [REBASE PATCH v5 08/17] arm64: mm: Add dynamic ramoops region support through command line
` [REBASE PATCH v5 10/17] pstore: Add pstore_region_defined() helper and export it

[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-09 11:06 UTC  (12+ messages)
` [PATCH v4 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v4 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v4 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v4 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v4 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v4 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v4 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v4 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] docs: submitting-patches: Introduce Test: tag
 2023-10-09 10:14 UTC  (4+ messages)

[PATCH] doc: blk-ioprio: Standardize a few names
 2023-10-09 10:03 UTC 

[PATCH] doc: Always check kernel-doc
 2023-10-09  9:47 UTC  (6+ messages)

[PATCH 3/3] rust: upgrade to Rust 1.73.0
 2023-10-09  8:49 UTC  (4+ messages)

[PATCH] memcg: add interface to force disable swap
 2023-10-09  7:34 UTC  (7+ messages)

[PATCH 0/3 RESEND] Per memcg lru_gen node stat
 2023-10-09  2:57 UTC  (4+ messages)
` [PATCH 1/3] mm: multi-gen LRU: fold lru_gen run cmd
` [PATCH 2/3] mm: memcg: add per memcg "lru_gen" node
` [PATCH 3/3] mm: multi-gen LRU: add per memcg "lru_gen" document

[PATCH 9/9] drm/ci: docs: add step about how to request privileges
 2023-10-09  0:49 UTC 

[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
 2023-10-08  7:54 UTC  (16+ messages)
` [PATCH v3 3/9] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[net-next v4 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-10-08  3:19 UTC 

[RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules
 2023-10-07 16:39 UTC  (3+ messages)

[PATCH 0/2] Add support for inlined documentation for kunit and kselftests
 2023-10-07 12:52 UTC  (4+ messages)

[PATCH net-next v2 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-07  9:01 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net: ethtool: allow symmetric RSS hash for any flow type
` [PATCH net-next v2 2/6] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v2 3/6] ice: refactor RSS configuration
` [PATCH net-next v2 4/6] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v2 5/6] ice: enable symmetric RSS Toeplitz hash for any flow type
` [PATCH net-next v2 6/6] iavf: enable symmetric RSS Toeplitz hash

[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments
 2023-10-07  3:42 UTC  (10+ messages)
` [PATCH bootconfig 1/3] doc: Update /proc/cmdline documentation to include boot config
` [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig
` [PATCH bootconfig 3/3] doc: Add /proc/bootconfig to proc.rst

[PATCH net-next v4 5/5] ice: add documentation for FW logging
 2023-10-06 23:46 UTC  (2+ messages)

[PATCH v11 00/10] x86/resctrl: Miscellaneous resctrl features
 2023-10-06 21:01 UTC  (5+ messages)
` [PATCH v11 09/10] x86/resctrl: Add support for the files for MON groups only

[PATCH v6 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-10-06 20:27 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v8 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v8 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH memory-model] docs: memory-barriers: Add note on compiler transformation and address deps
 2023-10-06 16:39 UTC  (4+ messages)

[resend, PATCH v1 1/1] PCI: Update the devres documentation regarding to pcim_*()
 2023-10-06 15:06 UTC 

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-06 13:23 UTC  (14+ messages)

[PATCH] mm/memory-hotplug: fix typo in documentation
 2023-10-06 11:46 UTC  (2+ messages)

[PATCH net-next v2 0/5] dpll: add phase-offset and phase-adjust
 2023-10-06 10:30 UTC  (4+ messages)
` [PATCH net-next v2 2/5] dpll: spec: add support for pin-dpll signal phase offset/adjust

[PATCH net-next 0/4] dpll: add phase-offset and phase-adjust
 2023-10-06 10:29 UTC  (4+ messages)
` [PATCH net-next 2/4] dpll: spec: add support for pin-dpll signal phase offset/adjust

[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
 2023-10-06  4:28 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH v13 net-next 00/23] net/tcp: Add TCP-AO support
 2023-10-05 17:10 UTC  (4+ messages)
` [PATCH v13 net-next 23/23] Documentation/tcp: Add TCP-AO documentation

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-10-05  8:04 UTC  (6+ messages)
` [PATCH v12 06/37] Documentation/x86/64: Add a documentation for FRED

[PATCH] Documentation/gpu: fix Panfrost documentation build warnings
 2023-10-05 15:00 UTC  (2+ messages)

[RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-10-05  2:49 UTC  (7+ messages)
` [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider

[PATCH] Documentation: embargoed-hardware-issues.rst: Clarify prenotifaction
 2023-10-05  8:56 UTC  (2+ messages)

[PATCH v2] docs: submitting-patches: encourage direct notifications to commenters
 2023-10-05  8:50 UTC  (2+ messages)

[PATCH 3/3] Documentation: netconsole: add support for cmdline targets
 2023-10-05 10:29 UTC  (3+ messages)

[PATCH net-next v2 3/3] Documentation: netconsole: add support for cmdline targets
 2023-10-05 12:36 UTC 


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