summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Initial importSebastian Huber2015-10-1628-0/+4529
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2015-10-154-8/+0
* bsp/qoriq: Add missing isync after mtmsrSebastian Huber2015-10-151-0/+4
* libstdthreads: Add C11 threadsSebastian Huber2015-10-1415-75/+554
* libstdthreads: Import from FreeBSDSebastian Huber2015-10-145-0/+455
* bsps/arm: Add missing translation table entrySebastian Huber2015-10-141-0/+4
* bsp/qoriq: Add nocache heapSebastian Huber2015-10-083-5/+20
* bsps: Add .nocacheheap sectionSebastian Huber2015-10-086-22/+36
* bsp/qoriq: Add BMan and QMan PortalsSebastian Huber2015-10-071-0/+16
* bsp/qoriq: Initilize FPUSebastian Huber2015-10-071-0/+57
* bsp/qoriq: Move BUCSR initializationSebastian Huber2015-10-071-14/+7
* epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-10-071-21/+0
* SMP: Optimize ticket lock implementationSebastian Huber2015-10-021-1/+1
* powerpc: Use wrtee for e6500 multilibSebastian Huber2015-10-021-0/+17
* bsps/i386: Interrupt server supportSebastian Huber2015-09-304-5/+22
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-2811-100/+101
* SMP: Simplify thread lock operationsSebastian Huber2015-09-281-27/+25
* score: Use uintptr_t for atomic pointer operationsSebastian Huber2015-09-266-135/+189
* bootstrap: regenerate preinstall.amGedare Bloom2015-09-251-4/+0
* RaspberryPi: Added I2C and SPI bus support.Andre Marques2015-09-258-94/+1377
* Added GPIO API sources to rpi MakefileAndre Marques2015-09-252-1/+6
* Removed GPIO API from the libbsp/shared Makefile.Andre Marques2015-09-251-2/+1
* score: Fix atomic compare exchangeSebastian Huber2015-09-253-21/+70
* ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan2015-09-231-11/+21
* Fix exception handler for supporting FPUSudarshan Rajagopalan2015-09-231-4/+4
* score: Fix resource count for self-contained mutexSebastian Huber2015-09-142-5/+35
* rbheap: Fix rtems_rbheap_free()Sebastian Huber2015-09-112-21/+21
* libtests/rbheap01: SimplifySebastian Huber2015-09-111-172/+95
* Upgrade to 4.11.99.0Sebastian Huber2015-09-114-8/+8
* Beaglebone: fix missing clobber in inline assembly.Marcos Diaz2015-09-101-1/+7
* lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill2015-09-101-0/+1
* bsps/arm: Fix function definitionSebastian Huber2015-09-041-1/+1
* smp: DocumentationSebastian Huber2015-09-041-1/+1
* smp: DocumentationSebastian Huber2015-09-041-0/+65
* score: Implement priority boostingSebastian Huber2015-09-0411-13/+195
* score: Implement SMP-specific priority queueSebastian Huber2015-09-0413-16/+545
* score: DocumentationSebastian Huber2015-09-041-2/+29
* smp: DocumentationSebastian Huber2015-09-041-0/+39
* smp: DocumentationSebastian Huber2015-09-043-15/+16
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warningsMartin Galvan2015-09-031-1/+1
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan2015-09-031-1/+1
* cpukit/libmisc/dumpbuf/dumpbuf.c: Fix undefined behavior for sprintf()Martin Galvan2015-09-031-46/+75
* tools/cpu/nios2/ptf.c: Fix leak of memory pointed to by new_prefixMartin Galvan2015-09-031-10/+14
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* tools/cpu/nios2/memory.c: Fix uninitialized use of variable memoryMartin Galvan2015-09-031-3/+2
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-033-2/+13
* JFFS2: Use RTEMS red-black tree implementationSebastian Huber2015-09-033-453/+112
* rbtree: Add _RBTree_Replace_node()Sebastian Huber2015-09-033-0/+75
* rbtree: Replace implementationSebastian Huber2015-09-037-1009/+624
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10