summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-05-14leon, gr1553bm: SMP support by using spin-locksDaniel Hellstrom1-14/+39
2017-05-14leon, gr1553bc: SMP support by using spin-locksDaniel Hellstrom1-39/+84
2017-05-14leon, apbuart: remove old RAW UART driverDaniel Hellstrom5-934/+1
2017-05-14leon, grtm: SMP support by using spin-locksDaniel Hellstrom1-83/+115
2017-05-14leon, ahbstat: remove printf warningsDaniel Hellstrom1-2/+2
2017-05-14leon, pci-peripherals: SMP support by spin-locks and updated genirqDaniel Hellstrom8-142/+412
2017-05-14leon, genirq: SMP support for PCI peripheralsDaniel Hellstrom2-42/+63
2017-05-14leon: allow SMP boot from any CPUMartin Aberg2-5/+14
2017-05-14leon, grcan: removed unused txerror, rxerrorMartin Aberg1-13/+0
2017-05-14leon, grcan: fixed historical commentMartin Aberg1-4/+3
2017-05-14leon, grcan: semaphore reset count required after flushingDaniel Hellstrom1-30/+32
2017-05-14leon, grcan: split hw_stop() into hw and sw stopDaniel Hellstrom1-0/+13
2017-05-14leon, grcan: RTEMS_NO_TIMEOUT on tx_semMartin Aberg1-1/+1