summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsp/qoriq: Fix L1 cache flushSebastian Huber2017-04-031-6/+13
* bsp/qoriq: Adjust MMU config only onceSebastian Huber2017-04-033-5/+10
* bsp/qoriq: Add post-link hookSebastian Huber2017-04-031-0/+7
* bsps: Fix baud settingsSebastian Huber2017-04-038-12/+10
* configure: Remove defunct configure stuffSebastian Huber2017-04-031-2/+0
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-316-1341/+1523
* benchmarks/whetstone: Port to RTEMSSebastian Huber2017-03-295-15/+39
* benchmarks/whetstone: ImportSebastian Huber2017-03-291-0/+433
* benchmarks/linpack: Port to RTEMSSebastian Huber2017-03-295-180/+109
* benchmarks/linpack: ImportSebastian Huber2017-03-291-0/+1333
* benchmarks/dhrystone: Port to RTEMSSebastian Huber2017-03-297-33/+128
* benchmarks/dhrystone: ImportSebastian Huber2017-03-296-0/+1596
* benchmarks: Add benchmark templatesSebastian Huber2017-03-2915-1/+273
* arm: Optimize context switchSebastian Huber2017-03-284-90/+55
* posix: Fix pthread_detach() internal lock acquireSebastian Huber2017-03-281-1/+1
* rtems: Fix error return pathSebastian Huber2017-03-281-0/+1
* cpukit: Fix Makefile.am and update preinstall.amSebastian Huber2017-03-272-18/+20
* bsp/qoriq: Regenerate preinstall.amSebastian Huber2017-03-271-4/+0
* bsp/tms570: Use shared benchmark timerSebastian Huber2017-03-272-62/+1
* bsps: Add simple CPU counter benchmark timerSebastian Huber2017-03-271-0/+35
* bsp/tms570: Simplify CPU counter supportSebastian Huber2017-03-271-63/+13
* bsps/arm: Add Performance Monitors ExtensionSebastian Huber2017-03-271-1/+446
* bsp/tms570: Simplify <bsp.h>Sebastian Huber2017-03-271-12/+0
* bsp/tms570: Remove OPERATION_COUNT defineSebastian Huber2017-03-271-3/+0
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2277-658/+1393
* bsp/atsam: Fix DMA support of some driversSebastian Huber2017-03-223-0/+3
* dosfs: Fix file name searchSebastian Huber2017-03-162-18/+17
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-161-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-161-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-161-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-161-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-161-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-161-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-163-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-161-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-161-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-1610-36/+183
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-162-5/+22
* libio: Fix deadlock in location managementSebastian Huber2017-03-168-17/+21
* psxstrsignal01: New testJoel Sherrill2017-03-156-1/+198
* tools/build/eolstrip.c: Use snprintf() to avoid potential buffer overflowJoel Sherrill2017-03-141-1/+3
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
* Fix rtems-test-check with a BSD sed.Chris Johns2017-03-142-6/+6
* libbsp/mips/shared/irq/i8259.c: Add include of rtems/bspIo.hJoel Sherrill2017-03-091-0/+1
* libbsp/shared/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill2017-03-091-1/+0
* libbsp/malta/pci/pci.c: Correct printk() formatsJoel Sherrill2017-03-091-6/+6
* libbsp/csb350/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill2017-03-091-3/+0
* libbsp/mips/shared/irq.c: Fix warningsJoel Sherrill2017-03-092-41/+11
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-092-7/+3