blob: 901899324cb47d7a23186c62367ddf2a499d0b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
README
--------------------------------------------------------------------------
This patchset is to be the series of patches for gentoo-sources.
It is designed for cross-compatibility, fixes and stability, with performance
and additional features/driver support being a second.
Unless otherwise stated and marked as such, this kernel should be suitable for
all environments.
Patchset Numbering Scheme
--------------------------------------------------------------------------
FIXES
1000-1400 linux-stable
1400-1500 linux-stable queue
1500-1700 security
1700-1800 architecture-related
1800-1900 mm/scheduling/misc
1900-2000 filesystems
2000-2100 networking core
2100-2200 storage core
2200-2300 power management (ACPI, APM)
2300-2400 bus (USB, IEEE1394, PCI, PCMCIA, ...)
2400-2500 network drivers
2500-2600 storage drivers
2600-2700 input
2700-2900 media (graphics, sound, tv)
2900-3000 other
3000-4000 reserved
FEATURES
4000-4100 network
4100-4200 storage
4200-4300 graphics
4300-4400 filesystem
4400-4500 security enhancement
4500-4600 other
EXPERIMENTAL
5000-5100 experimental patches (BFQ, ...)
Individual Patch Descriptions:
--------------------------------------------------------------------------
Patch: 4567_distro-Gentoo-Kconfig.patch
From: Tom Wijsman <TomWij@gentoo.org>
Desc: Add Gentoo Linux support config settings and defaults.
|