summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-4/+4
|\
| * RISC-V: Add ACPI initialization in setup_arch()Sunil V L2023-06-011-4/+4
* | Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-0/+1
|\ \
| * | iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2023-06-091-0/+1
| |/
* | Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-06-291-4/+4
|\ \
| * | MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUPJiaxun Yang2023-06-091-2/+2
| * | MIPS: Rework smt cmdline parametersJiaxun Yang2023-06-091-2/+2
| |/
* | Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-1/+1
|\ \
| * | docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet2023-06-211-1/+1
| |/
* | Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-06-271-0/+12
|\ \
| * | workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo2023-05-171-0/+5
| * | workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVETejun Heo2023-05-171-0/+7
| |/
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-0/+6
|\ \
| * | x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf2023-05-161-0/+6
| |/
* | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-271-0/+4
|\ \
| * | x86/mtrr: Add mtrr=debug command line optionJuergen Gross2023-06-011-0/+4
| |/
* | Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-24/+39
|\ \
| * | docs: clarify KVM related kernel parameters' descriptionsYan-Jie Wang2023-05-191-24/+29
| * | docs: admin-guide: Add information about intel_pstate active modeNatesh Sharma2023-05-191-0/+10
| |/
* | Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-62/+78
|\ \
| | \
| | \
| *-. \ Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney2023-06-071-2/+11
| |\ \ \ | | | |/ | | |/|
| | | * doc/rcutorture: Add description of rcutorture.stall_cpu_blockZqiang2023-05-151-2/+11
| | |/
| * | doc: Document the rcutree.rcu_resched_ns module parameterPaul E. McKenney2023-05-091-0/+7
| * | doc: Get rcutree module parameters back into alpha orderPaul E. McKenney2023-05-091-60/+60
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-06-261-0/+3
|\ \
| * | arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko2023-06-051-0/+3
| |/
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-14/+6
|\ \
| * | cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATEThomas Gleixner2023-05-151-0/+6
| * | x86/topology: Remove CPU0 hotplug optionThomas Gleixner2023-05-151-14/+0
| |/
* | block: move the code to do early boot lookup of block devices to block/Christoph Hellwig2023-06-051-2/+2
* | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-2/+2
* | init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig2023-06-051-1/+6
|/
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+4
|\
| * riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti2023-04-261-1/+4
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-9/+8
|\ \
| * | kernel/smp: Make csdlock_debug= resettablePaul E. McKenney2023-03-241-6/+7
| * | locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney2023-03-241-4/+0
| * | locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney2023-03-241-2/+4
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| |/
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-0/+6
|\ \
| * | module: add debugging auto-load duplicate module supportLuis Chamberlain2023-04-191-0/+6
| |/
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-9/+14
|\ \
| * | driver core: Add fw_devlink.sync_state command line paramSaravana Kannan2023-03-101-0/+14
| * | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-061-9/+0
| |/
* | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-04-251-17/+23
|\ \
| * | cpufreq: amd-pstate: Add guided autonomous modeWyes Karny2023-03-171-5/+10
| * | Documentation: cpufreq: amd-pstate: Move amd_pstate param to alphabetical orderWyes Karny2023-03-171-17/+18
| |/
* | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-172/+169
|\ \
| * | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-4/+4