summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsp/raspberrypi: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+10
* bsp/lpc32xx: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+10
* bsp/arm: Add arm-errata.h and arm-release-id.hRalf Kirchner2014-03-132-0/+279
* bsp/arm: Add linker symbol bsp_processor_countRalf Kirchner2014-03-131-0/+2
* bsp/arm: Add CP15 methodsRalf Kirchner2014-03-131-1/+98
* bsp/arm: Separate setup for translation tableRalf Kirchner2014-03-131-4/+20
* bsp/arm: Invalidate SCURalf Kirchner2014-03-132-1/+25
* bsp/arm: SMP support for a9mpcore_clock_cleanup()Ralf Kirchner2014-03-131-4/+18
* bsp/arm: Avoid warningRalf Kirchner2014-03-131-0/+1
* network: Add help text for ifconfigRalf Kirchner2014-03-131-20/+57
* sapi: TyposSebastian Huber2014-03-131-3/+3
* bsps/powerpc: Fix GET_INTERRUPT_MASK macroSebastian Huber2014-03-121-1/+2
* psxtests/psxkey07: Do not allocate task IDsSebastian Huber2014-03-121-5/+4
* psxtests/psxkey07: Limit workspace sizeSebastian Huber2014-03-121-0/+8
* psxtests/psxkey07: Account for RTEMS_TOO_MANYSebastian Huber2014-03-121-2/+3
* psxtests/psxkey08: Limit workspace sizeSebastian Huber2014-03-121-3/+9
* psxtests/psxkey08: Do not allocate task IDsSebastian Huber2014-03-121-4/+3
* doc: Improve description of rtems_status_text for ToCJoel Sherrill2014-03-113-7/+6
* smp.t: Add Background and Operation SectionsJoel Sherrill2014-03-111-7/+200
* Classic API Users Guide: Add SMP and affinity services.Joel Sherrill2014-03-116-9/+181
* POSIX Users Guide: Add thread affinity services.Joel Sherrill2014-03-111-2/+250
* stackchk.t task.t: Change can not to cannot for consistencyJoel Sherrill2014-03-112-2/+2
* cpright.texi: Update to 2014.Joel Sherrill2014-03-111-1/+1
* gen_section: Update for use with new SMP chapters.Joel Sherrill2014-03-111-2/+19
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add function to destroy SMP locksSebastian Huber2014-03-119-7/+78
* score: Add local context to SMP lock APISebastian Huber2014-03-1133-329/+480
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-118-145/+94
* printk: Add support for long longSebastian Huber2014-03-113-30/+104
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* smptests/smppsxaffinity02: Fix end of test messageSebastian Huber2014-03-101-1/+1
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* bsp/leon3: Use interrupt timestamping counterSebastian Huber2014-03-102-28/+73
* bsps/sparc: Add missing IRQMP registersSebastian Huber2014-03-101-3/+13
* bsps/sparc: Remove fix for ERC32 with FPU rev. B/CSebastian Huber2014-03-101-66/+0
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-0738-498/+537
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-0724-106/+106
* smptests: Add smppsxaffinity02.Jennifer Averett2014-03-076-0/+304
* smptests: Add smppsxaffinity01.Jennifer Averett2014-03-076-0/+232
* smptests: Add smpaffinity01Jennifer Averett2014-03-076-0/+307
* psxtests: Added test for pthread_getattr_np().Jennifer Averett2014-03-076-1/+261
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-072-0/+58
* posix: Add dynamic pthread get and set affinity.Jennifer Averett2014-03-073-1/+139
* 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