summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complete STACK_CHECKER_EXTENSION. Fixes #2889Stavros Passas2017-01-301-0/+1
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-303-11/+51
* rtems: Fix _Rate_monotonic_Renew_deadline()Kuan-Hsun Chen2017-01-307-5/+178
* score: Clarify _Heap_Extend()Sebastian Huber2017-01-271-5/+6
* score: Fix typoSebastian Huber2017-01-271-1/+1
* score: Fix user extensions orderSebastian Huber2017-01-265-51/+58
* sapi: Add rtems_task_terminate_extensionSebastian Huber2017-01-261-0/+1
* Remove rtems_rate_monotonic_postponed_job_count()Kuan-Hsun Chen2017-01-266-38/+21
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-2618-288/+14
* psxtests: Relax shared memory testsSebastian Huber2017-01-252-18/+24
* posix: Fix use of uninitialized variableSebastian Huber2017-01-251-0/+2
* sptests/spedfsched04: Merge and fixSebastian Huber2017-01-254-193/+113
* Adding ARM VFP V2 supportKevin Kirspel2017-01-242-0/+10
* sptests/sprmsched01: Merge and fixSebastian Huber2017-01-244-196/+112
* rtems: rtems_rate_monotonic_postponed_job_count()Sebastian Huber2017-01-241-12/+7
* rtems: Fix _Rate_monotonic_Release_postponed_job()Sebastian Huber2017-01-241-5/+3
* rtems: Fix _Rate_monotonic_Renew_deadline()Sebastian Huber2017-01-243-44/+21
* fsscandir01: Check MAXNAMLEN and NAME_MAXSebastian Huber2017-01-241-0/+2
* smptests/smpsignal01: Check signal ISR levelSebastian Huber2017-01-242-7/+68
* sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber2017-01-241-12/+3
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
* Use <sys/endian.h>Sebastian Huber2017-01-244-39/+17
* Provide <endian.h> for glibc compatibilitySebastian Huber2017-01-243-0/+6
* bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel2017-01-241-10/+14
* nfsclient: Fix suspicious conditionSebastian Huber2017-01-231-1/+2
* sys/endian.h: Document FreeBSD originSebastian Huber2017-01-231-1/+1
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
* bsp/beatnik: Remove superfluous checkSebastian Huber2017-01-201-1/+1
* raspberrypi: fix math inside of sizeofGedare Bloom2017-01-191-1/+1
* raspberrypi: use signed int for return variableGedare Bloom2017-01-191-1/+1
* smdk2410: delete unused variablesGedare Bloom2017-01-191-8/+1
* JFFS2: Fix typoSebastian Huber2017-01-191-1/+1
* m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
* m68k/mcf52235/*/mc52235-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
* arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05Joel Sherrill2017-01-171-0/+1
* powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-176-0/+6
* m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* m68k/mrm332/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* m68k/mcf52235/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
* arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
* arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
* arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
* rtems-test-check: Fix to properly process excludesStavros Passas2017-01-171-1/+5
* powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill2017-01-165-0/+10
* atsam: Fix SC16IS752 documentationSebastian Huber2017-01-161-1/+2
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-134-15/+20
* sptests: EDF scheduler overrun handlingKuan-Hsun Chen2017-01-138-1/+316
* sptests: rate monotonic scheduler overrun handlingKuan-Hsun Chen2017-01-138-0/+349