summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add function to destroy SMP locksSebastian Huber2014-03-112-4/+44
* score: Add local context to SMP lock APISebastian Huber2014-03-115-99/+241
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+12
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-4/+4
* score: Add cpuset support to Score.Jennifer Averett2014-03-073-0/+165
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-061-20/+0
* score: Add _Atomic_Fence()Sebastian Huber2014-03-062-0/+14
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-061-0/+12
* score: SMP initialization and shutdown changesSebastian Huber2014-03-062-46/+58
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-211-2/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-214-4/+4
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-191-1/+23
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-192-73/+5
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-192-25/+27
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-193-71/+125
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-191-14/+0
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-191-18/+0
* score: Remove ASM guardSebastian Huber2014-02-191-4/+0
* score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2014-02-191-6/+6
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-192-0/+14
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-12/+5
* score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2014-02-191-1/+1
* score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2014-02-192-4/+12
* score: Disable ISR in _Internal_error_Occurred()Sebastian Huber2014-02-192-3/+5
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-191-63/+2
* score: Add SYSTEM_STATE_TERMINATEDSebastian Huber2014-02-192-18/+6
* score: Add SMP barrierSebastian Huber2014-02-171-0/+127
* score: Use atomic API for SMP lockSebastian Huber2014-02-171-15/+36
* score: Add Atomic_UintSebastian Huber2014-02-142-0/+171
* score: Fix warnings, C++ compatibility, fix typosSebastian Huber2014-02-141-18/+22
* score: Format _Thread_Get_maximum_internal_threadsSebastian Huber2014-02-101-3/+2
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-17/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-043-2/+194
* score: Add _Thread_Get_maximum_internal_threads()Sebastian Huber2014-02-041-0/+19
* score: Add _Heap_Size_with_overhead()Sebastian Huber2014-02-041-0/+23
* score: Add _Workspace_Allocate_aligned()Sebastian Huber2014-02-041-0/+11
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-243-0/+52
* score: Use local variables for consistencySebastian Huber2013-11-261-3/+3
* score/rbtree: Remove "unprotected" from APISebastian Huber2013-11-212-16/+16
* score/rbtree: Delete protected operationsSebastian Huber2013-11-211-134/+7
* score: Objects_Information::extract visibilitySebastian Huber2013-11-181-2/+2
* score: New state STATES_WAITING_FOR_BSD_WAKEUPSebastian Huber2013-10-311-0/+3
* basedefs.h: Add RTEMS_COMPILER_UNUSED_ATTRIBUTE.Joel Sherrill2013-09-221-0/+11
* score: Use void * for some atomic pointer opsSebastian Huber2013-09-032-25/+26
* score: Use unsigned long for atomic integersSebastian Huber2013-09-032-66/+66
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-305-6/+35
* score: Atomic flag changesSebastian Huber2013-08-282-56/+29
* score: Use static inline directlySebastian Huber2013-08-282-43/+43
* add atomic init functionWeiY2013-08-282-0/+75