Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
29ea5171
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
29ea5171
编写于
3月 13, 2008
作者:
L
Len Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branches 'release' and 'doc' into release
上级
b4de123a
53471121
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
14 addition
and
12 deletion
+14
-12
Documentation/00-INDEX
Documentation/00-INDEX
+0
-6
Documentation/filesystems/proc.txt
Documentation/filesystems/proc.txt
+2
-2
Documentation/kernel-parameters.txt
Documentation/kernel-parameters.txt
+1
-1
Documentation/laptops/00-INDEX
Documentation/laptops/00-INDEX
+2
-0
Documentation/laptops/laptop-mode.txt
Documentation/laptops/laptop-mode.txt
+0
-0
Documentation/power/00-INDEX
Documentation/power/00-INDEX
+6
-0
Documentation/power/pm.txt
Documentation/power/pm.txt
+1
-1
Documentation/power/pm_qos_interface.txt
Documentation/power/pm_qos_interface.txt
+0
-0
Documentation/power/power_supply_class.txt
Documentation/power/power_supply_class.txt
+0
-0
arch/x86/Kconfig
arch/x86/Kconfig
+1
-1
kernel/power/Kconfig
kernel/power/Kconfig
+1
-1
未找到文件。
Documentation/00-INDEX
浏览文件 @
29ea5171
...
...
@@ -225,8 +225,6 @@ kprobes.txt
- documents the kernel probes debugging feature.
kref.txt
- docs on adding reference counters (krefs) to kernel objects.
laptop-mode.txt
- how to conserve battery power using laptop-mode.
laptops/
- directory with laptop related info and laptop driver documentation.
ldm.txt
...
...
@@ -301,12 +299,8 @@ pcmcia/
- info on the Linux PCMCIA driver.
pi-futex.txt
- documentation on lightweight PI-futexes.
pm.txt
- info on Linux power management support.
pnp.txt
- Linux Plug and Play documentation.
power_supply_class.txt
- Tells userspace about battery, UPS, AC or DC power supply properties
power/
- directory with info on Linux PCI power management.
powerpc/
...
...
Documentation/filesystems/proc.txt
浏览文件 @
29ea5171
...
...
@@ -1506,13 +1506,13 @@ laptop_mode
-----------
laptop_mode is a knob that controls "laptop mode". All the things that are
controlled by this knob are discussed in Documentation/laptop-mode.txt.
controlled by this knob are discussed in Documentation/laptop
s/laptop
-mode.txt.
block_dump
----------
block_dump enables block I/O debugging when set to a nonzero value. More
information on block I/O debugging is in Documentation/laptop-mode.txt.
information on block I/O debugging is in Documentation/laptop
s/laptop
-mode.txt.
swap_token_timeout
------------------
...
...
Documentation/kernel-parameters.txt
浏览文件 @
29ea5171
...
...
@@ -138,7 +138,7 @@ and is between 256 and 4096 characters. It is defined in the file
strict -- Be less tolerant of platforms that are not
strictly ACPI specification compliant.
See also Documentation/pm.txt, pci=noacpi
See also Documentation/p
ower/p
m.txt, pci=noacpi
acpi_apic_instance= [ACPI, IOAPIC]
Format: <int>
...
...
Documentation/laptops/00-INDEX
浏览文件 @
29ea5171
...
...
@@ -2,6 +2,8 @@
- This file
acer-wmi.txt
- information on the Acer Laptop WMI Extras driver.
laptop-mode.txt
- how to conserve battery power using laptop-mode.
sony-laptop.txt
- Sony Notebook Control Driver (SNC) Readme.
sonypi.txt
...
...
Documentation/laptop-mode.txt
→
Documentation/laptop
s/laptop
-mode.txt
浏览文件 @
29ea5171
文件已移动
Documentation/power/00-INDEX
浏览文件 @
29ea5171
...
...
@@ -14,6 +14,12 @@ notifiers.txt
- Registering suspend notifiers in device drivers
pci.txt
- How the PCI Subsystem Does Power Management
pm.txt
- info on Linux power management support.
pm_qos_interface.txt
- info on Linux PM Quality of Service interface
power_supply_class.txt
- Tells userspace about battery, UPS, AC or DC power supply properties
s2ram.txt
- How to get suspend to ram working (and debug it when it isn't)
states.txt
...
...
Documentation/pm.txt
→
Documentation/p
ower/p
m.txt
浏览文件 @
29ea5171
...
...
@@ -108,7 +108,7 @@ void pm_unregister_all(pm_callback cback);
* EINVAL if the request is not supported
* EBUSY if the device is now busy and cannot handle the request
* ENOMEM if the device was unable to handle the request due to memory
*
*
* Details: The device request callback will be called before the
* device/system enters a suspend state (ACPI D1-D3) or
* or after the device/system resumes from suspend (ACPI D0).
...
...
Documentation/pm_qos_interface.txt
→
Documentation/p
ower/p
m_qos_interface.txt
浏览文件 @
29ea5171
文件已移动
Documentation/power_supply_class.txt
→
Documentation/power
/power
_supply_class.txt
浏览文件 @
29ea5171
文件已移动
arch/x86/Kconfig
浏览文件 @
29ea5171
...
...
@@ -1259,7 +1259,7 @@ menuconfig APM
machines with more than one CPU.
In order to use APM, you will need supporting software. For location
and more information, read <file:Documentation/pm.txt> and the
and more information, read <file:Documentation/p
ower/p
m.txt> and the
Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
...
...
kernel/power/Kconfig
浏览文件 @
29ea5171
...
...
@@ -190,7 +190,7 @@ config APM_EMULATION
notification of APM "events" (e.g. battery status change).
In order to use APM, you will need supporting software. For location
and more information, read <file:Documentation/pm.txt> and the
and more information, read <file:Documentation/p
ower/p
m.txt> and the
Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录