Loading .mailmap +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ Bart Van Assche <bvanassche@acm.org> <bart.vanassche@sandisk.com> Bart Van Assche <bvanassche@acm.org> <bart.vanassche@wdc.com> Ben Gardner <bgardner@wabtec.com> Ben M Cahill <ben.m.cahill@intel.com> Ben Widawsky <bwidawsk@kernel.org> <ben@bwidawsk.net> Ben Widawsky <bwidawsk@kernel.org> <ben.widawsky@intel.com> Ben Widawsky <bwidawsk@kernel.org> <benjamin.widawsky@intel.com> Björn Steinbrink <B.Steinbrink@gmx.de> Björn Töpel <bjorn@kernel.org> <bjorn.topel@gmail.com> Björn Töpel <bjorn@kernel.org> <bjorn.topel@intel.com> Loading CREDITS +4 −0 Original line number Diff line number Diff line Loading @@ -627,6 +627,10 @@ S: 48287 Sawleaf S: Fremont, California 94539 S: USA N: Tomas Cech E: sleep_walker@suse.com D: arm/palm treo support N: Florent Chabaud E: florent.chabaud@polytechnique.org D: software suspend Loading Documentation/admin-guide/kernel-parameters.txt +25 −0 Original line number Diff line number Diff line Loading @@ -5197,6 +5197,30 @@ retain_initrd [RAM] Keep initrd memory after extraction retbleed= [X86] Control mitigation of RETBleed (Arbitrary Speculative Code Execution with Return Instructions) vulnerability. off - no mitigation auto - automatically select a migitation auto,nosmt - automatically select a mitigation, disabling SMT if necessary for the full mitigation (only on Zen1 and older without STIBP). ibpb - mitigate short speculation windows on basic block boundaries too. Safe, highest perf impact. unret - force enable untrained return thunks, only effective on AMD f15h-f17h based systems. unret,nosmt - like unret, will disable SMT when STIBP is not available. Selecting 'auto' will choose a mitigation method at run time according to the CPU. Not specifying this option is equivalent to retbleed=auto. rfkill.default_state= 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm, etc. communication is blocked by default. Loading Loading @@ -5568,6 +5592,7 @@ eibrs - enhanced IBRS eibrs,retpoline - enhanced IBRS + Retpolines eibrs,lfence - enhanced IBRS + LFENCE ibrs - use IBRS to protect kernel Not specifying this option is equivalent to spectre_v2=auto. Loading Documentation/core-api/kernel-api.rst +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ Module Loading Inter Module support -------------------- Refer to the file kernel/module.c for more information. Refer to the files in kernel/module/ for more information. Hardware Interfaces =================== Loading Documentation/core-api/symbol-namespaces.rst +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ namespace ``USB_STORAGE``, use:: The corresponding ksymtab entry struct ``kernel_symbol`` will have the member ``namespace`` set accordingly. A symbol that is exported without a namespace will refer to ``NULL``. There is no default namespace if none is defined. ``modpost`` and kernel/module.c make use the namespace at build time or module load time, respectively. and kernel/module/main.c make use the namespace at build time or module load time, respectively. 2.2 Using the DEFAULT_SYMBOL_NAMESPACE define ============================================= Loading Loading
.mailmap +3 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ Bart Van Assche <bvanassche@acm.org> <bart.vanassche@sandisk.com> Bart Van Assche <bvanassche@acm.org> <bart.vanassche@wdc.com> Ben Gardner <bgardner@wabtec.com> Ben M Cahill <ben.m.cahill@intel.com> Ben Widawsky <bwidawsk@kernel.org> <ben@bwidawsk.net> Ben Widawsky <bwidawsk@kernel.org> <ben.widawsky@intel.com> Ben Widawsky <bwidawsk@kernel.org> <benjamin.widawsky@intel.com> Björn Steinbrink <B.Steinbrink@gmx.de> Björn Töpel <bjorn@kernel.org> <bjorn.topel@gmail.com> Björn Töpel <bjorn@kernel.org> <bjorn.topel@intel.com> Loading
CREDITS +4 −0 Original line number Diff line number Diff line Loading @@ -627,6 +627,10 @@ S: 48287 Sawleaf S: Fremont, California 94539 S: USA N: Tomas Cech E: sleep_walker@suse.com D: arm/palm treo support N: Florent Chabaud E: florent.chabaud@polytechnique.org D: software suspend Loading
Documentation/admin-guide/kernel-parameters.txt +25 −0 Original line number Diff line number Diff line Loading @@ -5197,6 +5197,30 @@ retain_initrd [RAM] Keep initrd memory after extraction retbleed= [X86] Control mitigation of RETBleed (Arbitrary Speculative Code Execution with Return Instructions) vulnerability. off - no mitigation auto - automatically select a migitation auto,nosmt - automatically select a mitigation, disabling SMT if necessary for the full mitigation (only on Zen1 and older without STIBP). ibpb - mitigate short speculation windows on basic block boundaries too. Safe, highest perf impact. unret - force enable untrained return thunks, only effective on AMD f15h-f17h based systems. unret,nosmt - like unret, will disable SMT when STIBP is not available. Selecting 'auto' will choose a mitigation method at run time according to the CPU. Not specifying this option is equivalent to retbleed=auto. rfkill.default_state= 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm, etc. communication is blocked by default. Loading Loading @@ -5568,6 +5592,7 @@ eibrs - enhanced IBRS eibrs,retpoline - enhanced IBRS + Retpolines eibrs,lfence - enhanced IBRS + LFENCE ibrs - use IBRS to protect kernel Not specifying this option is equivalent to spectre_v2=auto. Loading
Documentation/core-api/kernel-api.rst +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ Module Loading Inter Module support -------------------- Refer to the file kernel/module.c for more information. Refer to the files in kernel/module/ for more information. Hardware Interfaces =================== Loading
Documentation/core-api/symbol-namespaces.rst +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ namespace ``USB_STORAGE``, use:: The corresponding ksymtab entry struct ``kernel_symbol`` will have the member ``namespace`` set accordingly. A symbol that is exported without a namespace will refer to ``NULL``. There is no default namespace if none is defined. ``modpost`` and kernel/module.c make use the namespace at build time or module load time, respectively. and kernel/module/main.c make use the namespace at build time or module load time, respectively. 2.2 Using the DEFAULT_SYMBOL_NAMESPACE define ============================================= Loading