summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06validation: Improve IRQ handler dispatch testSebastian Huber
2023-02-05bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSPKarel Gardas
2023-02-05bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driverKarel Gardas
2023-02-05bsps/stm32h7: import MT25TL01G QSPI memory low-level driverKarel Gardas
2023-01-31libmisc/shell/edit: Return if no memory in move_gapChris Johns
2023-01-31libmisc/shell/edit: Fix closing the editorChris Johns
2023-01-30bsps/nand: Update Xilinx NAND driverKinsey Moore
2023-01-30cpukit/dev/can: Resolve warnings in 64bit buildsKinsey Moore
2023-01-30grlib: Fix snprintf() overflow warnings from gcc 12Joel Sherrill
2023-01-28score: Help static analysis in thread initSebastian Huber
2023-01-27spec: Fix XPS_SYS_CTRL_BASEADDR default valueAlex White
2023-01-27bsps/xilinx-zynqmp: Add JFFS2 GQSPI NOR driverAlex White
2023-01-27bsps: Add Xilinx GQSPI flash helperAlex White
2023-01-27bsps: Import Xilinx GQSPI driverAlex White
2023-01-26spec: Install NandPsu headers correctlyKinsey Moore
2023-01-26cpukit/rtems/src/partcreate.c: Correct style by adding bracesJoel Sherrill
2023-01-24score: Remove unused return valueSebastian Huber
2023-01-24build: Add dl11 to libdl test exclude listSebastian Huber
2023-01-24intr: Add Interrupt Manager implementation groupSebastian Huber
2023-01-24cpuuse: Use standard wording and group nameSebastian Huber
2023-01-24clockdrv: Add clock driver implementation groupSebastian Huber
2023-01-24tm27: Avoid function pointer castsSebastian Huber
2023-01-24score: Clarify code blockSebastian Huber
2023-01-23powerpc: Increase MAS0 ESEL widthSebastian Huber
2023-01-23build: Update PyYAML to 5.4.1Sebastian Huber
2023-01-23rtems: Fix typoMartin Erik Werner
2023-01-23score: Fix minor Rhe->The typo in doxygenMartin Erik Werner
2023-01-20testsuites/libtest/dl11: Add DL test for TLSKinsey Moore
2023-01-20cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore
2023-01-20cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore
2023-01-20cpukit/libdl: Use correct mask for reloc typeKinsey Moore
2023-01-19spec: Fix Xilinx support YAML licensesKinsey Moore
2023-01-17build: Fix copyright statement formatSebastian Huber
2023-01-17build: Remove bogus attributeSebastian Huber
2023-01-17bsp/tms570: Fix define redefinition errorSebastian Huber
2023-01-17build: Use enabled by for defaultsSebastian Huber
2023-01-17build: Replace variant patterns with a listSebastian Huber
2023-01-17build: Format build itemsSebastian Huber
2023-01-17build: Add reason to test state definitionsSebastian Huber
2023-01-12jffs2: Fix return code of rtime compressSebastian Huber
2023-01-12jffs2: Update baseline version to Linux v6.1Sebastian Huber
2023-01-12treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2023-01-12jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai
2023-01-12fs: Change the type of filler_tMatthew Wilcox (Oracle)
2023-01-12jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)
2023-01-12jffs2: fix memory leak in jffs2_scan_mediumBaokun Li
2023-01-12jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li
2023-01-12fs/jffs2: fix comments mentioning i_mutexhongnanli
2023-01-12vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2023-01-12jffs2: avoid Wempty-body warningsArnd Bergmann