linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-15 18:32:07 to 2017-02-20 10:14:39 UTC [more...]

[PATCH v5 7/8] uapi: export all headers under uapi directories
 2017-02-20 10:14 UTC  (7+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 7/8] "

[RFC 1/7] arch: add __ro_mostly_after_init section marker
 2017-02-19 11:24 UTC  (4+ messages)
  ` [kernel-hardening] "

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-18 18:12 UTC  (86+ messages)
` [RFC PATCH v4 03/28] x86: Add the Secure Memory Encryption CPU feature
` [RFC PATCH v4 04/28] x86: Handle reduction in physical address size with SME
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 17/28] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 20/28] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
` [RFC PATCH v4 22/28] x86: Do not specify encrypted memory for video mappings
  ` [RFC PATCH v4 01/28] x86: Documentation for AMD Secure Memory Encryption (SME)
  ` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
  ` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
  ` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
  ` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
  ` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
  ` [RFC PATCH v4 12/28] efi: Add an EFI table address match function
  ` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
  ` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
  ` [RFC PATCH v4 23/28] x86/kvm: Enable Secure Memory Encryption of nested page tables
  ` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
  ` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
  ` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

[PATCHv3 00/33] 5-level paging
 2017-02-17 23:21 UTC  (83+ messages)
` [PATCHv3 01/33] x86/cpufeature: Add 5-level paging detection
` [PATCHv3 02/33] asm-generic: introduce 5level-fixup.h
` [PATCHv3 03/33] asm-generic: introduce __ARCH_USE_5LEVEL_HACK
` [PATCHv3 04/33] arch, mm: convert all architectures to use 5level-fixup.h
` [PATCHv3 05/33] asm-generic: introduce <asm-generic/pgtable-nop4d.h>
` [PATCHv3 06/33] mm: convert generic code to 5-level paging
` [PATCHv3 07/33] mm: introduce __p4d_alloc()
` [PATCHv3 08/33] x86: basic changes into headers for 5-level paging
` [PATCHv3 09/33] x86: trivial portion of 5-level paging conversion
` [PATCHv3 10/33] x86/gup: add 5-level paging support
` [PATCHv3 11/33] x86/ident_map: "
` [PATCHv3 12/33] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCHv3 13/33] x86/power: support p4d_t in hibernate code
` [PATCHv3 14/33] x86/kexec: support p4d_t
` [PATCHv3 15/33] x86/efi: handle p4d in EFI pagetables
` [PATCHv3 16/33] x86/mm/pat: handle additional page table
` [PATCHv3 17/33] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCHv3 18/33] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCHv3 19/33] x86: convert the rest of the code to support p4d_t
` [PATCHv3 20/33] x86: detect 5-level paging support
` [PATCHv3 21/33] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCHv3 22/33] x86/mm: define virtual memory map for 5-level paging
` [PATCHv3 23/33] x86/paravirt: make paravirt code support "
` [PATCHv3 24/33] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCHv3 25/33] x86/dump_pagetables: support 5-level paging
` [PATCHv3 26/33] x86/kasan: extend to "
` [PATCHv3 27/33] x86/espfix: "
` [PATCHv3 28/33] x86/mm: add support of additional page table level during early boot
` [PATCHv3 29/33] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCHv3 30/33] x86/mm: make kernel_physical_mapping_init() support "
` [PATCHv3 31/33] x86/mm: add support for 5-level paging for KASLR
` [PATCHv3 32/33] x86: enable 5-level paging support
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR

[PATCH] asm-generic: Force cast get_user() setting x to 0
 2017-02-17 16:52 UTC 

[PATCH v4 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-17  9:42 UTC  (15+ messages)
` [PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v4 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[PATCH 1/3] kretprobes: ensure probe location is at function entry
 2017-02-16  7:51 UTC 

[PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs
 2017-02-15 22:13 UTC  (11+ messages)

[PATCH v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 20:28 UTC  (5+ messages)
` [PATCH v3 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64


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