# # ChangeLog for cpukit/rtems/src/scheduleraddprocessor.c in rtems # # Generated by Trac 1.2.1.dev0 # 05/15/24 15:52:57 Wed, 29 Aug 2018 07:43:44 GMT Sebastian Huber [7097962] * cpukit/include/rtems/score/scheduler.h (modified) * cpukit/include/rtems/score/scheduleredfsmp.h (modified) * cpukit/include/rtems/score/schedulerimpl.h (modified) * cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/include/rtems/score/smpimpl.h (modified) * cpukit/include/rtems/score/thread.h (modified) * cpukit/include/rtems/score/threadimpl.h (modified) * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/src/schedulerdefaultpinunpin.c (added) * cpukit/score/src/scheduleredfsmp.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadunpin.c (added) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpthreadpin01/init.c (added) * testsuites/smptests/smpthreadpin01/smpthreadpin01.doc (added) * testsuites/smptests/smpthreadpin01/smpthreadpin01.scn (added) score: Add thread pin/unpin support Add support to temporarily pin ... Tue, 04 Jul 2017 05:28:44 GMT Sebastian Huber [6b1d8c7] * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/rtems/src/schedulergetprocessorset.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Add processor set to scheduler context Replace the simple ... Fri, 02 Dec 2016 10:51:16 GMT Sebastian Huber [7da78cf] * cpukit/rtems/src/scheduleraddprocessor.c (modified) * cpukit/rtems/src/schedulerremoveprocessor.c (modified) rtems: Use _Thread_Dispatch_direct() Update #2797. Fri, 02 Dec 2016 10:18:32 GMT Sebastian Huber [d10716f] * cpukit/rtems/src/scheduleraddprocessor.c (modified) rtems: Fix rtems_scheduler_add_processor() Fix thread dispatch ... Mon, 31 Oct 2016 12:08:33 GMT Sebastian Huber [05ca53d] * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/scheduleraddprocessor.c (added) * cpukit/rtems/src/schedulerremoveprocessor.c (added) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulersmpstartidle.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler04/Makefile.am (added) * testsuites/smptests/smpscheduler04/init.c (added) * testsuites/smptests/smpscheduler04/smpscheduler04.doc (added) * testsuites/smptests/smpscheduler04/smpscheduler04.scn (added) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Add scheduler processor add/remove Update #2797.