public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 13:38:52 to 2017-02-16 15:45:50 UTC [more...]

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-16 15:45 UTC  (34+ 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 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 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

[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  (17+ messages)

[PATCH v4 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 21:37 UTC  (5+ 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 v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-15 20:28 UTC  (7+ messages)
` [PATCH v3 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v3 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[PATCH v2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-14 16:18 UTC  (44+ messages)
                      ` [Xen-devel] "

[PATCH] add a const to ioread* routines to fix compile testing
 2017-02-13  8:43 UTC  (2+ messages)

[PATCH v5 7/8] uapi: export all headers under uapi directories
 2017-02-13  7:49 UTC  (24+ messages)
  ` [PATCH v6 0/8] "
    ` [PATCH v6 1/8] h8300: put bitsperlong.h in uapi
    ` [PATCH v6 2/8] nios2: put setup.h "
    ` [PATCH v6 3/8] x86: stop exporting msr-index.h to userland
    ` [PATCH v6 4/8] Makefile.headersinst: cleanup input files
    ` [PATCH v6 5/8] Makefile.headersinst: remove destination-y option
    ` [PATCH v6 6/8] uapi: includes linux/types.h before exporting files
    ` [PATCH v6 7/8] uapi: export all headers under uapi directories
    ` [PATCH v6 8/8] uapi: export all arch specifics directories

[RFC][PATCH] treewide: Move set_memory_* functions away from cacheflush.h
 2017-02-09  9:59 UTC  (9+ messages)

[PATCH v3 00/20] Finalize separation of extable.h from module.h
 2017-02-09  5:34 UTC  (5+ messages)
` [PATCH 19/20] core: migrate exception table users off module.h and onto extable.h
  `  "
` [PATCH 20/20] module.h: remove extable.h include now users have migrated
  `  "

memfill
 2017-02-08 21:54 UTC  (15+ messages)

[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 20:17 UTC  (12+ messages)
` [PATCH 2/2] locking/mutex, rwsem: Reduce vcpu_is_preempted() calling frequency
  ` [PATCH 2/2] locking/mutex,rwsem: "

[PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
 2017-02-08 20:45 UTC  (4+ messages)

[PATCH net-next] virtio: Fix affinity for >32 VCPUs
 2017-02-06 10:06 UTC 

[PATCH v6] kprobes: move kprobe declarations to asm-generic/kprobes.h
 2017-02-03 23:31 UTC 

[PATCH] kprobes: move kprobe declarations to asm-generic/kprobes.h
 2017-02-03 23:24 UTC  (6+ messages)

[PATCH v4 3/7] x86: put msr-index.h in uapi
 2017-02-03 21:45 UTC  (8+ messages)
` [PATCH v5 0/8] uapi: export all headers under uapi directories
  ` [PATCH v5 3/8] x86: stop exporting msr-index.h to userland
  ` [PATCH v5 5/8] Makefile.headersinst: remove destination-y option

[PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values
 2017-02-03 16:30 UTC  (8+ messages)
` [PATCH v5 1/3] kbuild: modversions: add infrastructure for emitting relative CRCs
` [PATCH v5 2/3] modversions: treat symbol CRCs as 32 bit quantities
` [PATCH v5 3/3] module: unify absolute krctab definitions for 32-bit and 64-bit

[PATCH v4 0/2] modversions: redefine kcrctab entries as 32-bit values
 2017-02-03  8:31 UTC  (4+ messages)
`  "

[PATCH v5 6/8] uapi: includes linux/types.h before exporting files
 2017-02-02 15:27 UTC  (5+ messages)

[PATCH v5 8/8] uapi: export all arch specifics directories
 2017-02-02 14:46 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox