summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan2012-08-171-52/+42
| * | | Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan2012-08-171-45/+84
| * | | Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan2012-08-161-33/+33
| * | | Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan2012-08-161-1/+1
* | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-0/+6
|\ \ \ \
| * | | | arm64: Performance counters supportWill Deacon2012-09-171-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-01151-4509/+10836
|\ \ \ \
| * | | | perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo2012-09-271-8/+18
| * | | | perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee2012-09-271-0/+2
| * | | | perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim2012-09-273-2/+27
| * | | | perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim2012-09-261-2/+7
| * | | | perf trace: New toolArnaldo Carvalho de Melo2012-09-266-1/+358
| * | | | perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2012-09-262-1/+4
| * | | | perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2012-09-262-2/+9
| * | | | perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo2012-09-261-30/+16
| * | | | perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo2012-09-261-4/+5
| * | | | perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo2012-09-264-18/+48
| * | | | perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo2012-09-264-4/+4
| * | | | perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo2012-09-261-0/+116
| * | | | perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo2012-09-261-4/+34
| * | | | perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-269-18/+24
| * | | | perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2012-09-262-6/+17
| * | | | perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo2012-09-261-1/+5
| * | | | tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim2012-09-251-4/+4
| * | | | perf test: Fix build failureNamhyung Kim2012-09-251-2/+2
| * | | | tools lib traceevent: Handle alloc_arg failureNamhyung Kim2012-09-241-2/+95
OpenPOWER on IntegriCloud