summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/kernel-parameters.txt
AgeCommit message (Expand)AuthorFilesLines
2022-05-10Documentation: drop more IDE boot options and ide-cd.rstRandy Dunlap1-20/+0
2022-04-16docs/admin: alphabetize parts of kernel-parameters.txt (part 2)Randy Dunlap1-83/+83
2022-04-16Docs/admin: alphabetize some kernel-parameters (part 1)Randy Dunlap1-56/+57
2022-04-16Docs: admin/kernel-parameters: edit a few boot optionsRandy Dunlap1-11/+36
2022-04-16x86/efi: Remove references of EFI earlyprintk from documentationAkihiko Odaki1-2/+2
2022-03-25random: treat bootloader trust toggle the same way as cpu trust toggleJason A. Donenfeld1-0/+6
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+26
2022-03-24panic: move panic_print before kmsg dumpersGuilherme G. Piccoli1-0/+4
2022-03-24panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli1-0/+1
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+8
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+7
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-1/+1
2022-03-22Merge tag 'hwmon-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+24
2022-03-22Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds1-0/+18
2022-03-22Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-03-17docs/kernel-parameters: update description of mem=Mike Rapoport1-0/+18
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)1-0/+8
2022-02-28Documentation: admin-guide: Add Documentation for undocumented dell_smm_hwmon...Armin Wolf1-0/+6
2022-02-28Documentation: admin-guide: Update i8k driver nameArmin Wolf1-11/+18
2022-02-24vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy1-2/+1
2022-02-21Docs: printk: add 'console=null|""' to admin/kernel-parametersRandy Dunlap1-0/+6
2022-02-21Documentation/hw-vuln: Update spectre docPeter Zijlstra1-2/+6
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson1-4/+0
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack1-1/+3
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack1-0/+24
2022-02-02rcu: Update documentation regarding kthread_prio cmdline parameterAlison Chaiken1-0/+2
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+15
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-01-11Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+52
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+12
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+7
2022-01-10Merge tag 'm68k-for-v5.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-3/+12
2021-12-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2021-12-20KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_stateSean Christopherson1-2/+6
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney1-18/+52
2021-12-09rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker1-13/+24
2021-12-09rcu-tasks: Use fewer callbacks queues if callback flood endsPaul E. McKenney1-0/+8
2021-12-09rcu-tasks: Use more callback queues if contention encounteredPaul E. McKenney1-0/+8
2021-12-09rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueingPaul E. McKenney1-0/+7
2021-12-09powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy1-1/+1
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse1-3/+12
2021-12-08rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney1-1/+5
2021-12-01rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney1-4/+0
2021-12-01clocksource: Reduce the default clocksource_watchdog() retries to 2Waiman Long1-2/+2
2021-11-29m68k: Enable memtest functionalityFinn Thain1-1/+1
2021-11-29Input: i8042 - add deferred probe supportTakashi Iwai1-0/+2
2021-11-27Documentation/admin-guide: Document nomodeset kernel parameterJavier Martinez Canillas1-0/+7