summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/mips32/up_swint0.c
Commit message (Expand)AuthorAgeFilesLines
* PIC32MZ: Resolve a PIC32 dependency in the generic MIPS32 codeGregory Nutt2015-02-231-2/+8
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-3/+3
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Add support for nested system callspatacongo2013-03-171-7/+12
* Fix more compile errors and warnings introduced in recent commitspatacongo2013-03-151-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-13/+9
* More kernel build fixespatacongo2013-03-071-3/+3
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-136/+82
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Partial bring-up of the pcblogic boardpatacongo2011-12-261-2/+2
* Fix a PIC32 software interrupt bug (pipeline hazard)patacongo2011-12-251-1/+1
* PIC32, need to clear SW interrupt bit in CAUSE registerpatacongo2011-12-221-3/+12
* PIC32 debug fixespatacongo2011-11-171-5/+5
* Prep for 6.11 releasenuttx-6.11patacongo2011-11-121-0/+4
* More PIC32 debug updatespatacongo2011-11-091-1/+1
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-24/+25
* Add S/W interrupt 0 handlerpatacongo2011-05-181-0/+362