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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
system.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
Add INIT_ATTR to system_init()
Aidan MacDonald
1
-0
/
+6
2022-05-22
mips: add native backtrace implementation
Aidan MacDonald
1
-1
/
+2
2022-04-01
system: update MEM_ALIGN_ATTR for targets with CPU caches
bootloader_erosq_v1
Aidan MacDonald
1
-2
/
+2
2021-03-03
Fix MIPS cache operations and enable HAVE_CPU_CACHE_ALIGN on MIPS
Aidan MacDonald
1
-0
/
+4
2021-02-27
Rename symbols of FiiO M3K Linux-based port
Aidan MacDonald
1
-1
/
+1
2020-11-11
iriver_flash: refactor code to be easier to understand
James Buren
1
-2
/
+2
2020-10-11
New port: AIGO EROS Q / EROS K
Solomon Peachy
1
-1
/
+1
2020-10-01
hosted pcm-alsa improvements
Solomon Peachy
1
-1
/
+1
2018-11-09
debug: Wrap rb_backtrace with HAVE_RB_BACKTRACE instead of CPU_ARM
Solomon Peachy
1
-0
/
+5
2017-12-09
Playback: Move internal track list onto buffer
Michael Sevakis
1
-0
/
+5
2017-10-30
Make atomic bit modification functions return previous value.
Michael Sevakis
1
-8
/
+9
2017-09-05
Initial commit for the Sony NWZ linux port
Amaury Pouly
1
-1
/
+1
2017-04-08
Fix some problems with playback crashing
Michael Sevakis
1
-0
/
+4
2017-01-25
AMS: Return ascodec to interrupt-based I2C2 driver
Michael Sevakis
1
-4
/
+11
2017-01-21
Fix warnings - got to (void) the statement
Michael Sevakis
1
-1
/
+1
2017-01-21
Add CPU mode asserts to kernel on blocking functions.
Michael Sevakis
1
-0
/
+10
2014-11-29
Add IS_ALIGNED(x, a) macro helper
Andrew Ryabinin
1
-0
/
+2
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-1
/
+9
2014-08-25
Do a better endian.h setup that isn't as fragile
Michael Sevakis
1
-119
/
+1
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
1
-13
/
+25
2014-08-05
Fix up some more red
Michael Sevakis
1
-0
/
+5
2014-03-24
Fix ALIGN_DOWN() macro on 64bit.
Thomas Martitz
1
-1
/
+1
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
1
-1
/
+4
2014-01-05
Do not include kernel.h in system.h.
Thomas Martitz
1
-2
/
+3
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
1
-3
/
+13
2012-03-03
Integrate the warble tool in the regular build system.
Frank Gevaerts
1
-0
/
+1
2012-03-03
Fix __PCTOOL__ dependencies on SIMULATOR
Frank Gevaerts
1
-0
/
+2
2012-01-04
dbg_hw_info() : add prototype to system.h
Rafaël Carré
1
-0
/
+3
2012-01-04
dbg_ports() : move proto to system.h
Rafaël Carré
1
-0
/
+4
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
1
-29
/
+0
2011-10-07
Add two macros for char*-based pointer arithmetic and use it in font.c
Thomas Martitz
1
-0
/
+2
2011-08-30
Fix last yellows.
Thomas Martitz
1
-0
/
+1
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
1
-0
/
+4
2011-08-14
Remove hosted_get_volume(), as event data is available in button_get_data().
Thomas Martitz
1
-4
/
+0
2011-06-14
Slightly more typesafe ALIGN_DOWN/UP macros.
Thomas Martitz
1
-1
/
+1
2011-05-31
Android: ignore swap16 and swap32 from NDK.
Dominik Riebeling
1
-0
/
+6
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
1
-0
/
+4
2011-02-09
Buffering should align itself and not rely on buffering_reset parameters when...
Michael Sevakis
1
-0
/
+3
2011-02-06
Add ARMv4 16-bit(set, mod, clr) operations used on DM320.
Karl Kurbjun
1
-0
/
+4
2011-01-30
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
1
-60
/
+69
2010-11-22
Fix typo in comment.
Andree Buschmann
1
-1
/
+1
2010-11-21
Change alignment macros to allow further performance optimization. Define the...
Andree Buschmann
1
-46
/
+65
2010-09-08
Rename cache coherency functions.
Thomas Martitz
1
-0
/
+12
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
1
-9
/
+1
2010-07-15
Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...
Nils Wallménius
1
-2
/
+3
2010-06-30
Remove atomic register bit manipulation functions from i.MX and s3c target co...
Michael Sevakis
1
-0
/
+5
2010-06-23
playback.c: don't assume cacheline size is 16 bytes
Rafaël Carré
1
-1
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-3
/
+6
2010-06-20
Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't defined
Michael Sparmann
1
-0
/
+1
2010-06-20
Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistency
Michael Sparmann
1
-0
/
+1
[next]