summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\
| * mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka2020-08-071-1/+1
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-0/+4
|\ \ | |/ |/|
| * powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-291-0/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+8
|\ \
| * | xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan2020-07-081-3/+4
| * | x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan2020-07-081-0/+5
| |/
* | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-051-0/+15
|\ \
| * | debugfs: Add access restriction optionPeter Enderborg2020-07-231-0/+15
| |/
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-051-9/+11
|\ \
| * | Replace HTTP links with HTTPS ones: Documentation/admin-guideAlexander A. Klimov2020-07-051-1/+1
| * | doc: add novamap to efi kernel command line parametersHeinrich Schuchardt2020-06-191-8/+10
| |/
* | Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-051-0/+2
|\ \
| * | x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2020-06-181-2/+1
| * | x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski2020-06-181-0/+3
| |/
* | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-041-0/+5
|\ \
| * | cpufreq: Specify default governor on command lineQuentin Perret2020-07-021-0/+5
| |/
| |
| \
| \
| \
*---. \ Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-291-0/+68
|\ \ \ \ | |_|_|/ |/| | |
| | | * torture: Dump ftrace at shutdown only if requestedPaul E. McKenney2020-06-291-0/+7
| | | * rcutorture: Add races with task-exit processingPaul E. McKenney2020-06-291-0/+14
| |_|/ |/| |
| | * refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney2020-06-291-7/+10
| | * doc: Document rcuperf's module parametersPaul E. McKenney2020-06-291-0/+36
| |/ |/|
| * rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)2020-06-291-0/+8
|/
* Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2020-06-091-0/+20
|\
| * x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-04-201-0/+20
* | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-081-0/+2
|\ \
| * | s390/pci: Documentation for zPCIPierre Morel2020-04-281-0/+2
| |/
* | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-5/+5
* | kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-1/+1
* | kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+9
* | kernel: add panic_on_taintRafael Aquini2020-06-081-0/+13
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+5
|\ \
| * | powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin2020-05-201-0/+5
| |/
* | Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-041-2/+2
|\ \
| * | media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab2020-04-141-2/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-13/+27
|\ \
| * | hugetlbfs: clean up command line processingMike Kravetz2020-06-041-13/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-041-6/+6
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-2/+1
| |\ \ \
| * | | | docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
| * | | | docs: networking: convert ipv6.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
| * | | | docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
| * | | | docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-06-031-0/+20
|\ \ \ \
| * | | | Documentation: kgdboc: Document new kgdboc_earlycon parameterDouglas Anderson2020-06-021-0/+20
| | |/ / | |/| |
* | | | Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/tsc: Add tsc_early_khz command line parameterKrzysztof Piecuch2020-05-211-0/+6
| |/ /
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-021-1/+1
|\ \ \
| * | | docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab2020-05-151-1/+1
| | |/ | |/|
* | | Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-0/+7
|\ \ \