diff options
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 |