summaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-201-0/+4
|\
| * x86, kaslr: Return location from decompress_kernelKees Cook2013-10-131-0/+4
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-0/+8
|\ \
| * \ Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes.Ingo Molnar2014-01-121-0/+2
| |\ \
| * | | EDAC: Add an edac_report parameter to EDACChen, Gong2013-12-111-0/+8
* | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-201-0/+6
|\ \ \ \
| * \ \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-051-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2013-11-261-0/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-021-0/+6
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-201-0/+9
|\ \ \ \ \
| * | | | | x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke2014-01-151-0/+9
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-201-5/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rcu: Fix formatting blows in kernel-parameters.txtPaul E. McKenney2013-12-031-5/+4
| |/ / /
* | | | libata: disable a disk via libata.force paramsRobin H. Johnson2013-12-161-0/+2
|/ / /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-1/+10
|\ \ \
| * | | ima: enable support for larger default filedata hash algorithmsMimi Zohar2013-10-261-1/+5
| * | | ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu2013-10-261-0/+5
* | | | drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2013-11-131-0/+3
* | | | mem-hotplug: introduce movable_node boot optionTang Chen2013-11-131-0/+3
* | | | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-11-121-3/+3
|\ \ \ \
| * | | | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-121-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2013-10-281-3/+5
* | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-10-181-38/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-38/+57
| | |/ | |/|
* | | block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-301-0/+4
* | | Documentation/kernel-parameters.txt: replace kernelcore with MovableWeiping Pan2013-09-301-1/+1
* | | Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-251-0/+4
|\ \ \ | |/ / |/| |
| * | xen/spinlock: Document the xen_nopvspin parameter.Konrad Rzeszutek Wilk2013-09-251-0/+4
| |/
* | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-091-0/+12
|\ \
| * | NFSv4: Document the recover_lost_locks kernel parameterTrond Myklebust2013-09-041-0/+12
* | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-2/+53
|\ \ \
| * \ \ Merge branch 'acpica'Rafael J. Wysocki2013-08-271-2/+53
| |\ \ \ | | |_|/ | |/| |
| | * | ACPI: Add facility to remove all _OSI stringsLv Zheng2013-07-231-1/+27
| | * | ACPI: Add facility to disable all _OSI OS vendor stringsLv Zheng2013-07-231-2/+27
| | |/
* | | Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-031-0/+10
|\ \ \ | |/ / |/| |
| * | vt: make the default color configurableClemens Ladisch2013-08-051-0/+10
| |/
* | memcg: get rid of swapaccount leftoversMichal Hocko2013-08-231-1/+1
|/
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-111-0/+13
|\
| * tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-191-0/+13
* | reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-3/+11
* | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-07-031-0/+2
|\ \
| * | libata: Add atapi_dmadir force flagVincent Pelletier2013-05-221-0/+2
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-0/+9
|\ \ \
| * | | ACPI / video: add description for brightness_switch_enabledAaron Lu2013-06-211-0/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-07-031-5/+5
|\ \ \ \
| * | | | integrity: move integrity_audit_msg()Mimi Zohar2013-06-201-5/+5
| | |/ / | |/| |
* | | | Merge tag 'please-pull-mce-therm' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-0/+2
|\ \ \ \
| * | | | x86 thermal: Disable power limit notification interrupt by defaultFenghua Yu2013-06-141-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-021-0/+15
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud