summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* correct memory model in smpatomic test caseWeiY2013-08-196-13/+13
* Expose rtems_verror()Nick Withers2013-08-152-4/+25
* bsp/csb336: Memory map update and jump to start at image start provided.Pavel Pisa2013-08-142-3/+14
* bsp/lm3s69xx: add macros for UART CTS/RTS pin configurationKarel Gardas2013-08-141-0/+28
* bsps: Fix clock driver definesSebastian Huber2013-08-1412-13/+13
* libblock: Add missing initializerSebastian Huber2013-08-141-1/+1
* posix: TypoSebastian Huber2013-08-141-1/+1
* rtems: Include missing header fileSebastian Huber2013-08-141-0/+1
* documentation: Directives allowed from an ISRSebastian Huber2013-08-141-12/+36
* libblock: Add SMP supportSebastian Huber2013-08-141-5/+7
* filesystem: Add SMP supportSebastian Huber2013-08-142-2/+9
* bsp: Fix CLOCK_DRIVER_USE_FAST_IDLE and CLOCK_DRIVER_ISRS_PER_TICK.Chris Johns2013-08-141-6/+6
* posix: Change pthread_once to be SMP safe.Chris Johns2013-08-147-11/+164
* posix: Handle recursive attributes correctly.Chris Johns2013-08-141-1/+1
* powerpc: Fix _CPU_Context_validate()Sebastian Huber2013-08-131-1/+1
* bsps/arm: Use proper default priority for GICSebastian Huber2013-08-131-1/+1
* Fix a bug in spfreechain01 test case.Zhongwei Yao2013-08-111-2/+2
* smptests/smpswitchextension01: Fix start sequenceSebastian Huber2013-08-091-0/+2
* bsps/i386: SMP and per-CPU thread dispatch disableSebastian Huber2013-08-091-3/+10
* bsps/i386: Revert most SMP related changesSebastian Huber2013-08-091-54/+46
* sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber2013-08-093-39/+41
* sparc: Move _CPU_Context_switch(), etc.Sebastian Huber2013-08-092-224/+224
* bsps/sparc: SMP and per-CPU thread dispatch disableSebastian Huber2013-08-091-10/+25
* bsps/sparc: Revert most SMP related changesSebastian Huber2013-08-091-111/+59
* arm: Per-CPU thread dispatch disableSebastian Huber2013-08-091-51/+25
* bsps/powerpc: Per-CPU thread dispatch disableSebastian Huber2013-08-093-53/+45
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-0928-322/+398
* score: Add and use _Per_CPU_Acquire_all().Sebastian Huber2013-08-093-3/+45
* smp: Use ISR lock in per-CPU controlSebastian Huber2013-08-092-17/+25
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-0920-4/+135
* bsp/pc386: Provide local outb() for elink driverSebastian Huber2013-08-091-1/+6
* Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaratio...Nick Withers2013-08-091-1/+1
* bsp/xilinx_zynq_zc706_smp: Add.Chris Johns2013-08-094-0/+14
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-0945-71/+65
* bsp/csb336: implement bsp_interrupt_vector_enable/disable.Pavel Pisa2013-08-091-0/+10
* bsp/csb336: Fix MMU _ttbl_base location to not overlap with exception vectors.Pavel Pisa2013-08-091-3/+4
* sptests/spintrcritical19: TyposSebastian Huber2013-08-081-2/+2
* sptests/spintrcritical19: PR2136: New testSebastian Huber2013-08-086-0/+173
* smptests/smpmigration01: Fix start sequenceSebastian Huber2013-08-081-0/+2
* score: Rename _Scheduler_simple_Update()Sebastian Huber2013-08-086-22/+42
* score: Rename _Scheduler_simple_Allocate(), etc.Sebastian Huber2013-08-086-46/+63
* score: Rename _Scheduler_priority_Release_job()Sebastian Huber2013-08-086-28/+24
* PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2013-08-0835-68/+0
* PR766: Delete __RTEMS_INSIDE__Sebastian Huber2013-08-085-11/+0
* PR766: Delete __RTEMS_APPLICATION__Sebastian Huber2013-08-082-18/+0
* posix: Delete POSIX_Keys_Freechain typeSebastian Huber2013-08-085-80/+76
* bsp/xilinx_zynq_zc706: Add.Chris Johns2013-08-082-0/+9
* posix: Add missing header.Chris Johns2013-08-081-8/+9
* Check times with a no change truncate via open.Chris Johns2013-08-081-1/+31
* posix: Use _Objects_Put() for POSIX keysSebastian Huber2013-08-063-10/+15