summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-10-18Fixed wrong endif masking string_to_policy when compiling without ↵Giacomo Bagnoli
SCHED_DEADLINE support
2012-08-03correctly set default sched policyJuri Lelli
2012-04-08Per thread log_ftrace printsJuri Lelli
2012-04-08Enable ftrace logs from json config file.Juri Lelli
2012-04-08Implement log_ftraceJuri Lelli
Since we have different kind of logs it is nice to have also a log that prints on ftrace ring buffer.
2012-04-08Ftrace support addedJuri Lelli
Record events inside the ftrace kernel ring buffer.
2012-04-07Set to SCHED_DEADLINE as far as possible.Juri Lelli
In the case the user wants its tasks to be scheduled by SCHED_DEADLINE call sched_setscheduler2 just before the start of the main loop. This affect the first iteration budget as little as possible.
2012-04-05Minor fixes.Juri Lelli
Just surround function used only with-deadline by ifdefs.
2012-03-22Budget overprovisioning.Juri Lelli
2011-11-24Updated to SCHED_DEADLINE V4.Juri Lelli
2010-12-13Small compilation and semantic fixes.Dario Faggioli
2010-03-19Fixed display bug in debug logGiacomo Bagnoli
2010-03-18Added conditional src files to avoid compiling json parsing if configured ↵Giacomo Bagnoli
with --without-json. Added configure script support for deaclaring verbosity level (using an ENV var LOGLEVEL)
2010-03-18Added NOTICE log level, which is now the default (less verbose than info)Giacomo Bagnoli
2010-03-18Implemented resource locking in applicationGiacomo Bagnoli
2010-03-18Modified acl list to be double linkedGiacomo Bagnoli
2010-03-18Move "current" resource to the end of the access list, so that it will be ↵Giacomo Bagnoli
locked last
2010-03-18Added some commentsGiacomo Bagnoli
2010-03-18Add resource to acl only if not present, to prevent deadlocksGiacomo Bagnoli
2010-03-18Working resource access serialization with correct debug messagesGiacomo Bagnoli
2010-03-17First step to parse resourcesGiacomo Bagnoli
2010-03-17Added support for naming thread in config fileGiacomo Bagnoli
2010-03-17Parsing of cpusets and priority from json configGiacomo Bagnoli
2010-03-17Print logging level in log messagesGiacomo Bagnoli
2010-03-17Added default values supportGiacomo Bagnoli
2010-03-17Removed unneded code to set policy descriptionGiacomo Bagnoli
2010-03-17Better debug logging when parsingGiacomo Bagnoli
2010-03-17Working "global" section parsingGiacomo Bagnoli
2010-03-17Better exit codesGiacomo Bagnoli
2010-03-17Added functions to get description from policy and vice-versaGiacomo Bagnoli
2010-03-16Working at the JSON parserGiacomo Bagnoli
2010-03-16Switched from YAML to json. Added support from reading JSON data from stdinGiacomo Bagnoli
2010-03-13Initial parsing for yaml fileGiacomo Bagnoli
2010-03-13Added autoconf support for libyaml (--with-yaml)Giacomo Bagnoli
2010-03-13Moved commandline parsing to rt-app_args.c fileGiacomo Bagnoli
2010-03-13Changed struct thread_data with typedef thread_data_tGiacomo Bagnoli
2010-03-10Finished support for sched_deadline, to be testedGiacomo Bagnoli
2010-03-10Fixed compilation issues with SCHED_DEADLINE. Still missing complete supportGiacomo Bagnoli
2010-03-04Initial support for SCHED_DEADLINE, work-in-progressGiacomo Bagnoli
2010-03-04Added support for thread cpu affinityGiacomo Bagnoli
2010-03-04Removed --enable-lockmem configure switch. Now memory will be locked by ↵Giacomo Bagnoli
default for RT policies, but a commandline switch to disable it is provided (-K)
2010-03-02Fixed distributionGiacomo Bagnoli
2010-03-02Renamed files with rtapp in name, replaced with rt-appGiacomo Bagnoli
2010-03-02Added LICENSE and preamble in filesGiacomo Bagnoli
2010-03-01Added .h file to the dist onesGiacomo Bagnoli
2010-03-01Changed binary nameGiacomo Bagnoli
2010-03-01Rename ifdef for AQuoSA back to AQUOSAGiacomo Bagnoli
2010-03-01Use configure to check when to enable aquosa supportGiacomo Bagnoli
2010-03-01Adding autotoolsGiacomo Bagnoli
2010-02-19Added ifdef for aquosaGiacomo Bagnoli