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 master.kernel.org:/pub/scm/linux/kernel/git/…
…torvalds/linux-2.6 Conflicts: sound/core/memalloc.c
- Loading branch information
Showing
3,711 changed files
with
190,539 additions
and
88,192 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
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
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]> | ||
|
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
Oops, something went wrong.