All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-31 14:53:26 to 2019-07-31 15:22:34 UTC [more...]

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

[PATCH] MAINTAINERS: floppy: take over maintainership
 2019-07-31 15:22 UTC  (4+ messages)

[PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 15:15 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: selftests: Split ucall.c into architecture specific files
` [PATCH v3 3/3] KVM: selftests: Enable dirty_log_test on s390x

[PATCH RFC 1/2] futex: Split key setup from key queue locking and read
 2019-07-31 15:15 UTC  (4+ messages)
` [PATCH RFC 2/2] futex: Implement mechanism to wait on any of several futexes

[U-Boot] [PATCH 1/7] net: sh_eth: Add R8A77980 V3H gether support
 2019-07-31 15:21 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] net: sh_eth: Fix 64bit build warnings
` [U-Boot] [PATCH 3/7] pinctrl: renesas: Add R8A77980 V3H PFC tables
` [U-Boot] [PATCH 4/7] clk: renesas: Add R8A77980 V3H clock tables
` [U-Boot] [PATCH 5/7] ARM: dts: renesas: Add R8A77980 V3H DTs and headers
` [U-Boot] [PATCH 6/7] ARM: renesas: Add R8A77980 V3H platform code
` [U-Boot] [PATCH 7/7] ARM: renesas: Add R8A77980 V3H Condor board code

[PATCH] dmaengine: imx-dma: Mark expected switch fall-through
 2019-07-31 15:19 UTC  (3+ messages)

kernel BUG at net/rxrpc/local_object.c:LINE!
 2019-07-31 15:19 UTC  (6+ messages)

[virtio-dev] [PATCH v2] Add virtio rpmb device specification
 2019-07-31 15:19 UTC  (5+ messages)

[PATCH] media: ttusb-dec: Fix info-leak in ttusb_dec_send_command()
 2019-07-31 15:19 UTC 

[PATCH 00/12] rebase -r: support merge strategies other than recursive
 2019-07-31 15:18 UTC  (18+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 01/16] Drop unused git-rebase--am.sh
  ` [PATCH v2 02/16] t3400: stop referring to the scripted rebase
  ` [PATCH v2 04/16] sequencer: the `am` and `rebase--interactive` scripts are gone
  ` [PATCH v2 03/16] .gitignore: there is no longer a built-in `git-rebase--interactive`
  ` [PATCH v2 05/16] rebase: fold git-rebase--common into the -p backend
  ` [PATCH v2 07/16] t3427: simplify the `setup` test case significantly
  ` [PATCH v2 06/16] t3427: add a clarifying comment
  ` [PATCH v2 08/16] t3427: move the `filter-branch` invocation into the `setup` case
  ` [PATCH v2 09/16] t3427: condense the unnecessarily repetitive test cases into three
  ` [PATCH v2 10/16] t3427: fix erroneous assumption
  ` [PATCH v2 11/16] t3427: accommodate for the `rebase --merge` backend having been replaced
  ` [PATCH v2 12/16] t3427: fix another incorrect assumption
  ` [PATCH v2 13/16] rebase -r: support merge strategies other than `recursive`
  ` [PATCH v2 14/16] t/lib-rebase: prepare for testing `git rebase --rebase-merges`
  ` [PATCH v2 15/16] t3418: test `rebase -r` with merge strategies
  ` [PATCH v2 16/16] rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`

[PATCH] tools: memory-model: add it to the Documentation body
 2019-07-31 15:19 UTC  (2+ messages)

[PATCH] ptsematest, sigwaittest, pmqtest, svsematest reprot error "Could not access /sys/kernel/debug/tracing/tracing_enabled"
 2019-07-31 15:13 UTC  (2+ messages)

[dpdk-dev] [PATCH] pcap: propagate timestamp from pcap_pkthdr to mbuf
 2019-07-31 15:18 UTC 

[PATCH RESEND] dmaengine: tegra210-adma: Don't program FIFO threshold
 2019-07-31 15:17 UTC  (2+ messages)

Reminder: 99 open syzbot bugs in net subsystem
 2019-07-31 15:13 UTC  (8+ messages)

[PATCH v10 0/4] THP aware uprobe
 2019-07-31 15:18 UTC  (5+ messages)
` [PATCH v10 3/4] mm, thp: introduce FOLL_SPLIT_PMD

[PATCH v3] checkpatch: add several Kconfig default value tests
 2019-07-31 15:13 UTC  (2+ messages)

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-07-31 15:16 UTC  (11+ messages)

[linux-lvm] System hangs after snapshot autoextend, 'dmsetup info' confirms device is SUSPENDED
 2019-07-31 14:36 UTC 

[PATCH v2] ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger}
 2019-07-31 15:15 UTC  (2+ messages)

