linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-11 09:29:14 to 2022-06-14 21:00:04 UTC [more...]

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14 20:59 UTC  (25+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based private memory

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-14 20:23 UTC  (18+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v3 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v3 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
` [PATCH v3 6/6] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-14 18:59 UTC  (10+ messages)

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-14 16:57 UTC  (25+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
` [PATCH 2/6] mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
` [PATCH 3/6] mm: hugetlb_vmemmap: introduce the name HVO
` [PATCH 4/6] mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
` [PATCH 5/6] mm: hugetlb_vmemmap: replace early_param() with core_param()
` [PATCH 6/6] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability

[PATCH v2 0/3] docs/zh_CN: Update the translation of vm to 5.19-rc1
 2022-06-14 13:42 UTC  (9+ messages)
` [PATCH v2 1/3] docs/zh_CN: Update the translation of highmem "
` [PATCH v2 2/3] docs/zh_CN: Update the translation of page_owner "
` [PATCH v2 3/3] docs/zh_CN: Update the translation of vm index "

[PATCH] docs: update btrfs list of features and link to readthedocs.io
 2022-06-14 13:37 UTC 

[PATCH v3 0/4] DMA mapping changes for SCSI core
 2022-06-14 13:12 UTC  (3+ messages)
` [PATCH v3 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()

[PATCH] Documentation: highmem: Use literal block for *kmap_local_folio() example
 2022-06-14 13:08 UTC  (2+ messages)

[PATCH] doc: module: update file references
 2022-06-14 12:28 UTC  (2+ messages)

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-06-14 11:53 UTC  (22+ messages)
` [PATCH v11 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v5 0/5] introduce mirrored memory support for arm64
 2022-06-14 10:50 UTC  (9+ messages)
` [PATCH v5 1/5] efi: arm64: Introduce ability to find mirrored memory ranges
` [PATCH v5 2/5] mm: Ratelimited mirrored memory related warning messages
` [PATCH v5 3/5] mm: Limit warning message in vmemmap_verify() to once
` [PATCH v5 4/5] arm64: mm: Only remove nomap flag for initrd
` [PATCH v5 5/5] memblock: Disable mirror feature if kernelcore is not specified

[PATCH net] docs: tls: document the TLS_TX_ZEROCOPY_RO
 2022-06-14 10:10 UTC  (3+ messages)

[PATCH v1 0/2] docs/memory-barriers.txt: Fix confusing name of 'data dependency barrier'
 2022-06-14  9:50 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] docs/memory-barriers.txt: Fixup long lines

[PATCH v18 0/4] Microchip Polarfire FPGA manager
 2022-06-14  9:12 UTC  (4+ messages)
` [PATCH v18 2/4] docs: fpga: mgr: document parse_header() callback
` [PATCH v18 4/4] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr

[PATCH] Documentation: tty: add closing double backticks for lookahead_buf() prototype
 2022-06-14  9:12 UTC 

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-14  8:56 UTC  (7+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices

[PATCH] Documentation: samsung-s3c24xx: Add blank line after SPDX directive
 2022-06-14  8:49 UTC  (2+ messages)

[PATCH v2 00/12] platform/surface: aggregator: Add support for client hot-removal
 2022-06-14  7:48 UTC  (3+ messages)

[PATCH v12 00/14] Multi-Gen LRU Framework
 2022-06-14  7:23 UTC  (16+ messages)
` [PATCH v12 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v12 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v12 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v12 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v12 05/14] mm: multi-gen LRU: groundwork
` [PATCH v12 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v12 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v12 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v12 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v12 10/14] mm: multi-gen LRU: kill switch
` [PATCH v12 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v12 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v12 13/14] mm: multi-gen LRU: admin guide
` [PATCH v12 14/14] mm: multi-gen LRU: design doc

[PATCH] docs: networking: phy: Fix a typo
 2022-06-14  6:20 UTC  (3+ messages)

[PATCH RESEND] fs-verity: mention btrfs support
 2022-06-14  3:57 UTC 

[PATCH v4 0/2] arm64: Fix kcsan test_barrier fail and panic
 2022-06-14  3:20 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: kcsan: Support detecting more missing memory barriers

[PATCH v2] docs: filesystems: f2fs: fix description about compress ioctl
 2022-06-14  2:49 UTC  (6+ messages)

[PATCH v2] dev-tools: modify SPL reference URL to actual SPL doc entry
 2022-06-14  1:55 UTC 

[PATCH] dev-tools: fix one invalid url
 2022-06-14  1:49 UTC  (4+ messages)

[PATCH v6 5/6] serial: Support for RS-485 multipoint addresses
 2022-06-13 22:22 UTC  (2+ messages)

[PATCH] docs: selinux: add '=' signs to kernel boot options
 2022-06-13 20:12 UTC  (5+ messages)

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-06-13 19:23 UTC  (4+ messages)
` [PATCH 4/8] Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
` [PATCH 6/8] Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' "
` [PATCH 8/8] Docs/admin-guide/damon: add a document for DAMON_LRU_SORT

[PATCH RESEND v2] leds: Add leds-qcom-lpg entry to documentation table of contents
 2022-06-13 17:42 UTC  (2+ messages)

[PATCH v2] scripts: kernel-doc: Always increment warnings counter
 2022-06-13 17:18 UTC  (2+ messages)

[PATCH] arm64: Unify vertical spacing in HWCAPS
 2022-06-13 17:32 UTC  (3+ messages)
` [PATCH v3] docs/arm64: elf_hwcaps: Unify HWCAP lists as description lists

[PATCH 0/2] docs/zh_CN: sync reporting-issues.rst to 247097e2bbff4
 2022-06-13 17:33 UTC  (3+ messages)
` [PATCH v2] docs/zh_CN: Update translation of reporting-issues.rst to 5.18

Sphinx pre v3 -- removing support
 2022-06-13 16:19 UTC  (11+ messages)

[PATCH] docs: driver-api: gpio: Fix filename mismatch
 2022-06-13 16:12 UTC  (2+ messages)

[dinguyen:svc_driver_updates_for_v4.20 1/6] htmldocs: include/linux/firmware/intel/stratix10-svc-client.h:19: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2022-06-13 14:24 UTC  (4+ messages)
` [PATCH] firmware: stratix10-svc: remove extraneous asterisk from #define comments

[PATCH v4 0/6] introduce mirrored memory support for arm64
 2022-06-13 11:54 UTC  (16+ messages)
` [PATCH v4 1/6] efi: Make efi_find_mirror() public
` [PATCH v4 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v4 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v4 4/6] mm: Limit warning message in vmemmap_verify() to once
` [PATCH v4 5/6] mm: Only remove nomap flag for initrd
` [PATCH v4 6/6] memblock: Disable mirror feature if kernelcore is not specified

[PATCH] serial: Drop timeout from uart_port
 2022-06-13 11:39 UTC 

[PATCH] docs: Move the HTE documentation to driver-api/
 2022-06-13 10:34 UTC  (4+ messages)

[PATCH 00/23] Update Documentation/ cross-references
 2022-06-13  9:47 UTC  (3+ messages)
` [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference

[PATCH -next] fs/ntfs3: Remove unused function 'attr_must_be_resident'
 2022-06-13  8:55 UTC 

[PATCH] arm64: kdump: Provide default size when crashkernel=Y,low is not specified
 2022-06-13  8:29 UTC  (2+ messages)

[PATCH 0/5] arm64: kdump: Function supplement and performance optimization
 2022-06-13  8:09 UTC  (6+ 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 3/5] arm64: kdump: Remove some redundant checks in map_mem()
` [PATCH 4/5] arm64: kdump: Decide when to reserve crash memory in reserve_crashkernel()
` [PATCH 5/5] arm64: kdump: Don't defer the reservation of crash high memory

[PATCH v1 0/4] swiotlb: some cleanup
 2022-06-13  6:49 UTC  (3+ messages)
` [PATCH v1 4/4] swiotlb: panic if nslabs is too small

[PATCH 0/3] docs/zh_CN: Update the translation of vm to 5.19-rc1
 2022-06-13  6:17 UTC  (11+ messages)
` [PATCH 1/3] docs/zh_CN: Update the translation of highmem "
` [PATCH 2/3] docs/zh_CN: Update the translation of page_owner "
` [PATCH 3/3] docs/zh_CN: Update the translation of vm index "

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

[PATCH 0/5] docs/doc-guide: Sphinx related updates
 2022-06-11 23:25 UTC  (6+ messages)
` [RFC PATCH 3/5] docs/doc-guide: Update guidelines for title adornments

[PATCH v3 0/6] introduce mirrored memory support for arm64
 2022-06-11  9:56 UTC  (3+ 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).