summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/rtems/src/[s-z]*.c: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* cpukit/rtems/src/[a-r]*.c: Change license to BSD-2Joel Sherrill2022-02-2878-234/+1716
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill2022-02-2850-150/+1100
* score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* score/src/[n-s]*.c: Change license to BSD-2Joel Sherrill2022-02-2896-288/+2120
* score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill2022-02-2851-153/+1122
* riscv: Use zicsr architecture extensionSebastian Huber2022-02-255-11/+46
* cpukit/libblock: Clean up before license changeJoel Sherrill2022-02-232-2/+5
* score/cpu/i386: Clean up file headers in prep for license change.Joel Sherrill2022-02-233-6/+9
* score/src/schedulersimple*.c: Replace found in found in with found inJoel Sherrill2022-02-234-4/+4
* cpukit/libdebugger: Add MicroBlaze supportKinsey Moore2022-02-232-0/+1417
* cpukit/libdebugger: Avoid cascade for interruptsKinsey Moore2022-02-232-6/+104
* microblaze: Decouple exceptions from interruptsKinsey Moore2022-02-232-8/+8
* cpukit/libdebugger: Add pure swbreak capabilityKinsey Moore2022-02-232-4/+14
* cpukit/libdebugger: Avoid missed swbreak removalKinsey Moore2022-02-231-0/+16
* config: Document CONFIGURE_SCHEDULER_TABLE_ENTRIESSebastian Huber2022-02-221-4/+80
* kern_ntptime.c: Port to RTEMSSebastian Huber2022-02-215-98/+152
* kern_ntptime.c: Import from FreeBSDSebastian Huber2022-02-211-0/+1053
* kern_tc: unify timecounter to bintime delta conversionAndriy Gapon2022-02-211-21/+21
* timecounter: Initialize tc_lock earlierMark Johnston2022-02-211-1/+2
* config: CONFIGURE_DISABLE_NEWLIB_REENTRANCYSebastian Huber2022-02-211-8/+9
* termios: Pass number of sent chars to l_startChristian Mauderer2022-02-102-3/+8
* cpukit/microblaze: Simplify dispatch assemblyKinsey Moore2022-02-041-45/+3
* cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2022-02-042-5/+14
* cpukit/microblaze: Add exception extensionsKinsey Moore2022-02-043-0/+388
* cpukit/microblaze: Add debug vector and handlerKinsey Moore2022-02-042-0/+35
* cpukit/microblaze: Add exception frameworkKinsey Moore2022-02-043-17/+187
* microblaze: Add support for libbsd networkingAlex White2022-02-012-4/+1
* cpukit: Prevent error with disabled stack checkerKinsey Moore2022-01-271-0/+5
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-273-343/+2
* arm: Optimize interrupt handlingSebastian Huber2022-01-173-0/+53
* arm: Fix stack alignment during interrupt handlingSebastian Huber2022-01-171-10/+23
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11
* libtest: Check for pending eventsSebastian Huber2021-12-221-0/+9
* rtems: Fix Clock Manager parameter descriptionsSebastian Huber2021-12-221-8/+8
* libmisc/rtems-fdt: close() file 'bf'Ryan Long2021-12-171-0/+1
* dtc: Update VERSIONSebastian Huber2021-12-141-3/+3
* libfdt: overlay: make overlay_get_target() publicVikram Garhwal2021-12-141-0/+18
* libfdt: fix an incorrect integer promotionElvira Khabirova2021-12-141-1/+1
* libfdt: Add ALIGNMENT error stringGeorg Kotheimer2021-12-141-0/+1
* fdtget: Fix signedness comparisons warningsAndre Przywara2021-12-141-0/+7
* Fix CID 1461557David Gibson2021-12-141-5/+8
* libfdt: Add FDT alignment check to fdt_check_header()Rob Herring2021-12-141-0/+4
* libfdt: Fix a possible "unchecked return value" warningDavid Gibson2021-12-141-1/+4
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-12-143-2/+5
* libfdt: Tweak description of assume-aligned load helpersDavid Gibson2021-12-141-7/+7
* libfdt: Internally perform potentially unaligned loadsTom Rini2021-12-143-15/+32