| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | 1 | -0/+8 |
|\ |
|
| * | Merge tag 'linux-kselftest-4.0-rc6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-03-26 | 1 | -0/+8 |
| |\ |
|
| | * | selftests: Fix build failures when invoked from kselftest target | Shuah Khan | 2015-03-19 | 1 | -0/+8 |
* | | | tools: bpf_asm: cleanup vlan extension related token | Daniel Borkmann | 2015-03-25 | 2 | -14/+14 |
* | | | filter: introduce SKF_AD_VLAN_TPID BPF extension | Michal Sekletar | 2015-03-24 | 2 | -1/+12 |
|/ / |
|
| | | |
| \ | |
*-. \ | Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds | 2015-03-17 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-03-05 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | perf annotate: Fix fallback to unparsed disassembler line | Arnaldo Carvalho de Melo | 2015-03-05 | 1 | -0/+2 |
* | | | | Merge tag 'linux-kselftest-4.0-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-03-14 | 1 | -1/+9 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | selftests/exec: Check if the syscall exists and bail if not | Michael Ellerman | 2015-03-11 | 1 | -1/+9 |
| |/ / |
|
* / / | Revert "cpupower Makefile change to help run the tool without 'make install'" | Josh Boyer | 2015-03-11 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-03-02 | 5 | -14/+63 |
|\ \ |
|
| * | | tools/thermal: tmon: silence 'set but not used' warnings | Brian Norris | 2015-02-28 | 1 | -0/+3 |
| * | | tools/thermal: tmon: use pkg-config to determine library dependencies | Brian Norris | 2015-02-28 | 1 | -1/+10 |
| * | | tools/thermal: tmon: support cross-compiling | Brian Norris | 2015-02-28 | 1 | -2/+2 |
| * | | tools/thermal: tmon: add .gitignore | Brian Norris | 2015-02-28 | 1 | -0/+1 |
| * | | tools/thermal: tmon: fixup tui windowing calculations | Brian Norris | 2015-02-28 | 1 | -5/+16 |
| * | | tools/thermal: tmon: tui: don't hard-code dialog window size assumptions | Brian Norris | 2015-02-28 | 1 | -4/+5 |
| * | | tools/thermal: tmon: add min/max macros | Brian Norris | 2015-02-28 | 1 | -0/+12 |
| * | | tools/thermal: tmon: add --target-temp parameter | Brian Norris | 2015-02-28 | 2 | -2/+14 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-03-01 | 7 | -8/+30 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | perf tools: Make sparc64 arch point to sparc | David Ahern | 2015-02-25 | 1 | -0/+4 |
| * | perf symbols: Define EM_AARCH64 for older OSes | David Ahern | 2015-02-25 | 1 | -0/+5 |
| * | perf top: Fix SIGBUS on sparc64 | David Ahern | 2015-02-25 | 1 | -1/+1 |
| * | perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag | Adrian Hunter | 2015-02-25 | 1 | -3/+15 |
| * | perf tools: Fix pthread_attr_setaffinity_np build error | Adrian Hunter | 2015-02-25 | 1 | -1/+2 |
| * | perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check | Josh Boyer | 2015-02-25 | 1 | -1/+1 |
| * | perf bench: Fix order of arguments to memcpy_alloc_mem | Bruce Merry | 2015-02-23 | 1 | -2/+2 |
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 2 | -340/+1684 |
|\ \ |
|
| * | | tools/lguest: don't use legacy definitions for net device in example launcher. | Rusty Russell | 2015-02-13 | 1 | -1/+2 |
| * | | tools/lguest: use common error macros in the example launcher. | Rusty Russell | 2015-02-13 | 1 | -101/+105 |
| * | | tools/lguest: give virtqueues names for better error messages | Rusty Russell | 2015-02-13 | 1 | -7/+12 |
| * | | tools/lguest: more documentation and checking of virtio 1.0 compliance. | Rusty Russell | 2015-02-13 | 1 | -14/+293 |
| * | | tools/lguest: don't start devices until DRIVER_OK status set. | Rusty Russell | 2015-02-13 | 1 | -8/+36 |
| * | | tools/lguest: handle indirect partway through chain. | Rusty Russell | 2015-02-13 | 1 | -12/+13 |
| * | | tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) | Rusty Russell | 2015-02-13 | 1 | -2/+57 |
| * | | tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) | Rusty Russell | 2015-02-13 | 1 | -9/+131 |
| * | | tools/lguest: rename virtio_pci_cfg_cap field to match spec. | Rusty Russell | 2015-02-13 | 1 | -8/+9 |
| * | | tools/lguest: fix features_accepted logic in example launcher. | Rusty Russell | 2015-02-13 | 1 | -1/+1 |
| * | | tools/lguest: handle device reset correctly in example launcher. | Rusty Russell | 2015-02-13 | 1 | -2/+18 |
| * | | lguest: remove NOTIFY facility from demonstration launcher. | Rusty Russell | 2015-02-11 | 1 | -24/+1 |
| * | | lguest: always put console in PCI slot #1. | Rusty Russell | 2015-02-11 | 1 | -3/+3 |
| * | | lguest: support backdoor window. | Rusty Russell | 2015-02-11 | 1 | -1/+100 |
| * | | lguest: support emerg_wr in console device in example launcher. | Rusty Russell | 2015-02-11 | 1 | -3/+14 |
| * | | lguest: remove support for lguest bus in demonstration launcher. | Rusty Russell | 2015-02-11 | 1 | -333/+22 |
| * | | lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. | Rusty Russell | 2015-02-11 | 1 | -0/+1 |
| * | | lguest: Convert console device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -7/+7 |
| * | | lguest: Convert entropy device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -5/+7 |
| * | | lguest: Convert net device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -20/+28 |
| * | | lguest: Convert block device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -21/+9 |