linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-16 18:53:17 to 2017-06-20 16:17:26 UTC [more...]

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-20 16:17 UTC  (60+ messages)
` [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing
` [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa()
` [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 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 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

[HELP-NEEDED, PATCHv2 0/3] Do not loose dirty bit on THP pages
 2017-06-20 15:54 UTC  (34+ 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 03/20] asm-generic: Drop getrlimit and setrlimit syscalls from default list
 2017-06-20 15:27 UTC  (11+ messages)

[PATCH v3 0/4] Generalize fncpy availability
 2017-06-20 14:27 UTC  (27+ 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 v5 0/8] Support for contiguous pte hugepages
 2017-06-20 13:39 UTC  (21+ messages)
` [PATCH v5 1/8] arm64: hugetlb: Refactor find_num_contig
` [PATCH v5 2/8] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH v5 3/8] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v5 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
` [PATCH v5 5/8] mm/hugetlb: add size parameter to huge_pte_offset()
` [PATCH v5 6/8] mm/hugetlb: Allow architectures to override huge_pte_clear()
` [PATCH v5 7/8] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
` [PATCH v5 8/8] mm: rmap: Use correct helper when poisoning hugepages

[PATCH 0/7] rwsem: Implement down_read_killable()
 2017-06-20 10:36 UTC  (22+ messages)
` [PATCH 1/7] rwsem-spinlock: Add killable versions of __down_read()
` [PATCH 2/7] rwsem-spinlock: Add killable versions of rwsem_down_read_failed()
` [PATCH 3/7] alpha: Add __down_read_killable()
` [PATCH 4/7] ia64: "
` [PATCH 5/7] s390: "
` [PATCH 6/7] x86: "
` [PATCH 7/7] rwsem: Add down_read_killable()

[PATCH v2] refcount: Create unchecked atomic_t implementation
 2017-06-20  4:47 UTC  (4+ messages)

Reply Urgent
 2017-06-19 19:39 UTC 

[PATCH 0/5] move everyone over to thin archives
 2017-06-19 23:48 UTC  (30+ 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

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-19 17:18 UTC  (10+ messages)
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption

RISC-V Linux Port v2
 2017-06-19 14:30 UTC  (9+ messages)
  ` [PATCH 08/17] dts: include documentation for the RISC-V interrupt controllers

[PATCH 0/5] arm64: signal: Signal frame expansion support
 2017-06-19 11:03 UTC  (5+ messages)
` [PATCH 5/5] arm64: signal: Allow expansion of the signal frame

[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


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