aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang1-2/+7
2008-10-08Blackfin arch: add supporting for double fault debug handlingRobin Getz1-59/+130
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu1-1/+1
2008-08-14Blackfin arch: hook up some missing new system callsBryan Wu1-0/+6
2008-08-05Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.Sonic Zhang1-3/+5
2008-08-05Blackfin arch: Fix bug - This change eliminates impact on application debuggingJie Zhang1-7/+13
2008-07-26Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.Sonic Zhang1-12/+38
2008-05-07[Blackfin] arch: fix gdb testing regressionBernd Schmidt1-31/+77
2008-05-07[Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt1-0/+5
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt1-88/+33
2008-04-23[Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt1-1/+6
2008-03-06[Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu1-1/+4
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exception handlersMike Frysinger1-8/+4
2008-02-05timerfd: new timerfd APIDavide Libenzi1-1/+1
2008-01-27[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it.Bernd Schmidt1-0/+1
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt1-0/+19
2007-12-21[Blackfin] arch: Let the pre-processor do the math to save a few cycles - no functional changesRobin Getz1-3/+1
2007-12-21[Blackfin] arch: do not use fixed numbers to describe offsets - no functional changesRobin Getz1-1/+1
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