summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* score: Add _Thread_queue_Is_lock_owner()Sebastian Huber2016-05-122-6/+71
* posix: Make _POSIX_signals_Action_handler() staticSebastian Huber2016-05-123-142/+126
* mpci: Delete unused region supportSebastian Huber2016-05-125-429/+0
* score: Ensure matching lock acquire and releaseSebastian Huber2016-05-122-4/+16
* score: Add _ISR_lock_Is_owner()Sebastian Huber2016-05-124-4/+90
* score: Fix CORE mutex initializationSebastian Huber2016-05-128-22/+309
* Revert "score: Avoid use of uninitialized variable"Sebastian Huber2016-05-111-1/+0
* score: Avoid use of uninitialized variableSebastian Huber2016-05-111-0/+1
* i386/pc386: Clean out removed functions.Chris Johns2016-05-111-46/+0
* i386/pc386: Add x86 debug register support for hardware break points.Chris Johns2016-05-111-1/+157
* i386/pc386: EOI the master and slave for slave IRQ signals.Chris Johns2016-05-111-6/+33
* i386/pc386: Add --ide-disable boot command line option.Chris Johns2016-05-111-51/+57
* i386/pc386: Fix interrupt support.Chris Johns2016-05-119-172/+471
* i386/pc386: Fix printk with the console changes.Chris Johns2016-05-111-32/+37
* bsp/pc386: Use irq-generic.Chris Johns2016-05-112-8/+7
* bsp/shared: Print the exception stack frame before the shut down message.Chris Johns2016-05-111-7/+7
* bsp/shared: Add bsp_interrupt_handler_is_empty.Chris Johns2016-05-112-1/+33
* ibchip/ns16550: Minor optimisation.Chris Johns2016-05-111-13/+14
* i386/pc386: Add IO and memory support to PCI UART devices.Chris Johns2016-05-111-37/+113
* i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns2016-05-1117-427/+754
* bsp/qoriq: Add portal clear functionsSebastian Huber2016-05-093-0/+47
* bsp/qoriq: Set M and G bits in ENTRY_DEV_CACHED()Sebastian Huber2016-05-091-1/+10
* sonic.c: Fix warning on gcc 6Martin Galvan2016-05-061-13/+11
* score: Avoid Giant lock for CBS schedulerSebastian Huber2016-05-064-77/+93
* posix: Avoid Giant lock in pthread_equal()Sebastian Huber2016-05-061-51/+9
* rtems: Avoid Giant lock for signalsSebastian Huber2016-05-067-153/+115
* mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber2016-05-041-17/+15
* score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber2016-05-046-130/+87
* rtems: Return status in _Event_Surrender()Sebastian Huber2016-05-044-6/+6
* score: Add _Thread_MP_Is_remote()Sebastian Huber2016-05-043-21/+32
* score: Simplify _Thread_Get_objects_information()Sebastian Huber2016-05-041-8/+9
* score: Make _Objects_Information_table constSebastian Huber2016-05-044-51/+5
* score: Simplify _Objects_Id_to_name()Sebastian Huber2016-05-041-6/+4
* score: Fix _Objects_Id_to_name()Sebastian Huber2016-05-041-12/+1
* rtems: Remove task variablesSebastian Huber2016-05-0419-1192/+10
* bsp/mvme5500: Use thread local variableSebastian Huber2016-05-041-23/+4
* confdefs.h: Fix message queue size estimateSebastian Huber2016-05-042-18/+15
* confdefs.h: Fix named object size estimateSebastian Huber2016-05-042-7/+8
* score: Optimize _Objects_Get_local()Sebastian Huber2016-05-0214-37/+26
* mpci: Make _*_MP_Get_packet() staticSebastian Huber2016-05-0215-107/+36
* mpci: Make _*_MP_Send_response_packet() staticSebastian Huber2016-05-0215-101/+7
* mpci: Fix _CORE_barrier_Surrender()Sebastian Huber2016-05-021-1/+1
* score: Add dummy Strong APA schedulerSebastian Huber2016-05-0212-0/+684
* posix: Avoid Giant lock in _POSIX_signals_Send()Sebastian Huber2016-05-021-5/+7
* posix: Remove superfluous thread dispatch disableSebastian Huber2016-05-021-14/+12
* score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__Sebastian Huber2016-05-025-299/+159
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-0210-130/+0
* score: Avoid Giant lock for set time of daySebastian Huber2016-05-028-58/+89
* score: Streamline set time of day functionsSebastian Huber2016-05-025-20/+13
* score: _Objects_Get_name_as_string()Sebastian Huber2016-05-021-39/+29