aboutsummaryrefslogtreecommitdiff
path: root/scripts/sortextable.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378Gravatar Thomas Gleixner 1-1/+1
2016-11-14powerpc: Build-time sort the exception tableGravatar Nicholas Piggin 1-0/+2
2016-03-23parisc: Use generic extable search and sort routinesGravatar Helge Deller 1-0/+1
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+5
2016-02-24arm64: switch to relative exception tablesGravatar Ard Biesheuvel 1-1/+1
2016-02-24scripts/sortextable: add support for ET_DYN binariesGravatar Ard Biesheuvel 1-4/+4
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsGravatar Tony Luck 1-0/+32
2015-06-22ARCv2: extable: Enable sorting at build timeGravatar Vineet Gupta 1-0/+5
2014-04-02xtensa: enable sorting extable at build timeGravatar Max Filippov 1-0/+5
2014-01-23microblaze: extable: sort the exception table at build timeGravatar Michal Simek 1-0/+5
2013-11-25ARC: extable: Enable sorting at build timeGravatar Vineet Gupta 1-0/+5
2013-11-13scripts/sortextable: support objects with more than 64K sections.Gravatar Jamie Iles 1-0/+24
2013-07-25scripts: remove unused function in sortextable.cGravatar Ramkumar Ramachandra 1-8/+0
2013-06-12arm64: extable: sort the exception table at build timeGravatar Will Deacon 1-0/+5
2012-11-04ARM: 7568/1: Sort exception table at compile timeGravatar Stephen Boyd 1-0/+1
2012-09-26s390/exceptions: switch to relative exception table entriesGravatar Heiko Carstens 1-5/+5
2012-07-26s390/exceptions: sort exception table at build timeGravatar Heiko Carstens 1-0/+1
2012-04-24scripts/sortextable: Handle relative entries, and other cleanupsGravatar David Daney 1-60/+111
2012-04-19scripts: Add sortextable to sort the kernel's exception table.Gravatar David Daney 1-0/+271