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

source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @52eecba   02/19/14 16:36:01 Jennifer Averett posix: Set pthread attribute values in detach and setschedparm methods. 4.115
(edit) @2cb0877   02/18/14 11:42:58 Sebastian Huber bsp/leon3: Add and use LEON3_IrqCtrl_Lock Disabling of interrupts is … 4.115
(edit) @8a65a960   02/18/14 12:36:35 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Inline … 4.115
(edit) @c4ff027   02/18/14 12:30:28 Sebastian Huber score: Wait for per-CPU state changes later Wait for per-CPU changes … 4.115
(edit) @b1d08a58   02/18/14 12:20:08 Sebastian Huber score: Initialize per-CPU locks 4.115
(edit) @282bfd3   02/18/14 12:03:27 Sebastian Huber score: Move _SMP_Handler_initialize() 4.115
(edit) @a171e0a8   02/18/14 10:54:07 Sebastian Huber bsp/leon3: Declare LEON3_IrqCtrl_EIrq only once 4.115
(edit) @f71f3d31   02/18/14 10:52:48 Sebastian Huber bsp/leon3: Declare leon3_ext_irq_init() in header 4.115
(edit) @4d9bd56   02/17/14 14:12:43 Sebastian Huber score: Rename rtems_smp_process_interrupt() Rename … 4.115
(edit) @911b1d2   02/17/14 14:02:54 Sebastian Huber score: Rename rtems_smp_secondary_cpu_initialize() Rename … 4.115
(edit) @6ca4f6a   02/17/14 13:56:51 Sebastian Huber score: Add and use <rtems/score/smpimpl.h> Collect SMP implementation … 4.115
(edit) @f8ff2a0   02/17/14 13:31:32 Sebastian Huber score: Delete bsp_smp_broadcast_interrupt() Since the per-CPU SMP … 4.115
(edit) @4627fcd   02/17/14 13:25:29 Sebastian Huber score: Rename bsp_smp_initialize() Rename bsp_smp_initialize() into … 4.115
(edit) @2afe065   02/17/14 13:12:21 Sebastian Huber score: Remove ASM guard 4.115
(edit) @2cb95b5f   02/17/14 12:58:01 Sebastian Huber score: Rename RTEMS_BSP_SMP_SHUTDOWN Rename RTEMS_BSP_SMP_SHUTDOWN in … 4.115
(edit) @9eec2f3   02/17/14 12:46:11 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_SMP Use rtems_fatal() instead of … 4.115
(edit) @46d7fa5   02/17/14 10:54:35 Sebastian Huber bsp/leon3: Add and use fatal codes 4.115
(edit) @33cb8bf   02/17/14 10:40:18 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_BSP Merge … 4.115
(edit) @b39e055   02/17/14 09:17:20 Sebastian Huber score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP This error case is … 4.115
(edit) @8a6de83   02/17/14 09:10:27 Sebastian Huber score: Move _SMP_Request_other_cores_to_shutdown() Move … 4.115
(edit) @38ee758   02/17/14 08:58:43 Sebastian Huber score: Disable ISR in _Internal_error_Occurred() Disable interrupts … 4.115
(edit) @514705d   02/12/14 15:05:35 Sebastian Huber score: Delete _Thread_BSP_context Do not return to BSP context in the … 4.115
(edit) @92f50c3   02/17/14 08:47:12 Sebastian Huber score: Add SYSTEM_STATE_TERMINATED Merge systems states … 4.115
(edit) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 4.115
(edit) @c2934b96   02/17/14 12:24:55 Sebastian Huber score: Move SMP interrupt stack initialization Move SMP interrupt … 4.115
(edit) @2729c1c2   02/17/14 18:19:06 Jennifer Averett smptests: Add check for affinity support in newlib. 4.115
(edit) @f38060b   02/17/14 18:17:26 Jennifer Averett psxtests: Correct bug in check of affinity support in newlib. 4.115
(edit) @57997d8   02/17/14 18:15:19 Jennifer Averett cpukit: Correct bug in check of affinity support in newlib. 4.115
(edit) @ad7292f   02/14/14 11:57:53 Sebastian Huber score: Add SMP barrier 4.115
(edit) @0344ce03   02/13/14 14:43:03 Sebastian Huber score: Use atomic API for SMP lock Use a ticket lock implementation … 4.115
(edit) @7d066fc   02/13/14 14:39:18 Sebastian Huber smptests/smplock01: Use atomic operations 4.115
(edit) @8a9568d2   02/14/14 10:18:13 Sebastian Huber Require presence of <stdatomic.h> for SMP support 4.115
(edit) @dcd97c7   02/14/14 11:48:49 Sebastian Huber sparc: Add atomic support for SPARC V8 Use SWAP instruction with one … 4.115
(edit) @88ef740e   02/14/14 09:27:04 Sebastian Huber bsp/leon3: Declare amba_initialize() 4.115
(edit) @e644155a   02/14/14 08:20:08 Sebastian Huber bsp/leon3: Do not define RTEMS_DEBUG Move vital code out of debug … 4.115
(edit) @ad56361   02/13/14 12:00:00 Sebastian Huber sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFT Add … 4.115
(edit) @945853b7   02/13/14 14:38:52 Sebastian Huber score: Add Atomic_Uint 4.115
(edit) @cd2c655   02/13/14 13:28:50 Sebastian Huber score: Fix warnings, C++ compatibility, fix typos 4.115
(edit) @6f90ef7   02/13/14 12:08:46 Sebastian Huber score: Remove volatile from asm statements The instructions to get … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @382ea27b   02/13/14 09:04:05 Sebastian Huber bsps/arm: Fix Cortex-A9 MPCore nanoseconds handler 4.115
(edit) @ece9754   02/11/14 13:48:35 Sebastian Huber sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32 Recent LEON4 systems … 4.115
(edit) @e11d928   02/10/14 11:37:26 Sebastian Huber testsuites: Add TESTS_USE_PRINTF Make it possible to use normal … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @97cf623d   02/05/14 10:36:05 Sebastian Huber sparc: Save/restore only non-volatile context The … 4.115
(edit) @62c5c4a5   02/11/14 09:08:21 Sebastian Huber bsps/sparc: Fix ambapp_find_by_idx() The expression "*pi++" … 4.115
(edit) @0df8d7f2   02/10/14 11:21:24 Sebastian Huber bsps/arm: Use Global Timer for Cortex-A9 MPCore Use the Global Timer … 4.115
(edit) @069e10c3   02/10/14 11:17:34 Sebastian Huber bsps/arm: Include missing header file 4.115
(edit) @01794eb   02/07/14 07:55:02 Sebastian Huber score: Format _Thread_Get_maximum_internal_threads 4.115
(edit) @847fc79   02/07/14 08:32:31 Sebastian Huber Revert "bsp/leon3: New BSP variant leon3_qemu" This reverts commit … 4.115
(edit) @7579e25   11/25/13 07:46:19 Sebastian Huber bsp/leon3: New BSP variant leon3_qemu 4.115
(edit) @224b888   02/06/14 07:39:51 Sebastian Huber bsp/leon3: Declare bsp_debug_uart_init() in header Do not return a status. 4.115
(edit) @920a43e   02/05/14 16:00:09 Sebastian Huber rtems: Add rtems_status_code_description() 4.115
(edit) @558cc8d   02/05/14 14:41:00 Sebastian Huber score: _CPU_Context_switch_to_first_task_smp() Delete … 4.115
(edit) @1c1c2a0   02/05/14 14:27:22 Sebastian Huber bsps: Delete unused bsp_smp_delay() 4.115
(edit) @36a52ab   02/05/14 14:26:42 Sebastian Huber bsp/leon3: Avoid magic delays for IPI broadcast 4.115
(edit) @3d77001   02/05/14 14:15:51 Sebastian Huber bsp/leon3: Fix SMP initialization Avoid usage of the same stack area … 4.115
(edit) @3ef2d17   02/05/14 12:59:07 Sebastian Huber bsp/leon3: Install IPI handler early Install inter-processor … 4.115
(edit) @d212acb7   02/05/14 12:53:34 Sebastian Huber bsp/leon3: Use printk() only if debug is enabled 4.115
(edit) @67f2a28   02/05/14 11:54:36 Sebastian Huber sptests/spsem0[12]: Use rtems_test_exit() 4.115
(edit) @20828099   02/05/14 10:01:09 Sebastian Huber bsps/sparc: Fix comment 4.115
(edit) @5ff6a9ca   02/04/14 15:48:13 Sebastian Huber bsps/sparc: Remove confusing nop 4.115
(edit) @f715433   02/04/14 15:44:50 Sebastian Huber bsps/sparc: Order load/store by increasing offsets This may increase … 4.115
(edit) @a54179d2   02/04/14 15:33:45 Sebastian Huber bsps/sparc: Fix comments 4.115
(edit) @1d5d6de   11/26/13 08:11:57 Sebastian Huber bsp/leon3: Console driver changes Move declaration of global … 4.115
(edit) @6fe6d017   11/26/13 07:56:08 Sebastian Huber bsp/leon3: Avoid copy and paste in console driver 4.115
(edit) @1e744ef   11/26/13 07:47:37 Sebastian Huber bsp/leon3: Fix interrupt-driven console driver 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @960fd85   01/28/14 10:52:17 Sebastian Huber bsps: Thread-local storage (TLS) for linkcmds 4.115
(edit) @16a41cc   01/29/14 08:29:39 Sebastian Huber score: Add _Thread_Get_maximum_internal_threads() 4.115
(edit) @a49bc35   01/28/14 10:49:57 Sebastian Huber score: Add _Heap_Size_with_overhead() 4.115
(edit) @a850d04   01/28/14 10:32:35 Sebastian Huber score: Add _Workspace_Allocate_aligned() 4.115
(edit) @fe535885   02/03/14 12:52:49 Sebastian Huber bsp/v850: Use proper ABI in linkcmds 4.115
(edit) @ba386a6   01/31/14 18:28:47 Joel Sherrill dosfs/fat.c: Remove use of register keyword 4.115
(edit) @cfbeaf6   01/31/14 18:28:02 Joel Sherrill calloc.c: Remove use of register keyword 4.115
(edit) @e633f3b   01/31/14 17:03:24 Joel Sherrill posix/*.c: Remove use of register keyword 4.115
(edit) @3a638ce   01/31/14 16:55:17 Joel Sherrill rtems/*.c: Remove use of register keyword 4.115
(edit) @e1b96b8   02/03/14 12:43:21 Sebastian Huber libtests/block11: Use custom device driver 4.115
(edit) @e5d706c   01/28/14 03:02:35 Chris Johns bsp/xilinx_zynq: Support configuraton of memory map. Remove SMP … 4.115
(edit) @6dce1621   01/31/14 14:13:05 Joel Sherrill bootcard.c: Comment clean up 4.115
(edit) @fd49e3f   01/30/14 15:01:07 Sebastian Huber bsps/sparc: Fix linkcmds part of new network stack 4.115
(edit) @bba0e09   01/30/14 09:37:02 Sebastian Huber bsps: Fix barrier section definitions 4.115
(edit) @6c3517f   01/29/14 08:06:07 Sebastian Huber bsp/stm32f4: Use BSP_SMALL_MEMORY for a variant 4.115
(edit) @c26a945   01/29/14 07:53:01 Sebastian Huber bsp/lpc24xx: Fix compile error 4.115
(edit) @f334847b   01/17/14 01:57:08 Nick Withers powerpc/flash: give string variables const attribute 4.115
(edit) @a7775cb   01/16/14 03:21:10 Nick Withers Add warnings to MOTLoad-equipped BSPs' READMEs that a "waitProbe", … 4.115
(edit) @e16a7ba   01/23/14 14:59:25 Sebastian Huber libchip/serial: Documentation 4.115
(edit) @5b34e7a   01/16/14 12:05:13 Sebastian Huber IMFS: Improved support for generic nodes The … 4.115
(edit) @45e82bb8   01/16/14 12:02:50 Sebastian Huber IMFS: Allow sockets as generic nodes 4.115
(edit) @a32f996b   01/20/14 02:00:35 Nick Withers Don't use unsafe buffer operations Don't use unsafe buffer … 4.115
(edit) @6e6fd513   01/18/14 23:42:17 Chris Johns testsuite/psx13: Add linefeed to end of test message. The lack of a … 4.115
(edit) @d7f0533   01/14/14 23:34:00 cynt6007 libbsp sh: Add Doxygen file header to coverhd.h 4.115
(edit) @279d83d3   01/14/14 23:33:48 cynt6007 libbsp powerpc: Add Doxygen file header to coverhd.h 4.115
(edit) @d5d1fae   01/14/14 23:33:33 cynt6007 libbsp mips: Add Doxygen file header to coverhd.h 4.115
(edit) @f6866007   01/14/14 23:33:04 cynt6007 libbsp m68k: Add Doxygen file header to coverhd.h 4.115
(edit) @fc6a0ae   01/14/14 13:40:07 Aleksandr Platonov rtems_cache_invalidate_multiple_instruction_lines According with … 4.115
(edit) @3a7f588   01/14/14 08:43:53 Sebastian Huber bsps/arm: Use _ARMV4_Exception_interrupt This allows read-only vector … 4.115
(edit) @eba0626   12/18/13 10:47:07 Sebastian Huber bsps/arm: Use Normal memory for code and data 4.115
(edit) @4ec210fe   01/13/14 12:18:26 Sebastian Huber bsps/arm: Use ALIGN_WITH_INPUT The ALIGN_WITH_INPUT helps to make … 4.115
(edit) @8fdf4e57   01/01/14 18:42:55 Sebastian Huber bsp/lpc24xx: Add PL111 support 4.115
Note: See TracRevisionLog for help on using the revision log.