linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-16 09:04:50 to 2022-07-20 15:33:34 UTC [more...]

[PATCH V6 00/16] The Runtime Verification (RV) interface
 2022-07-20 15:33 UTC  (21+ messages)
` [PATCH V6 01/16] rv: Add "
` [PATCH V6 02/16] rv: Add runtime reactors interface
` [PATCH V6 03/16] rv/include: Add helper functions for deterministic automata
` [PATCH V6 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [PATCH V6 05/16] rv/include: Add instrumentation helper functions
` [PATCH V6 06/16] Documentation/rv: Add a basic documentation
` [PATCH V6 07/16] tools/rv: Add dot2c
` [PATCH V6 08/16] Documentation/rv: Add deterministic automaton documentation
` [PATCH V6 09/16] tools/rv: Add dot2k
` [PATCH V6 10/16] Documentation/rv: Add deterministic automata monitor synthesis documentation
` [PATCH V6 11/16] Documentation/rv: Add deterministic automata instrumentation documentation
` [PATCH V6 12/16] rv/monitor: Add the wip monitor skeleton created by dot2k
` [PATCH V6 13/16] rv/monitor: Add the wip monitor
` [PATCH V6 14/16] rv/monitor: Add the wwnr monitor
` [PATCH V6 15/16] rv/reactor: Add the printk reactor
` [PATCH V6 16/16] rv/reactor: Add the panic reactor

[PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
 2022-07-20 15:32 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-20 15:31 UTC  (15+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v2 0/1] Remove the deprecated asus_wmi_ec_sensors driver
 2022-07-20 13:44 UTC  (4+ messages)
` [PATCH v2 1/1] hwmon: (asus_wmi_ec_sensors) remove driver

[PATCH] docs: fixed table margin in configfs-usb-gadget-mass-storage
 2022-07-20 12:50 UTC 

[PATCH] docs: ABI: correct QEMU fw_cfg spec path
 2022-07-20 12:31 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2 00/11] net: phy: Add support for rate adaptation
 2022-07-20 12:03 UTC  (3+ messages)
` [PATCH v2 05/11] "

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-20 11:18 UTC  (5+ messages)

[PATCH] docs: core-api: Fix typo in comment
 2022-07-20 11:18 UTC 

[PATCH] docs: bpf: Fix typo in comment
 2022-07-20 11:13 UTC 

[PATCH] docs: admin-guide: ix typo in comment
 2022-07-20 11:07 UTC 

[PATCH] Documentation: kunit: Add CLI args for kunit_tool
 2022-07-20  7:42 UTC  (3+ messages)

[PATCH] hwmon: remove deprecated asus_wmi_ec_sensors driver
 2022-07-20  7:25 UTC  (3+ messages)

[PATCH V4] swiotlb: Split up single swiotlb lock
 2022-07-20  6:23 UTC  (4+ messages)

[PATCH v2 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
 2022-07-20  5:57 UTC  (8+ messages)
` [PATCH v2 1/4] docs/zh_CN: core-api: Add idr Chinese translation
` [PATCH v2 2/4] docs/zh_CN: core-api: Add circular-buffers "
` [PATCH v2 3/4] docs/zh_CN: core-api: Add generic-radix-tree "
` [PATCH v2 4/4] docs/zh_CN: core-api: Add packing "

[RFC PATCH 0/2] Rework the kernel's README.rst
 2022-07-20  4:13 UTC  (3+ messages)
` [RFC PATCH 1/2] docs: admin-guide: do not mention the 'run a.out user programs' feature
` [RFC PATCH 2/2] docs: admin-guide: for kernel bugs refer to other kernel documentation

[PATCH v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-07-20  2:32 UTC  (14+ messages)
` [PATCH v4 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v4 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v4 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v4 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v4 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH -next] docs/zh_CN: add vm transhuge translation
 2022-07-20  2:12 UTC  (4+ messages)
` [PATCH -next v2] docs/zh_CN: add mm "

[PATCH AUTOSEL 5.15 10/42] x86/bugs: Add AMD retbleed= boot parameter
 2022-07-20  1:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 11/42] x86/bugs: Enable STIBP for JMP2RET

[PATCH AUTOSEL 5.18 14/54] x86/bugs: Add AMD retbleed= boot parameter
 2022-07-20  1:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 15/54] x86/bugs: Enable STIBP for JMP2RET

[PATCH v4 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
 2022-07-19 21:32 UTC  (3+ messages)

[PATCH v3] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-19 17:50 UTC  (5+ messages)

[PATCH] lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
 2022-07-19 16:44 UTC  (3+ messages)

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-19 16:05 UTC  (13+ messages)
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:49 UTC  (6+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:47 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
 2022-07-19 15:33 UTC  (2+ messages)
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v2 0/4] STM32 DMA-MDMA chaining feature
 2022-07-19 15:30 UTC  (4+ messages)
` [PATCH v2 3/4] dmaengine: stm32-dma: add support to trigger STM32 MDMA

[PATCH v4] fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards
 2022-07-19 14:56 UTC 

