summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, slub: extend slub_debug syntax for multiple blocksVlastimil Babka1-1/+1
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+4
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-9/+11
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+5
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V1-0/+4
2020-07-23debugfs: Add access restriction optionPeter Enderborg1-0/+15
2020-07-08xen: Mark "xen_nopvspin" parameter obsoleteZhenzhong Duan1-3/+4
2020-07-08x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan1-0/+5
2020-07-05Replace HTTP links with HTTPS ones: Documentation/admin-guideAlexander A. Klimov1-1/+1
2020-07-02cpufreq: Specify default governor on command lineQuentin Perret1-0/+5
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney1-0/+68
2020-06-29torture: Dump ftrace at shutdown only if requestedPaul E. McKenney1-0/+7
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney1-0/+14
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney1-7/+10
2020-06-29doc: Document rcuperf's module parametersPaul E. McKenney1-0/+36
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)1-0/+8
2020-06-19doc: add novamap to efi kernel command line parametersHeinrich Schuchardt1-8/+10
2020-06-18x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski1-2/+1
2020-06-18x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski1-0/+3
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-0/+20
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+2
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli1-5/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka1-1/+1
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+9
2020-06-08kernel: add panic_on_taintRafael Aquini1-0/+13
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+5
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+27
2020-06-03hugetlbfs: clean up command line processingMike Kravetz1-13/+27
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+6
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-0/+20
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2020-06-02Documentation: kgdboc: Document new kgdboc_earlycon parameterDouglas Anderson1-0/+20
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2020-05-21x86/tsc: Add tsc_early_khz command line parameterKrzysztof Piecuch1-0/+6
2020-05-20powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin1-0/+5
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner1-2/+1
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab1-1/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney1-0/+19
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney1-0/+7
2020-05-07rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney1-0/+5
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-04-30docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-28docs: networking: convert ipv6.txt to ReSTMauro Carvalho Chehab1-3/+3
2020-04-28docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab1-1/+1