All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-08 14:32:17 to 2019-05-08 14:51:57 UTC [more...]

[PATCH] nvme-pci: mark expected switch fall-through
 2019-05-08 14:51 UTC  (4+ messages)

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-08 14:44 UTC  (118+ messages)
` [PATCH, RFC 01/62] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCH, RFC 02/62] mm: Add helpers to setup zero page mappings
` [PATCH, RFC 03/62] mm/ksm: Do not merge pages with different KeyIDs
` [PATCH, RFC 04/62] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCH, RFC 05/62] mm/page_alloc: Handle allocation for encrypted memory
` [PATCH, RFC 06/62] mm/khugepaged: Handle encrypted pages
` [PATCH, RFC 07/62] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCH, RFC 08/62] x86/mm: Introduce variables to store number, shift and mask of KeyIDs
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 10/62] x86/mm: Detect MKTME early
` [PATCH, RFC 11/62] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCH, RFC 12/62] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 14/62] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCH, RFC 15/62] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCH, RFC 16/62] x86/mm: Allow to disable MKTME after enumeration
` [PATCH, RFC 17/62] x86/mm: Calculate direct mapping size
` [PATCH, RFC 18/62] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCH, RFC 19/62] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCH, RFC 20/62] mm/page_ext: Export lookup_page_ext() symbol
` [PATCH, RFC 21/62] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCH, RFC 22/62] x86/pconfig: Set a valid encryption algorithm for all MKTME commands
` [PATCH, RFC 23/62] keys/mktme: Introduce a Kernel Key Service for MKTME
` [PATCH, RFC 24/62] keys/mktme: Preparse the MKTME key payload
` [PATCH, RFC 25/62] keys/mktme: Instantiate and destroy MKTME keys
` [PATCH, RFC 26/62] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCH, RFC 27/62] keys/mktme: Strengthen the entropy of CPU generated MKTME keys
` [PATCH, RFC 28/62] keys/mktme: Set up PCONFIG programming targets for "
` [PATCH, RFC 29/62] keys/mktme: Program MKTME keys into the platform hardware
` [PATCH, RFC 30/62] keys/mktme: Set up a percpu_ref_count for MKTME keys
` [PATCH, RFC 31/62] keys/mktme: Require CAP_SYS_RESOURCE capability "
` [PATCH, RFC 32/62] keys/mktme: Store MKTME payloads if cmdline parameter allows
` [PATCH, RFC 33/62] acpi: Remove __init from acpi table parsing functions
` [PATCH, RFC 34/62] acpi/hmat: Determine existence of an ACPI HMAT
` [PATCH, RFC 35/62] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCH, RFC 36/62] acpi/hmat: Evaluate topology presented in ACPI HMAT for MKTME
` [PATCH, RFC 37/62] keys/mktme: Do not allow key creation in unsafe topologies
` [PATCH, RFC 38/62] keys/mktme: Support CPU hotplug for MKTME key service
` [PATCH, RFC 39/62] keys/mktme: Find new PCONFIG targets during memory hotplug
` [PATCH, RFC 40/62] keys/mktme: Program new PCONFIG targets with MKTME keys
` [PATCH, RFC 41/62] keys/mktme: Support memory hotplug for "
` [PATCH, RFC 42/62] mm: Generalize the mprotect implementation to support extensions
` [PATCH, RFC 43/62] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCH, RFC 44/62] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call "
` [PATCH, RFC 46/62] x86/mm: Keep reference counts on encrypted VMAs "
` [PATCH, RFC 47/62] mm: Restrict MKTME memory encryption to anonymous VMAs
` [PATCH, RFC 48/62] selftests/x86/mktme: Test the MKTME APIs
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables
` [PATCH, RFC 50/62] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCH, RFC 51/62] iommu/vt-d: Support MKTME in DMA remapping
` [PATCH, RFC 52/62] x86/mm: introduce common code for mem encryption
` [PATCH, RFC 53/62] x86/mm: Use common code for DMA memory encryption
` [PATCH, RFC 54/62] x86/mm: Disable MKTME on incompatible platform configurations
` [PATCH, RFC 55/62] x86/mm: Disable MKTME if not all system memory supports encryption
` [PATCH, RFC 56/62] x86: Introduce CONFIG_X86_INTEL_MKTME
` [PATCH, RFC 57/62] x86/mktme: Overview of Multi-Key Total Memory Encryption
` [PATCH, RFC 58/62] x86/mktme: Document the MKTME provided security mitigations
` [PATCH, RFC 59/62] x86/mktme: Document the MKTME kernel configuration requirements
` [PATCH, RFC 60/62] x86/mktme: Document the MKTME Key Service API
` [PATCH, RFC 61/62] x86/mktme: Document the MKTME API for anonymous memory encryption
` [PATCH, RFC 62/62] x86/mktme: Demonstration program using the MKTME APIs

[PATCH 1/4] checkpatch: fix multiple const * types
 2019-05-08 14:51 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] spi: atcspi200: Change include order
 2019-05-08 14:51 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] clk: sifive: fu540-prci: "
` [U-Boot] [PATCH 3/3] serial: sifive: "

