summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
AgeCommit message (Expand)AuthorLines
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra-0/+3
2022-06-27x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta-0/+1
2022-06-27x86/bugs: Enable STIBP for JMP2RETKim Phillips-5/+11
2022-06-27x86/bugs: Add AMD retbleed= boot parameterAlexandre Chartre-0/+15
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+0
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+36
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon-1/+0
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+8
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+9
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2022-05-25Merge tag 'docs-5.19' of git://git.lwn.net/linuxLinus Torvalds-171/+177
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+11
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+9
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+10
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2022-05-23Merge tag 'ata-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds-16/+55
2022-05-23KEYS: trusted: Introduce support for NXP CAAM-based trusted keysAhmad Fatoum-0/+1
2022-05-23KEYS: trusted: allow use of kernel RNG for key materialAhmad Fatoum-0/+10
2022-05-21x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta-0/+36
2022-05-19x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede-0/+9
2022-05-19driver core: Extend deferred probe timeout on driver registrationSaravana Kannan-2/+4
2022-05-19driver core: Add "*" wildcard support to driver_async_probe cmdline paramSaravana Kannan-1/+4
2022-05-16arm64: kdump: Do not allocate crash low memory if not neededZhen Lei-2/+3
2022-05-13mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song-3/+3
2022-05-13x86/speculation: Add missing srbds=off to the mitigations= help textXiao Yang-0/+1
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney-0/+12
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki-0/+12
2022-05-09Documentation: drop more IDE boot options and ide-cd.rstRandy Dunlap-20/+0
2022-05-09doc: admin-guide: Update libata kernel parametersDamien Le Moal-16/+55
2022-05-07docs: kdump: Update the crashkernel description for arm64Zhen Lei-2/+7
2022-05-05ima: define a new template field named 'd-ngv2' and templatesMimi Zohar-1/+2
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney-3/+70
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney-0/+10
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song-2/+2
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney-0/+11
2022-04-16docs/admin: alphabetize parts of kernel-parameters.txt (part 2)Randy Dunlap-83/+83
2022-04-16Docs/admin: alphabetize some kernel-parameters (part 1)Randy Dunlap-56/+57
2022-04-16Docs: admin/kernel-parameters: edit a few boot optionsRandy Dunlap-11/+36
2022-04-16x86/efi: Remove references of EFI earlyprintk from documentationAkihiko Odaki-2/+2
2022-04-11rcu-tasks: Print pre-stall-warning informational messagesPaul E. McKenney-3/+27
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney-0/+9
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney-0/+13
2022-04-07x86/sev: Add a sev= cmdline optionMichael Roth-0/+2
2022-04-04x86/cpu: Remove "noclflush"Borislav Petkov-2/+0
2022-04-04x86/cpu: Remove "noexec"Borislav Petkov-5/+0
2022-04-04x86/cpu: Remove "nosmep"Borislav Petkov-1/+1
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov-1/+1
2022-04-04x86/cpu: Remove "nosep"Borislav Petkov-2/+0