summaryrefslogtreecommitdiff
path: root/firmware/asm/m68k
AgeCommit message (Expand)Author
2014-08-29Add mempcpy implementationMichael Sevakis
2014-08-16Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis
2012-03-12Coldfire: Optimize emac context save/restore in mixer ISR.Michael Sevakis
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-02-18Split CPU-optimized beep code into the firmware/asm tree.Michael Sevakis
2012-01-27find_first_set_bit tweaksMichael Sevakis
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz
2012-01-22Move pcm_mixer helper routines to firmware/asm.Thomas Martitz
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz