summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: Add help text for ifconfigRalf Kirchner2014-03-131-20/+57
* sapi: TyposSebastian Huber2014-03-131-3/+3
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-111-2/+2
* score: Add function to destroy SMP locksSebastian Huber2014-03-114-4/+55
* score: Add local context to SMP lock APISebastian Huber2014-03-1127-264/+406
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-114-139/+88
* printk: Add support for long longSebastian Huber2014-03-111-30/+55
* posix: RegenerateSebastian Huber2014-03-111-0/+2
* posix: Fix NULL pointer access in pthread_create()Sebastian Huber2014-03-101-1/+1
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-0715-143/+159
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-0714-45/+45
* 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
* score: Fix per-CPU state documentationSebastian Huber2014-03-061-3/+3
* score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber2014-03-062-60/+0
* rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber2014-03-061-6/+29
* score: Add _Atomic_Fence()Sebastian Huber2014-03-062-0/+14
* libnetworking: TypoSebastian Huber2014-03-061-1/+1
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-063-0/+33
* score: SMP initialization and shutdown changesSebastian Huber2014-03-068-119/+230
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* rtems: Add cache size functionsSebastian Huber2014-02-281-0/+20
* rtems: Use size_t for cache line sizeSebastian Huber2014-02-281-2/+2
* rtems: Cache manager documentationSebastian Huber2014-02-281-66/+79
* sparc: Fix CPU counter supportSebastian Huber2014-02-243-2/+84
* score: Fix thread TLS area initializationSebastian Huber2014-02-241-8/+13
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-217-13/+9
* score: _Thread_Start_multitasking()Sebastian Huber2014-02-211-1/+5
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-2127-36/+36
* posix: Set pthread attribute values in detach and setschedparm methods.Jennifer Averett2014-02-192-0/+4
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-192-42/+23
* score: Wait for per-CPU state changes laterSebastian Huber2014-02-191-9/+5
* score: Initialize per-CPU locksSebastian Huber2014-02-191-0/+6
* score: Move _SMP_Handler_initialize()Sebastian Huber2014-02-192-31/+22
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-195-80/+6
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-193-26/+28
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-198-83/+134
* score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber2014-02-192-22/+4
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-198-21/+28
* score: Remove ASM guardSebastian Huber2014-02-191-4/+0
* score: Rename RTEMS_BSP_SMP_SHUTDOWNSebastian Huber2014-02-192-10/+10
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-194-6/+18
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-192-14/+6