1
0
Fork 0
Commit graph

154 commits

Author SHA1 Message Date
Jan Kaluza
0c2b174bbf finished wireless functions and video functions 2012-04-26 08:14:11 +02:00
Jan Kaluza
0c64bf3926 disk_scheduler_quantum 2012-04-25 08:25:25 +02:00
Jan Kaluza
2a3422fcd1 @command and @command_revert decorator 2012-04-25 08:15:18 +02:00
Jan Kaluza
32d9a9d201 wifi_power_level 2012-04-24 09:20:38 +02:00
Jan Kaluza
075a97e30a Wireless plugin skeleton 2012-04-23 14:03:04 +02:00
Jan Kaluza
0ef4c47e4d cpu_multicore_powersav 2012-04-23 12:50:08 +02:00
Jan Kaluza
32170dbece Working cpu_governor setting using cpupower 2012-04-19 10:38:46 +02:00
Jan Kaluza
1b781271d6 readahead_multiplier 2012-04-17 10:23:59 +02:00
Jan Kaluza
7ceef4705f disk_apm 2012-04-17 09:48:16 +02:00
Jan Kaluza
12a146dee9 disk_alpm 2012-04-17 08:41:41 +02:00
Jan Kaluza
3f8117ae23 Moved methods generic to commands into tuned.utils.commands 2012-04-16 13:24:01 +02:00
Jan Kaluza
a69435a452 Merge branch 'master' into functions-conversion 2012-04-16 12:41:11 +02:00
Jan Kaluza
c30ee9d208 Revert "Untested repository/base class for Commands. It will be used to rewrite functions from bash to Python"
This reverts commit 55889db0b0.
2012-04-16 12:40:49 +02:00
Jan Kaluza
e9397e3faf Revert "Support Commands reverting"
This reverts commit b21a9bb990.
2012-04-16 12:40:47 +02:00
Jan Kaluza
077eb7d868 Revert "First test with set_elevator command. It works only for single device so far..."
This reverts commit 7658d29985.
2012-04-16 12:40:11 +02:00
Jan Kaluza
916c0157f0 Removed unused code from profile.py 2012-04-16 12:29:05 +02:00
Jan Kaluza
4c8d64f98a Added is_supported class method into plugin API. It is used to detect if the plugin is supported by the HW and can be loaded. 2012-04-16 10:55:50 +02:00
Jan Vcelak
b23cd44124 spec: require python-decorator (rhbz#811196) 2012-04-10 14:21:18 +02:00
HanzZ
7658d29985 First test with set_elevator command. It works only for single device so far... 2012-04-06 12:47:17 +02:00
HanzZ
b21a9bb990 Support Commands reverting 2012-04-06 11:18:03 +02:00
HanzZ
55889db0b0 Untested repository/base class for Commands. It will be used to rewrite functions from bash to Python 2012-04-06 11:00:52 +02:00
Jaroslav Škarvada
14c23e444a spec: utils now requires base package (rhbz#809934) 2012-04-06 11:00:39 +02:00
HanzZ
99a863f517 Fix tuned-adm typo 2012-04-06 09:53:58 +02:00
Jaroslav Škarvada
9c51cac528 new 2.0.1 release 2012-04-03 19:29:33 +02:00
Jan Kaluza
f5f75a0ada Parse html entities properly 2012-04-03 11:07:38 +02:00
Jaroslav Škarvada
b861cd31fc powertop2tuned: added --enable option that enables harmless tunings 2012-03-30 22:15:38 +02:00
Jaroslav Škarvada
37c1aa1d6b plugins: added plugin for Asus Eee PC Super Hybrid Engine (SHE) 2012-03-30 21:02:46 +02:00
Jaroslav Škarvada
ea412c9064 tuned-adm: added check if requested profile exists 2012-03-30 19:05:40 +02:00
Jan Vcelak
fead260bc3 first stable 2.0 release 2012-03-30 14:37:17 +02:00
Jaroslav Škarvada
f2fa467a12 tuned: added balanced profile and it is the default now
tuned: moved default profile into profiles-compat
2012-03-30 12:53:43 +02:00
Jaroslav Škarvada
e79e3fa0db utils: tuned_powertop_profile renamed to powertop2tuned
utils: powertop2tuned changed cmdline options and several minor fixes
tuned: removed accidentaly pushed tuned-2.0/profiles/functions
tuned: some minor modifications
2012-03-30 12:33:50 +02:00
Jaroslav Škarvada
c83d0aa507 Makefile: fixed build 2012-03-29 01:02:10 +02:00
Jaroslav Škarvada
abde247cb8 Added bash-completion for tuned-adm 2012-03-29 00:48:58 +02:00
Jaroslav Škarvada
d6ff00ee0c tuned: systemd service fix 2012-03-29 00:17:57 +02:00
Jaroslav Škarvada
d2f157d2b5 man: added man pages tuned-adm.8, tuned.8 2012-03-28 17:51:15 +02:00
Jaroslav Škarvada
6b349ed91f profiles: called action handler from scripts 2012-03-28 16:54:18 +02:00
Jaroslav Škarvada
f310e0ee00 spec: packaged tuned_powertop_profile.py 2012-03-28 16:46:29 +02:00
Jaroslav Škarvada
02b24196a8 profiles: removed ktune from functions
removed useless actions from functions
2012-03-28 16:39:55 +02:00
Jaroslav Škarvada
ae3f629827 tuned: config file suffix changed to .conf
profiles: config files renamed to end with .conf
man: minor update of tuned.conf.5
Makefile: install tuned_powertop_profile.py script
2012-03-28 16:26:18 +02:00
Jaroslav Škarvada
f0e955e967 profiles: added profiles converted from tuned 1.0
profiles: added powersave profile
tuned: reduced number of installed profiles, the rest are in compat subpackage
2012-03-28 15:42:56 +02:00
Jan Kaluza
0582eaac31 removed useless print + added missing incrementation 2012-03-26 13:17:00 +02:00
Jan Kaluza
1b14bea56a Treat section name as plugin type 2012-03-26 13:05:58 +02:00
Jan Kaluza
7446cc90fd unique names 2012-03-26 11:38:36 +02:00
Jan Kaluza
ba31684782 "disable" option to disable plugins 2012-03-26 11:28:14 +02:00
Jan Kaluza
bf205aafb3 Do not cleanup plugins in repository, since they are cleaned up by their __del__ method 2012-03-22 11:05:05 +01:00
Jan Vcelak
1bc60f0b9b tuned: fix logging to files 2012-03-22 10:49:24 +01:00
Jan Kaluza
3c460f5e22 Some testing profiles 2012-03-22 09:56:01 +01:00
Jan Kaluza
62e22ac8c0 Install tuned-adm 2012-03-22 08:03:21 +01:00
Jan Kaluza
921faba02c Removed unsunsed powertop generator code 2012-03-14 10:23:09 +01:00
Jan Kaluza
5395ae035a fixed powertop profile generator 2012-03-14 10:10:08 +01:00