linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 02:28:09 to 2024-02-04 23:27:56 UTC [more...]

[PATCH net-next v3 4/8] net: netconsole: add docs for appending netconsole user data
 2024-02-04 23:27 UTC 

[PATCH] Documentation: multiple .rst files: Fix grammar and more consistent formatting
 2024-02-04 21:45 UTC  (4+ messages)

[linux-next:master 12610/12662] htmldocs: Warning: file Documentation/ABI/testing/sysfs-platform-silicom#20:
 2024-02-04 15:40 UTC  (4+ messages)

[PATCH] crypto: ccp: Fix sev_issue_cmd code block
 2024-02-04 13:34 UTC  (3+ messages)

[KTAP V2 PATCH v2] ktap_v2: add test metadata
 2024-02-04 13:03 UTC  (3+ messages)

[linus:master] [__dentry_kill()] 1c18edd1b7: stress-ng.dynlib.ops_per_sec -39.0% regression
 2024-02-04  8:14 UTC 

[RFC PATCH v5 0/1] fpga: improve protection against low-level control module unloading
 2024-02-04  5:15 UTC  (5+ messages)
` [RFC PATCH v5 1/1] fpga: add an owner and use it to take the low-level module's refcount

[PATCH] riscv: hwprobe: export VA_BITS
 2024-02-04  0:22 UTC  (5+ messages)

[PATCHv3] PPPoL2TP: Add more code snippets
 2024-02-03 22:35 UTC 

[PATCH] Documentation: coding-style: Update syntax highlighting for code-blocks
 2024-02-03 22:39 UTC 

[RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v12 10/20] ipe: add permissive toggle
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC v12 9/20] "

[RFC PATCH v12 08/20] ipe: add userspace interface
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC v12 8/20] "

[RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC v12 6/20] "

[RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
 2024-02-03 22:25 UTC  (2+ messages)
` [PATCH RFC v12 5/20] "

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-02-03 18:45 UTC  (5+ messages)

[PATCH] docs: Document possible_cpus parameter
 2024-02-03 17:19 UTC  (2+ messages)

[PATCH v13 0/3] Support pwm/tach driver for aspeed ast26xx
 2024-02-03 15:13 UTC  (3+ messages)
