summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-25cpukit/include/rtems: Change license to BSD-2Joel Sherrill73-219/+1606
2022-03-25cpukit/include/linux: Change license to BSD-2Joel Sherrill4-12/+88
2022-03-25cpukit/include/dev: Change license to BSD-2Joel Sherrill12-36/+264
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-7/+28
2022-03-24smp: Add fatal errorSebastian Huber1-1/+2
2022-03-24libtest: Add scheduler test supportSebastian Huber1-0/+290
2022-03-24score: Add _IO_Relax()Sebastian Huber1-0/+8
2022-03-18thread.hpp: Fix redefinition of default argumentSebastian Huber1-18/+14
2022-03-16bsps/irq: Improve affinity set handlingSebastian Huber1-1/+8
2022-03-10cpukit: Automated IMD header file clean upChristian Mauderer6-6/+6
2022-03-10bsps and cpukit: Manual file header clean upChristian Mauderer5-80/+53
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill52-320/+4
2022-02-28cpukit/include/adainclude: Change license to BSD-2Joel Sherrill39-117/+858
2022-02-28cpukit/include/rtems/posix/*.h: Change license to BSD-2Joel Sherrill26-78/+572
2022-02-28cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill34-102/+748
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill53-159/+1166
2022-02-28cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill50-150/+1100
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber2-2/+11
2022-02-21config: CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber1-8/+9
2022-02-10termios: Pass number of sent chars to l_startChristian Mauderer1-1/+5
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber2-82/+2
2021-12-22rtems: Fix Clock Manager parameter descriptionsSebastian Huber1-8/+8
2021-12-14libfdt: overlay: make overlay_get_target() publicVikram Garhwal1-0/+18
2021-12-14fdtget: Fix signedness comparisons warningsAndre Przywara1-0/+7
2021-12-14Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell1-0/+1
2021-12-14libfdt: Internally perform potentially unaligned loadsTom Rini1-5/+3
2021-12-14libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini1-1/+5
2021-12-14libfdt: Fix kernel-doc commentsAndre Przywara1-36/+75
2021-12-14libfdt: add extern "C" for C++Patrick Oppenlander1-0/+8
2021-12-13rtems: Improve ordering in <rtems/rtems/intr.h>Sebastian Huber1-284/+284
2021-12-09Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber6-7/+17
2021-12-07score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber1-14/+20
2021-12-07score: Fix atomic stores for C++Sebastian Huber1-3/+3
2021-12-02rtems: Move all Interrupt Manager stuff to intr.hSebastian Huber2-2274/+2272
2021-12-02rtems: Move scheduler directives to own headerSebastian Huber4-479/+561
2021-11-30libc: Optimize malloc() initializationSebastian Huber3-5/+191
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber3-10/+244
2021-11-23rtems: Replace "precision" with "resolution"Sebastian Huber1-32/+32
2021-11-23score: Properly continue the thread during restartSebastian Huber2-2/+7
2021-11-23score: Move _Thread_queue_Extract()Sebastian Huber1-1/+6
2021-11-23score: Simplify thread wait state handlingSebastian Huber3-15/+9
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber4-19/+41
2021-11-23rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2-12/+13
2021-11-23score: Fix assertion in SMP scheduler frameworkSebastian Huber1-6/+9
2021-11-23score: Rework ask for help requestsSebastian Huber4-83/+100
2021-11-23score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber1-48/+49
2021-11-23score: Remove victim thread from CPU allocationSebastian Huber1-60/+53
2021-11-23score: Move _Scheduler_Unblock_node()Sebastian Huber2-71/+35
2021-11-23score: Move _Scheduler_Block_node()Sebastian Huber2-81/+46
2021-11-23score: Simplify _Scheduler_SMP_Yield()Sebastian Huber1-10/+1