summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/kernel-parameters.txt
AgeCommit message (Expand)AuthorFilesLines
2023-08-18Documentation: Fix typosBjorn Helgaas1-1/+1
2023-08-18doc: update params of memhp_default_state=Ma Wupeng1-1/+1
2023-07-22docs: panic: cleanups for panic paramsRandy Dunlap1-15/+15
2023-07-21Docs: kernel-parameters: sort arm64 entriesRandy Dunlap1-6/+6
2023-07-07Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-07-04Fix documentation of panic_on_warnOlaf Hering1-1/+1
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-06-30Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-4/+4
2023-06-28Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-28Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+12
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-06-27Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds1-24/+39
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-62/+78
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+3
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+6
2023-06-21docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit1-0/+1
2023-06-09MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUPJiaxun Yang1-2/+2
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang1-2/+2
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney1-2/+11
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig1-2/+2
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-2/+2
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig1-1/+6
2023-06-05arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko1-0/+3
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Sunil V L1-4/+4
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross1-0/+4
2023-05-19docs: clarify KVM related kernel parameters' descriptionsYan-Jie Wang1-24/+29
2023-05-19docs: admin-guide: Add information about intel_pstate active modeNatesh Sharma1-0/+10
2023-05-18workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo1-0/+5
2023-05-18workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo1-0/+7
2023-05-16x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf1-0/+6
2023-05-15doc/rcutorture: Add description of rcutorture.stall_cpu_blockZqiang1-2/+11
2023-05-15cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner1-0/+6
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-14/+0
2023-05-10doc: Document the rcutree.rcu_resched_ns module parameterPaul E. McKenney1-0/+7
2023-05-10doc: Get rcutree module parameters back into alpha orderPaul E. McKenney1-60/+60
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+8
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+14
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti1-1/+4
2023-04-26Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-17/+23
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-172/+169
2023-04-20module: add debugging auto-load duplicate module supportLuis Chamberlain1-0/+6
2023-04-18LoongArch: Make WriteCombine configurable for ioremap()Huacai Chen1-0/+6
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-4/+4