summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/kernel-parameters.txt
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+13
2017-07-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+12
2017-07-07mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko1-2/+5
2017-07-07mm: allow slab_nomerge to be set at build timeKees Cook1-2/+8
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-6/+15
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-2/+4
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2017-07-04Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+6
2017-07-03Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+9
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+31
2017-06-22docs-rst: fix broken links to dynamic-debug-howto in kernel-parametersSteffen Maier1-2/+4
2017-06-21ima: define a set of appraisal rules requiring file signaturesMimi Zohar1-1/+5
2017-06-21ima: extend the "ima_policy" boot command line to support multiple policiesMimi Zohar1-6/+11
2017-06-20tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber1-0/+6
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-0/+7
2017-06-15KVM: arm64: Enable GICv3 common sysreg trapping via command-lineMarc Zyngier1-0/+4
2017-06-15KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-lineMarc Zyngier1-0/+4
2017-06-15KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-lineMarc Zyngier1-0/+4
2017-06-13Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-10/+31
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+9
2017-06-09doc: Add coresight_cpu_debug.enable to kernel-parameters.txtLeo Yan1-0/+7
2017-06-09rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-7/+3
2017-06-09srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney1-0/+9
2017-06-08rcuperf: Add writer_holdoff boot parameterPaul E. McKenney1-3/+8
2017-06-08rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney1-0/+11
2017-06-01powerpc/64s: Add dt_cpu_ftrs boot time setup optionNicholas Piggin1-0/+9
2017-05-24Documentation/kernel-parameters.txt: Update 'memmap=' boot option descriptionBaoquan He1-0/+9
2017-05-11Merge tag 'docs-4.12-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+0
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2017-05-10Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2017-05-09Documentation: earlycon: fix Marvell Armada 3700 UART nameAndre Przywara1-1/+1
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel1-0/+21
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+3
2017-05-02Merge branch 'for-4.12/asus' into for-linusJiri Kosina1-1/+31
2017-05-02Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2017-05-02Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2017-05-01docs: remove all references to AVR32 architectureHans-Christian Noren Egtvedt1-2/+1
2017-04-27srcu: Specify auto-expedite holdoff timePaul E. McKenney1-0/+8
2017-04-27x86, iommu/vt-d: Add an option to disable Intel IOMMU force onShaohua Li1-0/+9
2017-04-20nfs: remove the objlayout driverChristoph Hellwig1-6/+0
2017-04-07Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel1-0/+6
2017-04-06iommu: Allow default domain type to be set on the kernel command lineWill Deacon1-0/+6
2017-04-01kasan: report only the first error by defaultMark Rutland1-0/+6
2017-03-28RAS: Add a Corrected Errors CollectorBorislav Petkov1-0/+6
2017-03-21x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu1-0/+1
2017-03-10Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+3
2017-03-09Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+3
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2017-03-06HID: usbhid: extend polling interval configuration to joysticksTobias Jakobi1-0/+3