index
:
rtems
4.10
4.11
4.8
4.9
5
master
RTEMS Kernel, file-systems, drivers, BSPs, samples, and testsuite.
devel@rtems.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsps/xqspipsu: Add SFDP config space read ability
HEAD
master
Kinsey Moore
40 hours
3
-0
/
+69
*
bsps/xqspipsu: Break out RDID
Kinsey Moore
40 hours
2
-16
/
+44
*
build: Remove enabled-by special case
Sebastian Huber
3 days
6
-18
/
+30
*
libdl: Use _CPU_Get_TLS_thread_pointer()
Sebastian Huber
10 days
1
-67
/
+6
*
score: Add _CPU_Get_TLS_thread_pointer()
Sebastian Huber
10 days
20
-0
/
+184
*
build: Add target to build scripts
Sebastian Huber
10 days
13
-0
/
+13
*
rtems: rtems_configuration_get_interrupt_stack_size()
Sebastian Huber
10 days
3
-2
/
+16
*
score: Fix TLS support for some code models
Sebastian Huber
10 days
4
-60
/
+109
*
bsp/stm32h7: Exclude some tests
Sebastian Huber
10 days
1
-0
/
+2
*
arm/lm3s69xx: Exclude monitor test program
Sebastian Huber
10 days
1
-0
/
+1
*
validation: Add RTEMS_DEFINE_GLOBAL_SYMBOL() test
Sebastian Huber
11 days
1
-1
/
+29
*
sp37: Check ISR level of system init
Sebastian Huber
11 days
1
-0
/
+18
*
build: Merge regulator build into library item
Sebastian Huber
12 days
2
-20
/
+3
*
tests: Improve RTEMS_DEFINE_GLOBAL_SYMBOL() tests
Sebastian Huber
12 days
2
-5
/
+24
*
score: Fix RTEMS_DEFINE_GLOBAL_SYMBOL()
Sebastian Huber
12 days
1
-2
/
+3
*
microblaze: Fix relocation targets
Alex White
13 days
1
-9
/
+10
*
build: Use build context for custom commands
Sebastian Huber
14 days
13
-28
/
+20
*
bsps/zynqmp: Add locking around JFFS2 NAND adapter
Kinsey Moore
2023-09-06
1
-4
/
+26
*
bsps/xnandpsu: Ensure correct cache maintenance
Kinsey Moore
2023-09-06
1
-0
/
+21
*
cpukit/jffs2: Avoid delayed work lock inversion
Kinsey Moore
2023-09-06
1
-1
/
+13
*
microblaze: Add link options to dl07, dl08, and dl09
Alex White
2023-08-30
3
-3
/
+12
*
build: Allow enabled-by in ldflags for link_cc and link_cxx
Alex White
2023-08-30
1
-3
/
+10
*
microblaze: Add dl05 to expected failures
Alex White
2023-08-30
1
-0
/
+6
*
microblaze: Add dl06 to expected failures
Alex White
2023-08-30
1
-1
/
+3
*
microblaze: Align exception-related sections
Alex White
2023-08-30
1
-4
/
+4
*
microblaze: Add libdl support
Alex White
2023-08-30
7
-1
/
+402
*
cpukit/libdl: Fix incorrect operator precedence access the name
Chris Johns
2023-08-28
1
-1
/
+2
*
cpukit/libdl: Correctly account for section alignments
Chris Johns
2023-08-28
2
-19
/
+13
*
libdl: Realloc text memory if there are trampolines
Chris Johns
2023-08-27
20
-196
/
+525
*
spec/testsuite/dl: Fix optimization flags
Chris Johns
2023-08-27
12
-11
/
+23
*
cpukit/score/aarch64: Use correct MAIR index
Kinsey Moore
2023-08-22
1
-2
/
+2
*
x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-5
/
+9
*
v850/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
sparc64/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
sh/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
moxie/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
mips/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
m68k/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
lm32/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
i386/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
bfin/include/rtems/score/cpuimpl.h: Address unused parameter warning
Joel Sherrill
2023-08-21
1
-0
/
+4
*
bsps/arm/imxrt: Optimize nocache memory settings
Christian Mauderer
2023-08-21
1
-2
/
+2
*
bsps/arm/imxrt1166: Enable USB
Christian Mauderer
2023-08-21
3
-46
/
+85
*
bsps/imxrt: Fix enabling USBPHY in fsl_clock
Christian Mauderer
2023-08-21
1
-0
/
+8
*
libdl: Add support to import base image TLS symbols
Chris Johns
2023-08-21
13
-59
/
+421
*
spec/cpukit: Omit Cortex-M from libdebugger build
Kinsey Moore
2023-08-18
1
-1
/
+9
*
Address Regulator warning for no prototype for memset()
zack
2023-08-15
1
-0
/
+1
*
build: Make gzip archives reproducible
Sebastian Huber
2023-08-14
1
-1
/
+1
*
cpukit/libdl: AARCH64 unwind uses DWARF 2 tables
Chris Johns
2023-08-12
2
-1
/
+17
*
Add the Regulator Interface and test
Joel Sherrill
2023-08-11
10
-0
/
+2795
[next]