index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-11
New port: AIGO EROS Q / EROS K
Solomon Peachy
1
-2
/
+2
2020-10-09
New port: FiiO M3K
Solomon Peachy
1
-1
/
+2
2020-09-02
mips: use .set push/pop in asm code
Solomon Peachy
1
-7
/
+6
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
8
-784
/
+0
2020-07-03
ARM: Rejigger the asm corelock functions
Solomon Peachy
1
-34
/
+37
2020-04-06
xDuoo X3II and X20 port
Marcin Bukat
1
-1
/
+1
2018-09-07
mips: Update the MIPS threading code
Solomon Peachy
2
-53
/
+47
2018-09-07
MIPS: fix memset()
Marcin Bukat
1
-112
/
+3
2018-06-12
Fix MIPS threading code to compile with older compiler
Marcin Bukat
1
-34
/
+34
2018-06-12
Agptek Rocker: Initial commit
Marcin Bukat
3
-38
/
+54
2017-09-17
fix warning in lcd-as-memframe.c
Amaury Pouly
1
-2
/
+0
2017-09-05
Initial commit for the Sony NWZ linux port
Amaury Pouly
1
-1
/
+1
2017-07-27
Fix arm memset() handling of negative arguments
Franklin Wei
1
-0
/
+1
2017-02-04
Fix dangerous casts
Amaury Pouly
1
-1
/
+2
2017-01-15
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
Matthias Mohr
5
-10
/
+10
2014-11-10
Fix YUV generic C performance function on 24-bit framebuffer
Amaury Pouly
1
-3
/
+3
2014-09-18
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
2
-1
/
+5
2014-08-29
Add mempcpy implementation
Michael Sevakis
6
-2
/
+88
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2
-16
/
+16
2014-08-18
thread-unix patchup!
Michael Sevakis
1
-4
/
+26
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
1
-0
/
+5
2014-08-08
Do some kernel cleanup
Michael Sevakis
1
-3
/
+1
2014-08-05
One more shot; errno.h needs to be in the ARM one too :)
Michael Sevakis
1
-0
/
+1
2014-08-05
Hosted builds using thread.c have errno as thread context.
Michael Sevakis
1
-1
/
+1
2014-06-24
zen/zenxfi: switch lcd driver to 24-bit mode
Amaury Pouly
1
-1
/
+2
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
3
-4
/
+11
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
2
-0
/
+163
2014-02-05
Samsung YP-R1 target port
Lorenzo Miori
1
-1
/
+1
2012-10-24
Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"
Marcin Bukat
1
-1
/
+0
2012-10-24
SH gcc 4.6.3 with link-time optimization, for Archos targets
Boris Gjenero
1
-0
/
+1
2012-06-11
Rearrange #ifdefs a bit, so SIGALTSTACK overrides CPU-specific threading.
Frank Gevaerts
2
-29
/
+26
2012-03-28
Apparently make doesn't like inline comments
Thomas Martitz
1
-1
/
+2
2012-03-28
build system: completely autodetect target cpu architecture.
Thomas Martitz
1
-1
/
+2
2012-03-12
Coldfire: Optimize emac context save/restore in mixer ISR.
Michael Sevakis
2
-24
/
+36
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
5
-17
/
+17
2012-02-19
beep/mixer code: Code police a bit.
Michael Sevakis
1
-0
/
+1
2012-02-18
Split CPU-optimized beep code into the firmware/asm tree.
Michael Sevakis
3
-0
/
+132
2012-02-05
Urgh...actually change all the stuff I'm supposed to.
Michael Sevakis
1
-2
/
+2
2012-02-05
Make generic pcm-mixer.c more generic in the way it writes output.
Michael Sevakis
2
-112
/
+15
2012-02-04
Generic find_first_set_bit can use __builtin_ctz instead of __builtin_ffs
bootloader_clipv2_v5
Michael Sevakis
1
-3
/
+4
2012-01-27
find_first_set_bit tweaks
Michael Sevakis
2
-24
/
+9
2012-01-22
Fix typo in comment.
Thomas Martitz
1
-1
/
+1
2012-01-22
Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...
Thomas Martitz
5
-0
/
+269
2012-01-22
ypr0: Use generic lcd memframe driver.
Thomas Martitz
1
-1
/
+2
2012-01-22
Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.
Thomas Martitz
3
-0
/
+880
2012-01-22
Move optimized memcpy and friends and strlen to firmware/asm,
Thomas Martitz
21
-1
/
+3847
2012-01-22
Add framework to let make automatically pick optimized asm implementations ov...
Thomas Martitz
2
-0
/
+28
2012-01-22
Move pcm_mixer helper routines to firmware/asm.
Thomas Martitz
7
-0
/
+755
2012-01-22
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
13
-0
/
+997