forked from torvalds/linux
-
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.
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/torvalds/linux-2.6 Conflicts: include/asm-x86/statfs.h
- Loading branch information
Showing
4,459 changed files
with
220,086 additions
and
116,784 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 |
---|---|---|
|
@@ -96,4 +96,6 @@ Tejun Heo <[email protected]> | |
Thomas Graf <[email protected]> | ||
Tony Luck <[email protected]> | ||
Tsuneo Yoshioka <[email protected]> | ||
Uwe Kleine-König <[email protected]> | ||
Uwe Kleine-König <[email protected]> | ||
Valdis Kletnieks <[email protected]> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
What: /sys/firmware/sgi_uv/ | ||
Date: August 2008 | ||
Contact: Russ Anderson <[email protected]> | ||
Description: | ||
The /sys/firmware/sgi_uv directory contains information | ||
about the SGI UV platform. | ||
|
||
Under that directory are a number of files: | ||
|
||
partition_id | ||
coherence_id | ||
|
||
The partition_id entry contains the partition id. | ||
SGI UV systems can be partitioned into multiple physical | ||
machines, which each partition running a unique copy | ||
of the operating system. Each partition will have a unique | ||
partition id. To display the partition id, use the command: | ||
|
||
cat /sys/firmware/sgi_uv/partition_id | ||
|
||
The coherence_id entry contains the coherence id. | ||
A partitioned SGI UV system can have one or more coherence | ||
domain. The coherence id indicates which coherence domain | ||
this partition is in. To display the coherence id, use the | ||
command: | ||
|
||
cat /sys/firmware/sgi_uv/coherence_id |
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,26 @@ | ||
What: /sys/class/gpio/ | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Brownell <[email protected]> | ||
Description: | ||
|
||
As a Kconfig option, individual GPIO signals may be accessed from | ||
userspace. GPIOs are only made available to userspace by an explicit | ||
"export" operation. If a given GPIO is not claimed for use by | ||
kernel code, it may be exported by userspace (and unexported later). | ||
Kernel code may export it for complete or partial access. | ||
|
||
GPIOs are identified as they are inside the kernel, using integers in | ||
the range 0..INT_MAX. See Documentation/gpio.txt for more information. | ||
|
||
/sys/class/gpio | ||
/export ... asks the kernel to export a GPIO to userspace | ||
/unexport ... to return a GPIO to the kernel | ||
/gpioN ... for each exported GPIO #N | ||
/value ... always readable, writes fail for input GPIOs | ||
/direction ... r/w as: in, out (default low); write: high, low | ||
/gpiochipN ... for each gpiochip; #N is its first GPIO | ||
/base ... (r/o) same as N | ||
/label ... (r/o) descriptive, not necessarily unique | ||
/ngpio ... (r/o) number of GPIOs; numbered N to N + (ngpio - 1) | ||
|
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 |
---|---|---|
|
@@ -77,7 +77,8 @@ documentation files are also added which explain how to use the feature. | |
When a kernel change causes the interface that the kernel exposes to | ||
userspace to change, it is recommended that you send the information or | ||
a patch to the manual pages explaining the change to the manual pages | ||
maintainer at [email protected]. | ||
maintainer at [email protected], and CC the list | ||
[email protected]. | ||
|
||
Here is a list of files that are in the kernel source tree that are | ||
required reading: | ||
|
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
If you want to use SELinux, chances are you will want | ||
to use the distro-provided policies, or install the | ||
latest reference policy release from | ||
http://oss.tresys.com/projects/refpolicy | ||
|
||
However, if you want to install a dummy policy for | ||
testing, you can do using 'mdp' provided under | ||
scripts/selinux. Note that this requires the selinux | ||
userspace to be installed - in particular you will | ||
need checkpolicy to compile a kernel, and setfiles and | ||
fixfiles to label the filesystem. | ||
|
||
1. Compile the kernel with selinux enabled. | ||
2. Type 'make' to compile mdp. | ||
3. Make sure that you are not running with | ||
SELinux enabled and a real policy. If | ||
you are, reboot with selinux disabled | ||
before continuing. | ||
4. Run install_policy.sh: | ||
cd scripts/selinux | ||
sh install_policy.sh | ||
|
||
Step 4 will create a new dummy policy valid for your | ||
kernel, with a single selinux user, role, and type. | ||
It will compile the policy, will set your SELINUXTYPE to | ||
dummy in /etc/selinux/config, install the compiled policy | ||
as 'dummy', and relabel your filesystem. |
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 |
---|---|---|
|
@@ -67,6 +67,8 @@ kernel patches. | |
|
||
19: All new userspace interfaces are documented in Documentation/ABI/. | ||
See Documentation/ABI/README for more information. | ||
Patches that change userspace interfaces should be CCed to | ||
[email protected]. | ||
|
||
20: Check that it all passes `make headers_check'. | ||
|
||
|
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 |
---|---|---|
|
@@ -35,11 +35,9 @@ Mailing List | |
------------ | ||
There is a CPU frequency changing CVS commit and general list where | ||
you can report bugs, problems or submit patches. To post a message, | ||
send an email to [email protected], to subscribe go to | ||
http://lists.linux.org.uk/mailman/listinfo/cpufreq. Previous post to the | ||
mailing list are available to subscribers at | ||
http://lists.linux.org.uk/mailman/private/cpufreq/. | ||
|
||
send an email to [email protected], to subscribe go to | ||
http://vger.kernel.org/vger-lists.html#cpufreq and follow the | ||
instructions there. | ||
|
||
Links | ||
----- | ||
|
@@ -50,7 +48,7 @@ how to access the CVS repository: | |
* http://cvs.arm.linux.org.uk/ | ||
|
||
the CPUFreq Mailing list: | ||
* http://lists.linux.org.uk/mailman/listinfo/cpufreq | ||
* http://vger.kernel.org/vger-lists.html#cpufreq | ||
|
||
Clock and voltage scaling for the SA-1100: | ||
* http://www.lartmaker.nl/projects/scaling |
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 |
---|---|---|
|
@@ -6,6 +6,24 @@ be removed from this file. | |
|
||
--------------------------- | ||
|
||
What: old static regulatory information and ieee80211_regdom module parameter | ||
When: 2.6.29 | ||
Why: The old regulatory infrastructure has been replaced with a new one | ||
which does not require statically defined regulatory domains. We do | ||
not want to keep static regulatory domains in the kernel due to the | ||
the dynamic nature of regulatory law and localization. We kept around | ||
the old static definitions for the regulatory domains of: | ||
* US | ||
* JP | ||
* EU | ||
and used by default the US when CONFIG_WIRELESS_OLD_REGULATORY was | ||
set. We also kept around the ieee80211_regdom module parameter in case | ||
some applications were relying on it. Changing regulatory domains | ||
can now be done instead by using nl80211, as is done with iw. | ||
Who: Luis R. Rodriguez <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: dev->power.power_state | ||
When: July 2007 | ||
Why: Broken design for runtime control over driver power states, confusing | ||
|
@@ -232,6 +250,9 @@ What (Why): | |
- xt_mark match revision 0 | ||
(superseded by xt_mark match revision 1) | ||
|
||
- xt_recent: the old ipt_recent proc dir | ||
(superseded by /proc/net/xt_recent) | ||
|
||
When: January 2009 or Linux 2.7.0, whichever comes first | ||
Why: Superseded by newer revisions or modules | ||
Who: Jan Engelhardt <[email protected]> | ||
|
@@ -322,3 +343,11 @@ Why: Accounting can now be enabled/disabled without kernel recompilation. | |
controlled by a kernel/module/sysfs/sysctl parameter. | ||
Who: Krzysztof Piotr Oledzki <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: ide-scsi (BLK_DEV_IDESCSI) | ||
When: 2.6.29 | ||
Why: The 2.6 kernel supports direct writing to ide CD drives, which | ||
eliminates the need for ide-scsi. The new method is more | ||
efficient in every way. | ||
Who: FUJITA Tomonori <[email protected]> |
Oops, something went wrong.