Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51366002   02/16/22 22:52:19 joel score/cpu/m68k: Change license to BSD-2 Updates #3053.
(edit) @f42730a   02/17/22 15:39:53 joel score/cpu/i386: Change license to BSD-2 sse_test.c was deliberarely …
(edit) @e47a3b7   02/16/22 22:54:29 joel score/cpu/arm: Change license to BSD-2 Updates #3053.
(edit) @2a1449c   02/16/22 21:09:32 joel score/src/[t-z]*.c: Change license to BSD-2 Updates #3053.
(edit) @4a0e418   02/16/22 21:09:20 joel score/src/[n-s]*.c: Change license to BSD-2 Updates #3053.
(edit) @ab02824   02/16/22 21:09:06 joel score/src/[a-m]*.c: Change license to BSD-2 Updates #3053.
(edit) @faaffbd9   02/25/22 16:45:06 Sebastian Huber riscv: Use zicsr architecture extension This is required for ISA 2.0 …
(edit) @cc9f433   02/17/22 15:36:02 joel score/cpu/i386: Clean up file headers in prep for license change.
(edit) @1011484   02/16/22 22:38:08 joel score/src/schedulersimple*.c: Replace found in found in with found in …
(edit) @3317d1e   01/26/22 16:57:49 kinsey.moore cpukit/libdebugger: Add MicroBlaze? support Add MicroBlaze? support for …
(edit) @dbdf38ea   02/18/22 16:05:25 kinsey.moore microblaze: Decouple exceptions from interrupts Exception handling …
(edit) @8f1e8f8f   02/07/22 15:10:45 Sebastian Huber kern_ntptime.c: Port to RTEMS Remove previous adjtime() …
(edit) @91057b3   02/07/22 14:37:54 Sebastian Huber kern_ntptime.c: Import from FreeBSD The file was imported from this …
(edit) @870cf96   11/30/21 13:23:23 avg kern_tc: unify timecounter to bintime delta conversion There are two …
(edit) @ede2278d   11/19/21 22:29:28 markj timecounter: Initialize tc_lock earlier Hyper-V wants to register its …
(edit) @17e05426   01/28/22 23:12:57 kinsey.moore cpukit/microblaze: Simplify dispatch assembly The dispatch code was …
(edit) @c6d8d1cb   01/28/22 22:45:47 kinsey.moore cpukit/microblaze: Clarify interrupt frame usage Avoid use of magic …
(edit) @ace9955   01/26/22 16:56:54 kinsey.moore cpukit/microblaze: Add exception extensions Add the functions …
(edit) @530a8c2   01/26/22 16:33:31 kinsey.moore cpukit/microblaze: Add debug vector and handler This patch adds a …
(edit) @127980c   01/26/22 16:18:46 kinsey.moore cpukit/microblaze: Add exception framework This patch updates the …
(edit) @37543e19   12/23/21 23:33:39 alex.white microblaze: Add support for libbsd networking This includes fixes and …
(edit) @12a2a8e4   01/13/22 13:51:55 Sebastian Huber arm: Optimize interrupt handling Use the SRS (Store Return State) …
(edit) @84ba194   01/13/22 12:30:21 Sebastian Huber arm: Fix stack alignment during interrupt handling On a public …
(edit) @41a1903d   01/17/22 07:11:48 Sebastian Huber arm: Avoid duplicate move from CPSR Update #4579.
(edit) @0290e44   01/14/22 08:05:50 Sebastian Huber arm: Rework per-CPU control in interrupt handling Use volatile …
(edit) @2d1ea1ab   01/14/22 12:25:30 Sebastian Huber arm: Use push/pop instructions for readability Update #4579.
(edit) @3d0620b   04/08/20 14:54:34 Sebastian Huber score: Optimize Workspace Handler initialization The BSPs provide …
(edit) @0bd28da   04/09/20 07:31:28 Sebastian Huber score: Split wkspace.c Splitting the file avoids unnecessary …
(edit) @b070e012   04/09/20 07:24:05 Sebastian Huber wkspace.c: Change license to BSD-2-Clause Change licence according to …
(edit) @73305a1   11/29/21 15:19:01 Sebastian Huber arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULT Add default memory …
(edit) @7fec89e2   11/29/21 13:54:21 Sebastian Huber arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHED Fix definition of …
(edit) @bdcc814   11/23/21 15:32:23 Sebastian Huber sparc: Add workaround for GRLIB-TN-0011 Affected components are the …
(edit) @5468464   11/11/21 07:44:29 Sebastian Huber score: Properly continue the thread during restart The …
(edit) @3b6e263a   11/12/21 07:17:32 Sebastian Huber score: _Thread_queue_Surrender_no_priority() Simplify …
(edit) @2e56aab   11/11/21 08:00:03 Sebastian Huber score: Move _Thread_queue_Extract() Move _Thread_queue_Extract() …
(edit) @e429e97   11/11/21 09:34:31 Sebastian Huber score: Simplify thread wait state handling Remove the …
(edit) @50aef135   11/11/21 07:35:22 Sebastian Huber score: Add _Thread_MP_Extract_proxy() Remove …
(edit) @cd791039   11/11/21 07:33:36 Sebastian Huber score: Remove thread timer earlier The earlier we remove the thread …
(edit) @834a86fe   11/15/21 09:20:30 Sebastian Huber score: Restrict affinity for EDF SMP scheduler The SMP EDF scheduler …
(edit) @fc64e837   10/29/21 07:30:13 Sebastian Huber score: Rework ask for help requests Process ask for help requests on …
(edit) @4d90289e   10/29/21 12:17:54 Sebastian Huber score: _Scheduler_SMP_Schedule_highest_ready() Simplify callers of …
(edit) @d0434b88   10/29/21 12:45:28 Sebastian Huber score: Remove victim thread from CPU allocation Update #4531.
(edit) @b9990b8d   10/27/21 06:48:47 Sebastian Huber score: Fix SMP EDF priority group ordering The SMP EDF scheduler …
(edit) @6d20f0c5   10/27/21 06:35:22 Sebastian Huber score: Add node to insert to Chain_Node_order This allows to use …
(edit) @ff20bc9   10/20/21 12:21:20 Sebastian Huber score: Rework idle handling in SMP schedulers This patch fixes an …
(edit) @3d6ebde1   10/15/21 09:21:31 Sebastian Huber score: Add SMP scheduler make/clean sticky This patch fixes the …
(edit) @75527ef3   10/27/21 07:46:06 Sebastian Huber score: Optimize SMP EDF move to ready operation If a node is moved …
(edit) @9d3e8212   10/19/21 12:28:48 Sebastian Huber score: Rework affine ready queue handling Rework the handling of the …
(edit) @a53229bb   10/19/21 11:06:09 Sebastian Huber score: Use extract from scheduled callbacks Use the extract from …
(edit) @757a1096   10/21/21 09:07:21 Sebastian Huber score: Remove return value from enqueue scheduled The return value …
(edit) @577262a7   10/22/21 05:31:46 Sebastian Huber score: Add red-black tree append/prepend These functions are a faster …
(edit) @1eb266b   11/17/21 16:30:24 kinsey.moore cpukit: Consistize OAR copyright headers These two OAR copyright …
(edit) @ccbcfb6   10/11/21 15:07:50 Sebastian Huber rtems: Add new clock manager directives Update #4527.
(edit) @ffb8833d   10/28/21 09:14:57 Sebastian Huber score: Add _Timecounter_Set_NTP_update_second() Allow the …
(edit) @b936ce5   10/11/21 15:10:29 Sebastian Huber score: Optimize timehand updates for non-SMP In uniprocessor …
(edit) @52c53a59   10/11/21 08:45:27 Sebastian Huber score: Port large time delta support to RTEMS
(edit) @b88d9cb3   10/11/21 08:09:57 Sebastian Huber score: Initialize timehand generation to UINT_MAX This leads to a …
(edit) @c3a68059   10/29/21 18:29:22 markj timecounter: Load the currently selected tc once in tc_windup() …
(edit) @34675587   10/28/21 08:22:58 Sebastian Huber kern_tc.c: Scaling/large delta recalculation This change is a slight …
(edit) @ea389aaa   10/16/21 13:46:55 markj timecounter: Lock the timecounter list Timecounter registration is …
(edit) @66d4077   10/09/21 16:34:06 markj timecounter: Let kern.timecounter.stepwarnings be set as a tunable …
(edit) @d84e3b6e   08/08/21 14:38:01 emaste Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights …
(edit) @87d7a6e   05/05/21 18:32:13 imp kern: clarify boot time In FreeBSD, the current time is computed from …
(edit) @8d5fc57   03/07/21 23:50:12 kib Make kern.timecounter.hardware tunable Noted and reviewed by: kevans …
(edit) @570e58e   01/18/21 07:25:36 kib Add ddb 'show timecounter' command. MFC after: 1 week Sponsored …
(edit) @4b384f3   01/09/21 08:38:11 rwatson Changes that improve DTrace FBT reliability on freebsd/arm64: - …
(edit) @18e6686d   06/10/20 22:30:32 kib Remove double-calls to tc_get_timecount() to warm timecounters. It …
(edit) @df775722   02/26/20 14:26:36 kaktus Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) …
(edit) @9fcf785d   02/14/20 23:27:45 kib Consolidate read code for timecounters and fix possible overflow in …
(edit) @ae5b0b2   01/30/20 20:05:05 mjg Remove duplicated empty lines from kern/*.c No functional changes.
(edit) @b825e21   09/09/19 12:42:48 kib Initialize timehands linkage much earlier. Reported and tested …
(edit) @71b71d6   09/09/19 11:29:58 kib Make timehands count selectable at boottime. Tested by: O'Connor, …
(edit) @045ed58   01/13/19 00:19:15 cognet Instead of using an incomplete list of platforms that uses 64bits …
(edit) @468568ff   07/05/18 17:13:37 andrew Create a new macro for static DPCPU data. On arm64 (and possible …
(edit) @6a2363f   05/04/18 22:48:10 mjg tc: bcopy -> memcpy
(edit) @4d6837d   04/06/18 17:35:35 brooks Move most of the contents of opt_compat.h to opt_global.h. …
(edit) @c830bc64   10/09/21 19:23:16 Sebastian Huber score: Remove FreeBSD identifier
(edit) @118208b   12/19/17 10:05:45 kib Use atomic_load(9) to read ppsinfo sequence numbers. In this case …
(edit) @bd0fdf4e   11/30/17 20:33:45 pfg SPDX: use the Beerware identifier.
(edit) @240a1f7   10/27/21 10:59:09 Sebastian Huber score: Introduce CPU budget operations This patch set replaces the …
(edit) @6cef3f16   11/11/21 13:23:31 Sebastian Huber score: Do not shadow parameter
(edit) @2d27725   10/25/21 14:53:44 kinsey.moore bsps/aarch64: Set interrupt level correctly The existing code is …
(edit) @2055e42   10/25/21 14:47:47 kinsey.moore aarch64: Break out MMU definitions This moves the AArch64 MMU memory …
(edit) @37684cf   09/30/21 19:46:21 kinsey.moore cpukit/aarch64: Use correct debug register names The N used in the …
(edit) @a678d1a   10/29/21 19:12:44 kinsey.moore cpukit: Compare the function result Compare the function result …
(edit) @4812a8b5   04/06/21 14:02:20 kinsey.moore cpukit: Add signal mapping support This adds a confdef option …
(edit) @02377c8   08/10/21 13:09:37 kinsey.moore cpukit/aarch64: Add exception extensions support This adds the …
(edit) @db9e885   08/10/21 13:11:40 kinsey.moore cpukit: Add exception extensions This adds the set of functions …
(edit) @6c3976e2   10/18/21 11:14:44 Sebastian Huber score: Move code block to separate function Move a code block to the …
(edit) @940b9b1   10/18/21 11:13:59 Sebastian Huber score: Do not shadow lock_context local variable
(edit) @0221da5f   10/12/21 06:26:39 Sebastian Huber rtems: Fix rate monotonic statistics The rate monotonic period …
(edit) @9be97a3   10/19/21 14:37:03 Sebastian Huber score: Optimize default idle task stack allocator Update #4524.
(edit) @d03776e   10/01/21 04:57:01 alex.white microblaze: Rework for RTEMS 6 This reworks the existing MicroBlaze?
(edit) @0f62af0e   09/30/21 21:33:48 Hesham Almatary bsps: Add MicroBlaze? FPGA BSP
(edit) @edf8b49e   09/29/21 17:39:36 joel score: Add MicroBlaze? port
(edit) @822ebb4c   10/07/21 22:28:26 joel Add support for IDLE Thread stack allocator Add a stack allocator …
(edit) @d61fbeda   10/11/21 10:53:52 Sebastian Huber score: _Thread_queue_Surrender_priority_ceiling() Do not use a direct …
(edit) @4a5a4145   09/21/21 21:56:38 zakthertemsdev improve the format error reporting on i386
(edit) @9c2cb68   08/11/21 21:27:32 kinsey.moore cpukit/aarch64: Use correct interrupt level types All other …
(edit) @ccd1c5e   09/23/21 19:00:29 kinsey.moore cpukit/aarch64: Use correct context register sets Context validation …
Note: See TracRevisionLog for help on using the revision log.