forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
3,859 changed files
with
293,114 additions
and
105,562 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ modules.builtin | |
*.gz | ||
*.bz2 | ||
*.lzma | ||
*.lzo | ||
*.patch | ||
*.gcno | ||
|
||
|
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 @@ | ||
filesystems/dnotify_test | ||
laptops/dslm | ||
timers/hpet_example | ||
vm/hugepage-mmap | ||
vm/hugepage-shm | ||
vm/map_hugetlb | ||
|
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,20 @@ | ||
What: /sys/class/power/ds2760-battery.*/charge_now | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Daniel Mack <[email protected]> | ||
Description: | ||
This file is writeable and can be used to set the current | ||
coloumb counter value inside the battery monitor chip. This | ||
is needed for unavoidable corrections of aging batteries. | ||
A userspace daemon can monitor the battery charging logic | ||
and once the counter drops out of considerable bounds, take | ||
appropriate action. | ||
|
||
What: /sys/class/power/ds2760-battery.*/charge_full | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Daniel Mack <[email protected]> | ||
Description: | ||
This file is writeable and can be used to set the assumed | ||
battery 'full level'. As batteries age, this value has to be | ||
amended over time. |
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 <[email protected]> | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What: /sys/firmware/sfi/tables/ | ||
Date: May 2010 | ||
Contact: Len Brown <[email protected]> | ||
Description: | ||
SFI defines a number of small static memory tables | ||
so the kernel can get platform information from firmware. | ||
|
||
The tables are defined in the latest SFI specification: | ||
http://simplefirmware.org/documentation | ||
|
||
While the tables are used by the kernel, user-space | ||
can observe them this way: | ||
|
||
# cd /sys/firmware/sfi/tables | ||
# cat $TABLENAME > $TABLENAME.bin |
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
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
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 |
---|---|---|
|
@@ -130,6 +130,8 @@ Linux kernel master tree: | |
ftp.??.kernel.org:/pub/linux/kernel/... | ||
?? == your country code, such as "us", "uk", "fr", etc. | ||
|
||
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git | ||
|
||
Linux kernel mailing list: | ||
[email protected] | ||
[mail [email protected] to subscribe] | ||
|
@@ -160,3 +162,6 @@ How to NOT write kernel driver by Arjan van de Ven: | |
|
||
Kernel Janitor: | ||
http://janitor.kernelnewbies.org/ | ||
|
||
GIT, Fast Version Control System: | ||
http://git-scm.com/ |
Oops, something went wrong.