linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 16:27:11 to 2021-08-30 19:46:06 UTC [more...]

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-30 19:45 UTC  (17+ messages)
` [PATCH v4 01/14] x86/boot: Fix memremap of setup_indirect structures
` [PATCH v4 02/14] x86/boot: Add setup_indirect support in early_memremap_is_setup_data
` [PATCH v4 03/14] x86/boot: Place kernel_info at a fixed offset
` [PATCH v4 04/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v4 05/14] x86: Secure Launch Kconfig
` [PATCH v4 06/14] x86: Secure Launch main header file
` [PATCH v4 07/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v4 08/14] x86: Secure Launch kernel early boot stub
` [PATCH v4 09/14] x86: Secure Launch kernel late "
` [PATCH v4 10/14] x86: Secure Launch SMP bringup support
` [PATCH v4 11/14] kexec: Secure Launch kexec SEXIT support
` [PATCH v4 12/14] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v4 13/14] x86: Secure Launch late initcall platform module
` [PATCH v4 14/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH RESEND v2] Trivial comment fix for the CRC ITU-T polynom
 2021-08-30 18:57 UTC  (2+ messages)

[PATCH v30 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-30 18:22 UTC  (11+ messages)
` [PATCH v30 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v30 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v30 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v30 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v30 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v30 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v30 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v30 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v30 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v30 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

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

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-30 17:59 UTC  (11+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-30 16:59 UTC  (22+ messages)
` [PATCH v8 1/3] mm: rearrange madvise code to allow for reuse
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v8 3/3] mm: add anonymous vma name refcounting

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-30 15:40 UTC  (3+ messages)

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

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-08-30 13:07 UTC  (20+ messages)
` [PATCH v4 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v4 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v4 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v4 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v4 05/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v4 06/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v4 07/14] device-dax: compound devmap support
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v4 09/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v4 10/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v4 11/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v4 12/14] mm/sparse-vmemmap: populate compound devmaps
` [PATCH v4 13/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v4 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[kdave-btrfs-devel:misc-next 147/154] fs/btrfs/zoned.c:1697: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-30  9:45 UTC  (2+ messages)

[PATCH v3 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-30  6:34 UTC  (4+ messages)
` [PATCH v3 2/6] docs/zh_CN: add core-api unaligned-memory-access translation

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-30  5:11 UTC  (16+ messages)
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-29 19:42 UTC  (15+ messages)
` [PATCH v2 06/15] peci: Add core infrastructure
` [PATCH v2 07/15] peci: Add peci-aspeed controller driver
` [PATCH v2 08/15] peci: Add device detection
` [PATCH v2 09/15] peci: Add sysfs interface for PECI bus
` [PATCH v2 10/15] peci: Add support for PECI device drivers

[PATCH v2] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-29 14:47 UTC 

[PATCH] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-29 14:32 UTC  (4+ messages)

[PATCH v1 1/1] Documentation: ACPI: Align the SSDT overlays file with the code
 2021-08-29 13:22 UTC 

[avpatel:riscv_aclint_v3 17/31] arch/riscv/kvm/vcpu_sbi.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-29 12:06 UTC 

[PATCH] docs: pdfdocs: Fix typo in CJK-language specific font settings
 2021-08-29  2:06 UTC 

[PATCH v2] hwmon: add driver for Aquacomputer D5 Next
 2021-08-28 17:04 UTC  (2+ messages)

[PATCH v2] hwmon: add driver for Aquacomputer D5 Next
 2021-08-28  5:26 UTC 

[PATCH v1 0/2] Do some code cleanups related to mm
 2021-08-28  5:25 UTC  (4+ messages)
` [PATCH v1 1/2] mm: introduce pmd_install() helper
` [PATCH v1 2/2] mm: remove redundant smp_wmb()

[atishp04:sbi_pmu_v3 13/17] drivers/perf/riscv_pmu_legacy.c:74: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-28  4:23 UTC 

[atishp04:sbi_pmu_v3 13/17] drivers/perf/riscv_pmu_legacy.c:74: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-28  4:13 UTC 

[PATCH 0/5] vsprintf and uses: Add upper case output to %*ph extension
 2021-08-28  2:49 UTC  (12+ messages)
` [PATCH 1/5] vsprintf/Documentation: Add X to %*ph extension to output upper case hex

[kdave-btrfs-devel:misc-next 147/154] fs/btrfs/zoned.c:1697: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-08-27 23:50 UTC 

[PATCH v2 0/3] Revert "usb: gadget: u_audio: add real feedback implementation"
 2021-08-27 20:49 UTC  (11+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Revert "usb: gadget: f_uac2: add adaptive sync support for capture"
` [PATCH v2 3/3] Revert "usb: gadget: f_uac2/u_audio: add feedback endpoint support"

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-27 20:25 UTC  (16+ messages)
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH] hwmon: add driver for Aquacomputer D5 Next
 2021-08-27 19:31 UTC  (3+ messages)

[PATCH v3 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-27 12:03 UTC  (8+ messages)

[PATCH v34 05/13] mm/damon: Implement primitives for the virtual memory address spaces
 2021-08-27 11:06 UTC  (4+ messages)

[PATCH v5 0/6] Asynchronous notifications from secure world
 2021-08-27  9:26 UTC  (4+ messages)
` [PATCH v5 4/6] tee: add tee_dev_open_helper() primitive

[PATCH -next] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
 2021-08-27  3:58 UTC  (2+ messages)

[PATCH v2 3/3] docs: bootconfig: Add how to use bootconfig for kernel parameters
 2021-08-27  2:16 UTC 

[v2] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-27  1:58 UTC 


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