summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* clockdrv: Add clock driver implementation groupSebastian Huber2023-01-241-4/+2
* score: Clarify code blockSebastian Huber2023-01-241-1/+1
* powerpc: Increase MAS0 ESEL widthSebastian Huber2023-01-231-2/+2
* rtems: Fix typoMartin Erik Werner2023-01-231-1/+1
* score: Fix minor Rhe->The typo in doxygenMartin Erik Werner2023-01-231-1/+1
* cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore2023-01-201-0/+38
* cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore2023-01-201-2/+2
* cpukit/libdl: Use correct mask for reloc typeKinsey Moore2023-01-201-1/+1
* jffs2: Fix return code of rtime compressSebastian Huber2023-01-121-1/+1
* jffs2: Update baseline version to Linux v6.1Sebastian Huber2023-01-121-1/+1
* treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-121-4/+4
* jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2023-01-121-4/+2
* fs: Change the type of filler_tMatthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2023-01-121-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2023-01-121-1/+3
* fs/jffs2: fix comments mentioning i_mutexhongnanli2023-01-121-2/+2
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2023-01-121-1/+1
* jffs2: avoid Wempty-body warningsArnd Bergmann2023-01-121-8/+8
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2023-01-121-1/+1
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2023-01-121-0/+3
* fs: make helpers idmap mount awareChristian Brauner2023-01-121-1/+2
* jffs2: remove trailing semicolon in macro definitionTom Rix2023-01-121-2/+2
* jffs2: Allow setting rp_size to zero during remountinglizhe2023-01-121-0/+1
* jffs2: Fix GC exit abnormallyZhe Li2023-01-121-0/+16
* jffs2: Fix if/else empty body warningsRandy Dunlap2023-01-121-11/+12
* jffs2: Add <linux/printk.h>Sebastian Huber2023-01-121-0/+6
* arm: Enable thread ID register for ARMv6Sebastian Huber2023-01-031-1/+2
* rtems_shell_main_chmod: Correct argument indexingzack leung2022-12-261-1/+1
* rtems_shell_main_mmove problemzack leung2022-12-231-1/+1
* dtc: Update VERSIONSebastian Huber2022-12-221-10/+18
* libfdt: prevent integer overflow in fdt_next_tagTadeusz Struk2022-12-221-5/+12
* libfdt: add fdt_get_property_by_offset_w helperTadeusz Struk2022-12-221-0/+7
* libdtc: remove duplicate judgmentsJia Xianhua2022-12-221-3/+0
* score: Fix _Processor_mask_To_uint32_t()Sebastian Huber2022-12-201-2/+2
* tftpDriver.c: Fix Coverity issuesFrank Kühndel2022-12-021-5/+22
* config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber2022-12-023-0/+33
* libmisc/rtems-fdt: Support prop map items up to the size of uintptr_tChris Johns2022-11-252-2/+23
* libmisc/shell: Fix edit Coverity errorChris Johns2022-11-251-1/+1
* libmisc/shell: Support terminal size as env variablesChris Johns2022-11-233-39/+155
* cpukit/rtems-fdt: Avoid use of malloc/errnoKinsey Moore2022-11-181-7/+6
* cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-1418-58/+374
* cpukit/fdt: Fix typos and clarify paramsKinsey Moore2022-11-101-9/+15
* Remove remnants of rtems_io_lookup_nameJoel Sherrill2022-11-101-21/+0
* arm: Fix Armv7-M TLS supportSebastian Huber2022-11-101-1/+1
* riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber2022-11-091-15/+13
* libmd: Remove extra digest copy in SHA256_Final()Sebastian Huber2022-11-091-1/+0
* riscv: Remove superfluous init/fini functionsSebastian Huber2022-11-091-12/+0
* config: Place init task storage area in .rtemsstackSebastian Huber2022-11-091-1/+2
* cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore2022-11-091-0/+20