| Commit message (Expand) | Author | Age |
| * | Fix typo in comment. | Andree Buschmann | 2010-11-22 |
| * | Change alignment macros to allow further performance optimization. Define the... | Andree Buschmann | 2010-11-21 |
| * | Rename cache coherency functions. | Thomas Martitz | 2010-09-08 |
| * | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré | 2010-07-25 |
| * | Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ... | Nils Wallménius | 2010-07-15 |
| * | Remove atomic register bit manipulation functions from i.MX and s3c target co... | Michael Sevakis | 2010-06-30 |
| * | playback.c: don't assume cacheline size is 16 bytes | Rafaël Carré | 2010-06-23 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't defined | Michael Sparmann | 2010-06-20 |
| * | Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistency | Michael Sparmann | 2010-06-20 |
| * | Get checkwps going again, don't mess with sdl in it. | Thomas Martitz | 2010-05-15 |
| * | - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos... | Thomas Martitz | 2010-05-15 |
| * | Cache align the pitch detector audiobuffer where needed. Some other misc. cha... | Michael Sevakis | 2010-05-14 |
| * | i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,... | Michael Sevakis | 2010-04-23 |
| * | Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessity | Rafaël Carré | 2010-03-26 |
| * | Accept expressions in CACHE_OVERLAP() macro | Rafaël Carré | 2010-03-25 |
| * | Make storage alignement use cache alignement macros | Rafaël Carré | 2010-03-25 |
| * | Remove unneeded instruction from the coldfire ffs function and fix a wrong co... | Nils Wallménius | 2009-12-16 |
| * | fix checkwps breakage caused by r229900 | Nils Wallménius | 2009-10-06 |
| * | Once again fix building of the database tool that gets broke over and over | Nils Wallménius | 2009-10-06 |
| * | Fixed checkwps build warnings. Updated checkwps makefile to be closer to main. | Björn Stenberg | 2009-09-01 |
| * | Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6... | Andrew Mahone | 2009-06-06 |
| * | Fix undefined BIT_N on non-SH targets. | Andrew Mahone | 2009-06-06 |
| * | Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th... | Andrew Mahone | 2009-06-06 |
| * | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis | 2009-02-11 |
| * | Accept FS#9717 by Akio Idehara with a small change suggested by Rafaël CarrÃ... | Nils Wallménius | 2009-01-24 |
| * | remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro... | Andrew Mahone | 2009-01-13 |
| * | Clean up panicf and introduce system_exception_wait to do further target task... | Michael Sevakis | 2009-01-08 |
| * | Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() | Nils Wallménius | 2008-11-22 |
| * | Introduce likely() and unlikely() macros, use to give gcc hints about which b... | Nils Wallménius | 2008-11-20 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | remove leftover debug stuff | Marcoen Hirschberg | 2008-06-27 |
| * | initial Meizu M6SL port (take 2) | Marcoen Hirschberg | 2008-06-27 |
| * | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis | 2008-03-25 |
| * | mpegplayer: Make playback engine fully seekable and frame-accurate and split ... | Michael Sevakis | 2007-12-29 |
| * | Add some CACHEALIGN_* macros and a helper function to assist in aligning data... | Michael Sevakis | 2007-11-08 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Messages queues must be guarded on both ends or else it's a race between dete... | Michael Sevakis | 2007-05-12 |
| * | Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the... | Michael Sevakis | 2007-04-13 |
| * | Moved SH1 system code to target tree. * First shot at hwcompat cleanup. | Jens Arnold | 2007-04-11 |
| * | Fix the rest of them I hope. | Michael Sevakis | 2007-03-29 |
| * | Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak... | Michael Sevakis | 2007-03-29 |
| * | Make scheduler functions thread safe core wise. A big step towards playback r... | Miika Pekkarinen | 2007-03-26 |
| * | PNX0101 changes: | Tomasz Malesinski | 2007-03-24 |
| * | Fix red builds and make udelay actually work as it should again. | Barry Wardell | 2007-03-10 |
| * | Make udelay() wrap-safe. | Barry Wardell | 2007-03-10 |
| * | Fix broken builds | Jonathan Gordon | 2007-01-22 |
| * | Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls... | Jonathan Gordon | 2007-01-22 |
| * | add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3... | Marcoen Hirschberg | 2007-01-16 |
| * | Prepare core support for the iriver bootloader supporting ROM images | Miika Pekkarinen | 2007-01-12 |