diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-26 22:00:52 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-26 22:00:52 -0400 |
| commit | 45f6bc5ff9c3387387f048ec85dcb4e69acf0b03 (patch) | |
| tree | d04952bb05b53a362bcd165fb910c5c1441b4c5d /Documentation/kernel-parameters.txt | |
| parent | 3138887bd8d18173f3c2baf1e43621c49090cd27 (diff) | |
| parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) | |
Merge 3.10-rc3 into usb-next
We want these fixes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
| -rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c3bfacb92910..6e3b18a8afc6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
| @@ -3005,6 +3005,27 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
| 3005 | Force threading of all interrupt handlers except those | 3005 | Force threading of all interrupt handlers except those |
| 3006 | marked explicitly IRQF_NO_THREAD. | 3006 | marked explicitly IRQF_NO_THREAD. |
| 3007 | 3007 | ||
| 3008 | tmem [KNL,XEN] | ||
| 3009 | Enable the Transcendent memory driver if built-in. | ||
| 3010 | |||
| 3011 | tmem.cleancache=0|1 [KNL, XEN] | ||
| 3012 | Default is on (1). Disable the usage of the cleancache | ||
| 3013 | API to send anonymous pages to the hypervisor. | ||
| 3014 | |||
| 3015 | tmem.frontswap=0|1 [KNL, XEN] | ||
| 3016 | Default is on (1). Disable the usage of the frontswap | ||
| 3017 | API to send swap pages to the hypervisor. If disabled | ||
| 3018 | the selfballooning and selfshrinking are force disabled. | ||
| 3019 | |||
| 3020 | tmem.selfballooning=0|1 [KNL, XEN] | ||
| 3021 | Default is on (1). Disable the driving of swap pages | ||
| 3022 | to the hypervisor. | ||
| 3023 | |||
| 3024 | tmem.selfshrinking=0|1 [KNL, XEN] | ||
| 3025 | Default is on (1). Partial swapoff that immediately | ||
| 3026 | transfers pages from Xen hypervisor back to the | ||
| 3027 | kernel based on different criteria. | ||
| 3028 | |||
| 3008 | topology= [S390] | 3029 | topology= [S390] |
| 3009 | Format: {off | on} | 3030 | Format: {off | on} |
| 3010 | Specify if the kernel should make use of the cpu | 3031 | Specify if the kernel should make use of the cpu |