[Qemu-devel] [PATCH] tests/drive_del-test: Use qtest_init() instead of qtest_start()
 2019-05-08 14:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests: qpci_unplug_acpi_device_test() should not rely on global_qtest
 2019-05-08 14:49 UTC  (2+ messages)

[PATCH 0/4] ALSA: line6: Cleanup startup sequences
 2019-05-08 14:49 UTC  (5+ messages)
` [PATCH 1/4] ALSA: line6: pod: Rewrite complex timer & work combo with a delayed work
` [PATCH 2/4] ALSA: line6: podhd: "
` [PATCH 3/4] ALSA: line6: variax: "
` [PATCH 4/4] ALSA: line6: Drop superfluous timer helper function

[Qemu-devel] [PATCH v2 0/3] qemu-img: Allow rebase with no input base
 2019-05-08 14:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] iotests: Add test for rebase without "

[GIT PULL] Kbuild updates for v5.2
 2019-05-08 14:47 UTC 

[Qemu-trivial] [PULL 00/13] Trivial branch patches
 2019-05-08 14:48 UTC  (8+ messages)
    ` [Qemu-devel] "
      ` [Qemu-trivial] "

[PATCH] udevng: add SIMCom SIM7600 modem support
 2019-05-08 14:47 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mvebu: clearfog: add MMC to SPL DT
 2019-05-08 14:47 UTC 

[PATCH v6 00/11] al: replace calls to rte_panic and refrain from new instances
 2019-05-08 14:47 UTC  (3+ messages)
` [dpdk-dev] "

[PATCH v2] KVM: nVMX: Disable intercept for *_BASE MSR in vmcs02 when possible
 2019-05-08 14:45 UTC  (3+ messages)

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-08 14:46 UTC  (4+ messages)
` [PATCH 09/10] virtio/s390: use DMA memory for ccw I/O and classic notifiers

[PATCH] ath11k: reject tx fragmentation configuration
 2019-05-08 14:46 UTC 

[U-Boot] [PATCH 0/2] Add 'bcb' command to read/modify/write Android BCB
 2019-05-08 14:45 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] include: android_bl_msg.h: Initial import

[PATCH] ath11k: fix target assert when unload driver
 2019-05-08 14:45 UTC 

