linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-11 02:04:44 to 2021-08-18 15:17:13 UTC [more...]

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-18 15:15 UTC  (6+ messages)
` [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h

[PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs
 2021-08-18 15:13 UTC  (3+ messages)
` [PATCH 1/2] Documentation: dmaengine: Add a description of what dmatest does
` [PATCH 2/2] Documentation: dmaengine: Correctly describe dmatest with channel unset

[PATCH] Rename libbpf documentation index file
 2021-08-18 15:13 UTC 

[PATCH v8 0/8] Add SR-IOV support in PCIe Endpoint Core
 2021-08-18 13:55 UTC  (13+ messages)
` [PATCH v8 1/8] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v8 2/8] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v8 3/8] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v8 4/8] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v8 5/8] PCI: cadence: Simplify code to get register base address for configuring BAR
` [PATCH v8 6/8] PCI: cadence: Add support to configure virtual functions
` [PATCH v8 7/8] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v8 8/8] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-18 13:40 UTC  (3+ messages)

[PATCH v4 0/6] Asynchronous notifications from secure world
 2021-08-18 10:18 UTC  (7+ messages)
` [PATCH v4 1/6] docs: staging/tee.rst: add a section on OP-TEE notifications
` [PATCH v4 2/6] dt-bindings: arm: optee: add interrupt property
` [PATCH v4 3/6] tee: fix put order in teedev_close_context()
` [PATCH v4 4/6] tee: add tee_dev_open_helper() primitive
` [PATCH v4 5/6] optee: separate notification functions
` [PATCH v4 6/6] optee: add asynchronous notifications

