summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S
AgeCommit message (Expand)Author
2008-07-26Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang
2008-05-07[Blackfin] arch: fix gdb testing regressionBernd Schmidt
2008-05-07[Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt
2008-04-23[Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt
2008-03-06[Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu
2008-02-02[Blackfin] arch: change the trace buffer control start/stop logic in the exce...Mike Frysinger
2008-02-05timerfd: new timerfd APIDavide Libenzi
2008-01-27[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile...Bernd Schmidt
2008-01-27[Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt
2007-12-21[Blackfin] arch: Let the pre-processor do the math to save a few cycles - no ...Robin Getz
2007-12-21[Blackfin] arch: do not use fixed numbers to describe offsets - no functional...Robin Getz
2007-11-21Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...Mike Frysinger
2007-11-21Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt
2007-11-21Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger
2007-11-21Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...Mike Frysinger
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz
2007-10-29Blackfin arch: ensure that speculative loads of bad pointers don't cause us t...Robin Getz
2007-10-10Blackfin arch: the load address is not safe to point to as a workaround for A...Robin Getz
2007-10-09Blackfin arch: Print out debug info, as early as possibleRobin Getz
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger
2007-08-05Blackfin arch: allow people to select the feature that is unavailable to the ...Mike Frysinger
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz
2007-07-25Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger
2007-09-23Blackfin arch: add some missing syscallBryan Wu
2007-07-12Blackfin arch: scrub dead codeMike Frysinger
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz
2007-06-21Blackfin arch: defines and provides entry points for certain user space funct...Bernd Schmidt
2007-06-11Blackfin arch: add proper ENDPROC()Mike Frysinger
2007-05-21Blackfin arch: fix signal handling bugBernd Schmidt
2007-05-21Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich
2007-05-07blackfin architectureBryan Wu