index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
kernel
Age
Commit message (
Expand
)
Author
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
2020-04-05
threads: Move stack_size to end of struct thread (followup to f19ffe2)
Solomon Peachy
2020-04-05
Threading: Use 'size_t' for stack size in core threading code
Solomon Peachy
2019-01-04
Add HAVE_LINEOUT_DETECTION and associated logic
Solomon Peachy
2018-06-12
Agptek Rocker: Initial commit
Marcin Bukat
2017-02-04
Fix dangerous casts
Amaury Pouly
2017-02-02
In queue_wait_w_tmo, guarantee wait duration
Michael Sevakis
2017-01-21
Add CPU mode asserts to kernel on blocking functions.
Michael Sevakis
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-25
panicf doesn't return so why not tell GCC and $AVE :
Michael Sevakis
2014-08-20
Make sure load_context is the last thing in switch_thread.
Michael Sevakis
2014-08-16
Oops. Broke an egg. Restore wrongly removed code in mutex.c.
Michael Sevakis
2014-08-16
Fix warnings from 6ed0087
Michael Sevakis
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
2014-08-08
Fix some more straggling stuff
Michael Sevakis
2014-08-08
Do some kernel cleanup
Michael Sevakis
2014-08-06
Fix some stuff for no priority and
Michael Sevakis
2014-08-05
Oops. Somehow lost the track of the new files last push.
Michael Sevakis
2014-08-06
Add multi-reader, single-writer locks to kernel.
Michael Sevakis
2014-05-09
Make errno a thread-local variable.
Michael Sevakis
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
2014-02-02
buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...
Thomas Martitz