summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smptests/smpatomic08: Avoid copy and pasteSebastian Huber2013-09-012-163/+86
* smptests/smpatomic08: Simplify or/and test caseSebastian Huber2013-09-011-38/+52
* smptests/smpatomic08: Fix compare and exchangeSebastian Huber2013-09-011-9/+17
* add atomic sub, and, or, compare_exchange test cases into smpatomic08WeiY2013-09-012-1/+175
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-3012-48/+165
* sapi: SMP support for chainsSebastian Huber2013-08-309-64/+326
* smptests/smpatomic08: Fix race conditionsSebastian Huber2013-08-292-55/+54
* smptests/smpatomic08: New testSebastian Huber2013-08-286-0/+382
* score: Atomic flag changesSebastian Huber2013-08-282-56/+29
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-2817-510/+102
* score: Use static inline directlySebastian Huber2013-08-282-43/+43
* smptests: Move ATOMIC conditional to top-levelSebastian Huber2013-08-288-28/+2
* add atomic init functionWeiY2013-08-282-0/+75
* posix: Avoid NULL pointer accessSebastian Huber2013-08-281-3/+5
* posix: Add and use _POSIX_signals_Acquire()Sebastian Huber2013-08-277-17/+46
* score: Add SMP support to _Watchdog_Report_chain()Sebastian Huber2013-08-271-1/+3
* sptests/spthreadq01: Add SMP supportSebastian Huber2013-08-271-2/+6
* sptests/spnsext01: Add SMP supportSebastian Huber2013-08-271-2/+3
* posix: _POSIX_signals_Clear_process_signals()Sebastian Huber2013-08-271-28/+11
* rtems: Add SMP support for signalsSebastian Huber2013-08-274-27/+40
* ringbuf: Add SMP supportSebastian Huber2013-08-271-6/+9
* Filesystem: Use unprotected chain operationsSebastian Huber2013-08-271-6/+9
* posix: Protect access to _POSIX_signals_VectorsSebastian Huber2013-08-271-11/+6
* score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber2013-08-274-13/+64
* bsps: Fix header includesSebastian Huber2013-08-272-9/+5
* libblock: Use unprotected chain extractSebastian Huber2013-08-271-1/+1
* RFS: Use unprotected chain operationsSebastian Huber2013-08-272-12/+15
* bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill2013-08-262-18/+5
* score: Delete unused function parameterSebastian Huber2013-08-265-9/+5
* score: PR2140: Fix _Thread_queue_Process_timeout()Sebastian Huber2013-08-261-8/+37
* score: PR2140: _Thread_queue_Extract()Sebastian Huber2013-08-264-11/+20
* libblock: Avoid uninitialized variableSebastian Huber2013-08-261-2/+1
* bsp/xilinx-zynq: Add cache supportRic Claus2013-08-263-3/+906
* Initialize the string before replacing charactersCynthia Rempel2013-08-261-1/+1
* Stop a resource leakCynthia Rempel2013-08-261-0/+1
* smp: Fix warningsSebastian Huber2013-08-232-2/+0
* sptests/spintrcritical20: PR2140: New testSebastian Huber2013-08-236-0/+204
* psxtests/psxfatal0[12]: Update due to API changesSebastian Huber2013-08-232-4/+8
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-2315-25/+46
* Filesystem: Remove superfluous free()Sebastian Huber2013-08-231-2/+0
* Filesystem: Avoid usage of uninitialized variableSebastian Huber2013-08-231-2/+2
* libblock: PR2040: Avoid NULL pointer accessSebastian Huber2013-08-231-6/+16
* libtests/flashdisk01: Update screen fileSebastian Huber2013-08-231-8/+10
* posix: Update to the pthread_once changes.Chris Johns2013-08-238-102/+137
* bsps/arm: Add more CP15 cache functionsRic Claus2013-08-221-0/+65
* arm: Make barrier operations more visibleSebastian Huber2013-08-221-10/+15
* dosfs: Use unprotected chain operationsSebastian Huber2013-08-212-4/+4
* smp: DocumentationSebastian Huber2013-08-211-2/+3
* smp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELFSebastian Huber2013-08-212-14/+0
* smp: Disable restart of threads other than selfSebastian Huber2013-08-202-0/+33