⇤ ← Revision 1 as of 2011-12-29 20:37:52
Size: 750
Comment: Initial template
|
Size: 1325
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
#pragma description Summary of the changes and new features merged in the Linux Kernel during the 3.1 development cycle | #pragma description Summary of the changes and new features merged in the Linux Kernel during the 3.2 development cycle |
Line 17: | Line 17: |
* slub: per cpu cache for partial pages [http://git.kernel.org/linus/ (commit)] * slub: update slabinfo tools to report per cpu partial list [http://git.kernel.org/linus/ (commit)] |
|
Line 22: | Line 25: |
* TOMOYO * Add environment variable name restriction support. [http://git.kernel.org/linus/ (commit)] * Add socket operation restriction support. [http://git.kernel.org/linus/ (commit)] * Allow controlling generation of access granted logs for per [http://git.kernel.org/linus/ (commit)] * Allow domain transition without execve(). [http://git.kernel.org/linus/ (commit)] |
Summary:
1. Prominent features in Linux 3.2
== == == ==
2. Driver and architecture-specific changes
All the driver and architecture-specific changes can be found in the [http://kernelnewbies.org/Linux_3.2_DriverArch Linux_3.2_DriverArch page]
3. Memory management
slub: per cpu cache for partial pages [http://git.kernel.org/linus/ (commit)]
slub: update slabinfo tools to report per cpu partial list [http://git.kernel.org/linus/ (commit)]
4. Networking
5. File systems
6. Block layer
7. Virtualization
8. Security
- TOMOYO
Add environment variable name restriction support. [http://git.kernel.org/linus/ (commit)]
Add socket operation restriction support. [http://git.kernel.org/linus/ (commit)]
Allow controlling generation of access granted logs for per [http://git.kernel.org/linus/ (commit)]
Allow domain transition without execve(). [http://git.kernel.org/linus/ (commit)]
9. Tracing/profiling