source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6b1d8c7   07/04/17 05:28:44 Sebastian Huber score: Add processor set to scheduler context Replace the simple … 5
(edit) @7851555   07/03/17 12:05:26 Sebastian Huber score: Move processor affinity to Thread_Control Update #3059. 5
(edit) @6223097a   07/05/17 08:41:51 Sebastian Huber score: Add some processor mask functions Update #3059. 5
(edit) @7a5e4d94   07/03/17 11:14:35 Sebastian Huber score: Add processor mask to/from cpu_set_t Update #3059. 5
(edit) @3dfe55ee   07/03/17 09:46:12 Sebastian Huber score: Use <sys/bitset.h> for Processor_mask Implement the … 5
(edit) @fab446f   07/05/17 06:10:11 Sebastian Huber score: Fix format 5
(edit) @4cd52cc4   07/05/17 06:08:24 Sebastian Huber score: Avoid clash with <strings.h> provided fls() 5
(edit) @3e782743   07/04/17 12:15:03 Sebastian Huber arm: Fix ARMv7-M interrupt processing Right after a "msr basepri_max, … 5
(edit) @550616e5   07/03/17 05:28:15 Sebastian Huber score: Add assert to _Thread_Dispatch() Update #3060. 5
(edit) @74f9db8   06/29/17 10:08:27 Sebastian Huber score: Add RTEMS_NO_INLINE Update #3056. 5
(edit) @f3d9f228   06/26/17 08:35:45 Sebastian Huber score: Add SMP EDF scheduler Update #3056. 5
(edit) @15dbc710   06/29/17 07:44:16 Sebastian Huber score: Add red-black tree node to Scheduler_Node In SMP … 5
(edit) @d30c2cc   06/20/17 11:01:02 Sebastian Huber powerpc: Fix PPC_CONTEXT_VOLATILE_SIZE Account for legacy AltiVec? context. 5
(edit) @ae3e6af8   06/20/17 08:39:54 Sebastian Huber powerpc: Fix TLS support Do not zero the GPR2 in the thread context … 5
(edit) @3dd67dd1   06/14/17 05:29:14 Sebastian Huber score: Remove rtems_ada_self This task variable is superfluous since … 5
(edit) @7b0c74ff   06/09/17 13:42:36 Sebastian Huber i386: Support thread-local storage (TLS) Update #2468. 5
(edit) @cb0d9a0   06/09/17 06:17:59 Sebastian Huber i386: Move _CPU_Context_Initialize() Update #2468. 5
(edit) @32b4a0c   06/09/17 05:25:02 Sebastian Huber Simplify TLS support in context switch There is no need to save the … 5
(edit) @836f454   06/07/17 06:14:30 Sebastian Huber Fix CPU_COPY() usage The original CPU_COPY() support of Newlib … 5
(edit) @a748603   05/14/17 01:52:52 Chris Johns build-system: Parallel build all subdirs. 5
(edit) @d5c8756   05/23/17 08:03:56 Sebastian Huber arm: Fix profiling support of Thumb-1 targets Update #2751. 5
(edit) @03e4be12   04/26/17 01:02:09 joel score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @65807379   04/26/17 01:01:41 joel score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warning 5
(edit) @f6bd41e   04/25/17 18:56:31 joel moxie/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @fdfbb0a8   04/25/17 18:39:50 joel epiphany/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @28e5749e   04/25/17 16:41:35 joel epiphany/cpu.c: Fix typo to eliminate warning 5
(edit) @0c334a5   04/23/17 17:57:27 joel epiphany/cpu.c: Fix not a prototype warning 5
(edit) @62c238e   04/08/17 10:30:50 cpodonnell8 cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning. 5
(edit) @46f05b92   04/05/17 09:28:46 Sebastian Huber SMP: Simplify SMP multicast actions 5
(edit) @cd3d747   03/27/17 06:01:38 Sebastian Huber arm: Optimize context switch Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to … 5
(edit) @b437a360   03/09/17 13:32:04 Sebastian Huber arm: Fix CPU context validation for Cortex-R4 Do not touch the … 5
(edit) @2433a8ab   03/07/17 13:32:42 Sebastian Huber arm: Remove legacy execption support 5
(edit) @088acbb0   03/07/17 12:07:02 Sebastian Huber score: Fix scheduler yield in SMP configurations Check that no ask … 5
(edit) @f61195b2   03/06/17 10:16:25 Sebastian Huber powerpc: Fix PPC_CONTEXT_VOLATILE_SIZE 5
(edit) @c833970   02/21/17 07:58:29 Sebastian Huber score: Add RTEMS_WEAK_ALIAS() 5
(edit) @7a462cc   02/15/17 10:09:32 Sebastian Huber score: Fix warning 5
(edit) @6dbbafc6   02/14/17 07:42:48 Sebastian Huber score: Fix warning in _Thread_Set_name() 5
(edit) @bbfbfc8   02/03/17 07:57:18 Sebastian Huber score: Move _Thread_Scheduler_ask_for_help() Move … 5
(edit) @ca1e546e   02/02/17 15:24:05 Sebastian Huber score: Improve scheduler helping protocol Only register ask for help … 5
(edit) @e2b1c47d   02/03/17 09:16:40 Sebastian Huber sparc: Fix volatile clobber Do not adjust the stack pointer, since … 5
(edit) @e366f77   01/31/17 07:08:24 Sebastian Huber score: Add _Thread_queue_Object_name Add the special thread queue … 5
(edit) @70488f5   01/31/17 08:37:54 Sebastian Huber score: Fix _Thread_Initialize() 5
(edit) @c5430e06   01/30/17 11:29:31 Sebastian Huber score: Fix unused parameter warning Close #2890. 5
(edit) @180107e9   01/30/17 10:33:31 Christian.Mauderer bsps/arm: Fix Cortex-M DWT CPU counter. It is necessary to enable the … 5
(edit) @4ea92d1e   01/27/17 07:06:06 Sebastian Huber score: Clarify _Heap_Extend() Update #1747. 5
(edit) @abc963d   01/27/17 06:42:29 Sebastian Huber score: Fix typo 5
(edit) @6f6da82c   01/26/17 10:06:50 Sebastian Huber score: Fix user extensions order Use forward and reverse order for … 5
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 5
(edit) @b43c2e8   01/24/17 14:40:31 kevin-kirspel Adding ARM VFP V2 support 5
(edit) @3d20f5fb   01/23/17 14:04:44 Sebastian Huber sparc: Relax CPU_STACK_ALIGNMENT Close #2352. 5
(edit) @4aa23c96   01/23/17 07:12:18 Sebastian Huber Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard … 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @9fad437   01/13/17 10:33:28 Sebastian Huber configure: Remove HAVE_STRUCTTHREAD_QUEUE_QUEUE 5
(edit) @da6ad56   01/12/17 12:46:55 Sebastian Huber score: Add _Thread_Set_name() Add configuration option … 5
(edit) @7ced9d9b   01/12/17 08:25:56 Sebastian Huber score: Add and use _Thread_Get_name() Update #2858. 5
(edit) @2b72162   01/12/17 09:15:56 Sebastian Huber score: Add Thread_queue_Queue::name Update #2858. 5
(edit) @b8bcebe   01/12/17 07:28:57 Sebastian Huber score: Add and use _Objects_Name_to_string() Update #2858. 5
(edit) @fa9f964f   01/11/17 07:49:26 Sebastian Huber score: Remove unused _States_Is_*() 5
(edit) @d063e7b3   01/11/17 07:42:04 Sebastian Huber score: Replace STATES_DELAYING Replace STATES_DELAYING with … 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @3d35bc0   01/11/17 12:41:55 Sebastian Huber score: Improve SMP lock debug support The CPU index starts with zero. … 5
(edit) @4e07d9b3   01/05/17 14:40:57 Sebastian Huber score: Optimize thread state values 5
(edit) @9a448aab   12/23/16 15:02:07 Sebastian Huber score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit … 5
(edit) @c6000d2b   12/23/16 06:09:02 Sebastian Huber score: Delete STATES_WAITING_FOR_BUFFER 5
(edit) @2e6d9865   12/23/16 05:47:11 Sebastian Huber score: Format thread state defines Specify all 32-bits in a thread … 5
(edit) @a7cfb4b   12/23/16 12:54:11 Sebastian Huber score: Relax <sys/lock.h> static assertions Only require that the … 5
(edit) @fe7012a0   12/12/16 14:03:35 Christian.Mauderer score: Prevent thread_dispatch_disable_level < 0. 5
(edit) @e203b65e   12/09/16 08:28:31 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. 5
(edit) @a5ba08eb   12/09/16 08:27:15 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. 5
(edit) @9622f779   12/09/16 07:44:49 Sebastian Huber Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. 5
(edit) @82529688   12/09/16 07:44:22 Sebastian Huber INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @0a81a58   12/09/16 05:51:44 Sebastian Huber Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. 5
(edit) @279d5260   12/09/16 05:49:25 Sebastian Huber Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. 5
(edit) @6a9282d   12/09/16 09:49:49 Sebastian Huber Rename is_internal to always_set_to_false Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @4b579c5f   12/06/16 10:35:34 Sebastian Huber score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() and … 5
(edit) @f65dcc71   12/02/16 12:10:31 Sebastian Huber score: Fix ARM and PowerPC context initialization Update #2751. 5
(edit) @5b6c290   12/01/16 19:42:48 Sebastian Huber score: Initialize thread queue context early Initialize thread queue … 5
(edit) @b3cb2c1   12/01/16 21:24:02 Sebastian Huber score: Fix debug thread queue context init On ARM Thumb we may have … 5
(edit) @6a1b9e4   11/22/16 09:13:27 Sebastian Huber sparc: Optimize _ISR_Handler() Use _Thread_Do_dispatch() instead of … 5
(edit) @c09db57   11/28/16 12:28:32 Sebastian Huber score: Fix thread queue context initialization Initialize the thread … 5
(edit) @bd0d585   11/24/16 10:53:59 Sebastian Huber arm: Fix _CPU_ISR_Is_enabled() for ARMv7-M Update #2811. 5
(edit) @620b23e   11/24/16 05:13:11 Sebastian Huber score: Optimize _Thread_queue_Enqueue() Move thread state for … 5
(edit) @4b5ff47   11/23/16 15:15:13 Sebastian Huber score: Fix interrupt profiling Callers of _Thread_Do_dispatch() must … 5
(edit) @f6edd880   11/23/16 12:43:12 Sebastian Huber score: Explicitly define the fatal source numbers Update #2825. 5
(edit) @bee0323   11/23/16 11:48:57 Sebastian Huber score: Uncomment unused internal error codes Update #2825. 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @520e07db   11/22/16 07:46:02 Sebastian Huber score: Add RTEMS_ALIAS() 5
(edit) @a4217c6   11/22/16 09:53:03 Sebastian Huber score: Rename _Thread_queue_Enqueue_critical() Delete unused … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @ec17ad4   11/23/16 06:16:41 Sebastian Huber score: Delete obsolete scheduler debug aid 5
(edit) @1d18a902   11/23/16 09:15:07 Sebastian Huber arm: Fix _ARMV4_Exception_interrupt Use the right register to … 5
(edit) @a550b3f   11/23/16 06:47:57 Sebastian Huber score: Force Per_CPU_Control::executing alignment This fixes the CPU … 5
(edit) @4e2bc0a   11/21/16 10:40:00 Sebastian Huber arm: Fix Thumb-1 targets We cannot use the MRS or MSR instructions in … 5
(edit) @ccc92b8   11/21/16 09:26:32 Sebastian Huber score: Group Per_CPU_Control members by alignment Close #2820. 5
(edit) @27eccda   11/21/16 09:25:58 Sebastian Huber sparc64: Fix _CPU_ISR_Is_enabled() Update #2820. 5
(edit) @fd6d3f1   11/21/16 09:13:37 Sebastian Huber nios2: Fix _CPU_ISR_Is_enabled() Close #2818. 5
(edit) @9f225dea   11/21/16 09:11:18 Sebastian Huber arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLE Close #2816. 5
Note: See TracRevisionLog for help on using the revision log.