All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-16 18:15:13 to 2020-11-16 18:37:22 UTC [more...]

[PATCH wip/jgg-for-next] fixup! RDMA/counter: Combine allocation and bind logic
 2020-11-16 18:37 UTC  (2+ messages)

[PATCH] clk: meson: enable building as modules
 2020-11-16 18:34 UTC  (5+ messages)

[RESEND][PATCH] ima: Set and clear FMODE_CAN_READ in ima_calc_file_hash()
 2020-11-16 18:35 UTC  (10+ messages)

[RFC][PATCH v2 00/21] x86/pti: Defer CR3 switch to C code
 2020-11-16 18:34 UTC  (8+ messages)
` [RFC][PATCH v2 12/21] x86/pti: Use PTI stack instead of trampoline stack
` [RFC][PATCH v2 21/21] x86/pti: Use a different stack canary with the user and kernel page-table

[PATCH v16 0/6] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-16 18:32 UTC  (6+ messages)
` [PATCH v16 6/6] "

[RFC PATCH 00/67] KVM: X86: TDX support
 2020-11-16 18:26 UTC  (68+ messages)
` [RFC PATCH 01/67] x86/cpufeatures: Add synthetic feature flag for TDX (in host)
` [RFC PATCH 02/67] x86/msr-index: Define MSR_IA32_MKTME_KEYID_PART used by TDX
` [RFC PATCH 03/67] x86/cpu: Move get_builtin_firmware() common code (from microcode only)
` [RFC PATCH 04/67] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH 05/67] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH 06/67] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH 07/67] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH 08/67] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH 09/67] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH 10/67] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH 11/67] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [RFC PATCH 12/67] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH 13/67] KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd()
` [RFC PATCH 14/67] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH 15/67] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH 16/67] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH 17/67] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH 18/67] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH 19/67] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE
` [RFC PATCH 20/67] KVM: x86: Make KVM_CAP_X86_SMM a per-VM capability
` [RFC PATCH 21/67] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH 22/67] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH 23/67] KVM: Add per-VM flag to disable dirty logging of memslots for TDs
` [RFC PATCH 24/67] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes
` [RFC PATCH 25/67] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH 26/67] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH 27/67] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH 28/67] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH 29/67] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH 30/67] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH 31/67] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH 32/67] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH 33/67] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH 34/67] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH 35/67] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH 36/67] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [RFC PATCH 37/67] KVM: x86/mmu: Ignore bits 63 and 62 when checking for "present" SPTEs
` [RFC PATCH 38/67] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH 39/67] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH 40/67] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH 41/67] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages
` [RFC PATCH 42/67] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [RFC PATCH 43/67] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH 44/67] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH 45/67] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH 46/67] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH 47/67] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH 48/67] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH 49/67] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH 50/67] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH 51/67] KVM: VMX: Move register caching logic to common code
` [RFC PATCH 52/67] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH 53/67] KVM: TDX: Add architectural definitions for structures and values
` [RFC PATCH 54/67] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH 55/67] KVM: TDX: Add SEAMRR related MSRs macro definition
` [RFC PATCH 56/67] KVM: TDX: Add macro framework to wrap TDX SEAMCALLs
` [RFC PATCH 57/67] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH 58/67] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH 59/67] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH 60/67] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH 61/67] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH 62/67] KVM: TDX: Load and init TDX-SEAM module during boot
` [RFC PATCH 63/67] cpu/hotplug: Document that TDX also depends on booting CPUs once
` [RFC PATCH 64/67] KVM: TDX: Add "basic" support for building and running Trust Domains
` [RFC PATCH 65/67] KVM: x86: Mark the VM (TD) as bugged if non-coherent DMA is detected
` [RFC PATCH 66/67] fixup! KVM: TDX: Add "basic" support for building and running Trust Domains
` [RFC PATCH 67/67] KVM: X86: not for review: add dummy file for TDX-SEAM module

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-11-16 18:34 UTC 

[RFC v7 00/26] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2020-11-16 18:13 UTC  (22+ messages)
` [RFC v7 01/26] update-linux-headers: Import iommu.h
` [RFC v7 02/26] header update against 5.10-rc4 and IOMMU/VFIO nested stage APIs
` [RFC v7 03/26] memory: Add IOMMU_ATTR_VFIO_NESTED IOMMU memory region attribute
` [RFC v7 04/26] memory: Add IOMMU_ATTR_MSI_TRANSLATE "
` [RFC v7 05/26] memory: Introduce IOMMU Memory Region inject_faults API
` [RFC v7 06/26] memory: Add arch_id and leaf fields in IOTLBEntry
` [RFC v7 07/26] iommu: Introduce generic header
` [RFC v7 08/26] pci: introduce PCIPASIDOps to PCIDevice
` [RFC v7 09/26] vfio: Force nested if iommu requires it
` [RFC v7 10/26] vfio: Introduce hostwin_from_range helper
` [RFC v7 11/26] vfio: Introduce helpers to DMA map/unmap a RAM section
` [RFC v7 12/26] vfio: Set up nested stage mappings
` [RFC v7 13/26] vfio: Pass stage 1 MSI bindings to the host
` [RFC v7 14/26] vfio: Helper to get IRQ info including capabilities
` [RFC v7 15/26] vfio/pci: Register handler for iommu fault
` [RFC v7 16/26] vfio/pci: Set up the DMA FAULT region
` [RFC v7 18/26] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute
` [RFC v7 19/26] hw/arm/smmuv3: Store the PASID table GPA in the translation config
` [RFC v7 20/26] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation
` [RFC v7 22/26] hw/arm/smmuv3: Pass stage 1 configurations to the host
` [RFC v7 23/26] hw/arm/smmuv3: Implement fault injection

