kernel icon indicating copy to clipboard operation
kernel copied to clipboard

ByteDance kernel for use on cloud.

Results 54 kernel issues
Sort by recently updated
recently updated
newest added

backport Uncore freq Efficiency Latency Control (ELC) feature from 6.13. ELC description in kernel doc: https://www.kernel.org/doc/html/v6.14-rc5/admin-guide/pm/intel_uncore_frequency_scaling.html test: sysfs is added and worked as expected

**Hardware Feature Enablement / Support** These patches add support for new CPU features, CPUID leaves, and hardware capabilities on Intel and AMD platforms. * x86/cpu: Enable STIBP on AMD if...

**Description** When SGX EDECCSSA support was added to KVM in commit 16a7fe3728a8 ("KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guest"), it forgot to clear the X86_FEATURE_SGX_EDECCSSA bit in...

This PR includes incremental backporting patches which mainly covers some SGX bug fixes which are missing in VeLinux. **About the patches** The total patch number is 4: ```c 5f4d1fd5b5d3 selftests/sgx:...