aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.textMike Frysinger1-2/+3
2007-11-21Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt1-1/+1
2007-11-21Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger1-1/+2
2007-11-21Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export itMike Frysinger1-4/+4
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz1-9/+29
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.Robin Getz1-1/+1
2007-10-10Blackfin arch: the load address is not safe to point to as a workaround for ANOMALY 05000281Robin Getz1-4/+13
2007-10-09Blackfin arch: Print out debug info, as early as possibleRobin Getz1-2/+41
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz1-15/+54
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger1-20/+22
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the kernelMike Frysinger1-5/+13
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz1-0/+73
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig definesMike Frysinger1-5/+5
2007-09-23Blackfin arch: add some missing syscallBryan Wu1-4/+19
2007-07-12Blackfin arch: scrub dead codeMike Frysinger1-34/+3
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-1/+1
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz1-26/+7
2007-06-21Blackfin arch: defines and provides entry points for certain user space functions at fixed addressesBernd Schmidt1-0/+4
2007-06-11Blackfin arch: add proper ENDPROC()Mike Frysinger1-0/+18
2007-05-21Blackfin arch: fix signal handling bugBernd Schmidt1-0/+5
2007-05-21Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich1-0/+6
2007-05-07blackfin architectureBryan Wu1-0/+1207