FAILED: patch "[PATCH] erofs: derive atime instead of leaving it empty" failed to apply to 4.19-stable tree
 2020-11-16 18:32 UTC  (4+ messages)
` [PATCH 4.19.y] erofs: derive atime instead of leaving it empty

[PATCH v41 00/24] Intel SGX foundations
 2020-11-16 18:33 UTC  (4+ messages)
` [PATCH v41 20/24] selftests/x86: Add a selftest for SGX
  ` [PATCH v41 05/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections

[PATCH net-next 00/12] ibmvnic: Performance improvements and other updates
 2020-11-16 18:30 UTC  (11+ messages)
` [PATCH net-next 01/12] ibmvnic: Ensure that subCRQ entry reads are ordered
` [PATCH net-next 02/12] ibmvnic: Introduce indirect subordinate Command Response Queue buffer

[RFC PATCH v3 0/9] CoreSight complex config support; ETM strobing
 2020-11-16 18:32 UTC  (3+ messages)
` [RFC PATCH v3 1/9] coresight: syscfg: Initial coresight system configuration

checking for "config" file existence
 2020-11-16 18:32 UTC  (2+ messages)

[PATCH for-next 0/2] create_user_ah introduction fixups
 2020-11-16 18:32 UTC  (4+ messages)
` [PATCH for-next 1/2] RDMA/core: Check .create_ah is not NULL only in case it's needed

[tpm2] Re: Question: TPM2.0 auditing services/programs for S/W solutions using TPM chips
 2020-11-16 18:31 UTC 

[BUG] cqe unable to handle buggy cards
 2020-11-16 18:30 UTC  (8+ messages)

[PATCH] compiler.h: Fix barrier_data() on clang
 2020-11-16 18:30 UTC  (5+ messages)

[PATCH] ACPI, APEI, Fix error return value in apei_map_generic_address()
 2020-11-16 18:30 UTC  (2+ messages)

[PATCH v2 0/2] tools/bootconfig: Align the bootconfig applied initrd
 2020-11-16 18:29 UTC  (3+ messages)
` [PATCH v2 1/2] tools/bootconfig: Align the bootconfig applied initrd image size to 4

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-11-16 18:28 UTC 

[dpdk-dev] [PATCH] maintainers: Update for OcteonTx2 DMA and EP
 2020-11-16 18:28 UTC  (5+ messages)
` [dpdk-dev] [EXT] "

[AUH] lz4: upgrading to 1.9.3 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] libcap: upgrading to 2.45 FAILED
 2020-11-16 18:28 UTC 

[AUH] gmp: upgrading to 6.2.1 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] libinput: upgrading to 1.16.3 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] libunwind: upgrading to 1.5.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] xkbcomp: upgrading to 1.4.4 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] gpgme: upgrading to 1.15.0 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] libdrm: upgrading to 2.4.103 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] man-pages: upgrading to 5.09 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] acpica: upgrading to 20201113 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] grep: upgrading to 3.6 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] enchant2: upgrading to 2.2.13 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] quota: upgrading to 4.06 FAILED
 2020-11-16 18:28 UTC 

[AUH] gdk-pixbuf: upgrading to 2.42.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] piglit: upgrading to 0fda9f67a782edec640998286e7b6058e8933d17 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] python3-numpy: upgrading to 1.19.4 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] msmtp: upgrading to 1.8.13 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] meson: upgrading to 0.56.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] systemtap: upgrading to 4.4 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] pango: upgrading to 1.48.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] python3-pycryptodome: upgrading to 3.9.9 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] vulkan-samples: upgrading to 4a523fded74836d81982631b3b0c5b634ac87334 FAILED
 2020-11-16 18:28 UTC 

[AUH] Upgrade status: 2020-11-16
 2020-11-16 18:28 UTC 

[AUH] libhandy: upgrading to 1.0.2 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] systemtap-uprobes: upgrading to 4.4 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] python3-pycryptodomex: upgrading to 3.9.9 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] stress-ng: upgrading to 0.11.24 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] mesa: upgrading to 20.2.2 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] gnu-config: upgrading to 77632d92f25e26b95c64afd3700d51bd03587613 FAILED
 2020-11-16 18:28 UTC 

[AUH] llvm: upgrading to 11.0.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] go-runtime: upgrading to 1.15.5 FAILED
 2020-11-16 18:28 UTC 

[AUH] libdnf: upgrading to 0.55.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] ccache: upgrading to 4.0 FAILED
 2020-11-16 18:28 UTC 

[AUH] go: upgrading to 1.15.5 FAILED
 2020-11-16 18:28 UTC 

[AUH] createrepo-c: upgrading to 0.16.2 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] netbase: upgrading to 6.2 FAILED
 2020-11-16 18:28 UTC 

[AUH] binutils: upgrading to 2.35.1 FAILED
 2020-11-16 18:28 UTC 

[AUH] bind: upgrading to 9.16.8 FAILED
 2020-11-16 18:28 UTC 

[AUH] dnf: upgrading to 4.4.2 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] bison: upgrading to 3.7.4 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] elfutils: upgrading to 0.182 FAILED
 2020-11-16 18:28 UTC 

[AUH] kea: upgrading to 1.8.1 SUCCEEDED
 2020-11-16 18:28 UTC 

[AUH] ifupdown: upgrading to 0.8.36 SUCCEEDED
 2020-11-16 18:28 UTC 

[PATCH v5 0/2] leds: mt6360: Add LED driver for MT6360
 2020-11-16 18:25 UTC  (13+ messages)
` [PATCH v5 2/2] "

