source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bc16c65   02/19/18 19:21:36 joel powerpc/include/rtems/score/types.h: Remove unused ppc_isr Updates #3327. 5
(edit) @ed24ed4e   02/08/18 09:47:16 Sebastian Huber Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for … 5
(edit) @f14a04c6   11/24/17 05:38:07 Sebastian Huber Add RTEMS thread API Update #2843. 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @3a4e044   12/22/17 09:35:47 Sebastian Huber score: Rename _Watchdog_Realtime_from_*() Rename … 5
(edit) @89c0313   12/21/17 13:31:55 Sebastian Huber score: Optimize watchdog tickle Avoid unnecessary lock … 5
(edit) @1c64c688   01/31/18 07:18:42 Sebastian Huber epiphany: Workaround until next Newlib snapshot At least with … 5
(edit) @9819425   01/31/18 07:02:21 Sebastian Huber epiphany: Fixes for GCC 7.3 GCC 7.3 defines USER_LABEL_PREFIX to … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @5ce2dfa   01/15/18 07:16:42 Sebastian Huber powerpc: Add FSL_EIS_EPR Update #3085. 5
(edit) @7190005   01/02/18 10:42:48 Sebastian Huber sparc: Move <libcpu/byteorder.h> Update #3254. Update #3260. 5
(edit) @12641f7b   12/14/17 07:12:52 Sebastian Huber epiphany: Remove superfluous includes Update #3254. 5
(edit) @8e8cf72   12/13/17 07:42:34 Sebastian Huber arm: Move <libcpu/arm-cp15.h> to cpukit Update #3254. 5
(edit) @bc5b56a   12/04/17 07:56:00 Sebastian Huber libio: Use API mutex 5
(edit) @6c2b8a4b   11/29/17 05:23:27 Sebastian Huber score: Use self-contained API mutex Use a self-contained recursive … 5
(edit) @c3897697   11/29/17 16:32:18 joel riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated … 5
(edit) @07d96453   11/21/17 11:00:49 Sebastian Huber powerpc: Remove _BSP_Fatal_error() BSPs can use the … 5
(edit) @1c193a2   11/21/17 10:43:13 Sebastian Huber powerpc: Replace BSP_panic() with rtems_panic() Due to a new … 5
(edit) @15e19273   11/21/17 10:29:01 Sebastian Huber sapi: New implementation of rtems_panic() The previous rtems_panic() … 5
(edit) @cd3e220   11/20/17 05:30:26 Sebastian Huber INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL Delete superfluous … 5
(edit) @a7dcef97   11/17/17 05:36:54 Sebastian Huber score: Simplify global construction Update #3243. 5
(edit) @c597fb1   11/09/17 15:21:37 Sebastian Huber score: Optimize scheduler priority updates Thread priority changes … 5
(edit) @5018894e   11/20/17 06:45:15 Sebastian Huber bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLER For the SPE … 5
(edit) @ddc339c   11/13/17 08:21:28 Christian.Mauderer cpukit: Add _arc4random_getentropy_fail. Add a default implementation … 5
(edit) @91a2d5e   11/10/17 15:21:18 Sebastian Huber score: Adjust _Scheduler_EDF_SMP_Insert_ready() Use only one … 5
(edit) @ec771f2   11/16/17 14:04:21 Sebastian Huber score: Fix priority ceiling updates We must not clear the priority … 5
(edit) @9c30c31e   11/16/17 13:38:07 Sebastian Huber score: Fix _Thread_queue_Flush_critical() The thread queue extract … 5
(edit) @5f02a57   10/24/17 09:17:54 Sebastian Huber score: Change _Timecounter_Time_uptime to int32_t Move basic … 5
(edit) @64ba1a96   11/08/17 14:29:14 Sebastian Huber posix: Change created_with_explicit_scheduler Remove … 5
(edit) @fb272963   11/02/17 20:01:06 Sebastian Huber score: Use Processor_mask instead of cpu_set_t 5
(edit) @0c286e3   10/25/17 14:00:17 Sebastian Huber score: _Chain_Insert_ordered_unprotected() Change the chain order … 5
(edit) @bceb9db6   11/02/17 16:01:57 Sebastian Huber score: Remove superfluous include Update #3059. 5
(edit) @1082798   10/23/17 11:30:44 Sebastian Huber score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() … 5
(edit) @3e81d52   10/29/17 19:29:05 Sebastian Huber posix: Use far future for very long timeouts Close #3205. 5
(edit) @11ff3a9   10/27/17 04:18:40 Hesham Almatary cpukit: RISC-V - make riscv32 code work for riscv64 - v2 * Use … 5
(edit) @9db3cc21   10/29/17 06:38:37 Sebastian Huber score: Fix non-SMP build 5
(edit) @cf614ec   10/28/17 11:33:17 Sebastian Huber riscv32: Add missing preinstall.am Update #3109. 5
(edit) @8744498   10/27/17 07:04:53 Sebastian Huber score: Fix _Scheduler_Set_affinity() 5
(edit) @4edcede7   10/27/17 07:03:31 Sebastian Huber score: Simplify SMP get lowest scheduled There is no need to pass in … 5
(edit) @660db8c8   10/26/17 23:12:41 Hesham Almatary cpukit: Add basic riscv32 architecture port v3 Limitations: * NO FPU … 5
(edit) @a5273ab   10/20/17 06:04:08 Hesham Almatary Add riscv32 to autotools files v3 5
(edit) @8388ceea   10/24/17 04:31:03 Sebastian Huber score: Delete _Scheduler_Thread_set_priority() 5
(edit) @c3105894   10/19/17 11:47:57 Sebastian Huber score: Move thread queue timeout handling Update #3117. Update #3182. 5
(edit) @1666ffe5   10/19/17 12:17:31 Sebastian Huber score: Rename function threadq support function Rename … 5
(edit) @6de1f92   10/19/17 11:41:25 Sebastian Huber score: Add _Thread_Continue() Update #3117. Update #3182. 5
(edit) @5747962   10/20/17 05:29:22 Sebastian Huber score: _Watchdog_Per_CPU_lazy_insert_monotonic() Update #3117. Update … 5
(edit) @b13ec80   10/20/17 13:23:49 Sebastian Huber score: Add _Watchdog_Monotonic_from_timespec() Update #3117. Update #3182. 5
(edit) @cea5ff7   10/20/17 13:35:14 Sebastian Huber score: Add _Watchdog_Nanoseconds_per_tick Move it from the … 5
(edit) @7ed377b   10/20/17 06:43:15 Sebastian Huber score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. … 5
(edit) @d16d07f   10/20/17 06:42:55 Sebastian Huber score: Add _Watchdog_Is_valid_interval_timespec() Update #3117. … 5
(edit) @adaf5c23   10/19/17 11:38:48 Sebastian Huber score: _Watchdog_Is_far_future_realtime_timespec() Update #3117. … 5
(edit) @ecef3698   10/17/17 14:19:03 Sebastian Huber score: Rename _Watchdog_Ticks_from_*() Rename … 5
(edit) @27cfe7c   10/20/17 06:31:36 Sebastian Huber score: Add _Watchdog_Ticks_per_second This value is frequently used. … 5
(edit) @02878626   10/17/17 14:15:31 Sebastian Huber score: Add _Thread_Add_timeout_ticks() Replace … 5
(edit) @6d6f6a20   10/21/17 07:42:30 Sebastian Huber score: Fix warning 5
(edit) @91ce012c   10/16/17 07:32:37 Sebastian Huber score: Rename _Watchdog_Per_CPU_insert_monotonic() Rename … 5
(edit) @bf2a53d2   10/14/17 13:14:53 Sebastian Huber score: Rename watchdog variants Rename PER_CPU_WATCHDOG_RELATIVE in … 5
(edit) @6c99abd   10/12/17 09:42:45 Sebastian Huber score: Remove unused function declaration 5
(edit) @d8b6f1c   10/11/17 14:19:28 Sebastian Huber timecounter: Update FreeBSD identifiers Update #3175. 5
(edit) @bcbbe76   10/11/17 11:03:11 kib timecounter: Merge FreeBSD change r324528 The th_bintime, … 5
(edit) @5167d0e   03/14/17 22:02:02 vangyzen timecounter: Merge FreeBSD change r315287 Add missing pieces of … 5
(edit) @952b42b6   03/14/17 19:06:44 vangyzen timecounter: Merge FreeBSD change r315280 When the RTC is adjusted, … 5
(edit) @a9219e7   12/14/16 12:56:58 ed timecounter: Merge FreeBSD change r310053 Add labels to sysctls … 5
(edit) @74887157   08/17/16 09:52:09 kib timecounter: Merge FreeBSD change r304285 Implement userspace … 5
(edit) @c382cc83   07/30/16 09:25:57 kib timecounter: Merge FreeBSD change r303548 Cache getbintime(9) answer … 5
(edit) @b48aeaf   07/27/16 11:49:41 kib timecounter: Merge FreeBSD change r303387 Prevent parallel … 5
(edit) @464fd5d   07/27/16 11:33:33 kib timecounter: Merge FreeBSD change r303384 Style. Sponsored by: The … 5
(edit) @6d3c125   07/27/16 11:27:52 kib timecounter: Merge FreeBSD change r303383 Reduce number of timehands … 5
(edit) @d310aa7   07/27/16 11:08:59 kib timecounter: Merge FreeBSD change r303382 Hide the boottime and … 5
(edit) @f6c94601   05/03/16 15:14:17 pfg timecounter: Merge FreeBSD change r298981 sys/sys: minor spelling … 5
(edit) @65f2cd7a   04/29/16 22:15:33 pfg timecounter: Merge FreeBSD change r298819 sys/kern: spelling fixes in … 5
(edit) @4cd742e   11/02/15 03:14:37 ngie timecounter: Merge FreeBSD change r290257 Define fhard in … 5
(edit) @f013c14   09/25/15 13:03:57 kib timecounter: Merge FreeBSD change r288216 Use per-cpu values for base … 5
(edit) @2b6d00f   08/13/15 14:43:25 ian timecounter: Merge FreeBSD change r304285 Constify the pointers to … 5
(edit) @f1463c8   08/12/15 20:50:20 ian timecounter: Merge FreeBSD change r286701 If a specific timecounter … 5
(edit) @7494681   08/07/15 23:31:31 ian timecounter: Merge FreeBSD change r286429 Only process the PPS event … 5
(edit) @ec349b58   08/07/15 21:14:19 ian timecounter: Merge FreeBSD change r286423 RFC 2783 requires a status … 5
(edit) @0163063   07/08/15 18:42:08 kib timecounter: Merge FreeBSD change r285286 Reimplement the ordering … 5
(edit) @4d0ade9   06/11/15 04:41:54 kib timecounter: Merge FreeBSD change r284256 Tweaks for r284178: Do not … 5
(edit) @51304dde   05/04/15 17:59:39 ian timecounter: Merge FreeBSD change r282424 Implement a mechanism for … 5
(edit) @0aef6fb   03/14/15 23:16:12 ian timecounter: Merge FreeBSD change r280012 Use sbuf_printf() for … 5
(edit) @ea0b339   03/07/15 18:23:32 hselasky timecounter: Merge FreeBSD change r279728 Add mutex support to the … 5
(edit) @b2dbb634   10/10/17 09:36:23 Sebastian Huber score: Remove CPU_set_Control Use Processor_mask instead. Update #2514. 5
(edit) @a3ad4af   10/10/17 09:22:21 Sebastian Huber posix: Validate affinity sets by the scheduler Update #2514. 5
(edit) @db3a3de   10/10/17 08:03:48 Sebastian Huber score: Add _Thread_queue_Dispatch_disable() 5
(edit) @65012bf   10/06/17 13:41:46 Sebastian Huber score: Change Timestamp_Control to sbintime_t The timestamp are based … 5
(edit) @2256946   10/06/17 13:30:47 Sebastian Huber score: Use struct timespec for TOD Use the timestamps only for uptime … 5
(edit) @c0623a99   10/06/17 13:00:27 Sebastian Huber score: Simplify _Timestamp_Add_to() Update #2740. 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @c090db7   09/12/17 06:09:16 Sebastian Huber posix: Implement self-contained POSIX semaphores For semaphore object … 5
(edit) @47b1e31   09/19/17 12:10:33 Sebastian Huber posix: Optimize pthread_once_t Reduce size of pthread_once_t and make … 5
(edit) @5cf5d46e   10/05/17 07:44:01 Sebastian Huber score: Make status codes unconditional The internal status codes … 5
(edit) @e2fe881a   09/27/17 12:37:07 Sebastian Huber score: Simplify red-black tree debug support Make the RBTree_Node … 5
(edit) @e460cd00   09/27/17 10:07:14 Sebastian Huber score: Rename to _Scheduler_Control Rename struct Scheduler_Control … 5
(edit) @560acb62   09/22/17 09:18:50 Sebastian Huber score: Include missing header file Update #3059. 5
(edit) @9a50e32   09/19/17 08:56:25 Sebastian Huber score: Include missing <limits.h> Update #2132. Close #3140. 5
(edit) @163ff8e   08/25/17 09:03:21 Sebastian Huber score: Remove <string.h> include from basedefs.h Close #2133. 5
Note: See TracRevisionLog for help on using the revision log.