linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 14:56:38 to 2020-09-16 06:26:22 UTC [more...]

[PATCH] Documentation: admin-guide: fix kernel-parameters.txt sort order
 2020-09-16  6:25 UTC 

[PATCH] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
 2020-09-16  6:18 UTC  (2+ messages)

[PATCH] doc: zh_CN: index files in arm64 subdirectory
 2020-09-16  4:57 UTC 

[PATCH] docs: fb: Remove framebuffer scrollback option for boot
 2020-09-16  4:44 UTC  (4+ messages)

[PATCH v5] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-16  4:14 UTC  (3+ messages)
  ` [External] "

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-16  3:10 UTC  (18+ messages)

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-16  2:50 UTC  (37+ messages)
` [RFC PATCH 01/24] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [RFC PATCH 02/24] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [RFC PATCH 03/24] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [RFC PATCH 04/24] mm/hugetlb: Register bootmem info when CONFIG_HUGETLB_PAGE_FREE_VMEMMAP
` [RFC PATCH 05/24] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [RFC PATCH 06/24] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [RFC PATCH 07/24] mm/hugetlb: Add freeing unused vmemmap pages support for x86
` [RFC PATCH 08/24] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [RFC PATCH 09/24] x86/mm: Introduce VMEMMAP_SIZE/VMEMMAP_END macro
` [RFC PATCH 10/24] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [RFC PATCH 11/24] mm/hugetlb: Add vmemmap_pmd_huge macro for x86
` [RFC PATCH 12/24] mm/hugetlb: Defer freeing of hugetlb pages
` [RFC PATCH 13/24] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [RFC PATCH 14/24] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [RFC PATCH 15/24] mm/hugetlb: Use PG_slab to indicate split pmd
` [RFC PATCH 16/24] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [RFC PATCH 17/24] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [RFC PATCH 18/24] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [RFC PATCH 19/24] mm/hugetlb: Flush work when dissolving hugetlb page
` [RFC PATCH 20/24] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [RFC PATCH 22/24] mm/hugetlb: Implement vmemmap_pmd_mkhuge macro
` [RFC PATCH 23/24] mm/hugetlb: Gather discrete indexes of tail page
` [RFC PATCH 24/24] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page

[PATCH] Documentation: kernel-parameters: clarify "module." parameters
 2020-09-16  2:49 UTC 

[PATCH] docs: fb: Removed the scrollback related option
 2020-09-16  1:21 UTC 

[PATCH] docs: fb: Remove scrollback related stanza
 2020-09-16  1:10 UTC 

[PATCH] docs: fb: Remove scrollback related lines
 2020-09-16  0:55 UTC 

[PATCH v2 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-15 13:49 UTC  (12+ messages)
` [PATCH v2 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v2 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v2 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v2 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v2 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v2 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v2 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v2 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v2 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v2 10/10] kfence: add test suite

[PATCH] docs: fb: Remove scrollback option
 2020-09-15 13:51 UTC  (3+ messages)

[PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
 2020-09-15 14:26 UTC  (4+ messages)

[PATCH v4] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15 16:19 UTC  (5+ messages)
  ` [External] "

a saner API for allocating DMA addressable pages v2
 2020-09-15 14:10 UTC  (26+ messages)
` [PATCH 02/17] mm: turn alloc_pages into an inline function
` [PATCH 03/17] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/17] drm/nouveau/gk20a: "
` [PATCH 05/17] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/17] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/17] 53c700: improve non-coherent DMA handling
` [PATCH 08/17] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/17] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/17] hal2: "
` [PATCH 11/17] sgiseeq: "
` [PATCH 12/17] 53c700: "
` [PATCH 13/17] dma-mapping: remove dma_cache_sync
` [PATCH 14/17] dma-mapping: add a new dma_alloc_pages API
` [PATCH 15/17] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 16/17] dma-iommu: implement ->alloc_noncoherent
` [PATCH 17/17] firewire-ohci: use dma_alloc_pages

[PATCH] Documentation: Chinese translation of Documentation/arm64/amu.rst
 2020-09-15 14:29 UTC  (3+ messages)
  `  "

[PATCH] cgroup: Add cgroupstats numbers to cgroup.stat file
 2020-09-15 15:53 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

[PATCH] [PATCH] ARM64: Setup DMA32 zone size by bootargs
 2020-09-15 17:48 UTC  (4+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-15 20:16 UTC  (25+ messages)
                                    ` [NEEDS-REVIEW] "

[PATCH] scsi: docs: Remove obsolete scsi typedef text from scsi_mid_low_api
 2020-09-15 20:16 UTC  (2+ messages)

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-15 18:44 UTC  (11+ messages)
` [RFC PATCH 5/6] security/fbfam: Detect a fork brute force attack

[RFC v7 00/19] lockdep: Support deadlock detection for recursive read locks
 2020-09-15 18:32 UTC  (6+ messages)
` [RFC v7 11/19] lockdep: Fix recursive read lock related safe->unsafe detection
` [RFC v7 12/19] lockdep: Add recursive read locks into dependency graph

[RFC PATCH 0/2] DAMON: Improve User Space Interface
 2020-09-15 18:08 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/damon: Put more information in kdamond thread name
` [RFC PATCH 2/2] mm/damon/debugfs: Support multiple contexts

[PATCH v38 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-09-15 11:05 UTC 

[PATCH v38 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-09-15 11:28 UTC 

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-15  7:16 UTC  (2+ messages)

[PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
 2020-09-15  7:08 UTC  (3+ messages)

[PATCH v2] docs: fb: Remove scrollback related lines
 2020-09-15  6:52 UTC  (4+ messages)

[PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
 2020-09-15  6:44 UTC 

clean up is partition checks
 2020-09-15  5:45 UTC  (2+ messages)

[PATCH] docs : fb : vesafb.rst : Removed scrollback related lines
 2020-09-15  5:37 UTC  (3+ messages)

[PATCH] docs : fb: sstfb.rst : Remove the scrollback related stanza
 2020-09-15  4:48 UTC 

[PATCH] docs : fb : matroxfb.rst : Remove the stale information lines i.e framebuffer scrollback
 2020-09-15  4:19 UTC 

[PATCH v4 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-15  4:21 UTC  (18+ messages)
` [PATCH v4 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v4 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v4 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v4 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v4 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v4 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v4 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v4 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v4 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v4 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v4 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v4 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v4 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v4 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v4 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v4 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v4 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH] docs:fb:fbcon.rst:Remove the stale boot option for framebuffer i.e scrollback
 2020-09-15  3:48 UTC 

[PATCH v3] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15  2:46 UTC  (7+ messages)
  ` [External] "

fbcon: remove soft scrollback code (missing Doc. patch)
 2020-09-15  1:34 UTC  (5+ messages)

[PATCH] mm/doc: add usage description for migrate_vma_*()
 2020-09-15  1:05 UTC  (4+ messages)

[PATCH] doc: zh_CN: add translatation for ext3.rst
 2020-09-14 18:18 UTC  (3+ messages)

[PATCH v3 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-14 15:36 UTC  (4+ messages)
` [PATCH v3 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
 2020-09-14 15:33 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).