summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-091-0/+1
* Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-10-082-2/+2
|\
| * kbuild: Fix gcc -x syntaxJean Delvare2012-10-032-2/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-085-36/+870
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown2012-10-065-36/+870
| |\ \ \ \
| | | | * | tools/power/turbostat: add option to count SMIs, re-name some optionsLen Brown2012-10-062-15/+20
| | | | * | tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltasLen Brown2012-09-272-44/+94
| | | | * | tools/power turbostat: add [-m MSR#] optionLen Brown2012-09-262-16/+66
| | | | * | tools/power turbostat: make -M output prettyLen Brown2012-09-261-4/+6
| | | | * | tools/power turbostat: print more turbo-limit informationLen Brown2012-09-261-2/+93
| | | | * | tools/power turbostat: delete unused lineLen Brown2012-09-261-1/+0
| | | | * | tools/power turbostat: run on IVB XeonLen Brown2012-09-261-2/+2
| | |_|/ / | |/| | |
| | | * | tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2012-09-252-0/+63
| | | * | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsYakui Zhao2012-09-251-98/+89
| | * | | Merge branch 'acpidump' into acpicaLen Brown2012-09-223-0/+637
| |/| | |
| | * | | tools/power/acpi/acpidump: create acpidump(8), local make install targetsLen Brown2012-09-222-0/+63
| | * | | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfsLen Brown2012-09-221-98/+89
| | |/ /
| | * | tools/power/acpi/acpidump: version 20071116Len Brown2012-09-221-2/+5
| | * | tools/power/acpi/acpidump: version 20070714Len Brown2012-09-222-31/+103
| | * | tools/power/acpi/acpidump: version 20060606Len Brown2012-09-221-38/+59
| | * | tools/power/acpi/acpidump: version 20051111Len Brown2012-09-222-0/+487
* | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-077-0/+806
|\ \ \ \
| * | | | lguest: fix occasional crash in example launcher.Rusty Russell2012-10-041-0/+1
| * | | | tools: Fix pthread flag for Makefile of trace-agent used by virtio-traceYoshihiro YUNOMAE2012-09-281-4/+3
| * | | | tools: Add guest trace agent as a user toolYoshihiro YUNOMAE2012-09-286-0/+806
| |/ / /
* | | | epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-063-1/+356
* | | | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-24/+1
|\ \ \ \
| * | | | Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-161-0/+2
| |\| | |
| * | | | tools/usb: remove last USBFS userSebastian Andrzej Siewior2012-09-101-24/+1
* | | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-014-112/+1033
|\ \ \ \ \
| * \ \ \ \ Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman2012-09-161-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | tools/hv: Parse /etc/os-releaseBen Hutchings2012-09-101-4/+55
| * | | | | tools/hv: Check for read/write errorsBen Hutchings2012-09-101-3/+19
| * | | | | tools/hv: Fix exit() error codeBen Hutchings2012-09-101-11/+11
| * | | | | tools/hv: Fix file handle leakBen Hutchings2012-09-101-1/+2
| * | | | | Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan2012-09-101-3/+90
| * | | | | Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan2012-09-101-3/+3
| * | | | | Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan2012-09-101-0/+443
| * | | | | Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan2012-09-101-0/+68
| * | | | | Tools: hv: Gather DHCP informationK. Y. Srinivasan2012-09-101-0/+31
| * | | | | Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan2012-09-101-0/+28
| * | | | | Tools: hv: Gather DNS informationK. Y. Srinivasan2012-09-041-0/+23
| * | | | | Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan2012-09-041-0/+13
| * | | | | Tools: hv: Correctly type string variablesK. Y. Srinivasan2012-09-041-4/+4
| * | | | | Tools: hv: Get rid of some unused variablesK. Y. Srinivasan2012-09-041-2/+1
| * | | | | Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman2012-08-2724-187/+498
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan2012-08-171-0/+68
| * | | | | Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan2012-08-171-10/+36
| * | | | | Tools: hv: Gather subnet informationK. Y. Srinivasan2012-08-171-2/+29
| * | | | | Tools: hv: Gather address family informationK. Y. Srinivasan2012-08-171-0/+11