summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spec/aarch64: Add BSPs for real ZynqMP hardwareKinsey Moore2021-05-277-2/+85
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-2711-20/+603
* bsps/a53: Increase available RAMKinsey Moore2021-05-271-1/+1
* bsps/aarch64: Advertise cache function supportKinsey Moore2021-05-271-0/+10
* bsps/aarch64: Align MVAs consistentlyKinsey Moore2021-05-271-8/+5
* bsps/aarch64: Break out system registersKinsey Moore2021-05-273-180/+10019
* rtems: Document new rtems_task_delete() errorSebastian Huber2021-05-271-0/+3
* cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.cHarrison Edward Gerber2021-05-261-2/+2
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* posix: Allow pthread_cancel() from within ISRsSebastian Huber2021-05-262-40/+49
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-266-53/+28
* rtems: Return RTEMS_CALLED_FROM_ISRSebastian Huber2021-05-261-5/+15
* sysinit: Do not open console when just referencing reentrancy structure.Joel Sherrill2021-05-252-6/+21
* powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill2021-05-251-2/+12
* ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill2021-05-251-10/+11
* telnetd.c: Remove RTEMS_NETWORKING checkVijay Kumar Banerjee2021-05-201-10/+1
* testsuites: Remove telnetd01Vijay Kumar Banerjee2021-05-205-179/+0
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-1810-44/+88
* posix: Fix use of clock for relative timesSebastian Huber2021-05-181-13/+18
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-1810-5/+58
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-174-36/+78
* posix: Use RTEMS_POSIX_API in clock_nanosleep()Sebastian Huber2021-05-171-0/+5
* posix: Move clock_nanosleep()Sebastian Huber2021-05-174-91/+118
* bsps/imxrt: Enable DMA clockChristian Mauderer2021-05-171-0/+3
* bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer2021-05-1710-4/+119
* bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer2021-05-172-521/+1651
* bsps/imxrt: Reduce devicetree sizeChristian Mauderer2021-05-172-765/+472
* bsps/imxrt: Fix documentation errorChristian Mauderer2021-05-171-1/+1
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-174-13/+22
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-172-22/+29
* arm/altera-cyclone-v: Fix compile errorSebastian Huber2021-05-171-2/+2
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-143-74/+17
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-143-12/+16
* rtems: Check entry point in rtems_task_start()Sebastian Huber2021-05-142-0/+13
* validation: Add INVALID_ID to tx-support.hSebastian Huber2021-05-143-4/+7
* validation: Add support librarySebastian Huber2021-05-1412-14/+32
* rtems: Add TOD_Ticks_validationSebastian Huber2021-05-142-15/+24
* rtems: Constify rtems_task_wake_when()Sebastian Huber2021-05-129-20/+32
* rtems: Document rtems_task_set_scheduler() errorsSebastian Huber2021-05-121-3/+20
* rtems: Clarify rtems_task_get_priority() docSebastian Huber2021-05-121-2/+2
* rtems: Use rtems_clock_get_ticks_per_second()Sebastian Huber2021-05-121-2/+2
* _TOD_Validate(): Fix incorrect return codeFrank Kühndel2021-05-128-50/+59
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-112-6/+9
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-118-17/+17
* rtems: rtems_scheduler_get_processor_set() docsSebastian Huber2021-05-071-1/+1
* rtems_scheduler_ident_by_processor_set() docsSebastian Huber2021-05-071-0/+2
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-079-492/+43