linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-02 13:00:02 to 2024-09-04 20:06:41 UTC [more...]

[PATCH v2] docs: Move fault injection section to dev-tools
 2024-09-04 20:06 UTC  (3+ messages)

[PATCH V4 00/12] PCIe TPH and cache direct injection support
 2024-09-04 20:03 UTC  (5+ messages)

[PATCH V4 02/12] PCI: Add TPH related register definition
 2024-09-04 19:52 UTC  (2+ messages)

[PATCH v26 00/33] Introduce QC USB SND audio offloading support
 2024-09-04 19:46 UTC  (28+ messages)
` [PATCH v26 21/33] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v26 22/33] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v26 23/33] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v26 24/33] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v26 26/33] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v26 28/33] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v26 29/33] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v26 30/33] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v26 31/33] ALSA: usb-audio: Add USB offload route kcontrol

[PATCH V4 03/12] PCI/TPH: Add pcie_tph_modes() to query TPH modes
 2024-09-04 19:40 UTC  (2+ messages)

[PATCH] Update redirect_dir and metacopy sections in overlayfs documentation
 2024-09-04 19:32 UTC  (3+ messages)
` [PATCH v2] Update metacopy section "

[PATCH v4 0/3] iio: adc: add new ad7625 driver
 2024-09-04 19:16 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: add AD762x/AD796x ADCs
` [PATCH v4 2/3] iio: adc: ad7625: add driver
` [PATCH v4 3/3] docs: iio: new docs for ad7625 driver

[PATCH v2 0/6] page allocation tag compression
 2024-09-04 18:58 UTC  (22+ messages)
` [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
` [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags

[PATCH v7 0/5] Changes in v7:
 2024-09-04 18:31 UTC  (11+ messages)
` [PATCH v7 1/5] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v7 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v7 3/5] arm64: dts: imx8ulp-evk: add nxp secure enclave firmware
` [PATCH v7 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v7 5/5] firmware: imx: adds miscdev

[PATCH v3 00/13] nfsd: implement the "delstid" draft
 2024-09-04 17:45 UTC  (9+ messages)
` [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field
` [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime

[PATCH 0/8] Add iio backend compatibility for ad7606
 2024-09-04 16:54 UTC  (6+ messages)
` [PATCH 2/8] dt-bindings: iio: adc: ad7606: Add iio backend bindings
` [PATCH 4/8] pwm: Export pwm_get_state_hw

[PATCH net-next v2] net: napi: Prevent overflow of napi_defer_hard_irqs
 2024-09-04 15:34 UTC 

[PATCH net-next v24 00/13] Device Memory TCP
 2024-09-04 15:29 UTC  (13+ messages)
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation

[PATCH v3 2/3] iio: adc: ad7625: add driver
 2024-09-04 15:00 UTC  (5+ messages)

[PATCH] docs: update dev-tools/kcsan.rst url about KTSAN
 2024-09-04 14:04 UTC  (8+ messages)

[PATCH] iommu/amd: Add parameter to limit V1 page-sizes to 4 KiB
 2024-09-04 13:15 UTC  (3+ messages)

[PATCH net-next v7 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-09-04 12:51 UTC  (18+ messages)
` [PATCH net-next v7 01/14] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v7 02/14] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v7 03/14] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v7 04/14] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v7 05/14] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v7 06/14] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v7 07/14] net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHY
` [PATCH net-next v7 08/14] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v7 09/14] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v7 10/14] net: ethernet: oa_tc6: implement receive path to receive rx "
` [PATCH net-next v7 11/14] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v7 12/14] net: ethernet: oa_tc6: add helper function to enable zero align rx frame
` [PATCH net-next v7 13/14] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v7 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH] Documentation: livepatch: Correct release locks antonym
 2024-09-04 11:48 UTC  (2+ messages)

[PATCH] docs: submitting-patches: Advertise b4
 2024-09-04 11:30 UTC  (3+ messages)

[PATCH] Docs/zh_CN: Update Yanteng's email address
 2024-09-04 10:01 UTC  (2+ messages)

