History log of /src/sys/arch/aarch64/conf/kern.ldscript |
Revision | | Date | Author | Comments |
1.12 |
| 10-Feb-2021 |
ryo | add support kernel profiling on aarch64
- add MCOUNT_ENTER, MCOUNT_EXIT macro - __mcount() function should be aligned - add "-fno-optimize-sibling-calls" option when PROF. for accurate profiling, it is better to suppress the tail call.
|
1.11 |
| 01-Nov-2018 |
maxv | branches: 1.11.12; Add kASan support for aarch64. Stack tracking needs more investigation and will come in a separate commit.
Reviewed by ryo@ jmcneill@ skrll@.
|
1.10 |
| 07-Oct-2018 |
skrll | Don't use a magic number for COHERENCY_UNIT use COHERENCY_UNIT
|
1.9 |
| 10-Sep-2018 |
maxv | reduce the battlefield
|
1.8 |
| 30-Aug-2018 |
maxv | style, no functional change
|
1.7 |
| 06-Aug-2018 |
ryo | set kernel rodata/data non-executable. set rodata section on 2Mbytes aligned. (kernel image is mapped with 2Mbytes L2 block)
|
1.6 |
| 03-Aug-2018 |
ryo | set kernel text/rodata readonly when not defined DDB. set readonly segment on 2Mbytes aligned. (kernel image is mapped with 2Mbytes L2 block)
|
1.5 |
| 01-Apr-2018 |
ryo | branches: 1.5.2; Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@) - add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
|
1.4 |
| 16-Aug-2017 |
nisimura | branches: 1.4.2; add more sence. now compilable
|
1.3 |
| 24-Aug-2015 |
uebayasi | Don't mention stab and DWARF sections, because these (poorly mtaintained) lists only help to make them harder to read.
If those sections are found in inputs, they simply appear in outputs as orphaned sections, sorted by section types and attributes.
|
1.2 |
| 20-Aug-2015 |
uebayasi | Indent with 2 spaces.
|
1.1 |
| 10-Aug-2014 |
matt | branches: 1.1.4; 1.1.6; Preliminary files for AARCH64 (64-bit ARM) support. Enough for a distribution build.
|
1.1.6.2 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.6.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.4.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.4.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.4.1 |
| 10-Aug-2014 |
tls | file kern.ldscript was added on branch tls-maxphys on 2014-08-20 00:02:39 +0000
|
1.4.2.5 |
| 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.4.2.4 |
| 20-Oct-2018 |
pgoyette | Sync with head
|
1.4.2.3 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.4.2.2 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.4.2.1 |
| 07-Apr-2018 |
pgoyette | Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
|
1.5.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.11.12.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|