` [PATCH v13 1/3] dt-bindings: hwmon: fan: Add fan binding to schema

[PATCH v3 0/3] hwmon: Driver for Nuvoton NCT7363Y
 2024-02-03 15:09 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v3 3/3] hwmon: Driver for Nuvoton NCT7363Y

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

net: fou: Is FOU/GUE
 2024-02-03  5:01 UTC 

[RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-02-03  3:56 UTC  (4+ messages)
` [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag

[PATCH v13 00/53] Introduce QC USB SND audio offloading support
 2024-02-03  2:36 UTC  (54+ messages)
` [PATCH v13 01/53] xhci: fix possible null pointer dereference at secondary interrupter removal
` [PATCH v13 02/53] xhci: fix off by one check when adding a secondary interrupter
` [PATCH v13 03/53] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v13 04/53] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v13 05/53] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v13 06/53] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v13 07/53] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v13 08/53] xhci: move event processing for one interrupter to a separate function
` [PATCH v13 09/53] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v13 10/53] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v13 11/53] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v13 12/53] xhci: add helper to stop endpoint and wait for completion
` [PATCH v13 13/53] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v13 14/53] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v13 15/53] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v13 16/53] xhci: sideband: add initial api to register a sideband entity
` [PATCH v13 17/53] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v13 18/53] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v13 19/53] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v13 20/53] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v13 21/53] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v13 22/53] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v13 23/53] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v13 24/53] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v13 25/53] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v13 26/53] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v13 27/53] ALSA: usb-audio: Save UAC sample size information
` [PATCH v13 28/53] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v13 29/53] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v13 30/53] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v13 31/53] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v13 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v13 33/53] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v13 34/53] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v13 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v13 36/53] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v13 37/53] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v13 38/53] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v13 39/53] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v13 40/53] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v13 41/53] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v13 42/53] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v13 43/53] ASoC: Add SND kcontrol for fetching USB offload status
` [PATCH v13 44/53] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v13 45/53] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v13 46/53] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v13 47/53] ASoC: usb: Fetch ASoC sound card information
` [PATCH v13 48/53] ALSA: usb-audio: mixer: Add USB offloading mixer control
` [PATCH v13 49/53] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v13 50/53] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v13 51/53] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v13 52/53] ASoC: qcom: Populate SoC components string
` [PATCH v13 53/53] ASoC: doc: Add documentation for SOC USB

[RFC PATCH v2 00/29] NT synchronization primitive driver
 2024-02-03  2:08 UTC  (4+ messages)
` [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY

[PATCH v3] hwmon:Add MEC172x Micro Chip driver for Lenovo motherboards
 2024-02-03  1:27 UTC  (2+ messages)

[PATCH] Documentation: coding-style: Fix indentation in code-blocks
 2024-02-02 23:13 UTC 

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-02 22:03 UTC  (5+ messages)

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-02 21:57 UTC  (5+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH v6 0/6] Delay VERW
 2024-02-02 21:31 UTC  (4+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW

[PATCH v5] dt-bindings: misc: xlnx,sd-fec: convert bindings to yaml
 2024-02-02 20:02 UTC  (2+ messages)

[PATCH] hwmon: Add MSI PSU HID monitoring driver
 2024-02-02 19:24 UTC  (2+ messages)

[PATCH v5 0/3] w1: add UART w1 bus driver
 2024-02-02 19:23 UTC  (6+ messages)
` [PATCH v5 3/3] "

[PATCH] hwmon: Add driver for ASUS ROG RYUJIN II 360 AIO cooler
 2024-02-02 19:11 UTC  (2+ messages)

[PATCH] hwmon: Add driver for NZXT Kraken X and Z series AIO CPU coolers
 2024-02-02 19:08 UTC  (2+ messages)

[PATCH v4 0/3] hwmon: Add driver for Astera Labs PT5161L retimer
 2024-02-02 19:05 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add asteralabs
` [PATCH v4 2/3] dt-bindings: trivial-devices: add Astera Labs PT5161L
` [PATCH v4 3/3] hwmon: Add driver for Astera Labs PT5161L retimer

[PATCH v6 0/5] hwmon: Add support for Amphenol ChipCap 2
 2024-02-02 18:57 UTC  (11+ messages)
` [PATCH v6 1/5] dt-bindings: vendor-prefixes: add Amphenol
` [PATCH v6 2/5] hwmon: (core) Add support for humidity min/max alarm
` [PATCH v6 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
` [PATCH v6 4/5] dt-bindings: hwmon: Add Amphenol ChipCap 2
` [PATCH v6 5/5] hwmon: Add support for "

[PATCH v2 0/7] Add YUV formats to VKMS
 2024-02-02 18:49 UTC  (4+ messages)
` [PATCH v2 2/7] drm/vkms: Add support for multy-planar framebuffers

[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
 2024-02-02 17:30 UTC  (2+ messages)
` [PATCH v10 2/2] arm64: boot: Support "

[PATCH net-next v1 00/12] tools/net/ynl: Add features for tc family
 2024-02-02 17:12 UTC  (12+ messages)
` [PATCH net-next v1 02/12] tools/net/ynl: Support sub-messages in nested attribute spaces

[PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email
 2024-02-02 17:06 UTC  (4+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-02 17:04 UTC  (7+ messages)
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations

[PATCH v5 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-02 17:02 UTC  (5+ messages)
` [PATCH v5 1/4] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v5 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v5 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v5 4/4] mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq

[PATCH v5 00/44] drm/connector: Create HDMI Connector infrastructure
 2024-02-02 16:37 UTC  (18+ messages)
` [PATCH v5 08/44] drm/connector: hdmi: Add Broadcast RGB property
      `  "
          `  "
` [PATCH v5 15/44] drm/connector: hdmi: Compute bpc and format automatically
    `  "
        `  "

[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
 2024-02-02 16:08 UTC  (11+ messages)
` [PATCH v2 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH v2 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH v2 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH v2 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH v2 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer

[PATCH] Documentation: virt: Fix up pre-formatted text block for SEV ioctls
 2024-02-02 16:05 UTC 

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-02-02 16:00 UTC  (15+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH] Documentation: PM: Fix system hibernation section
 2024-02-02 15:21 UTC 

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-02 12:58 UTC  (3+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-02-02  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available


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