mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04:00
847f1403d3ee51278dfbece84ec7f199de43daa5
To pick up the changes in:841326332bx86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build config440a65b7d2x86/mm: Enable AMD translation cache extensions767ae437a3x86/mm: Add INVLPGB feature and Kconfig entryb4cc466b97cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks98c7a713dbx86/bugs: Add X86_BUG_SPECTRE_V2_USER8f64eee70cx86/bugs: Remove X86_FEATURE_USE_IBPB8442df2b49x86/bugs: KVM: Add support for SRSO_MSR_FIX70792aed14x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept968e9bc4cex86: move ZMM exclusion list into CPU feature flagc631a2de7aperf/x86/intel: Ensure LBRs are disabled when a CPU is starting38cc6495cdx86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guests288bba2f4cx86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf877818802cx86/bugs: Add SRSO_USER_KERNEL_NO support8ae3291f77x86/sev: Add full support for a segmented RMP table0cbc025841x86/sev: Add support for the RMPREAD instruction7a470e826dx86/cpufeatures: Free up unused feature bits Addressing this perf tools build warning: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/cpufeatures.h arch/x86/include/asm/cpufeatures.h diff -u tools/arch/x86/include/asm/msr-index.h arch/x86/include/asm/msr-index.h Please see tools/include/uapi/README for further details. Acked-by: Ingo Molnar <mingo@kernel.org> Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com> Cc: x86@kernel.org Link: https://lore.kernel.org/r/20250410001125.391820-10-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%