summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* smpipi01: Ensure IPI works on all processorsSebastian Huber2019-05-201-8/+21
* smpipi01: Use per-CPU jobs for pending IPI testSebastian Huber2019-05-201-15/+35
* score: Modify _Per_CPU_Perform_jobs()Sebastian Huber2019-05-202-5/+48
* score: Add _Per_CPU_Add_job()Sebastian Huber2019-05-203-17/+78
* score: Move per-processor job data structuresSebastian Huber2019-05-202-72/+74
* score: Remove SMP_MESSAGE_CLOCK_TICKSebastian Huber2019-05-203-21/+10
* score: Simplify _SMP_Multicast_action()Sebastian Huber2019-05-204-35/+37
* score: Add _SMP_Othercast_action()Sebastian Huber2019-05-204-13/+36
* score: Add _SMP_Broadcast_action()Sebastian Huber2019-05-206-20/+64
* smptests: Move SMP broadcast action test caseSebastian Huber2019-05-202-51/+79
* smpmulticast01: Use T_TEST_CASE()Sebastian Huber2019-05-201-22/+27
* score: Use dedicated lock for per-CPU jobsSebastian Huber2019-05-201-12/+12
* posix: Remove unused OBJECTS_POSIX_INTERRUPTSSebastian Huber2019-05-202-4/+0
* bsps: Always build generic interrupt supportSebastian Huber2019-05-1679-15/+209
* score: Fix per-CPU job done handlingSebastian Huber2019-05-151-4/+14