| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-07-26 | s390/exceptions: sort exception table at build time | Heiko Carstens | 1 | -0/+1 | |
| Follow x86 and MIPS and sort the main exception table at build time. Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]> | |||||
| 2012-04-24 | scripts/sortextable: Handle relative entries, and other cleanups | David Daney | 1 | -60/+111 | |
| x86 is now using relative rather than absolute addresses in its exception table, so we add a sorter for these. If there are relocations on the __ex_table section, they are redundant and probably incorrect after the sort, so they are zeroed out leaving them valid and consistent. Also use the unaligned safe accessors from tools/{be,le}_byteshift.h Signed-off-by: David Daney <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]> | |||||
| 2012-04-19 | scripts: Add sortextable to sort the kernel's exception table. | David Daney | 1 | -0/+271 | |
| Using this build-time sort saves time booting as we don't have to burn cycles sorting the exception table. Signed-off-by: David Daney <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]> | |||||