index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 3.6-rc7 into driver-core-next
Greg Kroah-Hartman
2012-09-17
1
-0
/
+2
|
\
|
*
perf tools: Add missing files to build the python binding
Arnaldo Carvalho de Melo
2012-08-21
1
-0
/
+2
*
|
tools/hv: Parse /etc/os-release
Ben Hutchings
2012-09-11
1
-4
/
+55
*
|
tools/hv: Check for read/write errors
Ben Hutchings
2012-09-11
1
-3
/
+19
*
|
tools/hv: Fix exit() error code
Ben Hutchings
2012-09-11
1
-11
/
+11
*
|
tools/hv: Fix file handle leak
Ben Hutchings
2012-09-11
1
-1
/
+2
*
|
Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO
K. Y. Srinivasan
2012-09-11
1
-3
/
+90
*
|
Tools: hv: Rename the function kvp_get_ip_address()
K. Y. Srinivasan
2012-09-11
1
-3
/
+3
*
|
Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
K. Y. Srinivasan
2012-09-11
1
-0
/
+443
*
|
Tools: hv: Add an example script to configure an interface
K. Y. Srinivasan
2012-09-11
1
-0
/
+68
*
|
Tools: hv: Gather DHCP information
K. Y. Srinivasan
2012-09-11
1
-0
/
+31
*
|
Tools: hv: Add an example script to retrieve dhcp state
K. Y. Srinivasan
2012-09-11
1
-0
/
+28
*
|
Tools: hv: Gather DNS information
K. Y. Srinivasan
2012-09-05
1
-0
/
+23
*
|
Tools: hv: Add an example script to retrieve DNS entries
K. Y. Srinivasan
2012-09-05
1
-0
/
+13
*
|
Tools: hv: Correctly type string variables
K. Y. Srinivasan
2012-09-05
1
-4
/
+4
*
|
Tools: hv: Get rid of some unused variables
K. Y. Srinivasan
2012-09-05
1
-2
/
+1
*
|
Merge 3.6-rc3 into driver-core-next
Greg Kroah-Hartman
2012-08-27
24
-187
/
+498
|
\
|
|
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-08-05
24
-187
/
+498
|
|
\
|
|
*
perf tools: Remove brace expansion from clean target
Palmer Cox
2012-08-03
1
-1
/
+2
|
|
*
perf kvm top: Limit guest kernel info message to once
David Ahern
2012-08-03
1
-2
/
+11
|
|
*
perf tools: Introduce intlist
David Ahern
2012-08-03
3
-0
/
+178
|
|
*
perf tools: Change strlist to use the new rblist
David Ahern
2012-08-03
2
-84
/
+57
|
|
*
perf tools: Introducing rblist
David Ahern
2012-08-03
3
-0
/
+156
|
|
*
perf kvm: Use strtol for walking guestmount directory
David Ahern
2012-08-03
1
-1
/
+9
|
|
*
perf tool: Save cmdline from user in file header vs what is passed to record
David Ahern
2012-08-03
3
-2
/
+12
|
|
*
perf top: Error handling for counter creation should parallel perf-record
David Ahern
2012-08-03
1
-2
/
+4
|
|
*
perf session: Remove no longer used synthesize_sample method
Arnaldo Carvalho de Melo
2012-08-03
2
-12
/
+0
|
|
*
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
2012-08-02
5
-15
/
+11
|
|
*
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
2012-08-02
7
-31
/
+21
|
|
*
perf session: Use perf_evlist__id_hdr_size more extensively
Arnaldo Carvalho de Melo
2012-08-02
4
-10
/
+10
|
|
*
perf session: Use perf_evlist__sample_id_all more extensively
Arnaldo Carvalho de Melo
2012-08-02
2
-6
/
+4
|
|
*
perf session: Use perf_evlist__sample_type more extensively
Arnaldo Carvalho de Melo
2012-08-02
4
-27
/
+30
|
|
*
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
2012-08-01
6
-25
/
+24
|
|
*
perf target: Fix check on buffer size
Namhyung Kim
2012-08-01
1
-1
/
+1
|
|
*
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
2012-08-01
1
-2
/
+2
|
|
*
perf test: Fix parse events automated tests
Jiri Olsa
2012-08-01
1
-6
/
+6
*
|
|
Tools: hv: Gather ipv[4,6] gateway information
K. Y. Srinivasan
2012-08-17
1
-0
/
+68
*
|
|
Tools: hv: Represent the ipv6 mask using CIDR notation
K. Y. Srinivasan
2012-08-17
1
-10
/
+36
*
|
|
Tools: hv: Gather subnet information
K. Y. Srinivasan
2012-08-17
1
-2
/
+29
*
|
|
Tools: hv: Gather address family information
K. Y. Srinivasan
2012-08-17
1
-0
/
+11
*
|
|
Tools: hv: Further refactor kvp_get_ip_address()
K. Y. Srinivasan
2012-08-17
1
-52
/
+42
*
|
|
Tools: hv: Prepare to expand kvp_get_ip_address() functionality
K. Y. Srinivasan
2012-08-17
1
-45
/
+84
*
|
|
Drivers: hv: kvp: Cleanup error handling in KVP
K. Y. Srinivasan
2012-08-16
1
-33
/
+33
*
|
|
Drivers: hv: Add KVP definitions for IP address injection
K. Y. Srinivasan
2012-08-16
1
-1
/
+1
|
/
/
*
|
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-08-01
1
-1
/
+1
|
\
\
|
*
|
fault-injection: fix failcmd.sh warning
Akinobu Mita
2012-08-01
1
-1
/
+1
*
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-08-01
18
-116
/
+657
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
perf annotate: Prevent overflow in size calculation
Cody Schafer
2012-07-25
1
-1
/
+12
|
*
tools lib traceevent: Ignore TRACEEVENT-CFLAGS file
Namhyung Kim
2012-07-25
1
-0
/
+1
|
*
tools lib traceevent: Detect build environment changes
Namhyung Kim
2012-07-25
1
-2
/
+12
[next]