All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-22 22:53:34 to 2016-08-22 23:30:08 UTC [more...]

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-22 23:29 UTC  (97+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
` [RFC PATCH v1 02/28] kvm: svm: Add kvm_fast_pio_in support
` [RFC PATCH v1 03/28] kvm: svm: Use the hardware provided GPA instead of page walk
` [RFC PATCH v1 04/28] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v1 05/28] KVM: SVM: prepare for new bit definition in nested_ctl
` [RFC PATCH v1 06/28] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v1 07/28] x86: Do not encrypt memory areas if SEV is enabled
` [RFC PATCH v1 08/28] Access BOOT related data encrypted with SEV active
` [RFC PATCH v1 09/28] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v1 10/28] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v1 11/28] x86: Don't decrypt trampoline area if SEV is active
` [RFC PATCH v1 12/28] x86: DMA support for SEV memory encryption
` [RFC PATCH v1 13/28] iommu/amd: AMD IOMMU support for SEV
` [RFC PATCH v1 14/28] x86: Don't set the SME MSR bit when SEV is active
` [RFC PATCH v1 15/28] x86: Unroll string I/O "
` [RFC PATCH v1 16/28] x86: Add support to determine if running with SEV enabled
` [RFC PATCH v1 17/28] KVM: SVM: Enable SEV by setting the SEV_ENABLE cpu feature
` [RFC PATCH v1 18/28] crypto: add AMD Platform Security Processor driver
` [RFC PATCH v1 19/28] KVM: SVM: prepare to reserve asid for SEV guest
` [RFC PATCH v1 20/28] KVM: SVM: prepare for SEV guest management API support
` [RFC PATCH v1 21/28] KVM: introduce KVM_SEV_ISSUE_CMD ioctl
` [RFC PATCH v1 22/28] KVM: SVM: add SEV launch start command
` [RFC PATCH v1 23/28] KVM: SVM: add SEV launch update command
` [RFC PATCH v1 24/28] KVM: SVM: add SEV_LAUNCH_FINISH command
` [RFC PATCH v1 25/28] KVM: SVM: add KVM_SEV_GUEST_STATUS command
` [RFC PATCH v1 26/28] KVM: SVM: add KVM_SEV_DEBUG_DECRYPT command
` [RFC PATCH v1 27/28] KVM: SVM: add KVM_SEV_DEBUG_ENCRYPT command
` [RFC PATCH v1 28/28] KVM: SVM: add command to query SEV API version

[PATCH] powerpc: signals: Discard transaction state from signal frames
 2016-08-22 23:28 UTC  (3+ messages)

[Intel-wired-lan] [PATCH] ixgbe: make ixgbe_led_on/off_t_x550em static
 2016-08-22 23:28 UTC 

[PATCH v05 00/72] Userspace compile test and fixes for exported uapi header files
 2016-08-22 23:28 UTC  (12+ messages)
` [PATCH v05 21/72] include/uapi/linux/if_pppox.h: include linux/if.h
` [PATCH v05 22/72] include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.h
` [PATCH v05 23/72] include/uapi/linux/ipv6_route.h: include linux/in6.h
` [PATCH v05 38/72] include/uapi/linux/openvswitch.h: use __u32 from linux/types.h

[PATCH v05 34/72] include/uapi/linux/errqueue.h: include linux/time.h
 2016-08-22 23:24 UTC  (2+ messages)

[PATCH] xfs: close xfs_wait_buftarg() race with buffer lookups
 2016-08-22 23:24 UTC  (2+ messages)

+ checkpatch-look-for-symbolic-permissions-and-suggest-octal-instead.patch added to -mm tree
 2016-08-22 23:23 UTC 

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-22 23:21 UTC  (2+ messages)

krogoth: musl-1.1.15 is broken on mips
 2016-08-22 23:21 UTC 

cubox-i kernel-module-imx-gpu-viv compilatin issue
 2016-08-22 23:20 UTC  (4+ messages)

[PATCH] ARC: uaccess: get_user to zero out dest in cause of fault
 2016-08-22 23:19 UTC  (13+ messages)

[PATCH] i40iw: Do not set setting self-referencing pointer to NULL after kfree
 2016-08-22 23:19 UTC 

[PATCH 0/7] tweaking the delta base cache
 2016-08-22 23:18 UTC  (3+ messages)
` [PATCH 4/7] delta_base_cache: use list.h for LRU

[Intel-wired-lan] [PATCH] ixgbe: simplify the logic for setting VLAN filtering
 2016-08-22 23:17 UTC 

[PATCH] i40iw: Add missing check for interface already open
 2016-08-22 23:17 UTC 

[PATCH] i40iw: Add missing NULL check for MPA private data
 2016-08-22 23:16 UTC 

Will Btrfs have an official command to "uncow" existing files?
 2016-08-22 23:06 UTC  (4+ messages)

[PATCH] i40iw: Protect req_resource_num update
 2016-08-22 23:15 UTC 

[PATCH -next] irqchip/irq-jcore-aic: fix non static symbol warning
 2016-08-22 23:11 UTC  (2+ messages)

[PATCH] selftest/powerpc: Add test for sigreturn in transaction
 2016-08-22 23:14 UTC  (2+ messages)

[qemu-mainline baseline-only test] 67578: regressions - FAIL
 2016-08-22 23:14 UTC 

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-22 22:39 UTC  (30+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 06/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 08/20] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 17/20] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[Intel-wired-lan] [dev-queue PATCH v2 0/3] Add VF Port representor support for SR-IOV VFs
 2016-08-22 23:13 UTC  (5+ messages)
