summaryrefslogtreecommitdiff
path: root/Documentation/kernel-parameters.txt
Commit message (Expand)AuthorAgeFilesLines
* USB: Update default usb-storage delay_use value in kernel-parameters.txtMark Knibbs2014-11-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-311-1/+1
|\
| * Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov2014-10-311-1/+1
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2014-10-311-0/+14
|\ \
| * | doc: kernel-parameters.txt: Add ide-generic.probe-maskMaciej W. Rozycki2014-10-271-0/+12
| * | Documentation: Add default kmemleak off case in kernel-parameters.txtMasanari Iida2014-10-241-0/+2
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-231-2/+6
|\ \ \
| * \ \ Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-2/+6
| |\ \ \
| | * | | efi: Add kernel param efi=noruntimeDave Young2014-10-031-1/+2
| | * | | efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-1/+1
| | * | | efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming2014-10-031-1/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-211-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | powerpc/numa: Add ability to disable and debug topology updatesNishanth Aravamudan2014-10-131-0/+6
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Input: i8042 - disable active multiplexing by defaultDmitry Torokhov2014-10-111-1/+1
| |/ /
* | | Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-151-5/+9
|\ \ \
| * | | doc/kernel-parameters.txt: clarify clk_ignore_unusedMike Turquette2014-09-301-5/+9
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-1/+67
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-09-231-1/+67
| |\ \ \ | | |/ / | |/| |
| | * | locktorture: Document boot/module parametersPaul E. McKenney2014-09-161-0/+43
| | * | rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-161-1/+1
| | * | Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-0/+5
| | |\ \
| | | * | rcu: Add stall-warning checks for RCU-tasksPaul E. McKenney2014-09-071-0/+5
| | | |/
| | * | rcutorture: Add callback-flood testPaul E. McKenney2014-09-071-0/+18
| | |/
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\ \ \
| * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-10-021-1/+1
| |\ \ \
| | * | | ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-171-1/+1
| * | | | Merge commit 'v3.16' into nextJames Morris2014-10-011-1/+7
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-091-6/+11
|\ \ \ \ \
| * | | | | CMA: document cma=0Jean Delvare2014-10-091-1/+2
| * | | | | mm/slab_common: commonize slab merge logicJoonsoo Kim2014-10-091-5/+9
* | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-4/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki2014-09-291-4/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | PM / sleep: Update test_suspend option documentationSrinivas Pandruvada2014-09-091-4/+6
| | | |_|/ | | |/| |
* | | | | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-0/+18
|\ \ \ \ \
| * | | | | tty: serial: msm: Add earlycon supportStephen Boyd2014-09-281-0/+12
| * | | | | serial: cadence: Add generic earlycon supportMichal Simek2014-09-281-0/+6
| |/ / / /
* | | | | uas: Add no-report-opcodes quirkHans de Goede2014-09-231-0/+2
* | | | | uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede2014-09-231-0/+2
|/ / / /
* | | | USB: document the 'u' flag for usb-storage quirks parameterAlan Stern2014-09-081-0/+1
|/ / /
* | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-131-0/+15
|\ \ \
| * | | x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-291-0/+15
* | | | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-08-071-0/+4
|\ \ \ \
| * | | | xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk2014-07-141-0/+4
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-0/+6
|\ \ \ \ \
| * | | | | MIPS: Document the cca= command-line parameterFlorian Fainelli2014-08-021-0/+6
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-071-0/+7
|\ \ \ \ \
| * | | | | s390/pci: introduce lazy IOTLB flushing for DMA unmapGerald Schaefer2014-07-221-0/+7
| | |_|_|/ | |/| | |
* | | | | printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez2014-08-061-2/+6
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-0/+22
|\ \ \ \ \ | | |_|_|/ | |/| | |