[PATCH v3 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-18  8:32 UTC  (7+ messages)
` [PATCH v3 1/6] docs/zh_CN: add core-api memory-allocation translation
` [PATCH v3 2/6] docs/zh_CN: add core-api unaligned-memory-access translation
` [PATCH v3 3/6] docs/zh_CN: add core-api mm-api translation
` [PATCH v3 4/6] docs/zh_CN: add core-api genalloc translation
` [PATCH v3 5/6] docs/zh_CN: add core-api boot-time-mm translation
` [PATCH v3 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation

[PATCH] clk/at91: remove kernel-doc warnings in sama7g5.c
 2021-08-18  7:20 UTC  (4+ messages)

make cleandocs issue: rm -rf /output when obj not defined
 2021-08-17 21:23 UTC  (4+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-17 21:01 UTC  (18+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (17+ messages)

[PATCH] Documentation/features/vm: correct huge-vmap APIs
 2021-08-17  9:16 UTC 

[PATCH v2 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-17  1:35 UTC  (7+ messages)
` [PATCH v2 5/6] docs/zh_CN: add core-api boot-time-mm translation

[PATCH bpf-next v1] bpf: Reconfigure libbpf docs to remove unversioned API
 2021-08-17  0:40 UTC  (2+ messages)

[PATCH] docs: fs: Refactor directory-locking.rst for better reading
 2021-08-16 22:26 UTC 

[PATCH v4 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
 2021-08-16 21:30 UTC  (4+ messages)

[PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-16 17:08 UTC  (8+ messages)
` [PATCH v6 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v6 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v6 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v6 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v6 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v3 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-16 14:18 UTC  (7+ messages)
` [PATCH v3 02/14] x86/boot: Add missing handling of setup_indirect structures
` [PATCH v3 14/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH-cgroup v5 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-14 20:54 UTC  (9+ messages)
` [PATCH v5 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v5 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v5 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v5 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v5 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v5 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH] Documentation: arm: marvell: Add 88F6825 model into list
 2021-08-14 15:44 UTC  (5+ messages)

[PATCH v1] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-14  8:00 UTC  (7+ messages)

[PATCH v2] Documentation: in_irq() cleanup
 2021-08-14  1:48 UTC 

[PATCH] Documentation: in_irq() cleanup
 2021-08-14  1:44 UTC  (3+ messages)

[PATCH-cgroup v4 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-13 16:07 UTC  (20+ messages)
` [PATCH v4 1/6] cgroup/cpuset: Enable event notification when partition state changes
` [PATCH v4 2/6] cgroup/cpuset: Properly handle partition root tree
` [PATCH v4 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v4 4/6] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH v4 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v4 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-13  8:07 UTC  (8+ messages)
` [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
` [PATCH v4 12/15] pci: Mark MSI data shared

[PATCH 1/3] docs/zh_TW: add translations for zh_TW/arm64
 2021-08-13  2:25 UTC  (3+ messages)
` [PATCH 2/3] docs/zh_TW: add translations for zh_TW/cpu-freq
` [PATCH 3/3] docs/zh_TW: add translations for zh_TW/filesystems

[PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
 2021-08-12 22:29 UTC  (4+ messages)

[PATCH v2] cgroup/cpuset: Enable memory migration for cpuset v2
 2021-08-12 21:41 UTC  (3+ messages)

[PATCH RFC v3] x86/sgx: Add /proc/sys/kernel/sgx/total_mem
 2021-08-12 20:04 UTC  (4+ messages)

[GIT PULL] docs: zh_TW translation fixes
 2021-08-12 18:46 UTC  (2+ messages)

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-12 15:58 UTC 

[PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs
 2021-08-12 15:25 UTC 

[PATCH] docs: Set upper limit of docutils (<0.17)
 2021-08-12 15:16 UTC  (3+ messages)
` [PATCH v2] docs: sphinx-requirements: Move sphinx_rtd_theme to top

[PATCH v3 0/9] docs: pdfdocs: Improve font choice in CJK translations
 2021-08-12 15:14 UTC  (6+ messages)
` [PATCH v3 6/9] docs: pdfdocs: One-half spacing for "

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-12 15:11 UTC  (2+ messages)

[PATCH] scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR
 2021-08-12 15:07 UTC  (2+ messages)

[PATCH v5] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-08-12 14:57 UTC  (2+ messages)

[PATCH 1/2] doc: align Italian translation
 2021-08-12 14:55 UTC  (2+ messages)

[PATCH] Documentation/features/vm: riscv supports THP now
 2021-08-12 14:55 UTC  (2+ messages)

[PATCH v4 0/8] docs/zh_CN: add infiniband translation
 2021-08-12 14:52 UTC  (2+ messages)

[PATCH v4 0/8] docs/zh_CN: add some virt docs translation
 2021-08-12 14:50 UTC  (2+ messages)

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-08-12 12:19 UTC  (8+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

drivers/hsi/clients/cmt_speech.c:831: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-12 10:39 UTC 

[PATCH 1/2] Documentation/process/applying-patches: Activate linux-next man hyperlink
 2021-08-12  9:50 UTC  (2+ messages)
` [PATCH 2/2] Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder

[PATCH v4 00/14] Provide core infrastructure for managing open/release
 2021-08-11 22:08 UTC  (2+ messages)

[PATCH] cgroup/cpuset: Enable memory migration for cpuset v2
 2021-08-11 19:06 UTC  (3+ messages)

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-11 18:11 UTC  (5+ messages)
` [PATCH v2 03/15] dt-bindings: Add generic bindings for PECI
` [PATCH v2 04/15] dt-bindings: Add bindings for peci-aspeed

Hawkmoth & kernel-doc
 2021-08-11 15:26 UTC  (2+ messages)

[PATCH v3 0/6] KVM: my debug patch queue
 2021-08-11 14:26 UTC  (10+ messages)
` [PATCH v3 1/6] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH v3 4/6] scripts/gdb: rework lx-symbols gdb script
` [PATCH v3 5/6] KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[PATCH v4 14/14] vfio: Remove struct vfio_device_ops open/release
 2021-08-11 10:35 UTC  (2+ messages)

[PATCH v4 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
 2021-08-11 10:33 UTC  (2+ messages)

[PATCH v4 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
 2021-08-11 10:14 UTC  (2+ messages)

[PATCH v4 08/14] vfio/pci: Move to the device set infrastructure
 2021-08-11  9:35 UTC  (2+ messages)

[PATCH v4 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
 2021-08-11  9:17 UTC  (2+ messages)

[RFC 00/11] Intro to Hardware timestamping engine
 2021-08-11  9:11 UTC  (6+ messages)
` [RFC 09/11] tools: gpio: Add new hardware clock type

[PATCH] doc: gpu: drm-internals: Create reference to DRM mm
 2021-08-11  7:42 UTC 

[PATCH RFC v2] x86/sgx: Add a read-only sysctl attribute kernel.sgx.total_mem
 2021-08-11  3:02 UTC 

[PATCH RFC] x86/sgx: Add a read-only sysctl attribute kernel.sgx.total_mem
 2021-08-11  2:06 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).