source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a320aedd   01/02/20 08:17:03 Sebastian Huber score: Fix objects node initialization The objects node is statically … 5
(edit) @78211376   12/12/19 07:53:32 Sebastian Huber score: Remove _Workspace_Allocate_or_fatal_error() This function is … 5
(edit) @3fba9de2   12/12/19 07:50:40 Sebastian Huber config: Statically allocate MP object controls Update #3735. 5
(edit) @1d9f509e   12/12/19 07:43:06 Sebastian Huber config: Statically allocate MP thread proxies Update #3735. 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 5
(edit) @08bd7d3   11/12/19 15:33:41 joel Add TOD Hooks to allow BSP to take action when TOD is set Two use … 5
(edit) @5ae6112   12/05/19 14:14:51 Sebastian Huber userext: Simplify configuration Avoid the use of the workspace and … 5
(edit) @f4fda72   11/29/19 18:01:00 Sebastian Huber Regenerate headers.am 5
(edit) @a4c5da6   11/11/19 11:06:27 Hesham.Almatary riscv: preliminarily support for libdl Support for targets compiled … 5
(edit) @94584f17   11/04/19 08:34:21 Sebastian Huber heap: Simplify _Heap_Block_allocate() Determine the next block only … 5
(edit) @3859cd63   10/25/19 13:19:01 Sebastian Huber rtems-5: Improve heap fatal error information Update #3806. 5
(edit) @3fb72b0f   10/28/19 08:15:58 Sebastian Huber arm: Add defines for small pages MMU 5
(edit) @8d989c5   10/01/19 11:48:27 Sebastian Huber score: Install timecounter according to quality This makes it … 5
(edit) @47e5c1d   10/01/19 11:04:29 Sebastian Huber score: Remove strange timecounter init step The double call of the … 5
(edit) @2763f53   10/01/19 10:41:47 Sebastian Huber score: Remove superfluous timecounter members 5
(edit) @0b3dcb3   09/03/19 08:11:21 Sebastian Huber arm: Fix default exception handler Keep the stack pointer properly … 5
(edit) @c43071f   06/25/19 08:43:55 Chris Johns arm: Return the current handler from arm_cp15_set_exception_handler … 5
(edit) @2a720f4   06/06/19 12:57:54 maksim.e.kozlov sparc: Fix mistakenly cleared PSR[EF] bit. The superfluously modified … 5
(edit) @a3818705   06/05/19 19:22:36 maksim.e.kozlov sparc: Fix missed restoring of PSR in syscall_lazy_fp_switch It is … 5
(edit) @7d7cbf3c   06/06/19 05:53:09 Sebastian Huber sparc: Improve _CPU_Context_validate() Use the FPU and check that the … 5
(edit) @5fa893e   05/20/19 07:15:36 Sebastian Huber score: Add _SMP_Unicast_action() 5
(edit) @41cddcc   05/20/19 07:06:48 Sebastian Huber score: Add _Per_CPU_Wait_for_job() 5
(edit) @577293f0   04/28/19 12:31:10 Sebastian Huber score: Add _SMP_Synchronize() 5
(edit) @bf867c55   04/28/19 12:15:45 Sebastian Huber score: Remove unused SMP_MESSAGE_TEST All uses were replaced by … 5
(edit) @c63e8bb   04/19/19 09:02:02 Sebastian Huber score: Modify _Per_CPU_Perform_jobs() Process only the jobs initially … 5
(edit) @85d6e845   04/19/19 09:01:31 Sebastian Huber score: Add _Per_CPU_Add_job() 5
(edit) @8fa14da0   04/18/19 06:38:00 Sebastian Huber score: Move per-processor job data structures This enables re-use for … 5
(edit) @3b2481f   04/18/19 05:08:32 Sebastian Huber score: Simplify _SMP_Multicast_action() Move resposibility to disable … 5
(edit) @7fdf48a   04/28/19 12:29:21 Sebastian Huber score: Add _SMP_Othercast_action() 5
(edit) @65870044   04/18/19 04:47:01 Sebastian Huber score: Add _SMP_Broadcast_action() 5
(edit) @4f06863   04/18/19 04:31:33 Sebastian Huber score: Use dedicated lock for per-CPU jobs 5
(edit) @327ae9ac   04/18/19 04:29:57 Sebastian Huber score: Fix per-CPU job done handling 5
(edit) @ef9d20f6   04/12/19 09:13:32 Sebastian Huber score: More robust _SMP_Multicast_action() If the caller already … 5
(edit) @ad40d05e   04/12/19 05:55:31 Sebastian Huber score: Remove _SMP_Before_multitasking_action() Use … 5
(edit) @f410b31b   04/11/19 13:39:36 Sebastian Huber score: Improve _SMP_Multicast_action() Let it work during system … 5
(edit) @e90486a   04/11/19 13:16:40 Sebastian Huber score: Rework SMP multicast action Use a FIFO list of jobs per … 5
(edit) @df8d7bd7   04/09/19 08:58:35 Sebastian Huber score: Use processor mask in _SMP_Multicast_action Processor_mask is … 5
(edit) @e97b7c9a   04/11/19 11:47:50 Sebastian Huber score: Use an ISR lock for Per_CPU_Control::Lock The use of a hand … 5
(edit) @18d45d9   04/11/19 10:10:53 Sebastian Huber score: Add _ISR_lock_Set_name() Add _ISR_lock_Set_name() to optimize … 5
(edit) @ad87de4   04/11/19 06:54:29 Sebastian Huber score: Rename _SMP_Get_processor_count() Rename … 5
(edit) @cfcd6dc9   04/11/19 06:52:36 Sebastian Huber score: Rename _SMP_Processor_count Rename _SMP_Processor_count in … 5
(edit) @e0dcf294   04/05/19 07:58:07 Sebastian Huber Remove superfluous run-time check The _Objects_Information_table[ … 5
(edit) @4c20da4b   04/04/19 07:18:11 Sebastian Huber doxygen: Rename Score* groups in RTEMSScore* Update #3706 5
(edit) @b2b7b58e   04/02/19 11:02:47 andreas.dachsberger doxygen: Added Management to Example CPU Architecture Update #3706. 5
(edit) @493c1e8   04/01/19 07:14:14 andreas.dachsberger doxygen: score: Put ARM Co-Processor 15 group in ARM Update #3706. 5
(edit) @95c76030   03/27/19 10:17:16 andreas.dachsberger doxygen: score: Add x86-64 CPU architecture group Update #3706. 5
(edit) @9f8af67   03/27/19 10:11:54 andreas.dachsberger doxygen: score: Add V850 CPU architecture group Update #3706. 5
(edit) @2a50f87   03/27/19 09:59:35 andreas.dachsberger doxygen: score: Add SPARC64 CPU architecture group Update #3706. 5
(edit) @25afa79   03/27/19 09:50:44 andreas.dachsberger doxygen: score: Add SPARC CPU architecture group Update #3706. 5
(edit) @2b37eca5   03/27/19 09:46:08 andreas.dachsberger doxygen: score: Add SuperH CPU architecture group Update #3706. 5
(edit) @71f9098   03/27/19 09:38:56 andreas.dachsberger doxygen: score: Add RISC-V CPU architecture group Update #3706. 5
(edit) @6ddbcbc   03/26/19 10:48:20 andreas.dachsberger doxygen: score: Add powerpc CPU architecture group Update #3706. 5
(edit) @39594416   03/26/19 10:40:41 andreas.dachsberger doxygen: score: Add or1k CPU architecture group Update #3706. 5
(edit) @92c2db64   03/26/19 10:33:40 andreas.dachsberger doxygen: score: Add nios2 CPU architecture group Update #3706. 5
(edit) @f2e282d   03/26/19 10:25:44 andreas.dachsberger doxygen: score: Add Moxie CPU architecture group Update #3706. 5
(edit) @0be1e54   03/26/19 09:44:58 andreas.dachsberger doxygen: score: Add m68k CPU architecture group Update #3706. 5
(edit) @ee38c54   03/26/19 09:22:26 andreas.dachsberger doxygen: score: Change no_cpu architecture group Groups CPUContext … 5
(edit) @9fa3561b   03/26/19 08:50:42 andreas.dachsberger doxygen: score: Add lm32 CPU architecture group Update #3706. 5
(edit) @d670ef9   03/26/19 08:02:04 andreas.dachsberger doxygen: score: Add i386 CPU architecture group Update #3706. 5
(edit) @40b90a08   03/26/19 07:15:29 andreas.dachsberger doxygen: score: Add Epiphany CPU architecture group Update #3706. 5
(edit) @eca13a8f   03/25/19 14:19:41 andreas.dachsberger doxygen: score: Add Blackfin CPU architecture group Update #3706. 5
(edit) @abec398   03/25/19 09:42:52 Sebastian Huber score: Add ARM CPU architecture group Update #3706. 5
(edit) @5a19915   03/25/19 09:33:05 Sebastian Huber score: Add example CPU architecture group Update #3706. 5
(edit) @5526527e   03/25/19 09:45:25 Sebastian Huber score: Rename ScoreCPU Doxygen group Update #3706. 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @12075ac3   03/14/19 10:09:09 Sebastian Huber sparc64: Do not include <rtems/asm.h> in C source 5
(edit) @c10e8b6   03/08/19 22:38:46 joel coremsgseize.c: Fix spelling error 5
(edit) @b1ac3a5   03/01/19 18:21:52 Jonathan Brandmeyer cpukit/arm: Correct register definition The register definition for … 5
(edit) @03b2163   03/01/19 09:10:19 Sebastian Huber score: Fix _Scheduler_EDF_Cancel_job() Remove the priority node only … 5
(edit) @feea03b6   02/27/19 09:53:30 Sebastian Huber Remove explicit file names from @file This makes the @file … 5
(edit) @7abc497   02/21/19 22:13:58 nyphbl8d bsps/arm: Fix system register for virtual timer The system register … 5
(edit) @e4ad14cc   02/12/19 11:19:38 Sebastian Huber score: Avoid some deadlocks in _Once() Recursive usage of the same … 5
(edit) @4408603   01/09/19 11:14:11 Chris Johns libdl: Fix the support for constructors and desctructors. - Fix the … 5
(edit) @fbd08066   02/07/19 06:46:38 Sebastian Huber score: Fix plain priority thread queues (SMP) We must add/remove the … 5
(edit) @9399473c   02/02/19 10:03:13 Sebastian Huber riscv: Fix misaligned access in context validate 5
(edit) @f0ae613b   01/17/19 06:33:08 Sebastian Huber m68k: Avoid _Addresses_Add_offset() This prevents a cyclic dependency … 5
(edit) @d3d4e77   01/18/19 11:37:55 Jiri Gaisler riscv: add griscv bsp Update #3678. 5
(edit) @9b2b389   01/18/19 17:00:47 Jiri Gaisler grlib: use cpu-independent routines for uncached access Update #3678. 5
(edit) @b5bdecf   01/18/19 11:54:05 Sebastian Huber score: Avoid internal API and use ISR lock 5
(edit) @4596127   01/10/19 19:14:03 joel m68k/include/rtems/score/cpu.h: Add include of address.h 5
(edit) @b9ffc41c   01/08/19 08:50:50 Sebastian Huber riscv: Enable robust thread dispatch It must be enabled, since the … 5
(edit) @3bd39999   01/08/19 08:53:26 Sebastian Huber Adjust interrupt mode tests for some CPU ports In case the robust … 5
(edit) @38cb59e   01/08/19 07:36:31 Sebastian Huber Separate task mode checks Update #3000. 5
(edit) @956d76cc   01/07/19 08:30:43 Sebastian Huber score: Remove superfluous include from chainimpl.h 5
(edit) @7c19e50   12/18/18 07:45:06 Sebastian Huber score: Fix per-CPU data allocation Allocate the per-CPU data for … 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @8b0e752f   12/10/18 12:44:53 Sebastian Huber score: Remove Objects_Information::auto_extend Use … 5
(edit) @f70079c   11/25/18 19:26:02 Sebastian Huber score: Remove Objects_Information::the_api Remove … 5
(edit) @1c2d178   11/25/18 19:15:26 Sebastian Huber score: Remove Objects_Information::maximum This information is … 5
(edit) @3899bc1a   11/24/18 10:51:28 Sebastian Huber score: Optimize object lookup Use the maximum ID for the ID to object … 5
(edit) @359a3a3   11/22/18 05:38:42 Sebastian Huber score: Rename Objects_Information::allocation_size Rename … 5
(edit) @0da9d80   11/22/18 05:16:52 Sebastian Huber score: Rename Objects_Information::size Rename … 5
(edit) @9c9c6a9   11/21/18 16:30:52 Sebastian Huber score: Remove Objects_Information::is_string Use … 5
(edit) @d6e3473   11/23/18 19:37:57 Sebastian Huber score: Remove dead code Update #3621. 5
(edit) @0a1f5df9   05/03/18 11:03:27 Sebastian Huber Simplify _CPU_Counter_difference() In order to simplify the use of … 5
(edit) @0446f680   12/03/18 20:37:32 mcomajoancara Spelling and grammar fixes in source code comments (GCI 2018) 5
(edit) @5fc727f   11/26/18 07:25:36 Sebastian Huber score: <rtems/score/smplockstats.h> Remove <rtems/score/chainimpl.h> … 5
(edit) @52c7cb1   11/21/18 16:30:22 Sebastian Huber score: Simplify _Workspace_String_duplicate() 5
(edit) @28bf4ca   11/14/18 06:00:59 Sebastian Huber or1k: Support GCC 9 Close #3602. 5
(edit) @4539e307   11/08/18 15:06:44 Sebastian Huber x86_64: Remove use of proc_ptr Update #3585. 5
Note: See TracRevisionLog for help on using the revision log.