summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add compare_and_swap check in check-atomic.m4WeiY2013-08-201-1/+3
* smp: Add Deterministic Priority SMP SchedulerSebastian Huber2013-08-209-25/+402
* smp: Generalize Simple SMP schedulerSebastian Huber2013-08-202-85/+240
* smp: Optimize Simple SMP schedulerSebastian Huber2013-08-206-46/+149
* smp: _Scheduler_simple_smp_Allocate_processor()Sebastian Huber2013-08-202-44/+44
* smp: Rename _Scheduler_simple_smp_Start_idle()Sebastian Huber2013-08-206-20/+49
* smp: Replace Scheduler_simple_smp_ControlSebastian Huber2013-08-207-19/+124
* score: Add _Priority_bit_map_Is_empty()Sebastian Huber2013-08-201-0/+5
* score: _Priority_bit_map_Handler_initialization()Sebastian Huber2013-08-205-42/+50
* score: _Scheduler_priority_Ready_queue_initialize()Sebastian Huber2013-08-203-11/+14
* score: _Scheduler_priority_Ready_queue_first()Sebastian Huber2013-08-201-4/+1
* score: Add _Scheduler_priority_Get_ready_queues()Sebastian Huber2013-08-202-8/+12
* score: Add _Scheduler_priority_Get_scheduler_infoSebastian Huber2013-08-204-56/+44
* score: PR2136: Fix _Thread_Change_priority()Sebastian Huber2013-08-2022-85/+164
* 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