summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/minimum: Prevent a stack overflowSebastian Huber2022-07-041-0/+5
* build: Add RTEMS_GCOV_COVERAGE optionSebastian Huber2022-07-0411-4/+114
* gcov: Add wrapper to dump the gcov infoSebastian Huber2022-07-043-0/+110
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-049-1/+408
* gcov: Add fork(), etc. gcov wrappersSebastian Huber2022-07-042-0/+95
* build: Allow separate optimization flagsSebastian Huber2022-07-0413-20/+93
* build: Fix optimization flags definition orderSebastian Huber2022-07-0464-128/+128
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-0471-4/+214
* build: Improve value substitutionSebastian Huber2022-07-041-9/+16
* build: Fix identifier patternSebastian Huber2022-07-041-1/+1
* build: Move BSP_INCLUDES splitSebastian Huber2022-07-042-1/+2
* build: Add more flags to BuildItemContextSebastian Huber2022-07-041-23/+70
* samples/cdtest: Test exceptions during system initSebastian Huber2022-07-041-9/+35
* bsps/xilinx-zynq: Init debug console only onceSebastian Huber2022-07-011-4/+1
* bsp/lpc32xx: Optimize Ethernet transmitSebastian Huber2022-06-271-1/+1
* bsp/stm32h7: Exclude some testsSebastian Huber2022-06-241-0/+2
* bsp/rtl22xx: Exclude exit03Sebastian Huber2022-06-241-0/+1
* tstsmallmem: Exclude exit03 and tftpfsSebastian Huber2022-06-241-0/+2
* riscv: Include missing header fileSebastian Huber2022-06-241-0/+2
* score: Account for <sys/bitset.h> API changesSebastian Huber2022-06-231-17/+73
* score: Remove unused _Processor_mask_Nand()Sebastian Huber2022-06-231-16/+0
* spcpuset01: Account for <sys/cpuset.h> API changesSebastian Huber2022-06-231-0/+10
* score: Make SMP only code explicitSebastian Huber2022-06-235-31/+36
* kern_tc.c: Provide a weak hardpps() implementationSebastian Huber2022-06-231-0/+12
* score: Use right clock for threadq timeoutsSebastian Huber2022-06-232-4/+10
* TFTPFS: Fix test configuration for FP targetsSebastian Huber2022-06-211-0/+2
* TFTPFS: Reduce test configurationSebastian Huber2022-06-211-3/+2
* TFTPFS: Add testsFrank Kühndel2022-06-218-1/+9506
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-215-673/+2195
* TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel2022-06-211-10/+10
* testsuite: Fix gcc 12 warningsChris Johns2022-06-2162-89/+96
* jffs2: Update baseline version to Linux v5.9Sebastian Huber2022-06-201-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2022-06-202-1/+2
* jffs2: fix jffs2 mounting failureZhe Li2022-06-201-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2022-06-201-1/+1
* jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2022-06-202-3/+3
* Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley2022-06-201-1/+1
* jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang2022-06-201-1/+4
* jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig2022-06-203-35/+27
* jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai2022-06-201-1/+1
* jffs2: Remove C++ style comments from uapi headerMasahiro Yamada2022-06-201-5/+0
* jffs2: fix use-after-free on symlink traversalAl Viro2022-06-201-1/+2
* Convert jffs2 acl to struct_sizeMatthew Wilcox2022-06-201-0/+1
* jffs2: Use RTEMS_CONTAINER_OFSebastian Huber2022-06-201-1/+1
* aarch64/gicv3: Remove accesses to secure registersChris Johns2022-06-161-3/+15
* bsps/versal: Support a 64bit RAM baseChris Johns2022-06-161-1/+1
* bsp/aarch64: Flush the cache before invalidating itChris Johns2022-06-161-1/+2
* bsps/shared/*: Change license to BSD-2Joel Sherrill2022-06-1574-222/+1628
* bsps/arm: MP core timer setting off by oneChris Johns2022-06-151-1/+1
* cpukit: Fixes for GCC 12 warningsChris Johns2022-06-153-1/+7