summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Change timer server task mode settingSebastian Huber2020-02-251-5/+7
* score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber2020-02-251-3/+6
* score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber2020-02-251-1/+2
* config: Bring back RTEMS 4.11 configuration tableSebastian Huber2020-02-251-0/+18
* rtems: Simplify _RTEMS_tasks_Initialize_user_task()Sebastian Huber2020-02-251-3/+2
* config: Simplify initialization task configSebastian Huber2020-02-253-68/+114
* score: Move thread stack allocationSebastian Huber2020-02-121-2/+14
* score: Add Thread_ConfigurationSebastian Huber2020-02-121-26/+19
* rtems: Fix MPCI initializationSebastian Huber2020-01-0210-88/+71
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-111-2/+7
* rtems: Optimize semaphore control blockSebastian Huber2019-12-116-49/+79
* termios: Add Capability to Generate SIGINTR and SIGQUITJoel Sherrill2019-10-082-0/+2
* posix: Remove unused OBJECTS_POSIX_INTERRUPTSSebastian Huber2019-05-201-3/+0
* score: Rename _SMP_Get_processor_count()Sebastian Huber2019-04-112-2/+2
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-2/+2
* rtems: Add rtems_scheduler_get_processor()Sebastian Huber2019-04-091-2/+2
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-1415-15/+0
* Remove explicit file names from @fileSebastian Huber2019-02-282-2/+2
* score: Avoid some deadlocks in _Once()Sebastian Huber2019-02-181-2/+3
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-091-1/+3
* rtems: Allow to set ISR level 0 in SMP configSebastian Huber2019-01-091-0/+1
* Separate task mode checksSebastian Huber2019-01-091-15/+15
* score: Static Objects_Information initializationSebastian Huber2018-12-1418-490/+466
* score: Remove Objects_Information::auto_extendSebastian Huber2018-12-141-1/+1
* score: Remove Objects_Information::maximumSebastian Huber2018-12-071-1/+1
* score: Optimize object lookupSebastian Huber2018-12-073-8/+16
* score: Remove Objects_Information::is_stringSebastian Huber2018-12-078-16/+8
* rtems: Add rtems_scheduler_get_maximum_priority()Sebastian Huber2018-12-071-0/+53
* score: Avoid sbintime_t in API headersSebastian Huber2018-12-072-0/+2
* rtems: Fix rtems_task_restart() argument typeSebastian Huber2018-12-061-2/+2
* rtems: Fix semaphore MPCI supportSebastian Huber2018-11-261-0/+4
* rtems: Simplify rtems_interrupt_catch()Sebastian Huber2018-11-121-33/+5
* rtems: Avoid include of <rtems/score/scheduler.h>Sebastian Huber2018-11-121-0/+31
* rtems: Avoid <rtems/score/timecounter.h> in APISebastian Huber2018-11-121-0/+31
* rtems: Move internal structures to tasksdata.hSebastian Huber2018-11-127-7/+7
* rtems: Move internal structures to semdata.hSebastian Huber2018-11-121-0/+1
* rtems: Remove Modes_ControlSebastian Huber2018-11-122-2/+2
* posix: Provide threads by defaultSebastian Huber2018-10-291-1/+1
* posix: Provide message queues by defaultSebastian Huber2018-10-291-1/+1
* posix: Provide shared memory objects by defaultSebastian Huber2018-10-291-1/+1
* posix: Provide named semaphores by defaultSebastian Huber2018-10-291-4/+4
* score: Remove bogus thread object name supportSebastian Huber2018-10-291-3/+1
* build: Merge rtems/Makefile.amSebastian Huber2018-10-101-202/+0
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-091-1/+0
* score: Fix legacy RTEMS_STATIC_ASSERT()Sebastian Huber2018-10-053-6/+18
* rtems: Add rtems_task_exit()Sebastian Huber2018-10-012-0/+39
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-1/+1
* score: Fix _Addresses_Subtract()Sebastian Huber2018-08-102-8/+8
* rtems: Parameter types in rtems_partition_create()Sebastian Huber2018-08-101-2/+2
* rtems: Relax partition buffer area alignmentSebastian Huber2018-08-021-2/+2