All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-07 13:37:56 to 2017-07-07 13:44:41 UTC [more...]

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

[bug report] mpls: route get support
 2017-07-07 13:43 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] paxtest: new package
 2017-07-07 13:43 UTC  (6+ messages)

[PATCH v3 2/2] input: keyboard: Add lm8333 devicetree bindings
 2017-07-07 13:42 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/5] Add support for the STM32F7 I2C
 2017-07-07 13:41 UTC  (4+ messages)
` [PATCH v3 1/5] dt-bindings: i2c-stm32: Document the STM32F7 I2C bindings

[RFC 00/34] ptrlist rework with iterator
 2017-07-07 13:40 UTC  (35+ messages)
` [PATCH 01/34] ptrlist: simplify DO_FOR_EACH/DO_END_FOR_EACH
` [PATCH 02/34] ptrlist: simplify DO_FOR_EACH_REVERSE/
` [PATCH 03/34] ptrlist: simplify DO_NEXT link walking
` [PATCH 04/34] ptrlist: add helper __PTR_STRIP_TAG()
` [PATCH 05/34] ptrlist: introduce the ptr_list iterator structure
` [PATCH 06/34] ptrlist: add ptr_cur_entry() to get iterator's current entry
` [PATCH 07/34] ptrlist: add forward iterator
` [PATCH 08/34] ptrlist: let first_ptr_list() use the iterator API
` [PATCH 09/34] ptrlist: add backward iterator
` [PATCH 10/34] ptrlist: let lastst_ptr_list() use the iterator API
` [PATCH 11/34] ptrlist: mechanically replace head-list-nr triplets by an iterator struct
` [PATCH 12/34] ptrlist: simplify initialization of DO_REVERSE()'s cursor
` [PATCH 13/34] ptrlist: abstract away iterator initialization
` [PATCH 14/34] ptrlist: CUR_ENTRY/CUR_ENTRY_NOTAG
` [PATCH 15/34] ptrlist: use iterator API for PREPARE/NEXT_PTR_LIST()
` [PATCH 16/34] ptrlist: use iterator API for RESET_PTR_LIST()
` [PATCH 17/34] ptrlist: use iterator for FOR_EACH_PTR()
` [PATCH 18/34] ptrlist: use iterator for FOR_EACH_PTR_REVERSE()
` [PATCH 19/34] ptrlist: remove unneeded DO_INIT()
` [PATCH 20/34] ptrlist: use the iterator API for DO_INSERT_CURRENT()
` [PATCH 21/34] ptrlist: extract ptr_cur_insert from ptrlist.h
` [PATCH 22/34] ptrlist: simplify ptr_cur_insert()
` [PATCH 23/34] ptrlist: use the iterator API for DO_DELETE_CURRENT()
` [PATCH 24/34] ptrlist: extract prt_cur_delete() from ptrlist.h
` [PATCH 25/34] ptrlist: let delete_ptr_list() use the iterator API
` [PATCH 26/34] ptrlist: let replace_ptr_list_entry() "
` [PATCH 27/34] ptrlist: let concat_ptr_list() "
` [PATCH 28/34] ptrlist: let undo_ptr_list_last() "
` [PATCH 29/34] ptrlist: let delete_ptr_list_last() "
` [PATCH 30/34] ptrlist: simplify common case for __add_ptr_list()
` [PATCH 31/34] ptrlist: explicitely tagged
` [PATCH 32/34] ptrlist: tag/notag common case
` [PATCH 33/34] ptrlist: drop the now unneeded _NOTAG versions
` [PATCH 34/34] ptrlist: addr vs entry

[Qemu-devel] change x86 default machine type to Q35?
 2017-07-07 13:39 UTC  (4+ messages)

coda 2040000.vpu: firmware request failed
 2017-07-07 13:39 UTC  (3+ messages)

[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
 2017-07-07 13:38 UTC 

Patch "mac80211_hwsim: Replace bogus hrtimer clockid" has been added to the 4.9-stable tree
 2017-07-07 13:37 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.