diff options
author | David S. Miller <davem@davemloft.net> | 2009-12-05 18:22:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-05 18:22:26 -0500 |
commit | 28b4d5cc17c20786848cdc07b7ea237a309776bb (patch) | |
tree | bae406a4b17229dcce7c11be5073f7a67665e477 /Documentation/kernel-parameters.txt | |
parent | d29cecda036f251aee4947f47eea0fe9ed8cc931 (diff) | |
parent | 96fa2b508d2d3fe040cf4ef2fffb955f0a537ea1 (diff) |
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Conflicts:
drivers/net/pcmcia/fmvj18x_cs.c
drivers/net/pcmcia/nmclan_cs.c
drivers/net/pcmcia/xirc2ps_cs.c
drivers/net/wireless/ray_cs.c
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 52c34b4f567e..d8ce217d1f72 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -85,7 +85,6 @@ parameter is applicable: | |||
85 | PPT Parallel port support is enabled. | 85 | PPT Parallel port support is enabled. |
86 | PS2 Appropriate PS/2 support is enabled. | 86 | PS2 Appropriate PS/2 support is enabled. |
87 | RAM RAM disk support is enabled. | 87 | RAM RAM disk support is enabled. |
88 | ROOTPLUG The example Root Plug LSM is enabled. | ||
89 | S390 S390 architecture is enabled. | 88 | S390 S390 architecture is enabled. |
90 | SCSI Appropriate SCSI support is enabled. | 89 | SCSI Appropriate SCSI support is enabled. |
91 | A lot of drivers has their options described inside of | 90 | A lot of drivers has their options described inside of |
@@ -779,6 +778,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
779 | by the set_ftrace_notrace file in the debugfs | 778 | by the set_ftrace_notrace file in the debugfs |
780 | tracing directory. | 779 | tracing directory. |
781 | 780 | ||
781 | ftrace_graph_filter=[function-list] | ||
782 | [FTRACE] Limit the top level callers functions traced | ||
783 | by the function graph tracer at boot up. | ||
784 | function-list is a comma separated list of functions | ||
785 | that can be changed at run time by the | ||
786 | set_graph_function file in the debugfs tracing directory. | ||
787 | |||
782 | gamecon.map[2|3]= | 788 | gamecon.map[2|3]= |
783 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad | 789 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad |
784 | support via parallel port (up to 5 devices per port) | 790 | support via parallel port (up to 5 devices per port) |
@@ -2032,8 +2038,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2032 | 2038 | ||
2033 | print-fatal-signals= | 2039 | print-fatal-signals= |
2034 | [KNL] debug: print fatal signals | 2040 | [KNL] debug: print fatal signals |
2035 | print-fatal-signals=1: print segfault info to | 2041 | |
2036 | the kernel console. | 2042 | If enabled, warn about various signal handling |
2043 | related application anomalies: too many signals, | ||
2044 | too many POSIX.1 timers, fatal signals causing a | ||
2045 | coredump - etc. | ||
2046 | |||
2047 | If you hit the warning due to signal overflow, | ||
2048 | you might want to try "ulimit -i unlimited". | ||
2049 | |||
2037 | default: off. | 2050 | default: off. |
2038 | 2051 | ||
2039 | printk.time= Show timing data prefixed to each printk message line | 2052 | printk.time= Show timing data prefixed to each printk message line |
@@ -2164,15 +2177,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2164 | Useful for devices that are detected asynchronously | 2177 | Useful for devices that are detected asynchronously |
2165 | (e.g. USB and MMC devices). | 2178 | (e.g. USB and MMC devices). |
2166 | 2179 | ||
2167 | root_plug.vendor_id= | ||
2168 | [ROOTPLUG] Override the default vendor ID | ||
2169 | |||
2170 | root_plug.product_id= | ||
2171 | [ROOTPLUG] Override the default product ID | ||
2172 | |||
2173 | root_plug.debug= | ||
2174 | [ROOTPLUG] Enable debugging output | ||
2175 | |||
2176 | rw [KNL] Mount root device read-write on boot | 2180 | rw [KNL] Mount root device read-write on boot |
2177 | 2181 | ||
2178 | S [KNL] Run init in single mode | 2182 | S [KNL] Run init in single mode |