| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ... | Adam Lee | 2012-09-27 | 1 | -8/+7 |
* | | | | | perf: fix duplicate header inclusion | Michel Lespinasse | 2012-10-11 | 1 | -1/+0 |
* | | | | | rbtree: adjust node color in __rb_erase_color() only when necessary | Michel Lespinasse | 2012-10-09 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2012-10-08 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | kbuild: Fix gcc -x syntax | Jean Delvare | 2012-10-03 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-10-08 | 5 | -36/+870 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive... | Len Brown | 2012-10-06 | 5 | -36/+870 |
| |\ \ \ \ \ \ |
|
| | | | * | | | | tools/power/turbostat: add option to count SMIs, re-name some options | Len Brown | 2012-10-06 | 2 | -15/+20 |
| | | | * | | | | tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltas | Len Brown | 2012-09-27 | 2 | -44/+94 |
| | | | * | | | | tools/power turbostat: add [-m MSR#] option | Len Brown | 2012-09-26 | 2 | -16/+66 |
| | | | * | | | | tools/power turbostat: make -M output pretty | Len Brown | 2012-09-26 | 1 | -4/+6 |
| | | | * | | | | tools/power turbostat: print more turbo-limit information | Len Brown | 2012-09-26 | 1 | -2/+93 |
| | | | * | | | | tools/power turbostat: delete unused line | Len Brown | 2012-09-26 | 1 | -1/+0 |
| | | | * | | | | tools/power turbostat: run on IVB Xeon | Len Brown | 2012-09-26 | 1 | -2/+2 |
| | |_|/ / / /
| |/| | | | | |
|
| | | * | | | | tools/power/acpi/acpidump: create acpidump(8), local make install targets | Len Brown | 2012-09-25 | 2 | -0/+63 |
| | | * | | | | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs | Yakui Zhao | 2012-09-25 | 1 | -98/+89 |
| | * | | | | | Merge branch 'acpidump' into acpica | Len Brown | 2012-09-22 | 3 | -0/+637 |
| | |\ \ \ \ \
| |/ / / / / / |
|
| | * | | | | | tools/power/acpi/acpidump: create acpidump(8), local make install targets | Len Brown | 2012-09-22 | 2 | -0/+63 |
| | * | | | | | tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs | Len Brown | 2012-09-22 | 1 | -98/+89 |
| | |/ / / / |
|
| | * | | | | tools/power/acpi/acpidump: version 20071116 | Len Brown | 2012-09-22 | 1 | -2/+5 |
| | * | | | | tools/power/acpi/acpidump: version 20070714 | Len Brown | 2012-09-22 | 2 | -31/+103 |
| | * | | | | tools/power/acpi/acpidump: version 20060606 | Len Brown | 2012-09-22 | 1 | -38/+59 |
| | * | | | | tools/power/acpi/acpidump: version 20051111 | Len Brown | 2012-09-22 | 2 | -0/+487 |
* | | | | | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-07 | 7 | -0/+806 |
|\ \ \ \ \ \ |
|
| * | | | | | | lguest: fix occasional crash in example launcher. | Rusty Russell | 2012-10-04 | 1 | -0/+1 |
| * | | | | | | tools: Fix pthread flag for Makefile of trace-agent used by virtio-trace | Yoshihiro YUNOMAE | 2012-09-28 | 1 | -4/+3 |
| * | | | | | | tools: Add guest trace agent as a user tool | Yoshihiro YUNOMAE | 2012-09-28 | 6 | -0/+806 |
| |/ / / / / |
|
* | | | | | | epoll: support for disabling items, and a self-test app | Paton J. Lewis | 2012-10-06 | 3 | -1/+356 |
* | | | | | | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-10-01 | 1 | -24/+1 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 3.6-rc6 into usb-next | Greg Kroah-Hartman | 2012-09-16 | 1 | -0/+2 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | tools/usb: remove last USBFS user | Sebastian Andrzej Siewior | 2012-09-10 | 1 | -24/+1 |
* | | | | | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-10-01 | 4 | -112/+1033 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge 3.6-rc7 into driver-core-next | Greg Kroah-Hartman | 2012-09-16 | 1 | -0/+2 |
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | tools/hv: Parse /etc/os-release | Ben Hutchings | 2012-09-10 | 1 | -4/+55 |
| * | | | | | | | tools/hv: Check for read/write errors | Ben Hutchings | 2012-09-10 | 1 | -3/+19 |
| * | | | | | | | tools/hv: Fix exit() error code | Ben Hutchings | 2012-09-10 | 1 | -11/+11 |
| * | | | | | | | tools/hv: Fix file handle leak | Ben Hutchings | 2012-09-10 | 1 | -1/+2 |
| * | | | | | | | Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO | K. Y. Srinivasan | 2012-09-10 | 1 | -3/+90 |
| * | | | | | | | Tools: hv: Rename the function kvp_get_ip_address() | K. Y. Srinivasan | 2012-09-10 | 1 | -3/+3 |
| * | | | | | | | Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO | K. Y. Srinivasan | 2012-09-10 | 1 | -0/+443 |
| * | | | | | | | Tools: hv: Add an example script to configure an interface | K. Y. Srinivasan | 2012-09-10 | 1 | -0/+68 |
| * | | | | | | | Tools: hv: Gather DHCP information | K. Y. Srinivasan | 2012-09-10 | 1 | -0/+31 |
| * | | | | | | | Tools: hv: Add an example script to retrieve dhcp state | K. Y. Srinivasan | 2012-09-10 | 1 | -0/+28 |
| * | | | | | | | Tools: hv: Gather DNS information | K. Y. Srinivasan | 2012-09-04 | 1 | -0/+23 |
| * | | | | | | | Tools: hv: Add an example script to retrieve DNS entries | K. Y. Srinivasan | 2012-09-04 | 1 | -0/+13 |
| * | | | | | | | Tools: hv: Correctly type string variables | K. Y. Srinivasan | 2012-09-04 | 1 | -4/+4 |
| * | | | | | | | Tools: hv: Get rid of some unused variables | K. Y. Srinivasan | 2012-09-04 | 1 | -2/+1 |
| * | | | | | | | Merge 3.6-rc3 into driver-core-next | Greg Kroah-Hartman | 2012-08-27 | 24 | -187/+498 |
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | 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 |