summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-19bsps/sparc: Fix cache supportSebastian Huber1-4/+9
2017-07-19libchip: Fix format warningSebastian Huber1-1/+1
2017-07-19bsps: Fix warningSebastian Huber1-0/+3
2017-07-17bsps/sparc: Add leon3 BSP variantsDaniel Cederman11-5/+134
2017-07-17sparc: Add assembly workaround for LEON3FT B2BST errataDaniel Cederman3-0/+87
2017-07-12bsps: Include missing header fileSebastian Huber5-1/+5
2017-07-12bsp/beagle: Add FDT support for Beaglebone BlackSichen Zhao5-1/+26
2017-07-12Add interrupt vector set/get affinitySebastian Huber11-70/+166
2017-07-12Add interrupt server moveSebastian Huber1-0/+75
2017-07-12Add interrupt server set affinitySebastian Huber1-0/+33
2017-07-12Add interrupt server suspend/resumeSebastian Huber1-2/+59
2017-07-12Create one interrupt server per processorSebastian Huber1-79/+184
2017-07-11bsps/sparc: Fix ambapp_int_set_affinity()Sebastian Huber1-1/+1
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber3-4/+6
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber6-8/+12
2017-06-26Add rtems_interrupt_server_handler_iterate()Sebastian Huber1-0/+70
2017-06-21i386/shared/comm/i386-stub-glue.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-21lpc176x/misc/restart.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber36-370/+238
2017-06-16bsps/powerpc: Fix warningSebastian Huber1-5/+5
2017-06-15Fix beagle i2c file bbb-i2c.c comment issuesSichen Zhao1-19/+23
2017-06-14Add the i2c driver for Beaglebone BlackSichen Zhao5-141/+765
2017-06-14Remove beagle old i2c codeSichen Zhao3-633/+0
2017-06-14Remove excessive locking from cache operations.Alexei Pososin1-35/+9
2017-06-13bsp: Fixes due to header file changesSebastian Huber3-24/+37
2017-06-12bsp: Include missing <sys/param.h>Sebastian Huber6-0/+6
2017-06-12bsp/beatnik: Fixes due to header file changesSebastian Huber2-7/+7
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber3-5/+11
2017-06-09bsp/psim: Include missing <sys/param.h>Sebastian Huber1-0/+1
2017-06-09if_fxp: Include missing <inttypes.h>Sebastian Huber1-5/+6
2017-06-09Simplify TLS support in context switchSebastian Huber2-2/+5
2017-06-07bsps/arm: Fix ARMv7-M interrupt suppportChristian Mauderer1-2/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber6-6/+2
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber1-0/+2
2017-06-07network: Include missing <inttypes.h>Sebastian Huber1-0/+1
2017-06-02ada-tests/spatcb01: New testSebastian Huber6-0/+63
2017-06-01bsp/motorola_powerpc: Fix for Binutils 2.28+Sebastian Huber6-0/+6
2017-06-01bsps/powerpc: Set output format in linker scriptSebastian Huber1-1/+1
2017-05-29Add support for IBM PowerPC 750 chip.Phong Pham3-0/+6
2017-05-29ada: Remove task notepad supportSebastian Huber1-14/+0
2017-05-29ada: Update due to Clock Manager API changesSebastian Huber7-12/+20
2017-05-29ada: Remove <rtems/debug.h> supportSebastian Huber5-122/+0
2017-05-26build-system: Fix the targets support for the parallel build.Chris Johns1-1/+1
2017-05-25m32c/m32csim: Exclude linpack from the tests.Chris Johns1-0/+5
2017-05-24build-system: Parallel build all subdirs.Chris Johns26-59/+123
2017-05-24arm/tms570: Update preinstall.am after bootstrap.Chris Johns1-0/+4
2017-05-14sparc: only define start if it is different from SYM(start)Jacob Hansen1-0/+2
2017-05-14sparc: Adjust assembly to improve compability with LLVMJacob Hansen5-13/+13
2017-05-14leon, grtc: SMP support by using spin-locksDaniel Hellstrom1-37/+54
2017-05-14leon, grtc: updated overrun condition handlingDaniel Hellstrom1-11/+33