linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 12:08:39 to 2019-05-08 14:52:24 UTC [more...]

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-08 14:44 UTC  (62+ messages)
` [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] nvme-pci: mark expected switch fall-through
 2019-05-08 14:51 UTC  (3+ messages)

[PATCH 1/4] checkpatch: fix multiple const * types
 2019-05-08 14:51 UTC  (6+ messages)
` [PATCH 2/4] checkpatch: add --fix for warning LINE_CONTINUATIONS
` [PATCH 3/4] checkpatch: fix minor typo and mixed space+tab in indentation
` [PATCH 4/4] checkpatch: replace magic value for TAB size

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

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

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

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

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

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-08 14:38 UTC  (9+ 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

[PATCH v8 0/5] support a new rk80x pmic-variants (rk817 and rk809)
 2019-05-08 14:37 UTC  (6+ 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 v1] timer:clock:ptp: add support the dynamic posix clock alarm set for ptp
 2019-05-08 14:36 UTC  (4+ messages)
  ` [EXT] "

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

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

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

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

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

[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] watchdog: sama5d4: fix WDD value to be always set to max
 2019-05-08 14:15 UTC 

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

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

[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] fs,xfs: fix missed wakeup on l_flush_wait
 2019-05-08 14:08 UTC  (3+ messages)

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

[RFC PATCH v1 0/6] Introduce machine-specific regulators coupling API
 2019-05-08 14:03 UTC  (13+ messages)
` [RFC PATCH v1 1/6] regulator: core: Introduce API for machine-specific regulators coupling
` [RFC PATCH v1 5/6] soc/tegra: regulators: Add regulators coupler for Tegra20
` [RFC PATCH v1 6/6] soc/tegra: regulators: Add regulators coupler for Tegra30

[PATCH v3 00/11] asus-wmi: Support of ASUS TUF Gaming series laptops
 2019-05-08 14:02 UTC  (16+ messages)
` [PATCH v3 01/11] platform/x86: asus-wmi: Fix hwmon device cleanup
` [PATCH v3 03/11] platform/x86: asus-wmi: Increase the input buffer size of WMI methods
` [PATCH v3 04/11] platform/x86: asus-wmi: Improve DSTS WMI method ID detection
` [PATCH v3 05/11] platform/x86: asus-wmi: Support WMI event queue
` [PATCH v3 07/11] platform/x86: asus-wmi: Organize code into sections
` [PATCH v3 08/11] platform/x86: asus-wmi: Enhance detection of thermal data
` [PATCH v3 09/11] platform/x86: asus-wmi: Control RGB keyboard backlight

[PATCH v9 0/1] Add support for IPMB driver
 2019-05-08 13:46 UTC  (2+ messages)
` [PATCH v9 1/1] "

[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  (4+ messages)
` [PATCH 1/2] dt-bindings: arm: fsl: Add device tree binding for ls1046a-frwy board
` [PATCH 2/2] add dts file to enable support for ls1046afrwy board

[PATCH v2 7/8] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
 2019-05-08 13:50 UTC  (4+ messages)

[PATCH] usb: core: verify devicetree nodes for disabled interfaces
 2019-05-08 13:49 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2 0/1] usb: typec: tcpm: Add some FAULT_STATUS processing
 2019-05-08 13:48 UTC  (6+ messages)
` [PATCH v2 1/1] usb: typec: tcpci: Clear the fault status register

[PATCH v3] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-05-08 13:47 UTC  (4+ messages)

[PATCH] net: dsa: sja1105: Make 'sja1105et_regs' and 'sja1105pqrs_regs' static
 2019-05-08 13:43 UTC 

[PATCH v20 00/28] Intel SGX1 support
 2019-05-08 13:45 UTC  (5+ messages)

[PATCH next 16/25] mfd: Use dev_get_drvdata()
 2019-05-08 13:52 UTC  (2+ messages)
` [PATCH next v2] "

[PATCHv4 1/2] dt-bindings: cadence-quadspi: add options reset property
 2019-05-08 13:43 UTC  (2+ messages)
` [PATCHv4 2/2] mtd: spi-nor: cadence-quadspi: add reset control

[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
 2019-05-08 13:41 UTC  (6+ messages)
` [RFC PATCH 1/5] net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing

[RESEND PATCH] gnss: get serial speed from subdrivers
 2019-05-08 13:39 UTC 

Linux 5.0.14
 2019-05-08 13:38 UTC  (2+ messages)

[PATCH 0/7] Add new tracepoints required for EAS testing
 2019-05-08 13:38 UTC  (5+ messages)
` [PATCH 4/7] sched: Add sched_load_rq tracepoint

[PATCH v3 0/7] crypto: x86: Fix indirect function call casts
 2019-05-08 13:36 UTC  (5+ messages)

[PATCH v7 0/6] tracing/probes: uaccess: Add support user-space access
 2019-05-08 13:33 UTC  (7+ messages)
` [PATCH v7 1/6] x86/uaccess: Allow access_ok() in irq context if pagefault_disabled
` [PATCH v7 2/6] uaccess: Add non-pagefault user-space read functions
` [PATCH v7 3/6] tracing/probe: Add ustring type for user-space string
` [PATCH v7 4/6] tracing/probe: Support user-space dereference
` [PATCH v7 5/6] selftests/ftrace: Add user-memory access syntax testcase
` [PATCH v7 6/6] perf-probe: Add user memory access attribute support

[PATCH][V3] net: dsa: sja1105: fix check on while loop exit
 2019-05-08 13:30 UTC 

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-08 13:22 UTC  (7+ messages)
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 09/16] mmc: sdhci-xenon: use "

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-08 13:22 UTC  (12+ messages)

[PATCHv3 00/12] perf tools: Display eBPF code in intel_pt trace
 2019-05-08 13:20 UTC  (13+ messages)
` [PATCH 01/12] perf tools: Separate generic code in dso__data_file_size
` [PATCH 02/12] perf tools: Separate generic code in dso_cache__read
` [PATCH 03/12] perf tools: Simplify dso_cache__read function
` [PATCH 04/12] perf tools: Add bpf dso read and size hooks
` [PATCH 05/12] perf tools: Read also the end of the kernel
` [PATCH 06/12] perf tools: Keep zero in pgoff bpf map
` [PATCH 07/12] perf script: Pad dso name for --call-trace
` [PATCH 08/12] perf tools: Preserve eBPF maps when loading kcore
` [PATCH 09/12] perf tests: Add map_groups__merge_in test
` [PATCH 10/12] perf script: Add --show-bpf-events to show eBPF related events
` [PATCH 11/12] perf script: Remove superfluous bpf event titles
` [PATCH 12/12] perf script: Add --show-all-events option

[PATCH 1/3][V3] lib: fix __sysfs_match_string() helper when n != -1
 2019-05-08 13:17 UTC  (3+ messages)
` [PATCH 3/3][V3] iio: Handle enumerated properties with gaps

[PATCH v2] Documentation/trace: Add clarification how histogram onmatch works
 2019-05-08 13:15 UTC  (3+ messages)

[PATCH v7 0/13] Exynos5 Dynamic Memory Controller driver
 2019-05-08 13:13 UTC  (6+ messages)
  ` [PATCH v7 11/13] ARM: dts: exynos: add syscon to clock compatible

ptrace warning due to "cgroup: get rid of cgroup_freezer_frozen_exit()"
 2019-05-08 13:10 UTC  (3+ messages)

ARM/gic-v4: deadlock occurred
 2019-05-08 13:01 UTC  (5+ messages)

[PATCH] drm/amd/display: Make some functions static
 2019-05-08 12:55 UTC 

serial: Add Milbeaut serial control
 2019-05-08 12:55 UTC  (2+ messages)

[PATCH V2 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-08 12:54 UTC  (4+ messages)
` [PATCH V2 2/4] nvmem: imx: add i.MX8 nvmem driver

[PATCH v2 0/2] Optimize dma_*_from_contiguous calls
 2019-05-08 12:52 UTC  (2+ messages)

[PATCH] x86/fpu: Remove the _GPL from the kernel_fpu_begin/end() export
 2019-05-08 12:51 UTC  (7+ messages)

EDAC: Fix memory leak in creating CSROW object
 2019-05-08 12:47 UTC  (10+ messages)
        ` [PATCH 1/2] EDAC/sysfs: Fix memory leak when creating a csrow object
        ` [PATCH 2/2] EDAC/sysfs: Drop device references properly

[PATCH 0/4] x86: int3 fallout
 2019-05-08 12:46 UTC  (9+ messages)
` [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
` [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs

BUG: sleeping function called from invalid context in line6_pcm_acquire
 2019-05-08 12:46 UTC 

[PATCH v3 0/2] ftpm: a firmware based TPM driver
 2019-05-08 12:44 UTC  (3+ messages)

[REGRESSION] usb: gadget: f_fs: Allow scatter-gather buffers
 2019-05-08 12:44 UTC  (2+ messages)

[PATCH V2 0/3] Introduce Thermal Pressure
 2019-05-08 12:41 UTC  (6+ messages)
` [PATCH V2 1/3] Calculate "

[PATCH] soc: imx: Get iMX8MQ revision for B0 from ATF
 2019-05-08 12:40 UTC  (2+ messages)
` [RFC PATCH] soc: imx: Try harder to get imq8mq SoC revisions

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-08 12:39 UTC  (5+ messages)

[PATCH v2 1/4] bpf: Add support for reading user pointers
 2019-05-08 12:39 UTC  (5+ messages)

WARNING in untrack_pfn
 2019-05-08 12:37 UTC  (5+ messages)

[PATCH v1] dmaengine: tegra-apb: Handle DMA_PREP_INTERRUPT flag properly
 2019-05-08 12:37 UTC  (3+ messages)

[PATCH v5 1/1] usb: xhci: Add Clear_TT_Buffer
 2019-05-08 12:28 UTC 

[PATCH 1/8] arm64: dts: mt8183: add thermal zone node
 2019-05-08 12:27 UTC  (6+ messages)
  ` [PATCH 2/8] arm64: dts: mt8183: add/update dynamic power coefficients

[PATCH v2 0/2] introduction of version attribute for VFIO live migration
 2019-05-08 12:10 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915/gvt: export mdev device version to sysfs for Intel vGPU

[PATCH v3] serial: Add Milbeaut serial control
 2019-05-08 12:22 UTC  (3+ messages)

[PATCH] net: hns3: remove redundant assignment of l2_hdr to itself
 2019-05-08 12:13 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).