linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-15 10:02:56 to 2022-06-17 14:47:59 UTC [more...]

[RFC PATCH V4 1/1] swiotlb: Split up single swiotlb lock
 2022-06-17 14:47 UTC 

[PATCH v4 0/2] docs: Improve loongarch documents
 2022-06-17 14:05 UTC  (5+ messages)
` [PATCH v4 1/2] docs/LoongArch: Fix notes rendering by using reST directives
` [PATCH v4 2/2] docs/zh_CN/LoongArch: "

[PATCH v3 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-17 13:56 UTC  (3+ messages)
` [PATCH v3 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v3 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory

[PATCH 0/9] docs/zh_CN: core-api: Update the partial translation to 5.19-rc2
 2022-06-17 13:55 UTC  (13+ messages)
` [PATCH 2/9] docs/zh_CN: core-api: Update the translation of cpu_hotplug.rst "
    `  "
` [PATCH 3/9] docs/zh_CN: core-api: Update the translation of irq/irq-domain.rst "
    `  "
` [PATCH 7/9] docs/zh_CN: core-api: Update the translation of printk-format.rst "
    `  "
` [PATCH 8/9] docs/zh_CN: core-api: Update the translation of workqueue.rst "
` [PATCH 9/9] docs/zh_CN: core-api: Update the translation of xarray.rst "

[PATCH v20 0/4] Microchip Polarfire FPGA manager
 2022-06-17 13:48 UTC  (5+ messages)
` [PATCH v20 1/4] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v20 2/4] docs: fpga: mgr: document parse_header() callback
` [PATCH v20 3/4] fpga: microchip-spi: add Microchip MPF FPGA manager
` [PATCH v20 4/4] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr

[PATCH v3 0/2] docs: Improve loongarch documents
 2022-06-17 12:41 UTC  (7+ messages)
` [PATCH v3 1/2] docs/LoongArch: Fix notes rendering by using reST directives
` [PATCH v3 2/2] docs/zh_CN/LoongArch: "

