summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1215-0/+469
|\
| * selftests/tdx: Test TDX attestation GetReport supportKuppuswamy Sathyanarayanan2022-11-174-0/+172
| * virt: Add TDX guest driverKuppuswamy Sathyanarayanan2022-11-179-0/+255
| * x86/tdx: Add a wrapper to get TDREPORT0 from the TDX ModuleKuppuswamy Sathyanarayanan2022-11-172-0/+42
* | Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-129-28/+66
|\ \
| * | x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi2022-12-023-12/+12
| * | KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guestKai Huang2022-11-045-1/+7
| * | x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen2022-11-043-11/+28
| * | x86/sgx: Reduce delay and interference of enclave releaseReinette Chatre2022-10-311-4/+19
* | | Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-1249-836/+2649
|\ \ \
| * | | cxl/region: Fix memdev reuse checkFan Ni2022-12-081-1/+1
| * | | cxl/pci: Remove endian confusionDan Williams2022-12-061-4/+3
| * | | cxl/pci: Add some type-safety to the AER trace pointsDan Williams2022-12-062-10/+10
| * | | cxl/security: Drop security command ioctl uapiDan Williams2022-12-062-23/+0
| * | | cxl/mbox: Add variable output size validation for internal commandsDan Williams2022-12-062-9/+16
| * | | cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams2022-12-064-62/+126
| * | | cxl/security: Fix Get Security State output payload endian handlingDan Williams2022-12-061-1/+5
| * | | cxl: update names for interleave ways conversion macrosDave Jiang2022-12-064-16/+16
| * | | cxl: update names for interleave granularity conversion macrosDave Jiang2022-12-064-14/+15
| * | | cxl/acpi: Warn about an invalid CHBCR in an existing CHBS entryRobert Richter2022-12-061-1/+2
| * | | tools/testing/cxl: Require cache invalidation bypassDan Williams2022-12-051-0/+2
| * | | cxl/acpi: Fail decoder add if CXIMS for HBIG is missingAlison Schofield2022-12-051-0/+5
| * | | cxl/region: Fix spelling mistake "memergion" -> "memregion"Colin Ian King2022-12-051-1/+1
| * | | cxl/regs: Fix sparse warningDan Williams2022-12-051-1/+1
| * | | Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams2022-12-0518-32/+542
| |\ \ \
| | * | | tools/testing/cxl: Add XOR Math support to cxl_testAlison Schofield2022-12-041-3/+115
| | * | | cxl/acpi: Support CXL XOR Interleave Math (CXIMS)Alison Schofield2022-12-043-8/+149
| | * | | Merge "ACPICA: Add CXL 3.0 structures..." into for-6.2/cxl-xorDan Williams2022-12-0314-22/+279
| | |\ \ \
| * | \ \ \ Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams2022-12-0513-150/+453
| |\ \ \ \ \
| | * | | | | cxl/pci: Add callback to log AER correctable errorDave Jiang2022-12-031-0/+20
| | * | | | | PCI/AER: Add optional logging callback for correctable errorDave Jiang2022-12-033-1/+17
| | * | | | | cxl/pci: Add (hopeful) error handling supportDan Williams2022-12-034-0/+141
| | * | | | | cxl/pci: add tracepoint events for CXL RASDave Jiang2022-12-032-0/+114
| | * | | | | cxl/pci: Find and map the RAS Capability StructureDan Williams2022-12-033-0/+34
| | * | | | | cxl/pci: Prepare for mapping RAS Capability StructureDan Williams2022-12-033-12/+31
| | * | | | | cxl/port: Limit the port driver to just the HDM Decoder CapabilityDan Williams2022-12-031-14/+18
| | * | | | | cxl/core/regs: Make cxl_map_{component, device}_regs() device genericDan Williams2022-12-036-56/+37
| | * | | | | cxl/pci: Kill cxl_map_regs()Dan Williams2022-12-031-22/+1
| | * | | | | cxl/pci: Cleanup cxl_map_device_regs()Dan Williams2022-12-031-31/+20
| | * | | | | cxl/pci: Cleanup repeated code in cxl_probe_regs() helpersDan Williams2022-12-031-20/+26
| | |/ / / /
| * | | | | Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams2022-12-0522-75/+882
| |\ \ \ \ \
| | * | | | | cxl/region: Manage CPU caches relative to DPA invalidation eventsDan Williams2022-12-034-14/+57
| | * | | | | nvdimm/region: Move cache management to the region driverDan Williams2022-12-035-26/+71
| | * | | | | cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams2022-12-031-0/+10
| | * | | | | cxl/region: Fix missing probe failureDan Williams2022-12-031-0/+3
| | * | | | | cxl: add dimm_id support for __nvdimm_create()Dave Jiang2022-12-033-1/+12
| | * | | | | libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flagDave Jiang2022-12-015-32/+24
| | * | | | | cxl/pmem: add provider name to cxl pmem dimm attribute groupDave Jiang2022-12-012-0/+18
| | * | | | | tools/testing/cxl: add mechanism to lock mem device for testingDave Jiang2022-12-011-4/+44
| | * | | | | cxl/pmem: add id attribute to CXL based nvdimmDave Jiang2022-12-012-1/+33