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