summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* record: Change thread name encodingSebastian Huber2019-08-063-6/+6
* libdl/arm: Add support for ARM trampolinesChris Johns2019-08-041-1/+18
* bsps/beagle: Remove dead code from GPIO.Christian Mauderer2019-08-031-133/+0
* arm/beagle: Add libdebugger support.Chris Johns2019-07-314-0/+776
* libdebugger: ARM fixes for Cortex-A8 and ARM mode.Chris Johns2019-07-316-247/+730
* arm: Select the TLB invalidate based on the core's Id variant.Chris Johns2019-07-311-6/+10
* psxtests: Add ndbm test suiteVaibhav Gupta2019-07-305-0/+379
* arm/raspberrypi: Fix linker mapSebastian Huber2019-07-302-27/+9
* record: Add support for thread namesSebastian Huber2019-07-305-8/+136
* Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZESebastian Huber2019-07-304-3/+12
* libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns2019-07-282-17/+16
* bsps/arm: Move HYP to SVC change to start.SSebastian Huber2019-07-263-81/+40
* bsps/arm: Move register init to start.SSebastian Huber2019-07-263-110/+55
* bsps/arm: Remove register init for ARMv7-MSebastian Huber2019-07-261-12/+1
* ticker/init.c: Error should say clock set not getJoel Sherrill2019-07-221-1/+1
* Makefile.inc: Add support for staged builds.Chris Johns2019-07-194-12/+18
* score/interr: Fix comments.Chris Johns2019-07-061-2/+2
* bsps: Regenerate headers.amSebastian Huber2019-07-0532-0/+116
* misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.Chris Johns2019-07-021-1/+2
* bsp/beagle: Partial re-write of I2C driver.Christian Mauderer2019-06-293-395/+370
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-287-42/+65
* arm: Return the current handler from arm_cp15_set_exception_handlerChris Johns2019-06-282-3/+13
* bsp/motorola_powerpc: Fix linker command fileSebastian Huber2019-06-271-1/+2
* libdebugger: Unmap thread prioritiesSebastian Huber2019-06-261-2/+3
* bsp/atsam: Enable configuration of SDRAMC_LPRSebastian Huber2019-06-213-7/+13
* psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta2019-06-195-0/+327
* rtems/confdefs.h: Fix typoJoel Sherrill2019-06-191-1/+1
* atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber2019-06-183-3/+211
* atsam: Enable fast startup via RTC alarmSebastian Huber2019-06-181-0/+6
* bsp/atsam: Use proper APISebastian Huber2019-06-181-4/+1
* dev/sc16is752: Add set/get EFCR IO controlsSebastian Huber2019-06-142-0/+16
* dev/sc16is752: Add RS485 mode variantsSebastian Huber2019-06-143-5/+31
* bsp/atsam: Do not disable the WDTSebastian Huber2019-06-132-4/+0
* bsp/atsam: Improve RTC power driverSebastian Huber2019-06-132-10/+25
* bsp/atsam: Fix RTC_SetTimeAlarm()Sebastian Huber2019-06-121-7/+13
* libdl/rap: fix RAP file load error.zhengxiaojun2019-06-121-2/+2
* sparc: Fix mistakenly cleared PSR[EF] bit.Maksim E. Kozlov2019-06-071-1/+1
* sparc: Fix missed restoring of PSR in syscall_lazy_fp_switchMaksim E. Kozlov2019-06-061-0/+11
* sparc: Improve _CPU_Context_validate()Sebastian Huber2019-06-061-8/+20
* bsp/lpc24xx: Fix LPC24XX_IO_PORT_COUNTSebastian Huber2019-06-041-1/+5
* bsps/powerpc: Adjust ppcboot.ldsSebastian Huber2019-05-271-10/+14
* bsps: Fix warnings in grethSebastian Huber2019-05-272-7/+7
* score: Compact objects class indicesSebastian Huber2019-05-221-20/+28
* libdl: Sort object file symbols and use a binary search to findChris Johns2019-05-223-9/+55
* score: Add _SMP_Unicast_action()Sebastian Huber2019-05-205-43/+218
* score: Add _Per_CPU_Wait_for_job()Sebastian Huber2019-05-202-27/+48
* score: Remove superfluous includeSebastian Huber2019-05-201-1/+0
* score: Add _SMP_Synchronize()Sebastian Huber2019-05-203-3/+22
* score: Remove unused SMP_MESSAGE_TESTSebastian Huber2019-05-202-33/+1
* smpipi01: Use per-CPU jobs for IPI flood testSebastian Huber2019-05-201-9/+38