c0c74acbb6
The AVR32 architecture support has been removed from the Linux kernel, hence remove all references to it from Documentation. Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> Signed-off-by: Håvard Skinnemoen <hskinnemoen@gmail.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
#
|
|
# Feature name: ELF-ASLR
|
|
# Kconfig: ARCH_HAS_ELF_RANDOMIZE
|
|
# description: arch randomizes the stack, heap and binary images of ELF binaries
|
|
#
|
|
-----------------------
|
|
| arch |status|
|
|
-----------------------
|
|
| alpha: | TODO |
|
|
| arc: | TODO |
|
|
| arm: | ok |
|
|
| arm64: | ok |
|
|
| blackfin: | TODO |
|
|
| c6x: | TODO |
|
|
| cris: | TODO |
|
|
| frv: | TODO |
|
|
| h8300: | TODO |
|
|
| hexagon: | TODO |
|
|
| ia64: | TODO |
|
|
| m32r: | TODO |
|
|
| m68k: | TODO |
|
|
| metag: | TODO |
|
|
| microblaze: | TODO |
|
|
| mips: | ok |
|
|
| mn10300: | TODO |
|
|
| nios2: | TODO |
|
|
| openrisc: | TODO |
|
|
| parisc: | TODO |
|
|
| powerpc: | ok |
|
|
| s390: | ok |
|
|
| score: | TODO |
|
|
| sh: | TODO |
|
|
| sparc: | TODO |
|
|
| tile: | TODO |
|
|
| um: | TODO |
|
|
| unicore32: | TODO |
|
|
| x86: | ok |
|
|
| xtensa: | TODO |
|
|
-----------------------
|