summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman1-0/+2
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings1-4/+55
2012-09-10tools/hv: Check for read/write errorsBen Hutchings1-3/+19
2012-09-10tools/hv: Fix exit() error codeBen Hutchings1-11/+11
2012-09-10tools/hv: Fix file handle leakBen Hutchings1-1/+2
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan1-3/+90
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan1-3/+3
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan1-0/+443
2012-09-10Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan1-0/+68
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan1-0/+31
2012-09-10Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan1-0/+28
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan1-0/+23
2012-09-04Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan1-0/+13
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan1-4/+4
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan1-2/+1
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman24-187/+498
2012-08-21perf tools: Add missing files to build the python bindingArnaldo Carvalho de Melo1-0/+2
2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan1-0/+68
2012-08-17Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan1-10/+36
2012-08-17Tools: hv: Gather subnet informationK. Y. Srinivasan1-2/+29
2012-08-17Tools: hv: Gather address family informationK. Y. Srinivasan1-0/+11
2012-08-17Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan1-52/+42
2012-08-17Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan1-45/+84
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan1-33/+33
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan1-1/+1
2012-08-05Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar24-187/+498
2012-08-03perf tools: Remove brace expansion from clean targetPalmer Cox1-1/+2
2012-08-03perf kvm top: Limit guest kernel info message to onceDavid Ahern1-2/+11
2012-08-03perf tools: Introduce intlistDavid Ahern3-0/+178
2012-08-03perf tools: Change strlist to use the new rblistDavid Ahern2-84/+57
2012-08-03perf tools: Introducing rblistDavid Ahern3-0/+156
2012-08-03perf kvm: Use strtol for walking guestmount directoryDavid Ahern1-1/+9
2012-08-03perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern3-2/+12
2012-08-03perf top: Error handling for counter creation should parallel perf-recordDavid Ahern1-2/+4
2012-08-02perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo2-12/+0
2012-08-02perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo5-15/+11
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo7-31/+21
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo4-10/+10
2012-08-01perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo2-6/+4
2012-08-01perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo4-27/+30
2012-08-01perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo6-25/+24
2012-08-01perf target: Fix check on buffer sizeNamhyung Kim1-1/+1
2012-08-01perf symbols: Fix array sizes for binary types arraysJiri Olsa1-2/+2
2012-08-01perf test: Fix parse events automated testsJiri Olsa1-6/+6
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-07-31fault-injection: fix failcmd.sh warningAkinobu Mita1-1/+1
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-116/+657
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-1/+683
2012-07-30fault-injection: add tool to run command with failslab or fail_page_allocAkinobu Mita1-0/+219
2012-07-30fault-injection: add selftests for cpu and memory hotplugAkinobu Mita5-1/+464