[Bug 110961] Are provoded libdrm packages completely open source?
 2019-07-31 15:15 UTC  (2+ messages)
` [Bug 110961] Are provided "

[Xen-devel] [RFC] Generating Go bindings for libxl
 2019-07-31 15:14 UTC  (8+ messages)

next/master boot: 265 boots: 17 failed, 184 passed with 64 offline (next-20190730)
 2019-07-31 15:13 UTC  (3+ messages)

[Xen-devel] Fedora 30 DomU - pygrub always boots the second menu option
 2019-07-31 14:54 UTC 

[PATCH] arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name
 2019-07-31 15:09 UTC  (7+ messages)

large DMA segments vs SWIOTLB
 2019-07-31 14:40 UTC 

[PATCH v3] sched/core: Don't use dying mm as active_mm of kthreads
 2019-07-31 15:07 UTC  (8+ messages)

[Xen-devel] Fedora 30 and BLSCFG changes equals non-booting DomUs
 2019-07-31 15:06 UTC 

[PATCH 1/2] ath11k/hal: Fix few bugs in ath11k_hal_srng_dst_num_free()
 2019-07-31 15:06 UTC  (2+ messages)

[PATCH] drm/i810: Use CONFIG_PREEMPTION
 2019-07-31 15:05 UTC  (2+ messages)

[PATCH 1/2 v3] locking/mutex: Make __mutex_owner static to mutex.c
 2019-07-31 15:05 UTC  (2+ messages)
` [PATCH 2/2 v3] locking/mutex: Use mutex flags macro instead of hard code

[GIT PULL] tracing: Minor fixes for v5.3-rc2
 2019-07-31 15:05 UTC 

[Virtio-fs] [PATCH] virtiofsd: Add gettimeofday to the seccomp whitelist
 2019-07-31 15:04 UTC  (2+ messages)

[meta-mono][PATCH] mono-5.xx: fix an issue with too long paths in doltlibtool
 2019-07-31 15:04 UTC  (4+ messages)

[PATCH] ath11k: add RX stats support for radiotap
 2019-07-31 15:04 UTC  (2+ messages)

next/pending-fixes boot: 201 boots: 5 failed, 139 passed with 56 offline, 1 untried/unknown (v5.3-rc2-408-gf683e02ddcfb)
 2019-07-31 15:03 UTC 

[PATCH RFC v3 0/14] sched,fair: flatten CPU controller runqueues
 2019-07-31 15:03 UTC  (5+ messages)
` [PATCH 09/14] sched,fair: refactor enqueue/dequeue_entity

[PATCH/RFC] ARM: dts: rza2mevb: Fix numbering of Ethernet aliases
 2019-07-31 15:02 UTC  (3+ messages)

[Xen-devel] [PATCH v2 0/2] Raspberry Pi 4 support
 2019-07-31 15:03 UTC  (3+ messages)

[PATCH v2 0/5] Create 'feature.*' config area and some centralized config parsing
 2019-07-31 15:01 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/5] repo-settings: add feature.manyCommits setting

[PATCH] arm64: Move TIF_* documentation to individual definitions
 2019-07-31 15:01 UTC  (3+ messages)

[GIT PULL] More IPMI bug fixes for 5.3
 2019-07-31 15:00 UTC 

Can the grub2.02 improve the limit of initrd size in 64-bit system?
 2019-07-31 14:59 UTC  (2+ messages)

[Virtio-fs] [PATCH] init/do_mounts.c: add virtio_fs root fs support
 2019-07-31 14:59 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/5] blank lines at EOF fixes
 2019-07-31 14:57 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] examples: remove extra blank lines at eof
` [dpdk-dev] [PATCH 2/5] test: remove "
` [dpdk-dev] [PATCH 3/5] pmdinfogen: remove blank line "
` [dpdk-dev] [PATCH 4/5] net/ipn3ke: cleanup "
` [dpdk-dev] [PATCH 5/5] net/mlx5: remove blank lines "

[RFC PATCH] grep: allow for run time disabling of JIT in PCRE
 2019-07-31 14:57 UTC  (4+ messages)
` [RFC PATCH v2] "

[PATCH 1/2] ath11k: ignore event 0x6017
 2019-07-31 14:55 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0
 2019-07-31 14:55 UTC  (2+ messages)

[PATCH] peak_usb: Fix info-leaks to USB devices
 2019-07-31 14:54 UTC 

[PATCH v2] mm: kmemleak: Use mempool allocations for kmemleak objects
 2019-07-31 14:54 UTC  (7+ messages)

[PATCHv2 0/3] crypto: inside-secure - broaden driver scope
 2019-07-31 14:53 UTC  (6+ messages)
` [PATCHv2 3/3] crypto: inside-secure - add support for using the EIP197 without vendor firmware


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.