summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* score: Introduce map priority scheduler operationSebastian Huber2016-06-2236-84/+573
* score: Delete unused _Scheduler_Priority_compare()Sebastian Huber2016-06-2218-194/+37
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-2213-118/+226
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-227-32/+44
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-2210-93/+91
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-229-193/+254
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-227-14/+16
* posix: Delete POSIX_API_Control::schedpolicySebastian Huber2016-06-226-10/+4
* posix: Delete POSIX_API_Control::ss_high_prioritySebastian Huber2016-06-222-9/+0
* posix: _POSIX_Mutex_Default_attributesSebastian Huber2016-06-228-39/+50
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-224-30/+34
* sparc: Optimize CPU counter supportSebastian Huber2016-06-228-53/+104
* sptests/sp20: Use printer taskSebastian Huber2016-06-224-46/+88
* Add printer taskSebastian Huber2016-06-223-0/+310
* Rename rtems_test_print() into rtems_test_printf()Sebastian Huber2016-06-222-2/+2
* Avoid <rtems/print.h> in <rtems/rtems/ratemon.h>Sebastian Huber2016-06-221-2/+3
* Move printer initialization to separate headerSebastian Huber2016-06-2227-94/+153
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-2214-20/+29
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-225-17/+23
* Make rtems_fprintf_plugin() staticSebastian Huber2016-06-222-14/+1
* Make rtems_printf_plugin() staticSebastian Huber2016-06-222-19/+6
* Make printk_plugin() staticSebastian Huber2016-06-222-20/+9
* bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa2016-06-211-0/+8
* bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa2016-06-211-2/+36
* bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa2016-06-214-69/+196
* bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2016-06-212-0/+700
* bsp/leon3: Add up counter timecounterSebastian Huber2016-06-212-7/+36
* bsp/leon3: Fix interrupt timestampingSebastian Huber2016-06-211-20/+35
* sparc: Rework CPU counter supportSebastian Huber2016-06-2110-97/+208
* bsp/leon3: Fix LEON3_Cpu_Index initializationSebastian Huber2016-06-213-4/+14
* sptests/spcpucounter01: Resurrect workaroundSebastian Huber2016-06-211-2/+21
* arm/raspberrypi: Ensure that buffers used for VC mail box communication are s...Pavel Pisa2016-06-202-7/+56
* sptests/spcpucounter01: Add some statisticsSebastian Huber2016-06-203-50/+229
* bsp/leon3: Use sysinit for bsp_debug_uart_init()Sebastian Huber2016-06-203-7/+8
* bsp/leon3: Use sysinit for amba_initialize()Sebastian Huber2016-06-203-8/+8
* score: Refine system initialization orderSebastian Huber2016-06-202-3/+49
* sptests/spsysinit01: Move begin of test messageSebastian Huber2016-06-201-2/+7
* bsps: Fix printk() format warningSebastian Huber2016-06-171-1/+1
* bsps: Fix MPCI_Fatal() prototypeSebastian Huber2016-06-172-4/+4
* Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill2016-06-169-2/+257
* mptests/mp03/task1.c: Make method static to fix warningJoel Sherrill2016-06-161-1/+1
* samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill2016-06-161-12/+11
* libchip/shmdr/send.c: Fix warning and clean upJoel Sherrill2016-06-161-15/+21
* libchip/shmdr/poll.c: Fix warning and clean upJoel Sherrill2016-06-161-5/+8
* mvme147s/shmsupp/mpisr.c: Fix warnings and clean upJoel Sherrill2016-06-161-12/+10
* mvme147s/shmsupp/getcfg.c: Fix warningJoel Sherrill2016-06-161-1/+1
* score: Fix thread delete race condition on SMPSebastian Huber2016-06-161-6/+17
* rtems: Fix rtems_semaphore_create()Sebastian Huber2016-06-161-0/+4
* psxtests/psx12: Use and print proper rounded msSebastian Huber2016-06-152-21/+26
* posix: Fix poradic server initial CPU budgetSebastian Huber2016-06-155-24/+118