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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-4
/
+0
2020-04-05
threads: Move stack_size to end of struct thread (followup to f19ffe2)
Solomon Peachy
1
-3
/
+3
2020-04-05
Threading: Use 'size_t' for stack size in core threading code
Solomon Peachy
1
-1
/
+1
2019-01-04
Add HAVE_LINEOUT_DETECTION and associated logic
Solomon Peachy
1
-0
/
+2
2018-06-12
Agptek Rocker: Initial commit
Marcin Bukat
1
-0
/
+3
2017-02-04
Fix dangerous casts
Amaury Pouly
1
-2
/
+2
2017-02-02
In queue_wait_w_tmo, guarantee wait duration
Michael Sevakis
2
-22
/
+41
2017-01-21
Add CPU mode asserts to kernel on blocking functions.
Michael Sevakis
5
-0
/
+20
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
3
-26
/
+0
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2
-14
/
+2
2014-08-25
panicf doesn't return so why not tell GCC and $AVE :
Michael Sevakis
1
-1
/
+0
2014-08-20
Make sure load_context is the last thing in switch_thread.
Michael Sevakis
1
-5
/
+5
2014-08-16
Oops. Broke an egg. Restore wrongly removed code in mutex.c.
Michael Sevakis
1
-0
/
+6
2014-08-16
Fix warnings from 6ed0087
Michael Sevakis
1
-0
/
+1
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
13
-1629
/
+1327
2014-08-08
Fix some more straggling stuff
Michael Sevakis
1
-9
/
+2
2014-08-08
Do some kernel cleanup
Michael Sevakis
15
-845
/
+333
2014-08-06
Fix some stuff for no priority and
Michael Sevakis
4
-12
/
+12
2014-08-05
Oops. Somehow lost the track of the new files last push.
Michael Sevakis
2
-0
/
+397
2014-08-06
Add multi-reader, single-writer locks to kernel.
Michael Sevakis
8
-560
/
+599
2014-05-09
Make errno a thread-local variable.
Michael Sevakis
1
-0
/
+1
2014-03-03
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
17
-0
/
+5020
2014-02-02
buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...
Thomas Martitz
3
-0
/
+311