summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...Graf Yang2009-01-071-50/+42Star
* Blackfin arch: fix bug - kernel with SMP patch can not bootupGraf Yang2008-10-281-3/+4
* Blackfin arch: add an option to allow people to stick exception stack into L1...Mike Frysinger2008-10-281-6/+15
* Blackfin arch: fix bug - Turn on DEBUG_DOUBLEFAULT, booting SMP kernel crashGraf Yang2008-11-181-1/+1
* Blackfin arch: give sys_strace proper entry markingsMike Frysinger2008-10-091-0/+3
* Blackfin arch: Fix BUG -- BF533 + 0.5 silicon + MPU + UART PIO -> crashMichael Hennerich2008-10-091-0/+18
* Blackfin arch: add supporting for kgdbSonic Zhang2008-10-131-2/+7
* Blackfin arch: add supporting for double fault debug handlingRobin Getz2008-10-081-59/+130
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-1/+1
* Blackfin arch: hook up some missing new system callsBryan Wu2008-08-141-0/+6
* Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.Sonic Zhang2008-08-051-3/+5
* Blackfin arch: Fix bug - This change eliminates impact on application debuggingJie Zhang2008-08-051-7/+13
* Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang2008-07-261-12/+38
* [Blackfin] arch: fix gdb testing regressionBernd Schmidt2008-05-071-31/+77
* [Blackfin] arch: In the double fault handler, set up the PT_RETI slotBernd Schmidt2008-05-071-0/+5
* [Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt2008-04-241-88/+33Star
* [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt2008-04-231-1/+6
* [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-071-1/+4
* [Blackfin] arch: change the trace buffer control start/stop logic in the exce...Mike Frysinger2008-02-021-8/+4Star
* timerfd: new timerfd APIDavide Libenzi2008-02-051-1/+1
* [Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile...Bernd Schmidt2008-01-271-0/+1
* [Blackfin] arch: Initial checkin of the memory protection support.Bernd Schmidt2008-01-271-0/+19
* [Blackfin] arch: Let the pre-processor do the math to save a few cycles - no ...Robin Getz2007-12-211-3/+1Star
* [Blackfin] arch: do not use fixed numbers to describe offsets - no functional...Robin Getz2007-12-211-1/+1
* Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...Mike Frysinger2007-11-211-2/+3
* Blackfin arch: Need to specify ax with the .init.text section,Bernd Schmidt2007-11-211-1/+1
* Blackfin arch: Fix typo, and add ENDPROC - no functional changesMike Frysinger2007-11-211-1/+2
* Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...Mike Frysinger2007-11-211-4/+4
* Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz2007-11-121-9/+29
* Blackfin arch: ensure that speculative loads of bad pointers don't cause us t...Robin Getz2007-10-291-1/+1
* Blackfin arch: the load address is not safe to point to as a workaround for A...Robin Getz2007-10-101-4/+13
* Blackfin arch: Print out debug info, as early as possibleRobin Getz2007-10-091-2/+41
* Blackfin arch: fix endless loop bug when a double fault happensRobin Getz2007-10-091-15/+54
* Blackfin arch: add an exception request/free apiMike Frysinger2007-08-051-20/+22
* Blackfin arch: allow people to select the feature that is unavailable to the ...Mike Frysinger2007-08-051-5/+13
* Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz2007-07-251-0/+73
* Blackfin arch: revise anomaly handling by basing things on the compiler not t...Mike Frysinger2007-07-251-5/+5
* Blackfin arch: add some missing syscallBryan Wu2007-09-221-4/+19
* Blackfin arch: scrub dead codeMike Frysinger2007-07-121-34/+3Star
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-1/+1
* Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz2007-06-211-26/+7Star
* Blackfin arch: defines and provides entry points for certain user space funct...Bernd Schmidt2007-06-211-0/+4
* Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-111-0/+18
* Blackfin arch: fix signal handling bugBernd Schmidt2007-05-211-0/+5
* Blackfin arch: Add Workaround for ANOMALY 05000257Michael Hennerich2007-05-211-0/+6
* blackfin architectureBryan Wu2007-05-071-0/+1207