Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
29ea5171
Commit
29ea5171
authored
Mar 13, 2008
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'release' and 'doc' into release
parents
b4de123a
53471121
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
12 deletions
+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
No files found.
Documentation/00-INDEX
View file @
29ea5171
...
@@ -225,8 +225,6 @@ kprobes.txt
...
@@ -225,8 +225,6 @@ kprobes.txt
- documents the kernel probes debugging feature.
- documents the kernel probes debugging feature.
kref.txt
kref.txt
- docs on adding reference counters (krefs) to kernel objects.
- docs on adding reference counters (krefs) to kernel objects.
laptop-mode.txt
- how to conserve battery power using laptop-mode.
laptops/
laptops/
- directory with laptop related info and laptop driver documentation.
- directory with laptop related info and laptop driver documentation.
ldm.txt
ldm.txt
...
@@ -301,12 +299,8 @@ pcmcia/
...
@@ -301,12 +299,8 @@ pcmcia/
- info on the Linux PCMCIA driver.
- info on the Linux PCMCIA driver.
pi-futex.txt
pi-futex.txt
- documentation on lightweight PI-futexes.
- documentation on lightweight PI-futexes.
pm.txt
- info on Linux power management support.
pnp.txt
pnp.txt
- Linux Plug and Play documentation.
- Linux Plug and Play documentation.
power_supply_class.txt
- Tells userspace about battery, UPS, AC or DC power supply properties
power/
power/
- directory with info on Linux PCI power management.
- directory with info on Linux PCI power management.
powerpc/
powerpc/
...
...
Documentation/filesystems/proc.txt
View file @
29ea5171
...
@@ -1506,13 +1506,13 @@ laptop_mode
...
@@ -1506,13 +1506,13 @@ laptop_mode
-----------
-----------
laptop_mode is a knob that controls "laptop mode". All the things that are
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
----------
----------
block_dump enables block I/O debugging when set to a nonzero value. More
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
swap_token_timeout
------------------
------------------
...
...
Documentation/kernel-parameters.txt
View file @
29ea5171
...
@@ -138,7 +138,7 @@ and is between 256 and 4096 characters. It is defined in the file
...
@@ -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
strict -- Be less tolerant of platforms that are not
strictly ACPI specification compliant.
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]
acpi_apic_instance= [ACPI, IOAPIC]
Format: <int>
Format: <int>
...
...
Documentation/laptops/00-INDEX
View file @
29ea5171
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
- This file
- This file
acer-wmi.txt
acer-wmi.txt
- information on the Acer Laptop WMI Extras driver.
- information on the Acer Laptop WMI Extras driver.
laptop-mode.txt
- how to conserve battery power using laptop-mode.
sony-laptop.txt
sony-laptop.txt
- Sony Notebook Control Driver (SNC) Readme.
- Sony Notebook Control Driver (SNC) Readme.
sonypi.txt
sonypi.txt
...
...
Documentation/laptop-mode.txt
→
Documentation/laptop
s/laptop
-mode.txt
View file @
29ea5171
File moved
Documentation/power/00-INDEX
View file @
29ea5171
...
@@ -14,6 +14,12 @@ notifiers.txt
...
@@ -14,6 +14,12 @@ notifiers.txt
- Registering suspend notifiers in device drivers
- Registering suspend notifiers in device drivers
pci.txt
pci.txt
- How the PCI Subsystem Does Power Management
- 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
s2ram.txt
- How to get suspend to ram working (and debug it when it isn't)
- How to get suspend to ram working (and debug it when it isn't)
states.txt
states.txt
...
...
Documentation/pm.txt
→
Documentation/p
ower/p
m.txt
View file @
29ea5171
...
@@ -108,7 +108,7 @@ void pm_unregister_all(pm_callback cback);
...
@@ -108,7 +108,7 @@ void pm_unregister_all(pm_callback cback);
* EINVAL if the request is not supported
* EINVAL if the request is not supported
* EBUSY if the device is now busy and cannot handle the request
* 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
* ENOMEM if the device was unable to handle the request due to memory
*
*
* Details: The device request callback will be called before the
* Details: The device request callback will be called before the
* device/system enters a suspend state (ACPI D1-D3) or
* device/system enters a suspend state (ACPI D1-D3) or
* or after the device/system resumes from suspend (ACPI D0).
* or after the device/system resumes from suspend (ACPI D0).
...
...
Documentation/pm_qos_interface.txt
→
Documentation/p
ower/p
m_qos_interface.txt
View file @
29ea5171
File moved
Documentation/power_supply_class.txt
→
Documentation/power
/power
_supply_class.txt
View file @
29ea5171
File moved
arch/x86/Kconfig
View file @
29ea5171
...
@@ -1259,7 +1259,7 @@ menuconfig APM
...
@@ -1259,7 +1259,7 @@ menuconfig APM
machines with more than one CPU.
machines with more than one CPU.
In order to use APM, you will need supporting software. For location
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
Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
<http://www.tldp.org/docs.html#howto>.
...
...
kernel/power/Kconfig
View file @
29ea5171
...
@@ -190,7 +190,7 @@ config APM_EMULATION
...
@@ -190,7 +190,7 @@ config APM_EMULATION
notification of APM "events" (e.g. battery status change).
notification of APM "events" (e.g. battery status change).
In order to use APM, you will need supporting software. For location
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
Battery Powered Linux mini-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
<http://www.tldp.org/docs.html#howto>.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment