All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-08 13:59:49 to 2019-05-08 14:44:29 UTC [more...]

[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

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-08 14:44 UTC  (63+ 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

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

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

[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  (16+ messages)
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [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] "

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

[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] "

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

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

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

[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  (5+ 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)

[PATCH v2 0/2] Introduce runstate area registration with phys address
 2019-05-08 14:31 UTC  (6+ messages)
            ` [Xen-devel] "

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-08 14:31 UTC  (7+ messages)
` [PATCH 06/10] s390/cio: add basic protected virtualization support
` [PATCH 08/10] virtio/s390: add indirection to indicators access

[Buildroot] [PATCH] linux-tools/perf: Respect TARGET_CFLAGS
 2019-05-08 14:31 UTC  (8+ messages)

[PATCH] qtbase: add symbolic link qt5/examples for backward compatibility
 2019-05-08 14:30 UTC 

[PATCH v2 00/11] dts: Update DT bindings for CoreSight replicator and funnel
 2019-05-08 14:29 UTC  (3+ messages)

[PATCH v2] fix use-after-free in perf_sched__lat
 2019-05-08 14:36 UTC 

[PATCH BlueZ v2] mesh: Use node uuids as storage directory names
 2019-05-08 14:23 UTC  (5+ messages)

[PATCH, RFC 1/2] nvme: change locking for the per-subsystem controller list
 2019-05-08 14:28 UTC  (3+ messages)
` [PATCH, RFC 2/2] nvme: validate cntlid during controller initialisation

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

[PATCH v2] rcu_nest: fix concurrency issues
 2019-05-08 14:26 UTC 

[PATCH BlueZ v3 0/1] mesh: Use node uuids as storage directory names
 2019-05-08 14:24 UTC  (2+ messages)
` [PATCH BlueZ v3 1/1] "

[PATCH] mptsas: fix undefined behaviour of a shift of an int by more than 31 places
 2019-05-08 14:24 UTC  (5+ messages)

[dpdk-dev] [PATCH] ipc: unlock on failure
 2019-05-08 14:24 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

5.2 hppa merge seems to work on my machines
 2019-05-08 14:23 UTC 

[PATCH v4 0/3] spi-nor block protection
 2019-05-08 14:23 UTC  (14+ messages)
` [PATCH v4 2/3] spi-nor: s25fl512s supports region locking

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

[PATCH 1/2] eoqa: use bash to execute SDK test commands
 2019-05-08 14:22 UTC  (4+ messages)
` [PATCH 2/2] openssh: usable sshd depends on rngd from rng-tools

[PATCH 0/2] Multi-pack-index: Fix "too many file descriptors" bug
 2019-05-08 14:22 UTC  (4+ messages)
` [PATCH 1/2] midx: pass a repository pointer

[Bug 203525] New: brightness with function buttons Acer Aspire A315-41 notebook with AMD Ryzen 5 2500U
 2019-05-08 14:21 UTC  (2+ messages)
` [Bug 203525] "

[PATCH v2] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
 2019-05-08 14:20 UTC  (2+ messages)

[PATCH] repack: enable bitmaps by default on bare repos
 2019-05-08 14:20 UTC  (12+ messages)
  ` [PATCH v3] "

[PATCH] crypto: DRBG - add FIPS 140-2 CTRNG for noise source
 2019-05-08 14:19 UTC  (4+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

[PATCH 1/4] checkpatch: fix multiple const * types
 2019-05-08 14:19 UTC  (3+ messages)
` [PATCH 2/4] checkpatch: add --fix for warning LINE_CONTINUATIONS

[igt-dev] [PATCH i-g-t 00/21] Media scalability tooling
 2019-05-08 14:16 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 16/21] gem_wsim: Some more example workloads

[PATCH] watchdog: sama5d4: fix WDD value to be always set to max
 2019-05-08 14:15 UTC  (2+ messages)

[PATCH v5 2/5] usb: phy: Workaround for USB erratum-A005728
 2019-05-08 14:15 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Re-add support for Aries MCV SoM and MCVEVK board
 2019-05-08 14:14 UTC  (6+ messages)

FAILED: patch "[PATCH] staging: most: sound: pass correct device when creating a" failed to apply to 4.19-stable tree
 2019-05-08 14:13 UTC 

[PATCH] fs: make all new mount api fds cloexec by default
 2019-05-08 14:13 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] riscv: set preboot and increase kernel size
 2019-05-08 14:12 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] riscv: set CONFIG_SYS_BOOTM_LEN to SZ_64M
` [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

[PATCH v2] extensions: libxt_owner: Add supplementary groups option
 2019-05-08 14:12 UTC 

[PATCH v2] netfilter: xt_owner: Add supplementary groups option
 2019-05-08 14:12 UTC 

[RFC PATCH 0/6] Capacity awareness for SCHED_DEADLINE
 2019-05-08 14:12 UTC  (8+ messages)
` [RFC PATCH 4/6] sched/dl: Improve capacity-aware wakeup

[PATCH 01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
 2019-05-08 14:10 UTC  (5+ messages)

[PATCH] base.bbclass: add named SRCREVs to the sstate hash
 2019-05-08 14:02 UTC 

[PATCH] fs,xfs: fix missed wakeup on l_flush_wait
 2019-05-08 14:08 UTC  (3+ messages)

[PATCH] drm/cma-helper: Fix drm_gem_cma_free_object()
 2019-05-08 14:08 UTC  (4+ messages)

Please apply commit b90cd6f2b905 to v4.19.y and earlier
 2019-05-08 14:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] qemu-img: Allow rebase with no input base
 2019-05-08 14:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] "
` [Qemu-devel] [PATCH v2 2/3] qemu-img: Use zero writes after source backing EOF
` [Qemu-devel] [PATCH v2 3/3] iotests: Add test for rebase without input base

[Buildroot] [PATCH 00/15] Add gcc 9.1
 2019-05-08 14:05 UTC  (6+ messages)
` [Buildroot] [PATCH 01/15] package/glibc/arc: fix build issue with gcc-9.1

[PATCH] arm64: add support for rng-seed
 2019-05-08 14:04 UTC  (5+ messages)

[PATCH v4] fstests: generic: Test if we can still do certain operations which doesn't take data space on full fs
 2019-05-08 14:04 UTC 

[RFC PATCH v1 0/6] Introduce machine-specific regulators coupling API
 2019-05-08 14:03 UTC  (4+ messages)

[RFC PATCH net-next 2/3] flow_offload: restore ability to collect separate stats per action
 2019-05-08 14:02 UTC  (5+ messages)

[PATCH v3 00/11] asus-wmi: Support of ASUS TUF Gaming series laptops
 2019-05-08 14:02 UTC  (3+ messages)
` [PATCH v3 09/11] platform/x86: asus-wmi: Control RGB keyboard backlight

[Qemu-arm] [PATCH v7 0/2] Add Arm SBSA Reference Machine
 2019-05-08 13:59 UTC  (5+ messages)
` [Qemu-arm] [PATCH v7 2/2] hw/arm: Add arm SBSA reference machine, devices part
    ` [Qemu-devel] "
      ` [Qemu-arm] "

[PATCH] udevng: add SIMCom SIM7600 modem support
 2019-05-08 14:01 UTC 

[dpdk-dev] [PATCH] doc/compress: clarify error handling on data-plane
 2019-05-08 14:00 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2] "

[GIT PULL] nolibc header update for 5.2-rc1 (RISCV support)
 2019-05-08 14:00 UTC 

[PATCH 0/2] Add dts support for frwy-ls1046a board
 2019-05-08 14:00 UTC  (3+ messages)
` [PATCH 2/2] add dts file to enable support for ls1046afrwy board


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.