summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer6-48/+114
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1550-1551/+1551
2014-03-20cpukit/shell: Replace task variables with posix keys.Christian Mauderer2-20/+40
2014-03-19score: Add _Assert_Not_reached()Sebastian Huber1-0/+5
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber3-0/+46
2014-03-19score: Delete _Assert_Owner_of_giant()Sebastian Huber3-13/+13
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber4-14/+12
2014-03-19posix: Use interal mutex for once implementationSebastian Huber9-153/+42
2014-03-18score: Make _ISR_Enable_without_giant() availableSebastian Huber1-4/+0
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-17score: Use only next field for chain on/offSebastian Huber1-6/+6
2014-03-17sapi: Add <rtems/test.h>Sebastian Huber5-0/+205
2014-03-17score: Add include for uintptr_t definition.Daniel Cederman1-0/+1
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-14score: Add SMP lock profiling supportSebastian Huber18-39/+545
2014-03-14score: Add per-CPU profilingSebastian Huber11-8/+335
2014-03-14sapi: Add SMP lock profiling app. level dataSebastian Huber2-1/+176
2014-03-14sapi: Add per-CPU profiling application level dataSebastian Huber2-0/+190
2014-03-14sapi: Add profiling application level supportSebastian Huber5-0/+277
2014-03-14score: Add --enable-profiling configure optionSebastian Huber2-0/+15
2014-03-13network: Add help text for ifconfigRalf Kirchner1-20/+57
2014-03-13sapi: TyposSebastian Huber1-3/+3
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