mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
a20d23bb7b04bac27df096d6be4565a1ffdd1ec4
To pick up changes found in these csets:11fb068349x86/speculation: Add virtualized speculative store bypass disable supportd1035d9718x86/cpufeatures: Add FEATURE_ZEN52817587e7x86/cpufeatures: Disentangle SSBD enumeration7eb8956a7fx86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSe7c587da12x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP9f65fb2937x86/bugs: Rename _RDS to _SSBD764f3c2158x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested24f7fc83b9x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation0cc5fa00b0x86/cpufeatures: Add X86_FEATURE_RDSc456442cd3x86/bugs: Expose /sys/../spec_store_bypass The usage of this file in tools doesn't use the newly added X86_FEATURE_ defines: CC /tmp/build/perf/bench/mem-memcpy-x86-64-asm.o CC /tmp/build/perf/bench/mem-memset-x86-64-asm.o LD /tmp/build/perf/bench/perf-in.o LD /tmp/build/perf/perf-in.o Silencing this perf build warning: Warning: Kernel ABI header at 'tools/arch/x86/include/asm/cpufeatures.h' differs from latest version at 'arch/x86/include/asm/cpufeatures.h' Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tom Lendacky <thomas.lendacky@amd.com> Cc: Wang Nan <wangnan0@huawei.com> Link: https://lkml.kernel.org/n/tip-mrwyauyov8c7s048abg26khg@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
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.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%