forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 18
Little Endian Feature History
Michael Ellerman edited this page Aug 9, 2018
·
6 revisions
Matrix of notable little endian-related features and which kernel version they were introduced in.
This does not take into account backports to stable branches.
Kernel Version | Feature |
---|---|
3.13 |
FIXUP_ENDIAN 1
|
3.13 |
CONFIG_CPU_LITTLE_ENDIAN 2
|
... | |
3.16 | ELFv2 kernel |
3.16 | ppc64le zImage |
... | |
4.10 | Bi-endian build w/out clean 3 |
- Kernel is able to switch to the endian it is compiled for on entry.
- The ability to configure the kernel to be built little endian - this essentially the epoch for LE. Commit 7c105b63bd9887f10ec281b0020492e7c774d0fc.
- Ability to switch the endian of the build (via .config), without needing to
make clean
.
Kernel Version |
---|
3.2.y |
3.4.y |
3.10.y |
3.12.y |