summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rename RTEMS_OBFUSCATE_POINTER()Sebastian Huber2016-10-132-6/+8
* libmisc/xz: Add xz decompression.Chris Johns2016-10-1317-1/+3194
* score: More robust linker setsSebastian Huber2016-10-122-21/+36
* score: Add RTEMS_OBFUSCATE_POINTER()Sebastian Huber2016-10-121-1/+11
* score: Simplify check for migrationsSebastian Huber2016-10-121-20/+4
* pci.h add PCI_COMMAND_INTX_DISABLE definition.Pavel Pisa2016-10-111-0/+1
* score: Enhance _SMP_barrier_Wait()Sebastian Huber2016-10-112-2/+11
* score/arm: Correct logic to select 64 byte cache line maximum size for Cortex-A.Pavel Pisa2016-10-041-2/+2
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-041-3/+6
* monitor: Support priority inheritance queuesSebastian Huber2016-09-301-0/+2
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-278-92/+18
* score: Simplify ISR lock nameSebastian Huber2016-09-271-4/+1
* score: Simplify CORE mutex seizeSebastian Huber2016-09-272-70/+3
* score: Fix warningSebastian Huber2016-09-271-0/+2
* score: Fix C/C++ compatibility issueSebastian Huber2016-09-2318-67/+17
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-217-319/+862
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-213-0/+107
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-215-0/+33
* score: Add scheduler node table for each threadSebastian Huber2016-09-217-58/+156
* score: Rework thread priority managementSebastian Huber2016-09-2163-1467/+2678
* termios: Add IO control handlerSebastian Huber2016-09-192-2/+20
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-192-235/+281
* imfs: Untangle dependenciesSebastian Huber2016-09-193-89/+116
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-162-6/+3
* Add SPI bus frameworkAlexander Krutwig2016-09-165-0/+877
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-0822-41/+69
* score: Add scheduler node implementation headerSebastian Huber2016-09-086-106/+140
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-089-144/+220
* score: Move scheduler node to own header fileSebastian Huber2016-09-085-163/+196
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0833-186/+235
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-0816-92/+68
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-09-081-0/+1
* libdl: Add ARM C++ relocation record support.Chris Johns2016-09-082-2/+18
* stackchk: Fix stack checker thread initializationSebastian Huber2016-09-082-30/+4
* stackchk: Use a const pattern to checkSebastian Huber2016-09-082-90/+51
* stackchk: Remove superfluous internal header fileSebastian Huber2016-09-083-103/+26
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-076-34/+2
* score: Add _Chain_Initialize_one()Sebastian Huber2016-09-061-0/+27
* score: Improve red-black tree debug supportSebastian Huber2016-09-064-3/+19
* score: Add _RBTree_Initialize_one()Sebastian Huber2016-09-061-0/+20
* score: Add missing const qualifiersSebastian Huber2016-09-062-10/+10
* capture: Use proper accessor functionsSebastian Huber2016-09-061-4/+4
* capture: Workaround to avoid misaligned accessSebastian Huber2016-09-061-1/+1
* libmisc/capture: Remove the reserved _t in the types.Chris Johns2016-09-018-271/+252
* libmisc/capture: Fix the capture engine on SMP.Chris Johns2016-09-019-666/+880
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-192-5/+11
* score: Fix undefined behaviourSebastian Huber2016-08-181-1/+1