| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | kvm: selftests: add vm_phy_pages_alloc | Andrew Jones | 2018-10-17 | 2 | -23/+39 |
| | * | | | | | | | kvm: selftests: tidy up kvm_util | Andrew Jones | 2018-10-17 | 6 | -399/+407 |
| | * | | | | | | | kvm: selftests: add cscope make target | Andrew Jones | 2018-10-17 | 1 | -1/+10 |
| | * | | | | | | | kvm: selftests: move arch-specific files to arch-specific locations | Andrew Jones | 2018-10-17 | 18 | -49/+50 |
| | * | | | | | | | kvm: selftests: introduce ucall | Andrew Jones | 2018-10-17 | 10 | -85/+222 |
| | * | | | | | | | kvm: selftests: vcpu_setup: set cr4.osfxsr | Andrew Jones | 2018-10-17 | 1 | -1/+1 |
| | * | | | | | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | KVM: PPC: Book3S: Simplify external interrupt handling | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
| | | | |_|_|/ / /
| | | |/| | | | | |
|
| * | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-10-26 | 1 | -0/+294 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | crypto: tools - Add cryptostat userspace | Corentin Labbe | 2018-09-28 | 1 | -0/+294 |
| * | | | | | | | | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 4 | -11/+63 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | tools: PCI: Change pcitest compiling process | Gustavo Pimentel | 2018-10-03 | 3 | -6/+61 |
| | * | | | | | | | | | tools: PCI: Fix compilation warnings | Gustavo Pimentel | 2018-10-03 | 1 | -5/+2 |
| * | | | | | | | | | | Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-10-25 | 4 | -25/+12 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| | * | | | | | | | | | tools/testing/nvdimm: Populate dirty shutdown data | Dan Williams | 2018-10-17 | 3 | -1/+11 |
| | * | | | | | | | | | acpi, nfit: Collect shutdown status | Dan Williams | 2018-10-17 | 2 | -24/+1 |
| | |/ / / / / / / / |
|
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 92 | -1080/+9120 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | tc-tests: test denial of 'goto chain' for exceed traffic in police.json | Davide Caratti | 2018-10-23 | 1 | -0/+24 |
| | * | | | | | | | | | tc-tests: test denial of 'goto chain' on 'random' traffic in gact.json | Davide Caratti | 2018-10-23 | 1 | -0/+24 |
| | * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-22 | 39 | -318/+1379 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| | | * | | | | | | | | | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet | 2018-10-21 | 1 | -1/+2 |
| | | * | | | | | | | | | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet | 2018-10-21 | 2 | -3/+9 |
| | | * | | | | | | | | | selftests/bpf: fix return value comparison for tests in test_libbpf.sh | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| | | * | | | | | | | | | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2018-10-21 | 4 | -52/+47 |
| | | * | | | | | | | | | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 2018-10-21 | 1 | -5/+5 |
| | | * | | | | | | | | | bpf: test_sockmap add options to use msg_push_data | John Fastabend | 2018-10-20 | 2 | -26/+129 |
| | | * | | | | | | | | | bpf: libbpf support for msg_push_data | John Fastabend | 2018-10-20 | 2 | -1/+21 |
| | | * | | | | | | | | | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu | 2018-10-19 | 1 | -0/+171 |
| | | * | | | | | | | | | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 2018-10-19 | 1 | -6/+4 |
| | | * | | | | | | | | | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 9 | -12/+250 |
| | | * | | | | | | | | | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 2018-10-19 | 1 | -0/+2 |
| | | * | | | | | | | | | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 9 | -1/+313 |
| | | * | | | | | | | | | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B | 2018-10-19 | 1 | -1/+29 |
| | | * | | | | | | | | | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 2018-10-18 | 4 | -9/+20 |
| | | * | | | | | | | | | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao | 2018-10-18 | 1 | -0/+1 |
| | | * | | | | | | | | | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel | 2018-10-18 | 1 | -1/+1 |
| | | * | | | | | | | | | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend | 2018-10-17 | 1 | -52/+115 |
| | | * | | | | | | | | | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 2018-10-17 | 4 | -148/+179 |
| | | * | | | | | | | | | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann | 2018-10-16 | 2 | -5/+86 |
| | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-21 | 14 | -45/+123 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-19 | 1 | -4/+9 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-16 | 21 | -255/+1326 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | tools: bpftool: add map create command | Jakub Kicinski | 2018-10-16 | 6 | -6/+183 |
| | | * | | | | | | | | | | | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 2018-10-16 | 8 | -13/+37 |
| | | * | | | | | | | | | | | bpf: bpftool, add support for attaching programs to maps | John Fastabend | 2018-10-16 | 4 | -3/+128 |
| | | * | | | | | | | | | | | bpf: add tls support for testing in test_sockmap | John Fastabend | 2018-10-15 | 1 | -0/+89 |
| | | * | | | | | | | | | | | selftests: bpf: install script with_addr.sh | Anders Roxell | 2018-10-11 | 1 | -0/+2 |
| | | * | | | | | | | | | | | selftests: bpf: add config fragment LWTUNNEL | Anders Roxell | 2018-10-11 | 1 | -0/+1 |
| | | * | | | | | | | | | | | bpftool: Allow add linker flags via EXTRA_LDFLAGS variable | Jiri Olsa | 2018-10-11 | 1 | -1/+4 |