linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-15 04:44:44 to 2017-06-19 08:27:27 UTC [more...]

[PATCH 0/5] move everyone over to thin archives
 2017-06-19  8:27 UTC  (25+ messages)
` [PATCH 1/5] kbuild: thin archives final link close --whole-archives option
` [PATCH 2/5] kbuild: thin archives use P option to ar
` [PATCH 3/5] sh: thin archives fix linking
` [PATCH 4/5] x86/um: thin archives build fix
` [PATCH 5/5] kbuild: thin archives make default for all archs

[HELP-NEEDED, PATCHv2 0/3] Do not loose dirty bit on THP pages
 2017-06-19  5:48 UTC  (28+ messages)
` [PATCHv2 1/3] x86/mm: Provide pmdp_establish() helper
` [PATCHv2 2/3] mm: Do not loose dirty and access bits in pmdp_invalidate()
` [PATCHv2 3/3] mm: Use updated pmdp_invalidate() inteface to track dirty/accessed bits

[PATCH v3 0/4] Generalize fncpy availability
 2017-06-19  1:11 UTC  (11+ messages)
` [PATCH v3 1/4] ARM: fncpy: Rename include guards
` [PATCH v3 2/4] asm-generic: Provide a fncpy() implementation
` [PATCH v3 3/4] arm64: Provide a fncpy implementation
` [PATCH v3 4/4] misc: sram: Allow ARM64 to select SRAM_EXEC

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

[PATCH v2 0/4] Generalize fncpy availability
 2017-06-16 21:28 UTC  (10+ messages)
` [PATCH v2 1/4] ARM: fncpy: Rename include guards
` [PATCH v2 2/4] asm-generic: Provide a fncpy() implementation
` [PATCH v2 3/4] arm64: Provide a fncpy implementation
` [PATCH v2 4/4] misc: sram: Allow ARM64 to select SRAM_EXEC

[PATCH 0/3] Generalize fncpy availability
 2017-06-16 11:58 UTC  (9+ messages)
` [PATCH 1/3] ARM: Generalize fncpy implementation
` [PATCH 2/3] arm64: Provide a fncpy implenentation
` [PATCH 3/3] misc: sram: Allow ARM64 to select SRAM_EXEC

[PATCH 0/5] arm64: signal: Signal frame expansion support
 2017-06-16 10:47 UTC  (13+ messages)
` [PATCH 1/5] arm64: signal: split frame link record from sigcontext structure
` [PATCH 2/5] arm64: signal: Refactor sigcontext parsing in rt_sigreturn
` [PATCH 3/5] arm64: signal: factor frame layout and population into separate passes
` [PATCH 4/5] arm64: signal: factor out signal frame record allocation
` [PATCH 5/5] arm64: signal: Allow expansion of the signal frame

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-15 20:13 UTC  (29+ messages)
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME

[PATCH 0/4][V3] Improve watchdog config for arch watchdogs
 2017-06-15 18:42 UTC  (18+ messages)
` [PATCH 3/4] watchdog: Split up config options

[HELP-NEEDED, PATCH 0/3] Do not loose dirty bit on THP pages
 2017-06-15  9:36 UTC  (11+ messages)
` [PATCH 3/3] mm, thp: Do not loose dirty bit in __split_huge_pmd_locked()

[PATCH 2/3] mm: Do not loose dirty and access bits in pmdp_invalidate()
 2017-06-15  8:48 UTC  (3+ messages)

[PATCH 1/3] x86/mm: Provide pmdp_mknotpresent() helper
 2017-06-15  4:43 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).