summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-07posix: Add pthread_attr_t methods to get/set affinity.Jennifer Averett3-0/+108
2014-03-07posix: Add support method to compare two pthread attribute structures.Jennifer Averett2-0/+95
2014-03-07posix: Add POSIX thread affinity attribute support.Jennifer Averett4-16/+129
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett4-0/+177
2014-03-07sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett1-2/+5
2014-03-07score: Add cpuset support to Score.Jennifer Averett8-1/+361
2014-03-06score: Fix per-CPU state documentationSebastian Huber1-3/+3
2014-03-06score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2-60/+0
2014-03-06rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber1-6/+29
2014-03-06score: Add _Atomic_Fence()Sebastian Huber2-0/+14
2014-03-06libnetworking: TypoSebastian Huber1-1/+1
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber3-0/+33
2014-03-06score: SMP initialization and shutdown changesSebastian Huber8-119/+230
2014-03-05taskmode: Formatting correctionJoel Sherrill1-5/+3
2014-02-28rtems: Add cache size functionsSebastian Huber1-0/+20
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber1-2/+2
2014-02-28rtems: Cache manager documentationSebastian Huber1-66/+79
2014-02-24sparc: Fix CPU counter supportSebastian Huber3-2/+84
2014-02-24score: Fix thread TLS area initializationSebastian Huber1-8/+13
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber7-13/+9
2014-02-21score: _Thread_Start_multitasking()Sebastian Huber1-1/+5
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber27-36/+36
2014-02-19posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2-0/+4
2014-02-19score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2-42/+23
2014-02-19score: Wait for per-CPU state changes laterSebastian Huber1-9/+5
2014-02-19score: Initialize per-CPU locksSebastian Huber1-0/+6
2014-02-19score: Move _SMP_Handler_initialize()Sebastian Huber2-31/+22
2014-02-19score: Rename rtems_smp_process_interrupt()Sebastian Huber5-80/+6
2014-02-19score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber3-26/+28
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber8-83/+134
2014-02-19score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2-22/+4
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber8-21/+28
2014-02-19score: Remove ASM guardSebastian Huber1-4/+0
2014-02-19score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2-10/+10
2014-02-19score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber4-6/+18
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2-14/+6
2014-02-19score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber3-18/+3
2014-02-19score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber5-20/+29
2014-02-19score: Disable ISR in _Internal_error_Occurred()Sebastian Huber3-3/+11
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber7-157/+40
2014-02-19score: Add SYSTEM_STATE_TERMINATEDSebastian Huber4-20/+7
2014-02-19powerpc: Change interrupt disable implemetationSebastian Huber3-19/+36
2014-02-19score: Move SMP interrupt stack initializationSebastian Huber2-39/+25
2014-02-17cpukit: Correct bug in check of affinity support in newlib.Jennifer Averett1-6/+22
2014-02-17score: Add SMP barrierSebastian Huber4-0/+181
2014-02-17score: Use atomic API for SMP lockSebastian Huber16-559/+36
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber6-41/+15
2014-02-17sparc: Add atomic support for SPARC V8Sebastian Huber2-0/+203
2014-02-14sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber1-0/+14
2014-02-14score: Add Atomic_UintSebastian Huber2-0/+171