summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber2020-02-0610-22/+111
* config: CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-062-13/+7
* samples/iostream: Simplify configurationSebastian Huber2020-02-061-1/+0
* config: Remove BSP_ZERO_WORKSPACE_AUTOMATICALLYSebastian Huber2020-02-061-7/+1
* score: Fix linker sets on small data area targetsSebastian Huber2020-02-062-5/+14
* score: Optimize STATUS_BUILD()Sebastian Huber2020-02-041-3/+5
* libtests/malloc04: Fix typoSebastian Huber2020-02-041-1/+1
* fstests/fsstatvfs: Include missing header fileSebastian Huber2020-02-041-0/+1
* config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATIONSebastian Huber2020-02-045-2/+576
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-0416-16/+16
* sysinit: Add RTEMS_SYSINIT_ORDER_LAST_BUT_[1-9]Sebastian Huber2020-02-042-12/+39
* bsps: Rework work area initializationSebastian Huber2020-02-0426-371/+550
* bsps: Remove uses of BSP_GET_WORK_AREA_DEBUGSebastian Huber2020-02-043-65/+0
* stackchk: Add RTEMS_SYSINIT_ISR_STACKSebastian Huber2020-02-042-2/+3
* bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber2020-02-046-38/+49
* bsps: Add RamEnd to linker command filesSebastian Huber2020-02-0456-1/+56
* score: Add _Memory_Fill()Sebastian Huber2020-02-043-1/+59
* score: Add Memory HandlerSebastian Huber2020-02-044-0/+400
* score: Optimize per-processor data placementSebastian Huber2020-02-011-1/+8
* psxmsgq03: Adjust test caseSebastian Huber2020-01-281-1/+1
* smptests/smpmulticast01: Fix test configurationSebastian Huber2020-01-281-1/+1
* libtest: Fix T_check_task_context()Sebastian Huber2020-01-281-2/+2
* record: Fix configurationSebastian Huber2020-01-281-2/+4
* Use EAGAIN for POSIX mq wait in ISR errorMartin Erik Werner2020-01-241-1/+1
* bsps/arm/shared: Add GICv3 implementationKinsey Moore2020-01-174-9/+427
* posix_devctl - Add support for SOCKCLOSEJoel Sherrill2020-01-175-3/+53
* bsp/raspberrypi: Updated the console API.G S Niteesh2020-01-0710-404/+198
* bsp/raspberrypi: Enable FDT support.G S Niteesh2020-01-073-0/+17
* bsp/raspberrypi: Fix size of work area.Christian Mauderer2020-01-075-189/+80
* bsps/arm: Define index of the workspace entry.Christian Mauderer2020-01-072-5/+6
* cpukit/libfs: remove more dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* bsps/irq: fix resource leak in irq-server.cGedare Bloom2020-01-031-0/+1
* cpukit/libfs: remove dead code from pipe/fifo.cGedare Bloom2020-01-031-2/+0
* mpci: Fix blocking proxy statusSebastian Huber2020-01-023-24/+4
* rtems: Fix MPCI initializationSebastian Huber2020-01-0216-158/+77
* score: Fix objects node initializationSebastian Huber2020-01-021-0/+1
* bsps/powerpc: Fix warningSebastian Huber2020-01-021-3/+1
* sppercpudata01: Test PER_CPU_DATA_OFFSET()Sebastian Huber2019-12-201-1/+4
* libtest: Add T_check_task_context() actionSebastian Huber2019-12-206-2/+134
* libtest: Use test configuration in T_now()Sebastian Huber2019-12-205-47/+32
* libtest: Fix use of T_check_true()Sebastian Huber2019-12-202-3/+3
* bsps/powerpc: Support constructors with prioritySebastian Huber2019-12-196-115/+59
* config: Improve EDF SMP scheduler configurationSebastian Huber2019-12-197-12/+15
* libmisc/top: Fix the idle time and priorities on SMPChris Johns2019-12-191-11/+27
* bsps/arm: Export bsp_start_hook_0_doneSebastian Huber2019-12-191-5/+8
* config: Fix CONFIGURE_MAXIMUM_POSIX_THREADSSebastian Huber2019-12-191-1/+1
* config: Remove Ada configuration optionsSebastian Huber2019-12-193-64/+22
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-19116-121/+126
* config: CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLESebastian Huber2019-12-191-30/+28
* libcsupport: Update rtems_print printk handler to return the lengthChris Johns2019-12-161-2/+1