[PATCH v2 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-17 11:19 UTC  (23+ messages)
` [PATCH v2 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v2 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP

[PATCH] USB: hub: add module parameters to usbcore for port init retries
 2022-06-17 10:22 UTC 

[PATCH v2 0/2] docs: Improve loongarch documents
 2022-06-17 10:21 UTC  (5+ messages)
` [PATCH v2 1/2] docs/LoongArch: Rewrite all the notes
` [PATCH v2 2/2] docs/zh_CN: "

[PATCH v4 0/2] arm64: Fix kcsan test_barrier fail and panic
 2022-06-17 10:18 UTC  (5+ messages)
` [PATCH v4 1/2] asm-generic: Add memory barrier dma_mb()

[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
 2022-06-17  8:54 UTC  (10+ messages)
` [RFT][PATCH v1 1/6] vfio/ap: Pass in physical address of ind to ap_aqic()
` [RFT][PATCH v1 2/6] vfio/ccw: Only pass in contiguous pages
` [RFT][PATCH v1 3/6] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v1 4/6] vfio: Rename user_iova of vfio_dma_rw()
` [RFT][PATCH v1 5/6] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v1 6/6] vfio: Replace phys_pfn with phys_page for vfio_pin_pages()

[PATCH 0/5] arm64: kdump: Function supplement and performance optimization
 2022-06-17  8:26 UTC  (7+ messages)
` [PATCH 1/5] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
` [PATCH 2/5] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones

[PATCH 0/2] docs/loongarch: improve loongarch documents
 2022-06-17  8:11 UTC  (5+ messages)
` [PATCH 1/2] docs/loongarch: rewrite all the notes
` [PATCH 2/2] docs/zh_CN: "

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-17  7:49 UTC  (13+ messages)
` [PATCH 3/6] mm: hugetlb_vmemmap: introduce the name HVO
` [PATCH 6/6] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability

[PATCH] dt-bindings: efm32: remove bindings for deleted platform
 2022-06-17  5:57 UTC  (5+ messages)

[PATCH v11 00/14] Multi-Gen LRU Framework
 2022-06-17  3:17 UTC  (18+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-16 23:55 UTC  (33+ messages)
` [PATCH V4 01/20] rv: Add "
` [PATCH V4 02/20] rv: Add runtime reactors interface
` [PATCH V4 03/20] rv/include: Add helper functions for deterministic automata
` [PATCH V4 04/20] rv/include: Add deterministic automata monitor definition via C macros
` [PATCH V4 05/20] rv/include: Add instrumentation helper functions
` [PATCH V4 06/20] tools/rv: Add dot2c
` [PATCH V4 07/20] tools/rv: Add dot2k
` [PATCH V4 08/20] rv/monitor: Add the wip monitor skeleton created by dot2k
` [PATCH V4 09/20] rv/monitor: wip instrumentation and Makefile/Kconfig entries
` [PATCH V4 10/20] rv/monitor: Add the wwnr monitor skeleton created by dot2k
` [PATCH V4 11/20] rv/monitor: wwnr instrumentation and Makefile/Kconfig entries
` [PATCH V4 12/20] rv/reactor: Add the printk reactor
` [PATCH V4 13/20] rv/reactor: Add the panic reactor
` [PATCH V4 14/20] Documentation/rv: Add a basic documentation
` [PATCH V4 15/20] Documentation/rv: Add deterministic automata monitor synthesis documentation
` [PATCH V4 16/20] Documentation/rv: Add deterministic automata instrumentation documentation
` [PATCH V4 17/20] watchdog/dev: Add tracepoints
` [PATCH V4 18/20] rv/monitor: Add safe watchdog monitor
` [PATCH V4 19/20] rv/safety_app: Add a safety_app sample
` [PATCH V4 20/20] Documentation/rv: Add watchdog-monitor documentation

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-06-16 22:49 UTC  (5+ messages)
` [PATCH 1/2] Documentation/x86: Add the AMX enabling example
` [PATCH 2/2] Documentation/x86: Explain guest XSTATE permission control

[PATCH v2 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-16 20:38 UTC  (3+ messages)
` [PATCH v2 1/2] drm: Implement DRM aperture helpers under video/
` [PATCH v2 2/2] vfio/pci: Remove console drivers

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-16 16:58 UTC  (13+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH 1/2] ext4: Fix incorrect comment
 2022-06-16 15:44 UTC  (2+ messages)

[PATCH 00/10] Encrypted Hibernation
 2022-06-16 15:42 UTC  (6+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-16 15:04 UTC  (14+ messages)

[PATCH v19 0/4] Microchip Polarfire FPGA manager
 2022-06-16 14:40 UTC  (8+ messages)
` [PATCH v19 1/4] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v19 2/4] docs: fpga: mgr: document parse_header() callback
` [PATCH v19 3/4] fpga: microchip-spi: add Microchip MPF FPGA manager
` [PATCH v19 4/4] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr

[PATCH v3 0/3] docs/zh_CN: Update the translation of vm to 5.19-rc1
 2022-06-16 10:24 UTC  (7+ messages)
` [PATCH v3 1/3] docs/zh_CN: Update the translation of highmem "
` [PATCH v3 2/3] docs/zh_CN: Update the translation of page_owner "
` [PATCH v3 3/3] docs/zh_CN: Update the translation of vm index "

[PATCH v7 5/6] serial: Support for RS-485 multipoint addresses
 2022-06-16  7:53 UTC  (5+ messages)

[PATCH v2] module: Add support for default value for module async_probe
 2022-06-16  3:19 UTC  (2+ messages)

[PATCH v2] Documentation: highmem: Use literal block for *kmap_local_folio() example
 2022-06-16  2:21 UTC  (8+ messages)

[PATCH] xen: don't require virtio with grants for non-PV guests
 2022-06-15 23:40 UTC  (11+ messages)

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-15 22:25 UTC  (10+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable

[PATCH v8 0/9] Add Ampere's Altra SMPro MFD and its child drivers
 2022-06-15 22:14 UTC  (3+ messages)
` [PATCH v8 8/9] mfd: smpro-mfd: Adds Ampere's Altra SMpro MFD driver

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-15 22:12 UTC  (5+ messages)
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 07/17] ipe: add auditing support

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-06-15 17:31 UTC  (10+ messages)

[PATCH 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
 2022-06-15 17:00 UTC  (8+ messages)
` [PATCH 2/2] procfs: Add 'path' to /proc/<pid>/fdinfo/
        ` [Linaro-mm-sig] "

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-15 14:29 UTC  (11+ messages)

[PATCH 5.18 01/11] Documentation: Add documentation for Processor MMIO Stale Data
 2022-06-15 14:28 UTC  (3+ messages)

[PATCH v3 2/2] drm/msm: Expose client engine utilization via fdinfo
 2022-06-15 12:52 UTC  (3+ messages)

[PATCH v5 0/5] introduce mirrored memory support for arm64
 2022-06-15 10:15 UTC  (8+ messages)
` [PATCH v5 1/5] efi: arm64: Introduce ability to find mirrored memory ranges
` [PATCH v5 4/5] arm64: mm: Only remove nomap flag for initrd


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