-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Linus Torvalds
committed
May 25, 2010
1 parent
f58fa79
commit e61adf0
Showing
219 changed files
with
8,119 additions
and
2,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 500b4ac90d1103a7c302d5bb16c53f4ffc45d057 | ||
refs/heads/master: 99765cc7e393c8637abaaf0c73f28ec63370d35c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
What: /sys/devices/system/node/nodeX/compact | ||
Date: February 2010 | ||
Contact: Mel Gorman <mel@csn.ul.ie> | ||
Description: | ||
When this file is written to, all memory within that node | ||
will be compacted. When it completes, memory will be freed | ||
into blocks which have as many contiguous pages as possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
816 changes: 816 additions & 0 deletions
816
trunk/Documentation/filesystems/xfs-delayed-logging-design.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
00-INDEX | ||
- this file. | ||
hpwdt.txt | ||
- information on the HP iLO2 NMI watchdog | ||
pcwd-watchdog.txt | ||
- documentation for Berkshire Products PC Watchdog ISA cards. | ||
src/ | ||
- directory holding watchdog related example programs. | ||
watchdog-api.txt | ||
- description of the Linux Watchdog driver API. | ||
watchdog-parameters.txt | ||
- information on driver parameters (for drivers other than | ||
the ones that have driver-specific files here) | ||
wdt.txt | ||
- description of the Watchdog Timer Interfaces for Linux. |
Oops, something went wrong.