summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett2014-03-073-0/+108
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-072-0/+95
* posix: Add POSIX thread affinity attribute support.Jennifer Averett2014-03-074-16/+129
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-074-0/+177
* sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett2014-03-071-2/+5
* score: Add cpuset support to Score.Jennifer Averett2014-03-078-1/+361
* spcpuset01: Add check for sys/cpuset.h.Jennifer Averett2014-03-073-10/+29
* smptests: Delete config.h.inSebastian Huber2014-03-061-19/+0
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-065-70/+5
* tmtests/tm26: Fix deadlock for SMP configurationsSebastian Huber2014-03-061-1/+2
* rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber2014-03-062-33/+83
* bsps: SMP support for generic interrupt supportSebastian Huber2014-03-062-18/+59
* score: Add _Atomic_Fence()Sebastian Huber2014-03-064-19/+84
* libnetworking: TypoSebastian Huber2014-03-062-2/+22
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-069-0/+210
* score: SMP initialization and shutdown changesSebastian Huber2014-03-0618-119/+565
* bsp/leon3: Unmask IPI only on secondary processorDaniel Hellstrom2014-03-061-1/+1
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* tmtests/tmcontext01: New testSebastian Huber2014-02-287-0/+598
* bsp/leon3: Add L2 cache supportSebastian Huber2014-02-281-0/+88
* bsp/leon3: Add L2C registersSebastian Huber2014-02-281-0/+25
* bsp/leon3: Add new cache manager implementationSebastian Huber2014-02-282-1/+114
* bsp/leon3: Add and use cache register functionsSebastian Huber2014-02-283-21/+46
* rtems: Add cache size functionsSebastian Huber2014-02-284-4/+81
* rtems: Use size_t for cache line sizeSebastian Huber2014-02-285-8/+8
* rtems: Cache manager documentationSebastian Huber2014-02-281-66/+79
* sptests/spcache01: Detect write-through cacheSebastian Huber2014-02-282-3/+15
* bsp/leon3: Use ambapp_freq_get() for CPU counterSebastian Huber2014-02-283-40/+33
* bsps: Delete LEON3_FATAL_CPU_COUNTER_INITSebastian Huber2014-02-281-2/+1
* bsps: Fix empty interrupt handler entrySebastian Huber2014-02-281-4/+5
* sptests/spcache01: New testSebastian Huber2014-02-246-0/+426
* sparc: Fix CPU counter supportSebastian Huber2014-02-249-38/+180
* score: Fix thread TLS area initializationSebastian Huber2014-02-249-32/+140
* sptests/spcpucounter01: Adjust testSebastian Huber2014-02-242-9/+29
* bsps: Add empty cache managerSebastian Huber2014-02-2421-1/+98
* bsps/powerpc: Use System V small-data areaSebastian Huber2014-02-248-8/+8
* bsp/leon3: Add bsp_reset() for SMP configurationSebastian Huber2014-02-213-0/+65
* bsp/leon3: Add and use leon3_get_cpu_count()Sebastian Huber2014-02-212-2/+10
* bsp/leon3: Add leon3_power_down_loop()Sebastian Huber2014-02-212-0/+4
* bsps/sparc: Delete unused fileSebastian Huber2014-02-211-24/+0
* bsp/score603e: Remove unused BSP_fatal_return()Sebastian Huber2014-02-211-5/+0
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-219-31/+73
* score: _Thread_Start_multitasking()Sebastian Huber2014-02-211-1/+5
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-2129-39/+39
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* bsp/leon3: Add and use LEON3_IrqCtrl_LockSebastian Huber2014-02-192-13/+23
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-192-42/+23
* score: Wait for per-CPU state changes laterSebastian Huber2014-02-191-9/+5
* score: Initialize per-CPU locksSebastian Huber2014-02-191-0/+6