aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-121-0/+6
|\
| * xen/pv: support selecting safe/unsafe msr accessesJuergen Gross2022-10-111-0/+6
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-6/+8
|\ \
| * | mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-10-031-6/+0
| * | page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-0/+8
| |/
* | Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-0/+2
|\ \
| * | iommu/amd: Add command-line option to enable different page tableVasant Hegde2022-09-071-0/+2
| |/
* | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-091-4/+4
|\ \
| * | Documentation: Rename PPC_FSL_BOOK3E to PPC_E500Christophe Leroy2022-09-261-1/+1
| * | powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin2022-09-051-3/+3
* | | Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-061-0/+6
|\ \ \
| * | | kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+6
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-061-1/+6
|\ \ \
| * | | arm64: support huge vmalloc mappingsKefeng Wang2022-09-161-1/+1
| * | | arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song2022-09-091-0/+5
| |/ /
* | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-4/+0
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-0/+2
| |\| |
| * | | Remove DECnet support from kernelStephen Hemminger2022-08-221-4/+0
| | |/ | |/|
* | | x86/apic: Don't disable x2APIC if lockedDaniel Sneddon2022-08-311-0/+4
| |/ |/|
* | arm64: fix rodata=fullMark Rutland2022-08-231-0/+2
|/
* Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-131-8/+21
|\
| * x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips2022-08-081-8/+21
* | Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-101-3/+4
|\ \
| * | mm: hugetlb_vmemmap: introduce the name HVOMuchun Song2022-08-081-3/+4
* | | Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-2/+15
|\ \ \ | |/ / |/| |
| * | module: Add support for default value for module async_probeSaravana Kannan2022-07-111-2/+15
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-0/+13
|\ \ \
| * | | init: add "hostname" kernel parameterDan Moulding2022-07-171-0/+13
| |/ /
* | | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-6/+0
|\ \ \
| * | | powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2022-06-291-3/+0
| * | | powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy2022-06-291-3/+0
* | | | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-1/+4
|\ \ \ \
| * | | | swiotlb: clean up some coding style and minor issuesTianyu Lan2022-07-221-1/+2
| * | | | swiotlb: split up the global swiotlb lockTianyu Lan2022-07-131-1/+3
| | |/ / | |/| |
* | | | Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-061-9/+25
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-291-9/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit2022-07-071-9/+25
| | |/ / /
* | | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-16/+16
|\ \ \ \ \
| * | | | | mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2022-07-031-11/+11
| * | | | | docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-5/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-2/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-2/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack2022-06-241-2/+1
* | | | | | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-021-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: KVM: update amd-memory-encryption.rst referencesMauro Carvalho Chehab2022-07-071-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-0/+34
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-0/+24
| |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * / | | | | rcu/nocb: Add an option to offload all CPUs on bootJoel Fernandes2022-07-191-0/+6
| | | |/ / / / /
| * | | | | | | doc: Document rcutree.nocb_nobypass_lim_per_jiffy kernel parameterPaul E. McKenney2022-06-211-0/+13
| * | | | | | | doc: Document the rcutree.rcu_divisor kernel boot parameterPaul E. McKenney2022-06-211-0/+15
| | |/ / / / / | |/| | | | |