[daniel-lezcano:timers/drivers/next 4/9] drivers/platform/x86/intel/pmc/core.c:1213: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-09-04  9:56 UTC  (6+ messages)
      ` [PATCH] platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_resume function

[PATCH HID 0/7] HID: bpf: add a new hook to control hid-generic
 2024-09-04  9:28 UTC  (13+ messages)
` [PATCH HID 1/7] selftests/hid: add dependency on hid_common.h
` [PATCH HID 2/7] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID 3/7] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID 4/7] HID: bpf: allow BPF programs to force using hid-generic
` [PATCH HID 5/7] selftests/hid: add test for assigning a given device to hid-generic
` [PATCH HID 6/7] HID: bpf: Allow to control the connect mask of hid-generic from BPF
` [PATCH HID 7/7] selftests/hid: add test to disable hid-input

[PATCH 0/3] rust: Initial MIPS support
 2024-09-04  8:28 UTC  (17+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2024-09-04  6:07 UTC  (2+ messages)
` [PATCH v3 5/5] docs: efi: add CPER functions to driver-api

[PATCH v2] Documentation/mm: Translate physical_memory.rst to Simplified Chinese
 2024-09-04  3:20 UTC 

[PATCH] docs: submitting-patches: Advertise b4
 2024-09-03 23:06 UTC  (2+ messages)

[PATCH] docs: submitting-patches: Advertise b4
 2024-09-03 22:38 UTC 

[PATCH v2 0/2] nosnp sev command line support
 2024-09-03 20:38 UTC  (5+ messages)
` [PATCH v2 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm
` [PATCH v2 2/2] x86 KVM:SVM: Provide "nosnp" boot option for sev kernel command line

[PATCH 1/2] dt-bindings: hwmon: Introduce ADS71x8
 2024-09-03 19:40 UTC  (15+ messages)
      ` AW: "

[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-09-03 16:38 UTC  (12+ messages)
` [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files

[PATCH] Documentation: maintainer: Improve grammar in mailing list participation section
 2024-09-03 15:50 UTC  (2+ messages)

[PATCH v3 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search
 2024-09-03 14:30 UTC  (2+ messages)

[PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint
 2024-09-03 14:30 UTC  (2+ messages)

[PATCH 3/3] riscv: mm: Do not restrict mmap address based on hint
 2024-09-03 14:27 UTC  (2+ messages)

[PATCH] Documentation: Use list table for possible GDS sysfs values
 2024-09-03 13:25 UTC 

[RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
 2024-09-03 11:26 UTC  (10+ messages)

[PATCH v12 0/3] Add support for Intel PPS Generator
 2024-09-03 10:25 UTC  (5+ messages)
` [PATCH v12 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator

[PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
 2024-09-03  9:05 UTC  (2+ messages)

[PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
 2024-09-03  9:04 UTC  (2+ messages)

[PATCH v12 17/39] arm64/hwcap: Add hwcap for GCS
 2024-09-03  9:00 UTC  (2+ messages)

[PATCH v12 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks
 2024-09-03  8:59 UTC  (2+ messages)
` [PATCH v12 6/39] "

[PATCH v12 04/39] mman: Add map_shadow_stack() flags
 2024-09-03  8:57 UTC  (2+ messages)
` [PATCH v12 4/39] "

[PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
 2024-09-03  8:55 UTC  (2+ messages)
` [PATCH v12 3/39] "

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-09-03  7:10 UTC  (23+ messages)
` [PATCH v3 04/25] cxl/pci: Delay event buffer allocation
` [PATCH v3 05/25] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v3 07/25] cxl/core: Separate region mode from decoder mode
` [PATCH v3 08/25] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v3 12/25] cxl/region: Refactor common create region code
` [PATCH v3 13/25] cxl/region: Add sparse DAX region support
` [PATCH v3 14/25] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v3 15/25] cxl/pci: Factor out interrupt policy check
` [PATCH v3 16/25] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v3 17/25] cxl/core: Return endpoint decoder information from region search
` [PATCH v3 18/25] cxl/extent: Process DCD events and realize region extents

[PATCH] docs/mm: fix a typo
 2024-09-02 18:32 UTC 

[PATCH net] net: napi: Make napi_defer_irqs u32
 2024-09-02 17:06 UTC  (6+ messages)

nvmem: Fix misspelling
 2024-09-02 13:06 UTC  (2+ messages)

[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
 2024-09-02 12:59 UTC  (3+ messages)
` [PATCH -next 6/7] staging: greybus: spi: switch to use spi_alloc_host()
` [PATCH -next 7/7] spi: remove {devm_}spi_alloc_master/slave()


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