linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 22:17:53 to 2020-11-10 16:24:58 UTC [more...]

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

[PATCH] checkpatch: Documentation: include sign off for reverts
 2020-11-10 15:51 UTC 

[PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
 2020-11-10 15:42 UTC  (7+ messages)

[PATCH] Documentation: x86: fix thread_info's position
 2020-11-10 15:03 UTC  (2+ messages)

[PATCH] docs: core-api/printk-formats.rst: Clarify formatting {cpu,node}mask
 2020-11-10 14:41 UTC 

[PATCH] docs: ABI: Drop trailing whitespace
 2020-11-10 14:40 UTC 

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-10 14:00 UTC  (40+ messages)
` [PATCH v3 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v3 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v3 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v3 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v3 08/21] mm/vmemmap: Initialize page table lock for vmemmap
    ` [External] "
` [PATCH v3 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
` [PATCH v3 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v3 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v3 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v3 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v3 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v3 15/21] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [PATCH v3 16/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v3 17/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v3 18/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v3 19/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v3 20/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v3 21/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page

[PATCH] cpufreq: stats: Switch to ktime and msec instead of jiffies and usertime
 2020-11-10 12:59 UTC  (4+ messages)

[RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed
 2020-11-10 12:01 UTC  (5+ messages)

[PATCH] docs: thermal: time_in_state is displayed in msec and not usertime
 2020-11-10 10:43 UTC 

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-11-10  9:57 UTC  (9+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v23 00/12] Landlock LSM
 2020-11-10  8:16 UTC  (3+ messages)

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-11-10  7:26 UTC  (7+ messages)
    ` [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
              ` Duplicated ABI entries - Was: "

[PATCH] docs: networking: phy: s/2.5 times faster/2.5 times as fast/
 2020-11-10  1:30 UTC  (2+ messages)

[PATCH v2 0/8] Fork brute force attack mitigation
 2020-11-10  0:09 UTC  (6+ messages)
` [PATCH v2 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v2 1/2] dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML
 2020-11-09 22:11 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: misc: convert fsl,qoriq-mc "
  ` [PATCH v2 2/2] dt-bindings: misc: convert fsl, qoriq-mc "
` [PATCH v2 1/2] dt-bindings: misc: convert fsl, dpaa2-console "

[PATCH 2/2] w1: w1_therm: Add support for GXCAS GX20MH01 device
 2020-11-09 17:32 UTC  (11+ messages)
            ` Adding ABI to htmldocs - Was: "

[PATCH 5.4 05/85] linkage: Introduce new macros for assembler symbols
 2020-11-09 12:55 UTC 

[PATCH v13 0/8] support reserving crashkernel above 4G on arm64 kdump
 2020-11-09 12:34 UTC  (2+ messages)

[PATCH v15 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
 2020-11-09 11:32 UTC 

[PATCH] docs: filesystems: Reduce ext2.rst to one top-level heading
 2020-11-09 10:27 UTC  (2+ messages)

[PATCH V4 DOC] doc: zh_CN: add translatation for tmpfs
 2020-11-09  2:31 UTC  (2+ messages)

[PATCH] docs: driver-api: mtd: intel-spi: Improve formatting of shell commands
 2020-11-08 15:10 UTC 

[PATCH] docs: ABI: testing: iio: stm32: remove re-introduced unsupported ABI
 2020-11-08 15:09 UTC  (2+ messages)

[PATCH] docs: filesystems: link ubifs-authentication.rst without .rst extension
 2020-11-08 13:24 UTC 

[PATCH] docs: mtd: spi-nor: Fix formatting of text vs. diagrams
 2020-11-07 18:39 UTC 

[PATCH V3] doc: zh_CN: add translatation for tmpfs
 2020-11-07 13:48 UTC  (2+ messages)

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-11-06 23:29 UTC  (11+ messages)
` [PATCH V3 01/10] x86/pkeys: Create pkeys_common.h
` [PATCH V3 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH V3 03/10] x86/pks: Add PKS defines and Kconfig options
` [PATCH V3 04/10] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
` [PATCH V3 06/10] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V3 07/10] x86/fault: Report the PKRS state on fault
` [PATCH V3 08/10] x86/pks: Add PKS kernel API
` [PATCH V3 09/10] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH V3 10/10] x86/pks: Add PKS test code

[PATCH] docs: trace: fix event state structure name
 2020-11-06 20:39 UTC 

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-06 20:14 UTC  (11+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-11-06 16:43 UTC  (6+ messages)
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "

[PATCH] docs: ABI: sysfs-driver-ufs: Add DeepSleep power mode
 2020-11-06 15:36 UTC 

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2020-11-06 14:52 UTC  (4+ messages)

[PATCH 10/11 v3] ftrace: Reverse what the RECURSION flag means in the ftrace_ops
 2020-11-06 14:27 UTC  (5+ messages)
` [PATCH 11/11 v3] ftrace: Add recording of functions that caused recursion

[PATCH] Documentation: document /proc api for arm64 MTE vm flags
 2020-11-06 10:19 UTC 

[PATCH v2] proc: Provide details on indirect branch speculation
 2020-11-06  6:41 UTC  (2+ messages)

[PATCH 0/3] warn and suppress irqflood
 2020-11-06  5:53 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: misc: convert fsl,dpaa2-console from txt to YAML
 2020-11-05 19:26 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: misc: convert fsl,qoriq-mc "
` [PATCH 1/2] dt-bindings: misc: convert fsl, dpaa2-console "

[PATCH v3 00/56] Fix several bad kernel-doc markups
 2020-11-05 15:30 UTC  (8+ messages)
` [PATCH v3 38/56] clk: fix a kernel-doc markup
` [PATCH v3 56/56] scrpits: kernel-doc: validate kernel-doc markup with the actual names

[PATCH v3 23/56] PCI: fix kernel-doc markups
 2020-11-05 14:44 UTC  (2+ messages)

[PATCH 00/33] ABI: add it to the documentation build system
 2020-11-05 13:56 UTC  (3+ messages)
` [PATCH 23/33] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed

[PATCH v4 0/4] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-11-05 12:55 UTC  (8+ messages)
` [PATCH v4 1/4] PM / EM: Add a flag indicating units of power values in Energy Model
` [RESEND][PATCH "

[PATCH] proc: Provide details on indirect branch speculation
 2020-11-05  5:57 UTC  (3+ messages)

[PATCH V2 00/10] PKS: Add Protection Keys Supervisor (PKS) support
 2020-11-04 22:54 UTC  (6+ messages)

[GIT PULL] Docs-build warning fixes for 5.10-rc3
 2020-11-04 22:40 UTC  (4+ messages)

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2020-11-04 19:42 UTC  (7+ messages)

[PATCH 11/11 v2] ftrace: Add recording of functions that caused recursion
 2020-11-04 19:13 UTC  (7+ messages)
        ` [PATCH 11/11 v2.2] "

[PATCH v7 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-11-04 15:16 UTC  (15+ messages)
` [PATCH v7 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v7 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v7 7/9] kfence, Documentation: add KFENCE documentation
` [PATCH v7 8/9] kfence: add test suite

[PATCH v40 23/24] docs: x86/sgx: Document SGX kernel architecture
 2020-11-04 14:54 UTC 

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-11-03 22:43 UTC  (7+ messages)
` [RFC Patch 1/2] KVM: SVM: Create SEV cgroup controller


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