linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-14 20:58:58 to 2021-08-20 18:21:47 UTC [more...]

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-20 18:11 UTC  (27+ messages)
` [PATCH v29 01/32] Documentation/x86: Add CET description
` [PATCH v29 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v29 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v29 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v29 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v29 06/32] x86/cet: Add control-protection fault handler
` [PATCH v29 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v29 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v29 18/32] mm: Add guard pages around a shadow stack
` [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 27/32] x86/cet/shstk: Handle signals for "

[PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-20 18:15 UTC  (4+ messages)
` [PATCH v3 1/2] fs: warn about impending deprecation of mandatory locks
` [PATCH v3 2/2] fs: remove mandatory file locking support

What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?
 2021-08-20 17:33 UTC  (2+ messages)

[PATCH v2] Documentation: Update details of The Linux Kernel Module Programming Guide
 2021-08-20 17:17 UTC  (3+ messages)

[PATCH RESEND v2] docs: x86: Remove obsolete information about x86_64 vmalloc() faulting
 2021-08-20 17:14 UTC  (3+ messages)

[PATCH 1/2] Documentation/process/applying-patches: Activate linux-next man hyperlink
 2021-08-20 17:12 UTC  (5+ messages)
` [PATCH 2/2] Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-20 17:10 UTC  (3+ messages)

[PATCH net-next] doc: Document unexpected tcp_l3mdev_accept=1 behavior
 2021-08-20 17:06 UTC  (2+ messages)

[PATCH v2 0/2] fs: remove support for mandatory locking
 2021-08-20 16:08 UTC  (9+ messages)
` [PATCH v2 1/2] fs: warn about impending deprecation of mandatory locks
` [PATCH v2 2/2] fs: remove mandatory file locking support

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-20 15:41 UTC  (6+ messages)

[PATCH] fs: remove mandatory file locking support
 2021-08-20 11:40 UTC 

[PATCH] serial-console.rst: break up code chunks
 2021-08-20  6:11 UTC  (2+ messages)

[PATCH] hugetlbfs: add hugepages_node kernel parameter
 2021-08-20  3:05 UTC 

[PATCH v2 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-19 23:43 UTC  (3+ messages)

[PATCH] docs: admin-guide: fix serial default / maximum
 2021-08-19 23:35 UTC 

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-19 22:36 UTC  (21+ messages)
` [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V2 07/12] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V2 08/12] vfio/pci: Move module parameters "
` [PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
` [PATCH V2 10/12] vfio: Use select for eventfd
` [PATCH V2 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V2 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v9 0/8] Add SR-IOV support in PCIe Endpoint Core
 2021-08-19 13:14 UTC  (10+ messages)
` [PATCH v9 1/8] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v9 2/8] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v9 3/8] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v9 4/8] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v9 5/8] PCI: cadence: Simplify code to get register base address for configuring BAR
` [PATCH v9 6/8] PCI: cadence: Add support to configure virtual functions
` [PATCH v9 7/8] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v9 8/8] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH v2] clk: expand clk_ignore_unused mechanism to keep only a few clks on
 2021-08-19 12:14 UTC 

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-19 11:32 UTC  (5+ messages)

[PATCH v2 0/9] Free user PTE page table pages
 2021-08-19 10:18 UTC  (12+ messages)
` [PATCH v2 1/9] mm: introduce pmd_install() helper
` [PATCH v2 2/9] mm: remove redundant smp_wmb()
` [PATCH v2 3/9] mm: rework the parameter of lock_page_or_retry()
` [PATCH v2 4/9] mm: move pte_alloc{,_map,_map_lock}() to a separate file
` [PATCH v2 5/9] mm: pte_refcount infrastructure
` [PATCH v2 6/9] mm: free user PTE page table pages
    ` [External] "
` [PATCH v2 7/9] mm: add THP support for pte_ref
` [PATCH v2 8/9] mm: free PTE page table by using rcu mechanism
` [PATCH v2 9/9] mm: use mmu_gather to free PTE page table

[PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs
 2021-08-19  9:13 UTC  (5+ messages)
` [PATCH 1/2] Documentation: dmaengine: Add a description of what dmatest does
` [PATCH 2/2] Documentation: dmaengine: Correctly describe dmatest with channel unset

[PATCH v2 0/2] lkdtm: update block layer crashpoints
 2021-08-19  7:09 UTC  (8+ messages)
` [PATCH v2 1/2] lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQ
` [PATCH v2 2/2] lkdtm: remove IDE_CORE_CP crashpoint

[PATCH v2 0/4] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-08-19  6:58 UTC  (5+ messages)
` [PATCH v2 1/4] mm: hugetlb: free "
` [PATCH v2 2/4] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v2 3/4] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v2 4/4] selftests: vm: add a hugetlb test case

[PATCH 2/5] slab: Add __alloc_size attributes for better bounds checking
 2021-08-19  2:59 UTC  (3+ messages)

[PATCH] Documentation: kernel-docs: Update the title, the author, the URL, the date, and the description of the book "The Linux Kernel Module Programming Guide"
 2021-08-18 23:05 UTC 

[PATCH v4 0/6] Asynchronous notifications from secure world
 2021-08-18 18:34 UTC  (10+ messages)
` [PATCH v4 1/6] docs: staging/tee.rst: add a section on OP-TEE notifications
` [PATCH v4 2/6] dt-bindings: arm: optee: add interrupt property
` [PATCH v4 3/6] tee: fix put order in teedev_close_context()
` [PATCH v4 4/6] tee: add tee_dev_open_helper() primitive
` [PATCH v4 5/6] optee: separate notification functions
` [PATCH v4 6/6] optee: add asynchronous notifications

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-18 16:38 UTC  (19+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack

[PATCH] clk: expand clk_ignore_unused mechanism to keep only a few clks on
 2021-08-18 16:04 UTC 

[PATCH] Rename libbpf documentation index file
 2021-08-18 15:47 UTC  (2+ messages)

[PATCH] docs/zh_CN: Add zh_CN/admin-guide/sysrq.rst
 2021-08-18 15:22 UTC 

[PATCH v8 6/8] PCI: cadence: Add support to configure virtual functions
 2021-08-18 13:55 UTC  (3+ messages)

[PATCH v3 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-18  8:32 UTC  (7+ messages)
` [PATCH v3 1/6] docs/zh_CN: add core-api memory-allocation translation
` [PATCH v3 2/6] docs/zh_CN: add core-api unaligned-memory-access translation
` [PATCH v3 3/6] docs/zh_CN: add core-api mm-api translation
` [PATCH v3 4/6] docs/zh_CN: add core-api genalloc translation
` [PATCH v3 5/6] docs/zh_CN: add core-api boot-time-mm translation
` [PATCH v3 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation

[PATCH] clk/at91: remove kernel-doc warnings in sama7g5.c
 2021-08-18  7:20 UTC  (4+ messages)

make cleandocs issue: rm -rf /output when obj not defined
 2021-08-17 21:23 UTC  (4+ messages)

[PATCH v8 5/8] PCI: cadence: Simplify code to get register base address for configuring BAR
 2021-08-17 15:24 UTC  (2+ messages)

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (6+ messages)

[PATCH] Documentation/features/vm: correct huge-vmap APIs
 2021-08-17  9:16 UTC 

[PATCH v2 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-17  1:35 UTC  (6+ messages)
` [PATCH v2 5/6] docs/zh_CN: add core-api boot-time-mm translation

[PATCH bpf-next v1] bpf: Reconfigure libbpf docs to remove unversioned API
 2021-08-17  0:40 UTC  (2+ messages)

[PATCH] docs: fs: Refactor directory-locking.rst for better reading
 2021-08-16 22:26 UTC 

[PATCH v4 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
 2021-08-16 21:30 UTC  (3+ messages)

[PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-16 17:08 UTC  (4+ messages)
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v6 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v8 0/8] Add SR-IOV support in PCIe Endpoint Core
 2021-08-16 17:01 UTC  (2+ messages)

[PATCH v3 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-16 14:18 UTC  (7+ messages)
` [PATCH v3 02/14] x86/boot: Add missing handling of setup_indirect structures
` [PATCH v3 14/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch


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