linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-21 12:07:52 to 2023-08-24 01:46:58 UTC [more...]

[PATCH net-next v4 00/12] tools/net/ynl: Add support for netlink-raw families
 2023-08-24  1:46 UTC  (29+ messages)
` [PATCH net-next v4 01/12] doc/netlink: Fix typo in genetlink-* schemas
` [PATCH net-next v4 02/12] doc/netlink: Add a schema for netlink-raw families
` [PATCH net-next v4 03/12] doc/netlink: Update genetlink-legacy documentation
` [PATCH net-next v4 04/12] doc/netlink: Document the netlink-raw schema extensions
` [PATCH net-next v4 05/12] tools/ynl: Add mcast-group schema parsing to ynl
` [PATCH net-next v4 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
` [PATCH net-next v4 07/12] tools/net/ynl: Add support for netlink-raw families
` [PATCH net-next v4 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
` [PATCH net-next v4 09/12] tools/net/ynl: Add support for create flags
` [PATCH net-next v4 10/12] doc/netlink: Add spec for rt addr messages
` [PATCH net-next v4 11/12] doc/netlink: Add spec for rt link messages
` [PATCH net-next v4 12/12] doc/netlink: Add spec for rt route messages

[RFC][PATCH] kconfig: introduce listunknownconfig
 2023-08-24  1:20 UTC  (11+ messages)

[RFC PATCH 0/1] Attempt to add Sponsored-by tag
 2023-08-23 23:29 UTC  (17+ messages)
` [RFC PATCH 1/1] docs: submitting-patches: Add Sponsored-by tag to give credits to who sponsored the patch

[PATCH 0/5] FUSE consistency improvements
 2023-08-23 22:55 UTC  (11+ messages)
` [PATCH 1/5] fuse: check attributes staleness on fuse_iget()
` [PATCH 3/5] fuse: add FOPEN_INVAL_ATTR
` [PATCH 4/5] fuse: writeback_cache consistency enhancement (writeback_cache_v2)

[PATCH net-next v3 5/5] ice: add documentation for FW logging
 2023-08-23 22:25 UTC  (3+ messages)

[PATCH] MAINTAINERS: pps: Update pps-gpio bindings location
 2023-08-23 21:27 UTC  (3+ messages)

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-08-23 20:47 UTC  (11+ messages)
` [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[PATCH net-next] macsec: introduce default_async_crypto sysctl
 2023-08-23 20:22 UTC  (5+ messages)

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-23 18:16 UTC  (26+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH 2/2] rust: upgrade to Rust 1.72.0
 2023-08-23 17:41 UTC  (3+ messages)

[PATCH v8 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-23 15:56 UTC  (13+ messages)
` [PATCH v8 1/8] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v8 2/8] x86/resctrl: Simplify rftype flag definitions
` [PATCH v8 3/8] x86/resctrl: Rename rftype flags for consistency
` [PATCH v8 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy
    `  "
` [PATCH v8 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx()
` [PATCH v8 6/8] x86/resctrl: Move default group file creation to mount
` [PATCH v8 7/8] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v8 8/8] x86/resctrl: Display hardware ids of resource groups

[PATCH v3 0/7] Adds support for ConfigFS to VKMS!
 2023-08-23 15:31 UTC  (5+ messages)
` [PATCH v3 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device
` [PATCH v3 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-23 14:21 UTC  (7+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs

[PATCH v7 0/2] Support pwm/tach driver for aspeed ast26xx
 2023-08-23 13:13 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH] powerpc: Enable generic cpu idle-loop
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
 2023-08-23  9:33 UTC  (6+ messages)
` [PATCH v7 4/8] perf jevents: Support more event fields
` [PATCH v7 7/8] perf jevents: Add support for Arm CMN PMU aliasing

[V9 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-23  8:15 UTC  (9+ messages)
` [V9 1/9] drivers core: Add support for Wifi band RF mitigations

[PATCH net-next v3 00/12] tools/net/ynl: Add support for netlink-raw families
 2023-08-23  7:33 UTC  (16+ messages)
` [PATCH net-next v3 01/12] doc/netlink: Fix typo in genetlink-* schemas
` [PATCH net-next v3 02/12] doc/netlink: Add a schema for netlink-raw families
` [PATCH net-next v3 03/12] doc/netlink: Update genetlink-legacy documentation
` [PATCH net-next v3 04/12] doc/netlink: Document the netlink-raw schema extensions
` [PATCH net-next v3 05/12] tools/ynl: Add mcast-group schema parsing to ynl
` [PATCH net-next v3 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
` [PATCH net-next v3 07/12] tools/net/ynl: Add support for netlink-raw families
` [PATCH net-next v3 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
` [PATCH net-next v3 09/12] tools/net/ynl: Add support for create flags
` [PATCH net-next v3 10/12] doc/netlink: Add spec for rt addr messages
` [PATCH net-next v3 11/12] doc/netlink: Add spec for rt link messages
` [PATCH net-next v3 12/12] doc/netlink: Add spec for rt route messages

[PATCH v5 1/4] PCI: endpoint: Add D-state change notifier support
 2023-08-23  6:19 UTC  (3+ messages)

[PATCH v6] Documentation: userspace-api: Document perf ring buffer mechanism
 2023-08-23  4:26 UTC  (4+ messages)

[PATCH] Btrfs: Replace obsolete wiki url with maintained doc url
 2023-08-22 21:47 UTC 

[robh:for-next 22/34] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/pps/pps-gpio.txt
 2023-08-22 21:21 UTC 

[PATCH 0/3] btrfs: kconfig: Doc: MAINTAINERS: Obsolete wiki link replace
 2023-08-22 18:37 UTC 

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

[PATCH v3 0/3] Add interconnect debugfs client
 2023-08-22 17:46 UTC  (5+ messages)
` [PATCH v3 1/3] debugfs: Add write support to debugfs_create_str()

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-08-22 14:55 UTC  (21+ messages)

[PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
 2023-08-22 12:09 UTC  (5+ messages)

[PATCH v4 0/3] UIO driver for low speed Hyper-V devices
 2023-08-22 11:48 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] shmem: add support for user extended attributes
 2023-08-22  9:01 UTC  (7+ messages)

[PATCH] dt-bindings: Fix typos
 2023-08-21 21:53 UTC  (2+ messages)

[PATCH v5] io_uring: add a sysctl to disable io_uring system-wide
 2023-08-21 21:15 UTC 

[PATCH net-next v3 0/8] devlink: Add port function attributes
 2023-08-21 20:41 UTC  (7+ messages)

Doc style for method functions
 2023-08-21 19:45 UTC  (6+ messages)

[PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-08-21 16:40 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] dt-bindings: hwmon: add renesas,isl28022

[PATCH 0/4] Improve mm documentation
 2023-08-21 14:55 UTC  (9+ messages)
` [PATCH 1/4] mm: Fix kernel-doc warning from tlb_flush_rmaps()
` [PATCH 2/4] mm: Fix get_mctgt_type() kernel-doc
` [PATCH 3/4] mm: Fix clean_record_shared_mapping_range kernel-doc
` [PATCH 4/4] mm: Add orphaned kernel-doc to the rst files

[PATCH net-next v2 00/10] tools/net/ynl: Add support for netlink-raw families
 2023-08-21 14:00 UTC  (6+ messages)
` [PATCH net-next v2 06/10] "

[PATCH v4] io_uring: add a sysctl to disable io_uring system-wide
 2023-08-21 12:29 UTC  (2+ 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).