summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2021-12-142-1/+9
* libfdt: Fix kernel-doc commentsAndre Przywara2021-12-141-36/+75
* libfdt: fdt_strerror(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara2021-12-141-4/+6
* libfdt: libfdt_wip: Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_move(): Fix comparison warningsAndre Przywara2021-12-141-1/+4
* libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara2021-12-141-7/+7
* libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_resize(): Fix comparison warningAndre Przywara2021-12-141-1/+4
* libfdt: fdt_splice_(): Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: fdt_get_string(): Fix comparison warningsSimon Glass2021-12-141-2/+2
* libfdt: fdt_grab_space_(): Fix comparison warningAndre Przywara2021-12-141-2/+2
* libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara2021-12-141-2/+2
* libfdt: fdt_offset_ptr(): Fix comparison warningsAndre Przywara2021-12-141-3/+7
* libfdt: fix fdt_check_node_offset_ w/ VALID_INPUTFrank Mehnert2021-12-141-6/+10
* libfdt: add extern "C" for C++Patrick Oppenlander2021-12-141-0/+8
* libfdt: trivial typo fixPatrick Oppenlander2021-12-141-1/+1
* libfdt: Correct condition for reordering blocksSimon Glass2021-12-141-1/+1
* libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich2021-12-141-6/+7
* libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2021-12-142-4/+5
* libfdt: Add support for disabling internal checksSimon Glass2021-12-142-2/+11
* libfdt: Improve comments in some of the assumptionsSimon Glass2021-12-141-3/+12
* libfdt: Fix a few typosSimon Glass2021-12-141-3/+3
* rtems: Improve ordering in <rtems/rtems/intr.h>Sebastian Huber2021-12-131-284/+284
* Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber2021-12-096-7/+17
* untar: Make behavior similar to GNU or BSD tarChristian Mauderer2021-12-091-20/+37
* score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber2021-12-071-14/+20
* libtest: Fix sample reportingSebastian Huber2021-12-071-11/+14
* libtest: Fix overlap in measurement contextSebastian Huber2021-12-071-2/+2
* score: Fix atomic stores for C++Sebastian Huber2021-12-071-3/+3
* rtems: Move all Interrupt Manager stuff to intr.hSebastian Huber2021-12-022-2274/+2272