source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a0d4e99   11/25/16 04:13:36 Chris Johns cpukit: Add libdebugger, a remote debugger agent for GDB. 5
(edit) @8fd465e   11/24/16 22:45:35 Chris Johns arm/zynq: Wait for the UART TX FIFO to empty on reset. 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) @9bf9068   11/25/16 18:21:44 martinerikwerner.aac or1k: Avoid multiple iterations over cache Previously, if the cache … 5
(edit) @a59dd5c   11/25/16 18:21:43 martinerikwerner.aac or1k: Remove secondary functions in cache manager Move the code of … 5
(edit) @3b4ddaf   11/25/16 18:21:42 martinerikwerner.aac or1k: Avoid excessive ISR toggle in cache manager Previously … 5
(edit) @4dcaa48   11/25/16 18:21:41 martinerikwerner.aac or1k: Indent & comment fix in cache.c * Fix indentation of variable … 5
(edit) @e639c026   11/25/16 18:21:40 martinerikwerner.aac or1k: Add functions for entire cache operations Add functions for … 5
(edit) @0a9b6eb0   11/24/16 11:04:15 Sebastian Huber libblock: Fix for RTEMS_DEBUG 5
(edit) @562b0a0   11/24/16 09:49:17 Sebastian Huber bsps/arm: Add Cortex-M DWT CPU counter 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) @01ac1db   11/24/16 07:32:01 Sebastian Huber powerpc: Fix interrupt profiling for e6500 5
(edit) @d42cf33   11/23/16 14:12:28 Sebastian Huber posix: Fix typo Update #2674. 5
(edit) @f6edd880   11/23/16 12:43:12 Sebastian Huber score: Explicitly define the fatal source numbers Update #2825. 5
(edit) @73f9c2c   11/23/16 12:38:25 Sebastian Huber smptests/smpfatal03: Use timer to provoke error Avoid use of internal … 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) @a6283671   11/22/16 11:51:12 Sebastian Huber smptests/smplock01: Test TAS and TTAS locks Cache align locks in the … 5
(edit) @46b5343   11/22/16 10:34:43 Sebastian Huber libtests/cpuuse: Check status only We may own the allocator mutex … 5
(edit) @db20706   11/23/16 06:17:00 Sebastian Huber smptests/smpscheduler02: Fix task initialization Set scheduler before … 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) @8954368   11/23/16 05:33:31 Sebastian Huber psxtests/psxkey08: Avoid rtems_semaphore_flush() Avoid … 5
(edit) @a550b3f   11/23/16 06:47:57 Sebastian Huber score: Force Per_CPU_Control::executing alignment This fixes the CPU … 5
(edit) @31427276   11/23/16 06:47:00 Sebastian Huber bsp/lpc23xx_tli800: Disable tar01 test Close #2824. 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) @f730c25b   11/21/16 09:37:18 Sebastian Huber powerpc/mpc5xx: Rename CPU_Interrupt_frame The MPC5XX support uses a … 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
(edit) @c6f446b   11/21/16 09:06:36 Sebastian Huber bfin: ASM compatibility for <rtems/score/cpu.h> Close #2817. 5
(edit) @142628e   11/17/16 06:40:05 Sebastian Huber score: Optimize self-contained objects Avoid use of the stack for the … 5
(edit) @1b87f27   11/17/16 06:20:07 Sebastian Huber score: Constify _MRSP_Get_owner() 5
(edit) @408609f6   11/10/16 14:17:28 Sebastian Huber score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the … 5
(edit) @537f00eb   11/10/16 15:25:41 Sebastian Huber score: Restrict task interrupt level to 0 on SMP Update #2811. 5
(edit) @7ce60b3   11/14/16 14:23:40 Sebastian Huber powerpc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @d59585d   11/14/16 08:53:57 Sebastian Huber arm: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @2668e4f6   11/13/16 14:20:59 Sebastian Huber arm: Simplify _ARMV4_Exception_interrupt Move profiling code closer … 5
(edit) @4924756   11/12/16 15:52:55 Sebastian Huber arm: Use local labels 5
(edit) @c11ac2d5   11/14/16 13:42:56 Sebastian Huber sparc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @d5e073c   11/11/16 13:37:51 Sebastian Huber score: Allow interrupts during thread dispatch Use a … 5
(edit) @f9aa34d   11/11/16 13:12:03 Sebastian Huber score: Add Per_CPU_Control::Interrupt_frame Update #2809. 5
(edit) @2072dd2   11/11/16 14:45:10 Sebastian Huber score: Add Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @dbeccf0e   11/11/16 11:37:17 Sebastian Huber arm: Provide CPU_Interrupt_frame for ARMv4 Update #2809. 5
(edit) @2599c8e   11/14/16 11:06:46 Sebastian Huber powerpc: Add up to date CPU_Interrupt_frame Rename ppc_exc_min_frame … 5
(edit) @bf4fdb1   11/11/16 10:31:13 Sebastian Huber powerpc: Move legacy CPU_Interrupt_frame The only remaining user of … 5
(edit) @40d592eb   11/11/16 10:25:37 Sebastian Huber bsps/powerpc: Avoid use of CPU_Interrupt_frame This type is not … 5
(edit) @c539a865   11/14/16 10:34:54 Sebastian Huber sparc: Move CPU_Interrupt_frame related defines Move … 5
(edit) @427dcee   11/11/16 10:17:02 Sebastian Huber sparc: Rename CPU_Minimum_stack_frame Rename SPARC-specific … 5
(edit) @d18560a   11/11/16 10:16:33 Sebastian Huber sparc64: Rename CPU_Minimum_stack_frame Rename SPARC64-specific … 5
(edit) @141e16d   11/11/16 09:51:25 Sebastian Huber rtems: Conditionally define rtems_interrupt_frame Update #2808. 5
(edit) @8ef8a32   11/11/16 09:48:14 Sebastian Huber bsps/mips: Use <libcpu/isr_entries.h> Avoid duplicate … 5
(edit) @82d30a3   11/11/16 09:16:33 Sebastian Huber score: Move CPU_PER_CPU_CONTROL_SIZE Move CPU_PER_CPU_CONTROL_SIZE … 5
(edit) @d78d529   11/14/16 08:11:07 Sebastian Huber score: Add and use _Thread_Dispatch_direct() This function is useful … 5
(edit) @acc6d9bf   11/10/16 06:12:55 Sebastian Huber score: Remove obsolete defines The thread dispatch inline option is … 5
(edit) @0e658d45   11/09/16 15:29:17 Sebastian Huber posix: Simplify cleanup push/pop The POSIX cleanup list must be … 5
(edit) @1897fa6   11/10/16 15:56:11 Sebastian Huber sptests/sp37: Better cope with internal padding 5
(edit) @04bd261   11/13/16 14:18:58 Sebastian Huber arm: Use TPIDRPRW for current per-CPU control Use the previously … 5
(edit) @3a30c6f   11/17/16 22:10:20 Chris Johns Fix untar mkdir when the directory exists. 5
(edit) @bb5d97f3   11/17/16 13:56:53 Christian.Mauderer bsp/atsamv: Make size of nocache-memory configurable. 5
(edit) @316da93   11/14/16 14:21:03 Jiri Gaisler rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause … 5
(edit) @38a1449   11/09/16 13:59:33 Sebastian Huber powerpc: Add _CPU_Get_current_per_CPU_control() Add … 5
(edit) @58bced6   11/09/16 14:16:03 Sebastian Huber score: Move _CPU_Get_current_per_CPU_control() Move … 5
(edit) @05ca53d   10/31/16 12:08:33 Sebastian Huber rtems: Add scheduler processor add/remove Update #2797. 5
(edit) @1f5bee3   11/07/16 15:54:40 Sebastian Huber score: Add and use Thread_Control::is_idle Update #2797. 5
(edit) @e610785   11/07/16 07:06:48 Sebastian Huber score: Rename _Scheduler_Assignments Rename _Scheduler_Assignments … 5
(edit) @68ef65b   11/08/16 05:39:07 Sebastian Huber score: Clarify _Scheduler_SMP_Start_idle() 5
(edit) @1c46b80   11/07/16 05:25:03 Sebastian Huber score: Add scheduler to per-CPU information This makes it possible to … 5
(edit) @f20dfa8   11/04/16 14:47:25 Sebastian Huber score: Avoid _Scheduler_Get_by_CPU_index( 0 ) Avoid use of processor … 5
(edit) @2612a0b   11/02/16 05:36:13 Sebastian Huber score: Simplify _Scheduler_Get_by_id() Avoid dead code in non-SMP … 5
(edit) @16b14cfd   11/04/16 14:37:16 Sebastian Huber score: Fix _MRSP_Initialize() The ceiling priorities must be … 5
(edit) @947814ca   11/04/16 14:31:44 Sebastian Huber mpci: Use the first scheduler for MPCI Avoid use of processor index 0 … 5
(edit) @2f5ac5b5   11/04/16 14:26:52 Sebastian Huber rtems: Fix rtems_task_create() scheduler selection Use the home … 5
(edit) @eb98dd49   11/09/16 12:14:38 Sebastian Huber score: Inline some SMP lock operations by default The SMP ticket lock … 5
(edit) @6de41c5f   10/27/16 06:24:50 Sebastian Huber Provide kernel space header files These kernel space header files … 5
(edit) @6cb234f   11/07/16 08:30:17 Sebastian Huber bsp/qoriq: Remove duplicate qoriq_gpio definition Close #2800. 5
(edit) @7790d95f   11/04/16 12:29:00 Sebastian Huber sparc: Provide _CPU_Get_thread_executing() 5
(edit) @df48ed2   11/04/16 12:28:23 Sebastian Huber score: Add optional _CPU_Get_thread_executing() 5
(edit) @edbd43c6   11/04/16 12:19:11 Sebastian Huber score: Prevent assignment to _Thread_Executing 5
(edit) @df63fbd1   11/04/16 12:45:25 Sebastian Huber score: Add <rtems/score/cpuimpl.h> The aim of this file is to … 5
(edit) @ee42943   11/03/16 13:44:15 Sebastian Huber score: Optimize self-contained mutexes 5
(edit) @e7ab43d4   11/04/16 09:04:27 Sebastian Huber score: Use non-inline thread queue lock ops This reduces the code … 5
(edit) @347ef928   11/03/16 16:19:43 Sebastian Huber score: Provide inline variants for ISR lock ops 5
(edit) @9cd5349   11/03/16 16:00:28 Sebastian Huber score: Default to non-inline SMP lock ops Use non-inline SMP lock … 5
(edit) @9597c4ed   11/04/16 08:52:06 Sebastian Huber Size optimization for resource snapshots Do not reference the objects … 5
(edit) @8b18b8eb   11/04/16 09:53:16 Sebastian Huber posix: Fix _POSIX_RWLock_Manager_initialization() Use right object class. 5
(edit) @76ad5e0c   11/04/16 07:29:43 Sebastian Huber score: Fix _Scheduler_Try_to_schedule_node() In case the thread is … 5
(edit) @11ae6f9   11/03/16 17:49:12 Tim Cussins virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space … 5
(edit) @8cf2f8b   10/03/16 16:03:36 joel testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05 5
(edit) @0df50a6c   10/03/16 15:59:47 joel m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05 5
(edit) @c2798633   10/03/16 15:59:31 joel m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05 5
(edit) @fbf4543   10/03/16 15:59:05 joel m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05 5
Note: See TracRevisionLog for help on using the revision log.