summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-2832-16/+2251
* bsps/sparc: Change tabs to spaces.Daniel Cederman2014-05-2718-311/+309
* bsps/sparc: Add copyright and license informationDaniel Cederman2014-05-2720-38/+157
* bsps/sparc: Make lines in SPARC BSPs adhere to 80 character limit.Daniel Cederman2014-05-2721-183/+292
* bsp/gdbarmsim: Switch to the standard arm/shared/startup.Chris Johns2014-05-265-402/+143
* score: Fix race condition in SMP startupSebastian Huber2014-05-268-112/+10
* bsp/gdbarmsim: Change syscall functions to not clash with RTEMS functions.Chris Johns2014-05-263-175/+104
* tools: Add rtems-bsp to list BSPs in the source tree.Chris Johns2014-05-241-0/+35
* SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom2014-05-232-0/+38
* SPARC: syscall code clean-up and minor optimizationsDaniel Hellstrom2014-05-231-16/+11
* score: Use _SMP_Fatal()Sebastian Huber2014-05-231-1/+1
* SMP: make IPI fatal code uniqueDaniel Hellstrom2014-05-231-2/+3
* score: PR2179: Fix initially locked PCP mutexesSebastian Huber2014-05-233-3/+53
* c/src/aclocal/check-smp.m4: Use HAS_SMP not HAS_POSIX_APIJoel Sherrill2014-05-221-1/+1
* cpuset.c: Fix formattingJoel Sherrill2014-05-221-3/+3
* testsuite: Add a user keypress to start pppd.Chris Johns2014-05-221-0/+22
* bsp/zynq: Add BSP_ZYNQ_RAM_LENGTH to allow a user to override the RAM length.Chris Johns2014-05-221-10/+13
* bsps/zynq: Add BSP_ARM_A9MPCORE_UARTCLK to set the UART clock rate.Chris Johns2014-05-222-1/+8
* rtems: Fix sp2038 test.Chris Johns2014-05-222-14/+130
* rtems: Simplify rtems_semaphore_obtain()Sebastian Huber2014-05-221-2/+4
* schedulersmpimpl.h: Fix spacingJoel Sherrill2014-05-211-2/+2
* score: _Thread_Set_life_protection()Sebastian Huber2014-05-213-21/+80
* score: Add and use _Scheduler_Get_index_by_id()Sebastian Huber2014-05-211-2/+8
* score: Add const qualifierSebastian Huber2014-05-211-1/+1
* score: Add comment regarding TLS workspace sizeSebastian Huber2014-05-211-0/+8
* score: Simplify _Scheduler_Set()Sebastian Huber2014-05-211-1/+1
* rtems: Clarify task set/get scheduler parametersSebastian Huber2014-05-204-15/+17
* score: SMP scheduler support documentationSebastian Huber2014-05-201-1/+5
* dosfs: Fix read from invalid memory areaSebastian Huber2014-05-161-1/+1
* score: Simplify SMP scheduler supportSebastian Huber2014-05-161-8/+3
* score: Fix state diagramSebastian Huber2014-05-161-0/+1
* score: Split SMP scheduler enqueue functionSebastian Huber2014-05-159-86/+398
* score: Make _Thread_queue_Requeue() staticSebastian Huber2014-05-154-76/+48
* score: Add and use _Scheduler_SMP_Start_idle()Sebastian Huber2014-05-159-52/+39
* score: Add and use _Scheduler_default_Schedule()Sebastian Huber2014-05-158-32/+38
* score: Simplify _Thread_Change_priority()Sebastian Huber2014-05-1549-1155/+470
* score: Add and use _Scheduler_Get_context()Sebastian Huber2014-05-147-9/+17
* score: _Scheduler_priority_Ready_queue_requeue()Sebastian Huber2014-05-141-22/+0
* score: Add STATES_RESTARTINGSebastian Huber2014-05-143-1/+4
* score: TypoSebastian Huber2014-05-141-1/+1
* monitor: Support STATES_MIGRATINGSebastian Huber2014-05-141-0/+1
* bsps/sparc: Fix BSS initializationSebastian Huber2014-05-141-2/+0
* bsps/sparc: Fix data copy in start procedureSebastian Huber2014-05-141-9/+9
* score: Use Scheduler_Context for SMP schedulerSebastian Huber2014-05-143-73/+88
* score: Capitalize SMP acronymSebastian Huber2014-05-142-50/+50
* score: SMP scheduler documentationSebastian Huber2014-05-141-0/+308
* score: Introduce scheduler nodesSebastian Huber2014-05-1440-230/+553
* score: Scheduler documentationSebastian Huber2014-05-148-62/+57
* sparc: Change asm to __asm__ to compile with -std=c99.Daniel Cederman2014-05-141-1/+1
* bsp/altera-caclone-v: Early printk supportRalf Kirchner2014-05-121-24/+4