summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pipe: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+2
* dosfs: Use proper semaphore attr for mutexSebastian Huber2016-06-061-1/+2
* libblock: Use proper semaphore attr for mutexSebastian Huber2016-06-061-2/+1
* libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns2016-06-033-130/+349
* libmisc/stackchk: Fix printk warnings.Chris Johns2016-06-031-6/+6
* arm: Fix printk warnings.Chris Johns2016-06-031-16/+18
* score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2016-06-022-42/+7
* score: Fix _Thread_Lock_acquire()Sebastian Huber2016-06-011-11/+12
* smptests/smpatomic01: New test casesSebastian Huber2016-06-013-19/+352
* arm/raspberrypi: add fbcons support for rpi bspYANG Qiao2016-05-318-2/+362
* arm/raspberrypi: add video outchar support for rpi bspYANG Qiao2016-05-314-0/+5109
* arm/raspberrypi: move MMU in front of application image to respect variable m...Pavel Pisa2016-05-314-4/+83
* arm/raspberrypi: add VideoCore framebuffer without initializationYANG Qiao2016-05-314-0/+469
* arm/raspberrypi: Raspberry Pi v2 ALLOCATE_BUFFER VC4 operation returns direct...Pavel Pisa2016-05-311-0/+4
* arm/raspberrypi: ensure that correct RPI_PERIPHERAL_BASE is provided by raspb...Pavel Pisa2016-05-314-0/+4
* arm/raspberrypi: cmdline enhancement and early access workaround.Pavel Pisa2016-05-311-4/+8
* libchip: Remove dwmac network interface driverSebastian Huber2016-05-3119-7918/+1
* shell: Add CPUINFO commandSebastian Huber2016-05-315-0/+139
* cpuuse: Hide implementation detailsSebastian Huber2016-05-316-5/+33
* Fix rtems_print_printer_fprintf()Sebastian Huber2016-05-312-3/+21
* bsp/qoriq: Fix nocache region placementSebastian Huber2016-05-311-2/+2
* bsps: Add defines for some linker subsectionsSebastian Huber2016-05-312-2/+17
* bsps: Sort some sections first by alignmentSebastian Huber2016-05-312-7/+7
* score: Use owner of thread queue for CORE mutexSebastian Huber2016-05-302-13/+8
* rtems: Remove superfluous includesSebastian Huber2016-05-301-5/+0
* rtems: Fix semaphore field nameSebastian Huber2016-05-306-10/+10
* rtems: Move MrsP semaphore operationsSebastian Huber2016-05-307-27/+27
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-3025-485/+292
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-3018-225/+327
* score: Add CORE mutex variantsSebastian Huber2016-05-3024-172/+510
* posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2016-05-302-4/+0
* posix: Avoid use of internal mutex methodsSebastian Huber2016-05-301-21/+10
* posix: Avoid use of internal mutex methodsSebastian Huber2016-05-301-23/+13
* rtems: Remove superfluous includesSebastian Huber2016-05-301-11/+1
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-303-39/+6
* rtems: Simplify rtems_semaphore_flush()Sebastian Huber2016-05-301-10/+5
* score: Simplify CORE mutexSebastian Huber2016-05-3010-48/+57
* score: Add semaphore variantsSebastian Huber2016-05-3016-182/+227
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-303-28/+28
* score: Use thread queue lock for MrsPSebastian Huber2016-05-303-10/+24
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-3032-258/+347
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-3032-119/+107
* score: Adjust thread queue layoutSebastian Huber2016-05-304-41/+49
* score: Use Newlib provided <machine/endian.h>Sebastian Huber2016-05-302-94/+37
* network: Align with Newlib type definitionsSebastian Huber2016-05-301-4/+5
* score: Add libatomic supportSebastian Huber2016-05-304-212/+80
* score: Add Status_Control for all APIsSebastian Huber2016-05-26109-1571/+707
* posix: Fix sem_init() with too large initial valueSebastian Huber2016-05-262-1/+18
* Fix semaphore post overflow statusSebastian Huber2016-05-269-11/+86
* testsuites: Fix locked_printf() test printerSebastian Huber2016-05-261-11/+3