summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-11posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-2/+2
2014-03-11score: Add function to destroy SMP locksSebastian Huber4-4/+55
2014-03-11score: Add local context to SMP lock APISebastian Huber27-264/+406
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber4-139/+88
2014-03-11printk: Add support for long longSebastian Huber1-30/+55
2014-03-11posix: RegenerateSebastian Huber1-0/+2
2014-03-10posix: Fix NULL pointer access in pthread_create()Sebastian Huber1-1/+1
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill15-143/+159
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett14-45/+45
2014-03-07posix: Add pthread_getattr_np().Jennifer Averett2-0/+58
2014-03-07posix: Add dynamic pthread get and set affinity.Jennifer Averett3-1/+139
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