summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-07score: Implement forced thread migrationSebastian Huber3-0/+44
2014-05-07bsps/arm: Declare return typesSebastian Huber1-7/+8
2014-05-07bsps: Fix BSP_INITIAL_EXTENSIONSebastian Huber1-1/+1
2014-05-06multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill14-35/+0
2014-05-06bsp/gen83xx: Add BSP_USB_EHCI_MPC83XX_HAS_ULPISebastian Huber1-0/+3
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns30-0/+416
2014-04-30libchip: Add asserts to dwmac driverRalf Kirchner1-0/+3
2014-04-30libchip: Correct netstats message for dwmac driverRalf Kirchner1-1/+1
2014-04-30bsp/altera-cyclone-v: Move mbufs and network clusters to uncached RAMRalf Kirchner1-0/+12
2014-04-30bsp/altera-cyclone-v: Increase size of nocache region and nocache heapRalf Kirchner2-3/+3
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber3-3/+1
2014-04-29bsps/mips: Delete unused filesSebastian Huber15-705/+0
2014-04-29bsps/m32r: Fix bsp_specsSebastian Huber1-6/+4
2014-04-29bsps/bfin: Fix bsp_specsSebastian Huber5-25/+12
2014-04-29bsp/h8sim: Fix linker command fileSebastian Huber1-0/+2
2014-04-28sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-60/+33
2014-04-28sparc: Optimize context switchSebastian Huber1-4/+2
2014-04-24mcf52235/configure.ac: Delete junk lineJoel Sherrill1-1/+0
2014-04-23bootstrap: Sort the contents of the prinstall.am files.Chris Johns2-4/+4
2014-04-22shsim: Correct linking for C++Joel Sherrill2-16/+13
2014-04-22gensh4: Correct linking for C++Joel Sherrill2-42/+8
2014-04-22gensh2: Correct linking for C++Joel Sherrill2-16/+8
2014-04-22gensh1: Correct linking for C++Joel Sherrill2-16/+8
2014-04-22score603e: Add rtems_crtiJoel Sherrill1-3/+3
2014-04-22ss555: Add rtems_crti/nJoel Sherrill3-3/+17
2014-04-22sim68000/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill1-2/+5
2014-04-22mpc8260ads: Add rtems_crti/nJoel Sherrill3-6/+13
2014-04-22h8sim/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill1-1/+4
2014-04-22niagara/Makefile.am: Fix rule for start.oJoel Sherrill1-1/+1
2014-04-22libcpu/sh: Build cache stubs so apps usign cache API linkJoel Sherrill6-11/+46
2014-04-22dummy_printk_support.c: Comment clean upJoel Sherrill1-6/+9
2014-04-22shsim: Add printk() support and move all code to console subdirectoryJoel Sherrill4-10/+55
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber78-78/+234
2014-04-22bsp/mbx8xx: Fix Makefile.am and bsp_specsSebastian Huber4-7/+27
2014-04-22bsps/powerpc: Fix linker command filesSebastian Huber3-11/+7
2014-04-17bsp/arm: Cleanup L2 cache handlingRalf Kirchner1-38/+7
2014-04-17bsp/arm: Correct L2 cache enable methodRalf Kirchner1-53/+48
2014-04-17bsp/arm: Add cache size methodsRalf Kirchner2-0/+115
2014-04-17bsp/arm: Add L2 cache lockingRalf Kirchner1-9/+34
2014-04-17bsp/arm: Remove unused cache store methodsRalf Kirchner2-30/+0
2014-04-17bsp/arm: Correct cache misalignment handlingRalf Kirchner2-32/+60
2014-04-17bsp/arm: Correct L2 cache flushingRalf Kirchner1-17/+31
2014-04-17bsp/arm: Remove arm erratum 764369 from L2 cacheRalf Kirchner1-14/+0
2014-04-17bsp/arm: Consistenly same handling for flushingRalf Kirchner1-2/+2
2014-04-17bsp/arm: RTEMS_SMP to arm erratum 764369 detectionRalf Kirchner3-10/+8
2014-04-17bsp/arm: Erratum 764369 after enabling SCURalf Kirchner1-1/+1
2014-04-17bsp/arm: Correct detection of arm erratum 764368Ralf Kirchner1-0/+1
2014-04-17bsp/arm: Cleanup L1 cacheRalf Kirchner1-2/+2
2014-04-17libchip: Correct error handling in dwmac driverRalf Kirchner1-11/+4
2014-04-17libchip: Reduce tx interruptsRalf Kirchner4-222/+262