[PATCH] docs: driver-api: firmware: add driver firmware guidelines
 2022-07-19 14:49 UTC  (8+ messages)

[PATCH] docs: driver-api: firmware: add driver firmware guidelines. (v2)
 2022-07-19 14:26 UTC  (3+ messages)

[PATCH] Documentation: arm: marvell: Add Orion codenames and archive homepage
 2022-07-19 13:06 UTC  (2+ messages)

[PATCH net-next v3 0/3] add framework for selftests in devlink
 2022-07-19 10:18 UTC  (6+ messages)
  ` [PATCH net-next v3 1/3] devlink: introduce framework for selftests
  ` [PATCH net-next v3 2/3] bnxt_en: refactor NVM APIs
  ` [PATCH net-next v3 3/3] bnxt_en: implement callbacks for devlink selftests

[PATCH v6 0/6] DMA mapping changes for SCSI core
 2022-07-19  9:17 UTC  (11+ messages)
` [PATCH v6 4/6] scsi: sd: Allow max_sectors be capped at DMA optimal size limit
` [PATCH v6 5/6] scsi: scsi_transport_sas: Cap shost opt_sectors according to DMA optimal limit

[PATCH v2 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-07-19  8:51 UTC  (4+ messages)
` [PATCH v2 1/2] perf: arm64: Add SVE vector granule register to user regs

[PATCH 0/4] kbuild: lto: documentation fixes
 2022-07-19  7:29 UTC  (8+ messages)
` [PATCH 1/4] Documentation: lto: add blank line padding before single requirement list
` [PATCH 2/4] Documentation: lto: use bullet list for FAQ
` [PATCH 3/4] Documentation: lto: use bullet lists for external link references list
` [PATCH 4/4] Documentation: lto: add LTO documentation to toc index

[PATCH] scsi: ufs: ufshcd: Read device property for ref clock
 2022-07-19  2:50 UTC  (2+ messages)

[PATCH v3 0/2] add support for PON GEN3 device
 2022-07-18 20:56 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: power: reset: qcom-pon: update "reg" property details
` [PATCH v3 2/2] power: reset: qcom-pon: add support for qcom,pmk8350-pon compatible string

[PATCH v3 0/2] Add PCIE device IDs for Intel DFL cards
 2022-07-18 19:30 UTC  (7+ messages)
` [PATCH v3 1/2] Documentation: fpga: dfl: add PCI Identification documentation
` [PATCH v3 2/2] fpga: dfl-pci: Add IDs for Intel N6000, N6001 and C6100 cards

htmldocs: Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: WARNING: Unexpected indentation
 2022-07-18 17:56 UTC  (5+ messages)
  ` [PATCH] iio: proximity: sx9324: add empty line in front of bullet list

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 UTC  (4+ messages)

[PATCH V5 16/16] rv/reactor: Add the panic reactor
 2022-07-18 11:50 UTC  (3+ messages)

[PATCH V5 15/16] rv/reactor: Add the printk reactor
 2022-07-18  8:45 UTC  (3+ messages)

[PATCH V5 00/16] The Runtime Verification (RV) interface
 2022-07-18  7:54 UTC  (11+ messages)
` [PATCH V5 02/16] rv: Add runtime reactors interface
` [PATCH V5 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [PATCH V5 06/16] Documentation/rv: Add a basic documentation
` [PATCH V5 11/16] Documentation/rv: Add deterministic automata instrumentation documentation

[PATCH v10 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-18  7:10 UTC  (4+ messages)
` [PATCH v10 7/8] docs: trace: Add HiSilicon PTT device driver documentation

[PATCH] docs: driver-api: firmware: add driver firmware guidelines
 2022-07-18  7:05 UTC 

[PATCH 00/13] [RFC] Rust support
 2022-07-18  6:56 UTC  (4+ messages)

[PATCH v3 19/41] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
 2022-07-18  6:36 UTC 

[PATCH v2 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments
 2022-07-17 23:14 UTC  (4+ messages)

[PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups
 2022-07-17 23:02 UTC  (2+ messages)

(no subject)
 2022-07-17 15:18 UTC 

[linux-next:master 7976/10906] htmldocs: Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation
 2022-07-17  5:11 UTC 

[PATCH net-next v3 06/47] [RFT] phy: fsl: Add Lynx 10G SerDes driver
 2022-07-16 22:39 UTC  (2+ messages)

arch/mips/pci/msi-octeon.c:215: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-07-16 20:05 UTC 

[PATCH 5/5] docs: sysctl/fs: re-order, prettify
 2022-07-16 19:44 UTC  (2+ messages)

[PATCH 0/4] docs/zh_CN: core-api: Add some translations for the "Data structures" section(Part 1)
 2022-07-16 15:27 UTC  (9+ messages)
` [PATCH 1/4] docs/zh_CN: core-api: Add idr Chinese translation
` [PATCH 2/4] docs/zh_CN: core-api: Add circular-buffers "
` [PATCH 4/4] docs/zh_CN: core-api: Add packing "

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (5+ 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).