Sign in
kernel
/
pub
/
scm
/
utils
/
stalld
/
stalld.git
/
HEAD
8710a48
Merge branch 'work' into 'master'
by Daniel Bristot de Oliveira
· 5 years ago
clrkwllms/main
clrkwllms/new_sched_debug
master
a403eda
Readme: Add information about repositories
by Daniel Bristot de Oliveira
· 5 years ago
4aaa57b
Merge branch 'release1.2' into 'master'
by Daniel Bristot de Oliveira
· 5 years ago
v1.2.0
51924a9
version bump to 1.2
by Clark Williams
· 5 years ago
b93d65d
Merge branch 'fixes' into 'master'
by Clark Williams
· 5 years ago
45ebc44
Merge branch 'new_parsing' into 'master'
by Clark Williams
· 5 years ago
8be5b56
Merge branch 'new_parsing' of gitlab.com:clrkwllms/stalld into new_parsing
by Clark Williams
· 5 years ago
3501740
remove warning from parse_old_task_format
by Clark Williams
· 5 years ago
6823636
stalld: Do not take actions if log_only is set
by Daniel Bristot de Oliveira
· 5 years ago
61a9ae9
src/utils: Fix runtime parameters check
by Daniel Bristot de Oliveira
· 5 years ago
8655442
Add comments, clean up trailing whitespace
by Clark Williams
· 5 years ago
a36fcb2
ensure we only count task lines in old-format sched_debug info
by Clark Williams
· 5 years ago
new_parsing
5f91500
Merge branch 'release1.1' into 'master'
by Daniel Bristot de Oliveira
· 5 years ago
v1.1.0
6a82e77
stalld: version bump to 1.1
by Clark Williams
· 5 years ago
release1.1
ca0cac1
Merge branch 'fixes' into 'master'
by Clark Williams
· 5 years ago
6c4025b
src/throttling: Fix a compilation warning
by Daniel Bristot de Oliveira
· 5 years ago
fixes
5ff192c
src/stalld: Fix an retval check while reading sched_debug
by Daniel Bristot de Oliveira
· 5 years ago
0c88273
detect and correctly parse old-style /proc/sched_debug
by Clark Williams
· 5 years ago
cf62c18
utils.c: added info() functions
by Clark Williams
· 5 years ago
c35b627
Merge branch 'dyn_fixes' into 'master'
by Clark Williams
· 5 years ago
gitlab_master
562688c
src/stalld: Increase the sched_debug read buffer if it gets too small
by Daniel Bristot de Oliveira
· 5 years ago
dyn_fixes
e90842d
src/stalld: Add config_buffer_size variable
by Daniel Bristot de Oliveira
· 5 years ago
840a2b3
src/utils: Die with a divizion by zero if verbose
by Daniel Bristot de Oliveira
· 5 years ago
b3a895b
src/stalld: Use dynamically allocated memory to read sched_debug
by Daniel Bristot de Oliveira
· 5 years ago
2ed73a6
src/stalld: Gracefully handle CPUs not found on sched_debug
by Daniel Bristot de Oliveira
· 5 years ago
ebb8556
src/stalld: Reuse already read nr_running nr_rt_running
by Daniel Bristot de Oliveira
· 5 years ago
3dbaf78
Merge branch 'more_refactoring' into 'master'
by Clark Williams
· 5 years ago
6f8ed58
Merge branch 'handle_rt_throttling' into 'master'
by Clark Williams
· 5 years ago
0216f01
more refactoring
by Clark Williams
· 5 years ago
more_refactoring
45edbb0
implement RT throttling management and refactor source files
by Clark Williams
· 5 years ago
handle_rt_throttling
7b90759
Merge branch 'do_not_die' into 'master'
by Clark Williams
· 5 years ago
15865a4
src/stalld: Do not die if the main runs while a thread is monitoring the CPU
by Daniel Bristot de Oliveira
· 5 years ago
b2206b5
src/stalld: Do not die if cannot write a message to the log
by Daniel Bristot de Oliveira
· 5 years ago
9fdf6bb
src/stalld: Do not die if the comm is too large
by Daniel Bristot de Oliveira
· 5 years ago
741b464
stalld: Do not die if sched_debug returns an invalid value
by Daniel Bristot de Oliveira
· 5 years ago
1d3d932
Merge branch 'tests_v2' into 'master'
by Daniel Bristot de Oliveira
· 5 years ago
a1f4131
test01: initial checkin of self test for stalld
by Clark Williams
· 6 years ago
tests_v2
a01eb05
redhat: update release for features and bugfix
by Clark Williams
· 6 years ago
2a6dbc9
stalld.c: fix sched_debug parsing and modify waiting task parsing
by Clark Williams
· 6 years ago
gitlab
d31de04
stalld: update usage message to include --force_fifo/-F option
by Clark Williams
· 6 years ago
959491c
Merge pull request #20 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
2a296bc
use FIFO for boosting (v3)
by Clark Williams
· 6 years ago
7d72afc
Merge pull request #17 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
1a00487
Makefile: add 'static' target to link stalld statically
by Clark Williams
· 6 years ago
d1eb0e1
gitignore: ignore object files and the stalld executable
by Clark Williams
· 6 years ago
8467ad4
Merge pull request #16 from jmencak/fix-docs-option
by Daniel Bristot de Oliveira
· 6 years ago
2800cd9
Fix an option in README.md; consistency in user facing docs.
by Jiri Mencak
· 6 years ago
1c5fb4e
Merge pull request #15 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
v1.0.0
835582b
Makefile/specfile: fix passing of CFLAGS and LDFLAGS; fix changelog in specfile
by Clark Williams
· 6 years ago
9282770
stalld.c: fix compiler warnings
by Clark Williams
· 6 years ago
a220ec9
Merge pull request #14 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
a814140
stalld.spec: use _sysconfdir macro and fix accidental comma usage
by Clark Williams
· 6 years ago
cf5a211
Merge pull request #13 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
2fdc20c
Makefile: update CFLAGS/LDFLAGS and fix tab vs space issues
by Clark Williams
· 6 years ago
143017d
Merge pull request #12 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
443a0eb
license: added license file and code to package it
by Clark Williams
· 6 years ago
6978452
gpl-2.0.txt: initial checkin of license text
by Clark Williams
· 6 years ago
7022dc7
Merge pull request #11 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
d651783
stalld.spec: update to pass rpm macros to Makefile install targets
by Clark Williams
· 6 years ago
9a4928d
specfile and Makefiles: update for Fedora review
by Clark Williams
· 6 years ago
5afab47
stalld: Add get/setattr syscall ID for other archs
by Daniel Bristot de Oliveira
· 6 years ago
93d70b2
stalld: -s does not require argument
by Daniel Bristot de Oliveira
· 6 years ago
abe5fe5
Merge pull request #9 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
91b36eb
redhat/stalld.spec: address requires and build review concerns
by Clark Williams
· 6 years ago
dbc6ad1
redhat/stalld.spec: updated with Fedora review fixes
by Clark Williams
· 6 years ago
f15b862
stalld.c: changed internal references and prints from starvation_monitor to stalld
by Clark Williams
· 6 years ago
e852432
README.md: added line for -c/--cpu option
by Clark Williams
· 6 years ago
df0cfc4
Merge pull request #8 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
b309167
renamed project to stalld
by Clark Williams
· 6 years ago
9736042
Merge pull request #7 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
a6b884d
Merge remote-tracking branch 'bristot/master'
by Clark Williams
· 6 years ago
ce88014
starved: Add copyright info
by Daniel Bristot de Oliveira
· 6 years ago
3cd6ec5
Merge pull request #6 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
7bd5129
redhat/starved.spec: use rpm macros for destination directories
by Clark Williams
· 6 years ago
338a013
starved.8: fixed install/rpm logic for correct installation of manpage
by Clark Williams
· 6 years ago
61af193
initial version of starved.8 manpage
by Clark Williams
· 6 years ago
5b7e928
starved.spec: fixed Summary per rpmlint complaint
by Clark Williams
· 6 years ago
7d1206b
redhat/Makefile: fixed install target, added rpmlint
by Clark Williams
· 6 years ago
1e7daea
updated README.md to be less real-time centric
by Clark Williams
· 6 years ago
07883c7
Merge pull request #5 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
73d6f7e
Merge branch 'master' of https://github.com/bristot/starvation_monitor
by Clark Williams
· 6 years ago
e450222
rename project to starved (for Starvation Daemon)
by Clark Williams
· 6 years ago
6e9a844
Merge pull request #4 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
72dd1b1
first try updating README.md
by Clark Williams
· 6 years ago
3ec8c22
Merge pull request #3 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
3f7a0b2
Merge remote-tracking branch 'bristot/master'
by Clark Williams
· 6 years ago
7eb37f2
Add logic for writing a pidfile on startup
by Clark Williams
· 6 years ago
9ace802
Merge pull request #2 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
dc4981e
added systemd service file
by Clark Williams
· 6 years ago
118b526
Merge pull request #1 from clrkwllms/master
by Daniel Bristot de Oliveira
· 6 years ago
45137b5
Add Makefile targets and logic to make a redhat RPM
by Clark Williams
· 6 years ago
fbc1203
starvation_monitor: Implement the conservative mode
by Daniel Bristot de Oliveira
· 6 years ago
5ac9880
starvation_monitor: Return the number of starving tasks
by Daniel Bristot de Oliveira
· 6 years ago
3843c86
starvation_monitor: starvation detection and avoidance (with bounds)
by Daniel Bristot de Oliveira
· 6 years ago