linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-21 23:58:44 to 2021-01-04 15:33:36 UTC [more...]

[PATCH v9 00/17] Implement NTB Controller using multiple PCI EP
 2021-01-04 15:29 UTC  (17+ messages)
` [PATCH v9 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v9 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v9 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v9 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v9 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v9 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v9 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v9 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v9 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v9 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v9 12/17] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map
` [PATCH v9 13/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v9 14/17] PCI: Add TI J721E device to pci ids
` [PATCH v9 15/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v9 16/17] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v9 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v8 00/18] Implement NTB Controller using multiple PCI EP
 2021-01-04 15:15 UTC  (5+ messages)
` [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

[PATCH v2 0/8] Documentation: HID: edit/correct all files
 2021-01-04 10:51 UTC  (11+ messages)
` [PATCH v2 1/8] Documentation: HID: hid-alps editing & corrections
` [PATCH v2 2/8] Documentation: HID: amd-sfh-hid "
` [PATCH v2 3/8] Documentation: HID: hiddev "
` [PATCH v2 4/8] Documentation: HID: intel-ish-hid "
` [PATCH v2 5/8] Documentation: HID: hidraw "
` [PATCH v2 6/8] Documentation: HID: hid-sensor "
` [PATCH v2 7/8] Documentation: HID: hid-transport "
` [PATCH v2 8/8] Documentation: HID: uhid "

[PATCH] KVM: Documentation: rectify rst markup in KVM_GET_SUPPORTED_HV_CPUID
 2021-01-04  9:59 UTC 

[PATCH] Documentation/dax: Update description of DAX policy changing
 2021-01-04  2:40 UTC 

[PATCH] docs: gpio: Fix formatting in description of gpiod_*_array_* functions
 2021-01-03 15:28 UTC  (2+ messages)

[PATCH] docs: gpio: intro: Improve HTML formatting
 2021-01-03 15:28 UTC  (2+ messages)

[PATCH v2 0/7] no-copy bvec
 2021-01-02 15:17 UTC  (8+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

[PATCH] docs: ALSA: Fix reference to mixart.rst
 2021-01-01 22:19 UTC 

[PATCH] docs: Include ext4 documentation via filesystems/
 2021-01-01 21:52 UTC 

[PATCH] docs: binfmt-misc: Fix .rst formatting
 2021-01-01 21:14 UTC 

[PATCH v2] Documentation/admin-guide: kernel-parameters: hyphenate comma-separated
 2021-01-01  4:08 UTC 

[PATCH] atomic: remove further references to atomic_ops
 2020-12-31 22:51 UTC  (2+ messages)

[RFC PATCH] Documentation: doc-guide: fixes to sphinx.rst
 2020-12-31 22:49 UTC  (3+ messages)

[PATCH] docs/mm: concepts.rst: Correct the threshold to low watermark
 2020-12-31 22:47 UTC  (2+ messages)

[PATCH] Documentation: admin: early_param()s are also listed in kernel-parameters
 2020-12-31 22:46 UTC  (2+ messages)

[PATCH v2] docs: Fix reST markup when linking to sections
 2020-12-31 22:45 UTC  (3+ messages)

[PATCH v4 00/15] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-31 14:29 UTC  (16+ messages)
` [PATCH v4 01/15] docs: phy: Add a part about PHY mode and submode
` [PATCH v4 02/15] phy: Distinguish between Rx and Tx for MIPI D-PHY with submodes
` [PATCH v4 03/15] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v4 04/15] media: sun6i-csi: Use common V4L2 format info for storage bpp
` [PATCH v4 05/15] media: sun6i-csi: Only configure the interface data width for parallel
` [PATCH v4 06/15] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v4 07/15] media: sun6i-csi: Add support for MIPI CSI-2 bridge input
` [PATCH v4 08/15] dt-bindings: media: Add A31 MIPI CSI-2 bindings documentation
` [PATCH v4 09/15] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v4 10/15] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v4 11/15] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge
` [PATCH v4 12/15] dt-bindings: media: Add A83T MIPI CSI-2 bindings documentation
` [PATCH v4 13/15] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v4 14/15] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH v4 15/15] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge

[PATCH v3 00/15] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-31 12:54 UTC  (4+ messages)
` [PATCH v3 09/15] media: sunxi: Add support for the A31 MIPI CSI-2 controller

[PATCH v2] btf: support ints larger than 128 bits
 2020-12-30 18:21 UTC  (2+ messages)

[PATCH] Allow user to set metric on default route learned via Router Advertisement
 2020-12-30 16:41 UTC  (3+ messages)

[PATCH] Documentation: kernel-hacking: change 'current()' to 'current'
 2020-12-30 15:56 UTC 

[PATCH v2 1/2] docs: networking: packet_mmap: fix formatting for C macros
 2020-12-30 13:30 UTC  (3+ messages)
` [PATCH v2 2/2] docs: networking: packet_mmap: fix old config reference

[PATCH] Allow user to set metric on default route learned via Router Advertisement
 2020-12-30  8:46 UTC 

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 21:30 UTC  (27+ messages)
` [PATCH v17 01/26] Documentation/x86: Add CET description
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v17 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v17 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v17 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v17 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v17 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v17 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v17 16/26] mm: Add guard pages around a shadow stack
` [PATCH v17 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v17 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v17 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v17 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v17 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v17 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v17 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v17 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v17 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v17 26/26] mm: Introduce PROT_SHSTK "

[PATCH v17 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-29 21:33 UTC  (8+ messages)
` [PATCH v17 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v17 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v17 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v17 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v17 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v17 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v17 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 19:45 UTC  (6+ messages)
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-12-29  8:50 UTC  (4+ messages)

[PATCH] samples/kprobes: Remove misleading comment
 2020-12-28  6:04 UTC 

[PATCH RFC v2] docs: experimental: build PDF with rst2pdf
 2020-12-28 17:19 UTC 

[PATCH] docs: Fix reST markup when linking to sections
 2020-12-27 13:59 UTC  (3+ messages)

[GIT PULL] A few documentation fixes
 2020-12-24 22:22 UTC  (2+ messages)

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (24+ messages)
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[PATCH v23 11/15] tools: Introduce a minimal user-space tool for DAMON
 2020-12-24  7:13 UTC  (4+ messages)

[PATCH v23 00/15] Introduce Data Access MONitor (DAMON)
 2020-12-24  7:11 UTC  (13+ messages)
` [PATCH v23 01/15] mm: "
` [PATCH v23 04/15] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v23 05/15] mm/damon: Implement primitives for the virtual memory address spaces

[PATCH v2] docs/zh_CN: Improve Cinese transolation quality
 2020-12-24  3:04 UTC  (3+ messages)

linux kernel新手想参与文档翻译
 2020-12-24  2:18 UTC 

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-12-23 20:39 UTC  (3+ messages)
` [PATCH V3 08/10] x86/pks: Add PKS kernel API

[PATCH v3 21/21] x86/fpu/xstate: Introduce boot-parameters to control some state component support
 2020-12-23 18:37 UTC  (2+ messages)

[dm-devel] [PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-23 16:59 UTC  (8+ messages)
    `  "

[PATCH v2] docs: netdev-FAQ: fix question headers formatting
 2020-12-23 16:18 UTC  (2+ messages)

[PATCH] checkpatch: make the line length warnings match the coding style document
 2020-12-23  8:29 UTC  (7+ messages)

[PATCH v11 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-23  2:47 UTC  (16+ messages)
` [PATCH v11 01/11] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v11 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v11 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v11 04/11] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v11 05/11] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v11 06/11] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v11 07/11] mm/hugetlb: Flush work when dissolving a HugeTLB page
` [PATCH v11 08/11] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v11 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v11 10/11] mm/hugetlb: Gather discrete indexes of tail page
    ` [External] "
` [PATCH v11 11/11] mm/hugetlb: Optimize the code with the help of the compiler

[PATCH v2] Documentation: process: Correct numbering
 2020-12-22 17:15 UTC  (5+ messages)

[PATCH 1/6] thermal/core: Remove the 'forced_passive' option
 2020-12-22 17:05 UTC  (2+ messages)

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2020-12-22 12:18 UTC  (5+ messages)

[PATCH v10 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-22  2:49 UTC  (11+ messages)
` [PATCH v10 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v10 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "

[PATCH] Documentation: x86: update the thread_info's position
 2020-12-22  1:12 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).