messages from 2017-07-07 13:27:30 to 2017-07-07 13:43:31 UTC [more...]
[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
2017-07-07 13:43 UTC (130+ 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
[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
Patch "mac80211_hwsim: Replace bogus hrtimer clockid" has been added to the 4.4-stable tree
2017-07-07 13:37 UTC
[PATCH v2] doc: document NIC features
2017-07-07 13:37 UTC (4+ messages)
` [PATCH v3] "
[REGRESSION 4.4.x] Please cherry-pick 8fbcfeb8a9cc for 4.4.x
2017-07-07 13:36 UTC (2+ messages)
[U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router
2017-07-07 13:36 UTC (5+ messages)
` [U-Boot] [PATCH v4 3/7] arch/arm/dts: Add Turris Omnia device tree
[RFC PATCH 0/2] Add sideband data extraction
2017-07-07 13:33 UTC (7+ messages)
` [RFC PATCH 1/2] dt-bindings: pci: Add drop mask property for MSI and IOMMU
` [RFC PATCH 2/2] pcie: sideband data by dropping RID bits
[PATCH] ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration
2017-07-07 13:33 UTC (3+ messages)
[PATCH v2 0/6] mailbox: arm_mhu: add support for doorbell mode
2017-07-07 13:32 UTC (18+ messages)
` [PATCH v2 2/6] Documentation: devicetree: add bindings to support ARM MHU doorbells
[REEEEPOST] bnx2i + bnx2fc: convert to generic workqueue (#3)
2017-07-07 13:32 UTC (6+ messages)
` [PATCH 1/5] scsi: bnx2i: convert to workqueue
[PATCH] [morty] glibc: fix pthread_cond_broadcast issue (arm)
2017-07-07 13:31 UTC (2+ messages)
` ✗ patchtest: failure for "
[Qemu-devel] [PATCH v12 00/27] translate: [tcg] Generic translation framework
2017-07-07 13:31 UTC (4+ messages)
` [Qemu-devel] [PATCH v12 26/27] target/arm: [tcg, a64] Port to disas_log
` [Qemu-devel] [PATCH v12 27/27] target/arm: [tcg] Port to generic translation framework
` "
[cip-dev] Distribution of binaries: support to Renesas board in B@D
2017-07-07 13:31 UTC (3+ messages)
[PATCH] PCI: Do not enable extended tags on pre-dated (v1.x) systems
2017-07-07 13:31 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable break
2017-07-07 13:30 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 4/4] doc: update TYPE_MIGRATION documents
[PATCH 0/5] fixes for rare crashes
2017-07-07 13:29 UTC (11+ messages)
` [PATCH 1/5] do not corrupt ptrlist while killing unreachable BBs
[PATCH 0/6] Experimental P2P buffer sharing
2017-07-07 13:29 UTC (4+ messages)
` [PATCH 1/6] drm: Add helper to check exporting driver of a DMA-buf
[RFC] guarantee inode of alias's parent
2017-07-07 13:28 UTC
regression? no hdmi output on tegra124 (kernel 4.12)
2017-07-07 13:28 UTC (2+ messages)
[PATCH 1/5] drm/i915/fbdev: Always forward hotplug events
2017-07-07 13:28 UTC (3+ messages)
` [PATCH 5/5] drm/hisilicon: Remove custom FB helper deferred setup
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.