summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-22score: Add and use _ISR_Get_nest_level()Sebastian Huber1-2/+30
2013-07-22score: Move ISR catch support functionsSebastian Huber5-67/+24
2013-07-22score: Move ISR level content to single fileSebastian Huber3-183/+188
2013-07-22libmisc: Use _Thread_Get_executing()Sebastian Huber1-4/+5
2013-07-22libcsupport: Use _Thread_Get_executing()Sebastian Huber2-5/+6
2013-07-22posix: Use _Thread_Get_executing()Sebastian Huber7-20/+24
2013-07-22rtems: Use _Thread_Get_executing()Sebastian Huber5-8/+12
2013-07-22score: Use _Thread_Get_executing()Sebastian Huber5-5/+5
2013-07-22shell: Include missing header fileSebastian Huber1-0/+1
2013-07-22network: Include missing header fileSebastian Huber1-0/+2
2013-07-22posix: Include missing header filesSebastian Huber9-3/+10
2013-07-22score: Include missing header filesSebastian Huber2-0/+2
2013-07-18libcsupport: Do not use _ISR_Nest_levelSebastian Huber2-6/+0
2013-07-18rtems, posix: Use _Thread_Get_executing()Sebastian Huber5-5/+5
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber11-31/+63
2013-07-18score: Convert to inline functionSebastian Huber1-25/+30
2013-07-18posix: Convert to inline functionSebastian Huber2-25/+17
2013-07-18rtems: Convert to inline functionsSebastian Huber2-64/+47
2013-07-18score: Create mutex implementation headerSebastian Huber43-586/+591
2013-07-18posix: Create mutex implementation headerSebastian Huber46-272/+276
2013-07-18rtems: Create semaphore implementation headerSebastian Huber20-109/+102
2013-07-18score: Update due to API changesSebastian Huber1-1/+2
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber6-7/+7
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber6-7/+7
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber7-13/+18
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber13-65/+101
2013-07-17smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARYSebastian Huber2-38/+29
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber5-2/+23
2013-07-17score: Add _Thread_Get_executing()Sebastian Huber1-0/+29
2013-07-17libcsupport: Use _reclaim_reent()Sebastian Huber1-28/+1
2013-07-17clean up old atomic related filesWeiY5-847/+0
2013-07-17stdatomic.h support check when configureWeiY6-5/+23
2013-07-17update-all-architectures-to-new-atomic-implementationWeiY17-911/+79
2013-07-17A generic atomic implementation for smp architecturesWeiY3-0/+337
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-07-16posix: Delete unused functionsSebastian Huber2-23/+0
2013-07-16rtems: Delete unused functionsSebastian Huber2-25/+0
2013-07-16arm: Fix exception frame informationSebastian Huber1-1/+1
2013-07-15bsps/arm: Fix printk args to match formatRic Claus1-7/+7
2013-07-09threadhandler.c: Add commentsJoel Sherrill1-0/+10
2013-07-07mouse: Add shared bsp_get_serial_mouse_device()Sebastian Huber1-0/+5
2013-07-05posix: Add commentSebastian Huber1-0/+1
2013-06-29mouse: Include missing header fileSebastian Huber1-0/+2
2013-06-29framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber1-0/+10
2013-06-26powerpc: Fix Altivec supportSebastian Huber1-4/+4
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber6-5/+92
2013-06-25heap: Free all delayed blocks during resizeSebastian Huber1-0/+4
2013-06-25heap: Free all delayed blocks during extendSebastian Huber1-0/+1
2013-06-25heap: Workaround for workspace protectionSebastian Huber1-1/+7
2013-06-21arm: Fix default exception prologuesChris Johns1-0/+6