summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libfdt: Correct condition for reordering blocksSimon Glass2021-12-141-1/+1
* libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich2021-12-141-6/+7
* libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2021-12-142-4/+5
* libfdt: Add support for disabling internal checksSimon Glass2021-12-142-2/+11
* libfdt: Improve comments in some of the assumptionsSimon Glass2021-12-141-3/+12
* libfdt: Fix a few typosSimon Glass2021-12-141-3/+3
* bsp/leon3: Do not invalidate cache in SMP startSebastian Huber2021-12-131-1/+1
* bsp/leon3: Use interrupt entry for tm27 supportSebastian Huber2021-12-131-20/+57
* bsp/leon3: Use interrupt entry for the SMP supportSebastian Huber2021-12-131-4/+9
* bsp/leon3: Use interrupt entry for Clock DriverSebastian Huber2021-12-131-4/+10
* bsps/arm: Add missing Cache Manager source fileSebastian Huber2021-12-132-0/+2
* bsps/aarch64: Support .noinit linker sectionSebastian Huber2021-12-131-0/+7
* rtems: Improve ordering in <rtems/rtems/intr.h>Sebastian Huber2021-12-131-284/+284
* bsps/aarch64: Remove erroneous cache featureKinsey Moore2021-12-121-2/+0
* Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber2021-12-096-7/+17
* spec: Update location of cadence I2CKinsey Moore2021-12-092-3/+7
* build: Move test header to right library itemSebastian Huber2021-12-092-3/+5
* untar: Make behavior similar to GNU or BSD tarChristian Mauderer2021-12-095-29/+282
* score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber2021-12-071-14/+20
* libtest: Fix sample reportingSebastian Huber2021-12-071-11/+14
* libtest: Fix overlap in measurement contextSebastian Huber2021-12-071-2/+2
* score: Fix atomic stores for C++Sebastian Huber2021-12-071-3/+3
* rtems: Move all Interrupt Manager stuff to intr.hSebastian Huber2021-12-022-2274/+2272
* rtems: Move scheduler directives to own headerSebastian Huber2021-12-0217-501/+585
* libc: Optimize malloc() initializationSebastian Huber2021-11-3019-103/+322
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-3016-91/+350
* build: Use common objects item for get memorySebastian Huber2021-11-30117-84/+210
* score: Split wkspace.cSebastian Huber2021-11-304-15/+100
* wkspace.c: Change license to BSD-2-ClauseSebastian Huber2021-11-301-5/+24
* arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber2021-11-301-8/+28
* arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber2021-11-301-1/+1
* */aclocal/*: Remove remnants of autoconf/automae build systemJoel Sherrill2021-11-2954-1191/+0
* bsp_specs: Delete last remnants of these.Joel Sherrill2021-11-2986-3/+0
* build: Remove trailing white spaceSebastian Huber2021-11-292-2/+2
* sparc: Add workaround for GRLIB-TN-0011Sebastian Huber2021-11-261-0/+12
* rtems: Replace "precision" with "resolution"Sebastian Huber2021-11-231-32/+32
* score: Properly continue the thread during restartSebastian Huber2021-11-234-16/+12
* score: _Thread_queue_Surrender_no_priority()Sebastian Huber2021-11-231-15/+1
* score: Move _Thread_queue_Extract()Sebastian Huber2021-11-234-35/+67
* score: Simplify thread wait state handlingSebastian Huber2021-11-2313-58/+29
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-239-54/+78
* score: Remove thread timer earlierSebastian Huber2021-11-231-2/+2
* score: Restrict affinity for EDF SMP schedulerSebastian Huber2021-11-231-6/+27
* rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2021-11-233-14/+61
* score: Fix assertion in SMP scheduler frameworkSebastian Huber2021-11-231-6/+9
* score: Rework ask for help requestsSebastian Huber2021-11-236-102/+112
* score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber2021-11-236-68/+59
* score: Remove victim thread from CPU allocationSebastian Huber2021-11-233-80/+65
* score: Move _Scheduler_Unblock_node()Sebastian Huber2021-11-232-71/+35
* score: Move _Scheduler_Block_node()Sebastian Huber2021-11-232-81/+46