summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns2022-06-153-5/+5
* score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2022-06-152-1/+7
* sptests/spglobalcon01/init.cc: Change license to BSD-2Joel Sherrill2022-06-141-3/+22
* samples/iostream/init.cc: Change license to BSD-2Joel Sherrill2022-06-141-3/+22
* sptests/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-141-3/+20
* mptests/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-1426-78/+572
* smptests/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-1410-30/+220
* psxtmtests/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-1445-135/+990
* samples/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-1412-33/+244
* smptests/*/*.py: Change license to BSD-2Joel Sherrill2022-06-144-12/+88
* bsps/atsam: Fix type of options (part 2)Christian Mauderer2022-06-142-2/+4
* bsp/aarch64: Fix array warningChris Johns2022-06-111-1/+1
* bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSPKarel Gardas2022-06-103-480/+0
* bsps/stm32h7: move BSP start hooks into boards subdirectoriesKarel Gardas2022-06-1014-44/+407