` [Intel-wired-lan] [dev-queue PATCH v2 2/3] i40e: Enable VF specific ethtool statistics via VF Port representor netdevs

KЛИЕНTСKИЕ БA3Ьl MAЙЛ:Bawupecoda-3897@courriel.fr.nf СKAЙП: prodawez389 Для быcmрoй мAccoвoй прogAжu ВAшuх moвAрoв u уcлуr! Пogрoбнocmu узнAйme ceйчAc!
 2016-08-22 22:15 UTC 

[PATCH 0/8] x86: stack-related cleanups and fixes
 2016-08-22 23:10 UTC  (7+ messages)
` [PATCH 5/8] x86/head: remove useless zeroed word

[RFC][PATCH 8 of 7] cpufreq: intel_pstate: add iir filter to pstate
 2016-08-22 23:11 UTC 

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-22 23:13 UTC  (6+ messages)
` [PATCH v4 04/16] generic-sections: add section core helpers

[U-Boot] ARM: tegra: jetson-tk1: Increase console buffer size
 2016-08-22 23:10 UTC  (2+ messages)

[RFC PATCH 0/3] UART slave device bus
 2016-08-22 23:10 UTC  (11+ messages)

Bluestore assert
 2016-08-22 23:10 UTC  (14+ messages)

bluestore blobs REVISITED
 2016-08-22 23:09 UTC  (8+ messages)

[PATCH] net: mv88e6xxx: Fix ingress rate removal for mv6131 chips
 2016-08-22 23:09 UTC  (2+ messages)

[PATCH v6 0/4] SCT Write Same
 2016-08-22 23:09 UTC  (7+ messages)
` [PATCH v6 2/4] Add support for "

[PATCH] i40iw: Change mem_resources pointer to a u8
 2016-08-22 23:09 UTC 

kernel BUG observed during ndctl Unit Tests on 4.8.0-rc2
 2016-08-22 23:08 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 907764481a6b7f5010214a9ecf3c7d7ef6c32423 BUILD SUCCESS
 2016-08-22 23:07 UTC 

Need Help with crashed RAID5 (that was rebuilding and then had SATA error on another drive)
 2016-08-22 23:06 UTC  (2+ messages)

+ mm-unrig-vma-cache-hit-ratio.patch added to -mm tree
 2016-08-22 23:06 UTC 

[RFC PATCH 0/3] UART slave device bus
 2016-08-22 23:02 UTC  (13+ messages)

[PATCH -next] xen-netback: using kfree_rcu() to simplify the code
 2016-08-22 23:01 UTC 

[PATCH v6 0/7] perf: Cross arch annotate + few miscellaneous fixes
 2016-08-22 23:01 UTC  (3+ messages)
` [PATCH v6 2/7] perf annotate: Add cross arch annotate support

[PATCH -next] xen-netback: using kfree_rcu() to simplify the code
 2016-08-22 23:01 UTC 

[RESEND][PATCH] proc: Fix timerslack_ns CAP_SYS_NICE check when adjusting self
 2016-08-22 23:01 UTC 

[RESEND][PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio
 2016-08-22 22:56 UTC  (8+ messages)
` [RESEND][PATCH 1/7 v4] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms
` [RESEND][PATCH 2/7 v4] k3dma: Fix hisi burst clipping
` [RESEND][PATCH 3/7 v4] k3dma: Fix dma err offsets
` [RESEND][PATCH 4/7 v4] k3dma: Fix "nobody cared" message seen on any error
` [RESEND][PATCH 5/7 v4] k3dma: Fix occasional DMA ERR issue by using proper dma api
` [RESEND][PATCH 6/7 v4] k3dma: Fix memory handling in preparation for cyclic mode
` [RESEND][PATCH 7/7 v4] k3dma: Add cyclic mode for audio

[PATCH soc/next?] ARM: BCM53573: Initial support for Broadcom BCM53573 SoCs
 2016-08-22 22:58 UTC  (3+ messages)
` [PATCH V2 "

[PATCH tip/core/rcu 0/5] Miscellaneous fixes for 4.9
 2016-08-22 22:57 UTC  (3+ messages)
` [PATCH tip/core/rcu 3/5] sched: Make wake_up_nohz_cpu() handle CPUs going offline

Python 3 a blocking requirement?
 2016-08-22 22:57 UTC  (4+ messages)

[PATCH 1/4] arm64: dts: Add display subsystem DT nodes for hi6220-hikey
 2016-08-22 22:48 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: Add HDMI node "
` [PATCH 3/4] arm64: dts: hikey: Add hikey support for syscon-reboot-mode
` [PATCH 4/4] arm64: dts: hikey: Add pstore support for HiKey

Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
 2016-08-22 22:55 UTC  (7+ messages)

[PATCH] MIPS: OCTEON: mangle-port: fix build failure with VDSO code
 2016-08-22 22:55 UTC  (3+ messages)

[PATCH] sdhci: Add quirk and device tree parameter to force SD test mode
 2016-08-22 22:55 UTC 

[RFC][PATCH 0/7] cpufreq / sched: cpufreq_update_util() flags and iowait boosting
 2016-08-22 22:53 UTC  (7+ messages)
` [RFC][PATCH 7/7] cpufreq: intel_pstate: Change P-state selection algorithm for Core


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.