[bluez PATCH v1] adv_monitor: Fix remove monitor from the kernel
 2020-11-16 18:27 UTC  (2+ messages)
` [bluez,v1] "

[bluez PATCH v1] adv_monitor: Update log messages
 2020-11-16 18:25 UTC 

[RFC PATCH 0/3] Make overlayfs volatile mounts reusable
 2020-11-16 18:25 UTC  (6+ messages)
` [RFC PATCH 3/3] overlay: Add the ability to remount volatile directories when safe

[PATCH] kvm/i386: Set proper nested state format for SVM
 2020-11-16 18:25 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/andy/linux-gpio-intel
 2020-11-16 18:25 UTC 

post-receive: pub/scm/linux/kernel/git/pinctrl/intel
 2020-11-16 18:25 UTC 

[RFC PATCH 0/9] CXL 2.0 Support
 2020-11-16 18:23 UTC  (4+ messages)
` [RFC PATCH 1/9] cxl/acpi: Add an acpi_cxl module for the CXL interconnect

[PATCH v5 1/3] dt-bindings: media: atmel: csi2dc: add bindings for microchip csi2dc
 2020-11-16 18:23 UTC  (2+ messages)

netbsd PVH dom0: xen clock event stops
 2020-11-16 18:22 UTC  (3+ messages)

[PATCHv2 0/2] btf_encoder: Fix functions BTF data generation
 2020-11-16 18:21 UTC  (7+ messages)
` [PATCH 2/2] btf_encoder: Fix function generation

[PATCH] memory: Skip dirty tracking for un-migratable memory regions
 2020-11-16 18:22 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2020-11-16 18:21 UTC 

[tpm2] [RELEASE] tpm2-pkcs11 1.5.0
 2020-11-16 18:21 UTC 

[PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
 2020-11-16 18:21 UTC  (3+ messages)

[PATCH v2 00/19] media: Add new pixel formats for Xilinx v-frmbuf
 2020-11-16 18:20 UTC  (6+ messages)
` [PATCH v2 06/19] media: doc: pixfmt-rgb: Clarify naming scheme for RGB formats

[PATCH nf] x_tables: Properly close read section with read_seqcount_retry
 2020-11-16 18:20 UTC  (8+ messages)

[PATCH v2 1/3] rtc: ds1307: Remove non-valid ACPI IDs
 2020-11-16 18:19 UTC  (2+ messages)

[LTP] [PATCH] Define SYS_futex on 32bit arches using 64-bit time_t
 2020-11-16 18:19 UTC  (6+ messages)

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-16 18:19 UTC  (5+ messages)
` [patch 05/19] ARM: irqstat: Get rid of duplicated declaration

[PATCH v5 0/3] Fix inefficiences and rename nla_strlcpy
 2020-11-16 18:18 UTC  (4+ messages)

[GIT PULL 0/2] KVM: s390: Fixes for 5.10
 2020-11-16 18:18 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2020-11-16 18:18 UTC 

[RESEND,net-next,PATCH v5 0/3] Fix inefficiences and rename nla_strlcpy
 2020-11-16 18:17 UTC  (3+ messages)

[PATCH v3 0/4] KVM: selftests: Cleanups, take 2
 2020-11-16 18:16 UTC  (2+ messages)

[PATCH net v4] ipv6/netfilter: Discard first fragment not including all headers
 2020-11-16 18:16 UTC  (3+ messages)

[PATCH] net: wireless: make a const array static, makes object smaller
 2020-11-16 18:16 UTC 

[PATCH] ACPI: PM: s2idle: Add AMD support to handle _DSM during S2Idle
 2020-11-16 18:16 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2020-11-16 18:15 UTC 


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.