linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-23 10:00:13 to 2017-06-27 15:01:40 UTC [more...]

[PATCH v8 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:01 UTC  (62+ messages)
` [PATCH v8 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v8 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v8 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v8 11/38] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v8 12/38] x86/mm: Extend early_memremap() support with additional attrs
  ` [PATCH v8 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
  ` [PATCH v8 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [PATCH v8 06/38] x86/mm: Add Secure Memory Encryption (SME) support
  ` [PATCH v8 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
  ` [PATCH v8 08/38] x86/mm: Add support to enable SME in early boot processing
  ` [PATCH v8 09/38] x86/mm: Simplify p[g4um]d_page() macros
  ` [PATCH v8 10/38] x86/mm: Provide general kernel support for memory encryption
  ` [PATCH v8 13/38] x86/mm: Add support for early encrypt/decrypt of memory
  ` [PATCH v8 14/38] x86/mm: Insure that boot memory areas are mapped properly
  ` [PATCH v8 17/38] efi: Update efi_mem_type() to return an error rather than 0
  ` [PATCH v8 18/38] x86/efi: Update EFI pagetable creation to work with SME
  ` [PATCH v8 22/38] x86/mm: Add support for changing the memory encryption attribute
  ` [PATCH v8 24/38] x86, swiotlb: Add memory encryption support
  ` [PATCH v8 25/38] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v8 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
  ` [PATCH v8 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
  ` [PATCH v8 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v8 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v8 16/38] efi: Add an EFI table address match function
` [PATCH v8 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v8 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v8 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v8 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v8 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v8 28/38] x86, realmode: Check for memory encryption on the APs

[RFC v4 00/17] powerpc: Memory Protection Keys
 2017-06-27 11:32 UTC  (42+ messages)
` [RFC v4 01/17] mm: introduce an additional vma bit for powerpc pkey
` [RFC v4 02/17] mm: ability to disable execute permission on a key at creation
` [RFC v4 03/17] x86: key creation with PKEY_DISABLE_EXECUTE disallowed
` [RFC v4 04/17] powerpc: Implement sys_pkey_alloc and sys_pkey_free system call
` [RFC v4 05/17] powerpc: store and restore the pkey state across context switches
` [RFC v4 06/17] powerpc: Implementation for sys_mprotect_pkey() system call
` [RFC v4 07/17] powerpc: make the hash functions protection-key aware
` [RFC v4 08/17] powerpc: Program HPTE key protection bits
` [RFC v4 09/17] powerpc: call the hash functions with the correct pkey value
` [RFC v4 10/17] powerpc: Macro the mask used for checking DSI exception
` [RFC v4 11/17] powerpc: Handle exceptions caused by pkey violation
` [RFC v4 12/17] powerpc: Deliver SEGV signal on "
` [RFC v4 13/17] selftest: Move protecton key selftest to arch neutral directory
` [RFC v4 14/17] selftest: PowerPC specific test updates to memory protection keys
` [RFC v4 15/17] Documentation: Move protecton key documentation to arch neutral directory
` [RFC v4 16/17] Documentation: PowerPC specific updates to memory protection keys
` [RFC v4 17/17] procfs: display the protection-key number associated with a vma

[PATCH 13/17] RISC-V: Add include subdirectory
 2017-06-27  8:48 UTC  (5+ messages)

Product Inquiry
 2017-06-26 21:50 UTC 

[PATCH 10/17] irqchip: New RISC-V PLIC Driver
 2017-06-27  1:09 UTC  (2+ messages)

[PATCH 09/17] clocksource/timer-riscv: New RISC-V Clocksource
 2017-06-27  0:56 UTC  (2+ messages)

[RFC v3 00/23] powerpc: Memory Protection Keys
 2017-06-27  0:17 UTC  (8+ messages)
` [RFC v3 02/23] powerpc: introduce set_hidx_slot helper

(unknown),
 2017-06-27  0:08 UTC 

[PATCH 0/7] cleanup issues with io{read|write}64
 2017-06-26 21:25 UTC  (25+ messages)
` [PATCH 1/7] drm/tilcdc: don't use volatile with iowrite64
` [PATCH 2/7] iomap: implement ioread64 and iowrite64
` [PATCH 6/7] drm/tilcdc: clean up ifdef hacks around iowrite64
` [PATCH 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
      ` [PATCH v2 "
        ` [PATCH] alpha: provide ioread64 and iowrite64 implementations

[PATCH 13/17] RISC-V: Add include subdirectory
 2017-06-26 20:07 UTC  (2+ messages)

[PATCH 13/17] RISC-V: Add include subdirectory
 2017-06-26 20:07 UTC  (2+ messages)

[PATCH 0/4] Reduce ELF_ET_DYN_BASE
 2017-06-26 18:26 UTC  (17+ messages)
` [PATCH 2/4] arm64: "
  ` [kernel-hardening] "
` [PATCH 3/4] powerpc: "

[RFC PATCH] arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
 2017-06-26 16:38 UTC  (5+ messages)

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-26 16:34 UTC  (16+ messages)
` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH 1/1] futex: remove duplicated code and fix UB
 2017-06-26 12:08 UTC  (6+ messages)

[RFC PATCH v2] arm64: signal: Make parse_user_sigframe() independent of rt_sigframe layout
 2017-06-26  9:25 UTC 

[PATCH 10/17] irqchip: New RISC-V PLIC Driver
 2017-06-25 20:49 UTC  (2+ messages)

(unknown),
 2017-06-25 20:10 UTC 

inquiry
 2017-06-25  2:47 UTC 

(unknown),
 2017-06-25  4:47 UTC 

(unknown),
 2017-06-25  3:57 UTC 

[PATCH 1/5] kbuild: thin archives final link close --whole-archives option
 2017-06-25  3:55 UTC  (15+ messages)

[PATCH 13/17] RISC-V: Add include subdirectory
 2017-06-25  3:01 UTC  (6+ messages)
    ` [patches] "

(unknown),
 2017-06-24  2:32 UTC 

[PATCH 09/17] clocksource/timer-riscv: New RISC-V Clocksource
 2017-06-24  2:02 UTC  (3+ messages)

[PATCH 06/17] pci: Add generic pcibios_{fixup_bus,align_resource}
 2017-06-24  2:01 UTC  (3+ messages)

[PATCH 06/17] pci: Add generic pcibios_{fixup_bus,align_resource}
 2017-06-24  2:01 UTC  (2+ messages)

[PATCH 12/17] tty: New RISC-V SBI Console Driver
 2017-06-24  0:45 UTC  (3+ messages)

[PATCH 10/17] irqchip: New RISC-V PLIC Driver
 2017-06-24  0:45 UTC  (2+ messages)

[PATCH 09/17] clocksource/timer-riscv: New RISC-V Clocksource
 2017-06-23 23:24 UTC  (3+ messages)

[PATCH 01/17] drivers: support PCIe in RISCV
 2017-06-23 21:47 UTC  (2+ messages)
` [patches] "

[PATCH 0/5] Last bits for initial 5-level paging enabling
 2017-06-23 14:49 UTC  (3+ messages)


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