[PATCH v6 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
 2019-05-08 14:45 UTC  (4+ messages)
` [PATCH v6 bpf-next 01/17] bpf: verifier: offer more accurate helper function arg and return type

[Buildroot] [PATCH 1/2] package/pseudo: fix build without xattr
 2019-05-08 14:45 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/pseudo: bump to version 1.9.0

[PATCH babeltrace] Fix: bitfield: left shift undefined behavior
 2019-05-08 14:37 UTC 

[PATCH v5 0/9] Introduce STMFX I2C Multi-Function eXpander
 2019-05-08 14:44 UTC  (5+ messages)
` [PATCH v5 2/9] mfd: Add ST Multi-Function eXpander (STMFX) core driver

[Buildroot] [PATCH 1/1] support/download/git: add branch support
 2019-05-08 14:43 UTC 

[PATCH] powerpc: slightly improve cache helpers
 2019-05-08 14:40 UTC  (5+ messages)

[PATCH] ALSA: line6: toneport: Fix broken usage of timer for delayed execution
 2019-05-08 14:41 UTC 

[PATCH v6 1/1] usb: xhci: Add Clear_TT_Buffer
 2019-05-08 14:41 UTC  (2+ messages)

[PATCH 00/19] Convert revision.c to parseopt part 1/4
 2019-05-08 14:41 UTC  (4+ messages)
` [PATCH 01/19] revision.h: avoid bit fields in struct rev_info

[PATCH] ALSA: aica: Fix a long-time build breakage
 2019-05-08 14:41 UTC 

[PATCH] atmodem: Fix a race if a context get deactivated while read
 2019-05-08 14:41 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Python queue, 2019-05-02
 2019-05-08 14:39 UTC  (4+ messages)
` [Qemu-devel] [PULL 10/19] tests/boot_linux_console: increase timeout

[v2] usb: host: xhci: Support running urb giveback in tasklet context
 2019-05-08 14:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v8 0/5] support a new rk80x pmic-variants (rk817 and rk809)
 2019-05-08 14:37 UTC  (12+ messages)
` [PATCH v8 1/5] mfd: rk808: Add RK817 and RK809 support
` [PATCH v8 2/5] regulator: rk808: add RK809 and RK817 support
` [PATCH v8 3/5] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817
` [PATCH v8 4/5] rtc: rk808: add RK809 and RK817 support
` [PATCH v8 5/5] clk: RK808: "

[PATCH babeltrace v2] Fix: bitfield: left shift undefined behavior
 2019-05-08 14:39 UTC 

[PATCH v1] timer:clock:ptp: add support the dynamic posix clock alarm set for ptp
 2019-05-08 14:36 UTC  (6+ messages)
  ` [EXT] "

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-08 14:38 UTC  (5+ messages)
` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table

[LTP] [PATCH v2] syscalls/swap{on, off}: skip if FIBMAP ioctl trial fails
 2019-05-08 14:38 UTC  (6+ messages)
` [LTP] [PATCH v3] "

[Qemu-devel] [PATCH v3 00/39] tcg: Move the softmmu tlb to CPUNegativeOffsetState
 2019-05-08 14:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 18/39] target/mips: Use env_cpu, env_archcpu

2019 Xorg Election Results
 2019-05-08 14:37 UTC  (2+ messages)

[RFC at-export 2/2] ublox: network-registration atom
 2019-05-08 14:37 UTC  (2+ messages)

[PATCH RFC V2 00/45] xen: add core scheduling support
 2019-05-08 14:36 UTC  (7+ messages)
` [PATCH RFC V2 45/45] xen/sched: add scheduling granularity enum
        ` [Xen-devel] "

[PATCH] drm/msm/a6xx: No zap shader is not an error
 2019-05-08 14:35 UTC  (3+ messages)

[PATCH v11 1/5] can: m_can: Create a m_can platform framework
 2019-05-08 14:35 UTC  (2+ messages)

[U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information
 2019-05-08 14:34 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mvebu: clearfog: enable DM MMC
 2019-05-08 14:33 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] block: Ignore loosening perm restrictions failures
 2019-05-08 14:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/7] block: Add *loosen_restrictions to *check*_perm()

[U-Boot] [PATCH] Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"
 2019-05-08 14:32 UTC  (6+ messages)


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.