summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* capture: Fix use of per-processor dataSebastian Huber2016-05-122-27/+31
* capture: Remove superfluous includesSebastian Huber2016-05-121-3/+0
* capture: Compact rtems_capture_record_tSebastian Huber2016-05-121-1/+1
* capture: Fix buffer allocation and freeSebastian Huber2016-05-122-11/+11
* smptests/smpcapture02: Adjust for clock changesSebastian Huber2016-05-121-8/+8
* rtems: Add rtems_interrupt_lock_interrupt_disableSebastian Huber2016-05-121-0/+13
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-125-65/+113
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-127-132/+103
* score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber2016-05-123-51/+62
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-129-69/+96
* score: Use thread state lock for current stateSebastian Huber2016-05-1212-84/+182
* rtems: Avoid Giant lock rtems_task_is_suspended()Sebastian Huber2016-05-121-35/+13
* rtems: Avoid Giant lock for some task operationsSebastian Huber2016-05-125-131/+158
* rtems: Use thread state lock for signalsSebastian Huber2016-05-127-120/+24
* score: Introduce thread state lockSebastian Huber2016-05-1211-114/+149
* 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