]> rtime.felk.cvut.cz Git - linux-conf-perf.git/history - scripts
Allow importing lcp_django from other python scripts
[linux-conf-perf.git] / scripts /
2016-02-26 Michal SojkaAllow importing lcp_django from other python scripts master
2016-02-26 Michal SojkaMake Django DB layer working
2015-11-20 Karel KočíFix previous commit
2015-11-20 Karel KočíImplement database using Django framework
2015-10-24 Michal SojkaFinal eval script for RTLWS slides
2015-10-18 Michal SojkaAdd skeleton for kconfig2sat tool
2015-10-17 Michal SojkaReimplement gen_fixed and call it directly from Makefile
2015-10-17 Michal SojkaAdd TODO
2015-10-17 Michal SojkaMove parse_kconfig invocation from .py to Makefile
2015-10-17 Michal SojkaMove directory creation from .py to Makefile
2015-10-17 Michal SojkaPrint executed commands
2015-10-17 Michal SojkaAdd missing chdir()
2015-10-17 Michal SojkaSimplify execution of allconfig
2015-10-16 Michal Sojkadatabase: Use unix socket to avoid the need for db...
2015-10-16 Michal SojkaPrint kernel build command
2015-10-11 Michal SojkaUpdate evaluation script
2015-10-11 Michal SojkaUpdate Makefile for C++
2015-10-11 Michal Sojkakconfig2dot: Eliminate parallel edges between common...
2015-10-11 Michal Sojkakconfig2dot: Convert to C++
2015-10-11 Michal Sojkakconfig2dot: Minor changes
2015-10-10 Michal SojkaUpdate evaluation script
2015-10-10 Michal Sojkakconfig2dot: Few fixes + added TODO (rev_dep)
2015-10-10 Michal SojkaAdd kconfig2dot tool
2015-10-10 Michal SojkaSimplify parse.c
2015-10-10 Michal SojkaMore meaningful error message
2015-09-28 Michal SojkaAdd database-based evaluation and helper functions
2015-09-28 Karel KočíAdd information why option can't be measured
2015-09-28 Karel KočíAdd name of configuration option to generator name...
2015-09-25 Karel KočíAdd bbb target for BeagleBone Black
2015-09-22 Karel KočíFix commit ad69a1 v201509
2015-09-22 Karel KočíExecute checkmeasure only once
2015-09-22 Karel KočíFix bug described in commit 5ef685
2015-09-21 Karel KočíIgnore decode error from subprocess
2015-09-21 Karel KočíPotential fix of wrong input data format exception
2015-09-18 Karel KočíClean repository
2015-09-18 Karel KočíMove buildroot submodule to script folder
2015-09-18 Karel KočíAdd scripts buildcnf
2015-09-17 Karel KočíAdd measurable check while initialization
2015-09-17 Karel KočíFix parse_kconfig symbol default
2015-09-14 Karel KočíRemove image after measurement
2015-09-14 Karel KočíFix multithreading
2015-09-14 Karel KočíExport int values to conf.mk
2015-09-14 Karel KočíFix empty temporally file for config generation
2015-09-12 Karel KočíFix parse_kconfig choice parsing
2015-09-12 Karel KočíFix fromfolder script
2015-08-28 Karel KočíReimplement fromfolder script
2015-08-26 Karel KočíFix terminate variable for single thread mode
2015-08-26 Karel KočíUse event for thread synchronization in multithread...
2015-08-26 Karel KočíFix thread alive check
2015-08-26 Karel KočíAdd print to signal thread start and stop in multithrea...
2015-08-26 Karel KočíFix multithread locking and terminating
2015-08-26 Karel KočíFix configuration generation
2015-08-26 Karel KočíFix multithreading
2015-08-26 Karel KočíFix random configuration generator
2015-08-24 Karel KočíFix wrong function call in configurations script
2015-08-24 Karel KočíAdd boot timeout
2015-08-19 Karel KočíFix wrong input type to compare_text in register_conf
2015-08-19 Karel KočíFix missing utils include in loop.py
2015-08-19 Karel KočíFix missing include in test script
2015-08-19 Karel KočíAdded dirty repository check
2015-08-19 Karel KočíFix wrong input format to database
2015-08-19 Karel KočíFix utils.callsubprocess stdin
2015-08-19 Karel KočíFix boot.py parse call
2015-08-19 Karel KočíAdd message about what configuration is measured
2015-08-19 Karel KočíRemove unused atribute for parse script call
2015-08-19 Karel KočíFix type exception in kernel.config
2015-08-19 Karel KočíRemove configuration folder creation from initialization
2015-08-19 Karel KočíStore boot output to database
2015-08-18 Karel KočíFix wrong exception excepted in configurations script
2015-08-18 Karel KočíWrite stderr to log file together with stdout
2015-08-18 Karel KočíFix database get_configsort
2015-08-18 Karel KočíFix database add_configsort
2015-08-18 Karel KočíGenerate configuration as ditionary in picosat function
2015-08-18 Karel KočíAdd drop command for configopt table
2015-08-18 Karel KočíFix bug in wrong input type to CNF file generator
2015-08-18 Karel KočíFix kernel temporally file removal
2015-08-17 Karel KočíGenerated configuration is now fully stored to database
2015-08-13 Karel KočíMerge branch 'measuring'
2015-08-13 Karel KočíFix configuration generation missing file exception
2015-08-13 Karel KočíRemove parse_kconfig from test run
2015-08-13 Karel KočíMerge branch 'master' into measuring
2015-08-13 Karel KočíFix single_generated_file writeback
2015-08-13 Karel KočíMerge branch 'master' into measuring
2015-08-13 Karel KočíFix generate single configuration
2015-08-13 Karel KočíFix thread cooperation in loop
2015-08-13 Karel KočíFix thread cooperation in loop
2015-08-13 Karel KočíImplement random generation of configurations
2015-08-13 Karel KočíImplement random generation of configurations
2015-08-13 Karel KočíCatch NoApplicableConfiguration exception in prepare...
2015-08-13 Karel KočíFix wrong configuration reading from database
2015-08-13 Karel KočíFix bug in configurations loading
2015-08-13 Karel KočíFix problem with wrongly printed first line in CNF...
2015-08-13 Karel KočíFix if generated existing configuration
2015-08-13 Karel KočíFix bug in configuration.py
2015-08-13 Karel KočíAdd measure tool desription to database
2015-08-13 Karel KočíChange hash calculating function
2015-08-13 Karel KočíChange hash calculating function
2015-08-12 Karel KočíCatch NoApplicableConfiguration exception in prepare...
2015-08-12 Karel KočíFix wrong configuration reading from database
2015-08-12 Karel KočíChange folder to kernel
next