Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | tests: kvm: Add tests for KVM_SET_NESTED_STATE | Aaron Lewis | 5 | -0/+318 |
2019-05-08 | tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID | Aaron Lewis | 3 | -0/+72 |
2019-05-08 | tests: kvm: Add tests to .gitignore | Aaron Lewis | 1 | -1/+4 |
2019-05-08 | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 | Peter Xu | 1 | -2/+2 |
2019-04-30 | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size | Paolo Bonzini | 1 | -2/+2 |
2019-04-30 | Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -1/+2 |
2019-04-18 | KVM: s390: add MSA9 to cpumodel | Christian Borntraeger | 1 | -1/+2 |
2019-04-16 | selftests: kvm: add a selftest for SMM | Vitaly Kuznetsov | 4 | -6/+191 |
2019-04-16 | selftests: kvm: fix for compilers that do not support -no-pie | Paolo Bonzini | 1 | -1/+7 |
2019-04-16 | selftests: kvm/evmcs_test: complete I/O before migrating guest state | Paolo Bonzini | 4 | -16/+17 |
2019-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+20 |
2019-04-09 | selftests/tpm2: Open tpm dev in unbuffered mode | Tadeusz Struk | 1 | -2/+2 |
2019-04-09 | selftests/tpm2: Extend tests to cover partial reads | Tadeusz Struk | 2 | -0/+64 |
2019-04-08 | selftests: add a tc matchall test case | Nicolas Dichtel | 1 | -0/+20 |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 7 | -15/+191 |
2019-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -12/+75 |
2019-04-04 | Merge branch 'pm-tools' | Rafael J. Wysocki | 1 | -58/+219 |
2019-04-04 | net/sched: act_sample: fix divide by zero in the traffic path | Davide Caratti | 1 | -0/+24 |
2019-04-03 | net/flow_dissector: pass flow_keys->n_proto to BPF programs | Stanislav Fomichev | 1 | -2/+4 |
2019-04-03 | selftests/bpf: fix vlan handling in flow dissector program | Stanislav Fomichev | 2 | -11/+72 |
2019-03-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -20/+54 |
2019-03-31 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 26 | -103/+288 |
2019-03-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+5 |
2019-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 4 | -3/+92 |
2019-03-30 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 1 | -58/+219 |
2019-03-28 | perf pmu: Fix parser error for uncore event alias | Kan Liang | 1 | -0/+10 |
2019-03-28 | perf scripts python: exported-sql-viewer.py: Fix python3 support | Adrian Hunter | 1 | -4/+13 |
2019-03-28 | perf scripts python: exported-sql-viewer.py: Fix never-ending loop | Adrian Hunter | 1 | -10/+50 |
2019-03-28 | perf machine: Update kernel map address and re-order properly | Wei Li | 1 | -12/+20 |
2019-03-28 | tools headers uapi: Sync powerpc's asm/kvm.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2019-03-28 | tools headers: Update x86's syscall_64.tbl and uapi/asm-generic/unistd | Arnaldo Carvalho de Melo | 2 | -1/+14 |
2019-03-28 | tools headers uapi: Update drm/i915_drm.h | Arnaldo Carvalho de Melo | 1 | -0/+64 |
2019-03-28 | tools arch x86: Sync asm/cpufeatures.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-03-28 | tools headers uapi: Sync linux/fcntl.h to get the F_SEAL_FUTURE_WRITE addition | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-03-28 | tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h | Arnaldo Carvalho de Melo | 11 | -18/+43 |
2019-03-28 | perf evsel: Fix max perf_event_attr.precise_ip detection | Jiri Olsa | 3 | -44/+59 |
2019-03-28 | perf intel-pt: Fix TSC slip | Adrian Hunter | 1 | -12/+8 |
2019-03-28 | perf cs-etm: Add missing case value | Solomon Tan | 2 | -2/+3 |
2019-03-28 | KVM: selftests: complete IO before migrating guest state | Sean Christopherson | 3 | -2/+33 |
2019-03-28 | KVM: selftests: disable stack protector for all KVM tests | Sean Christopherson | 1 | -2/+2 |
2019-03-28 | KVM: selftests: explicitly disable PIE for tests | Sean Christopherson | 1 | -1/+1 |
2019-03-28 | KVM: selftests: assert on exit reason in CR4/cpuid sync test | Sean Christopherson | 1 | -16/+19 |
2019-03-28 | bpf, libbpf: fix quiet install_headers | Daniel Borkmann | 1 | -2/+2 |
2019-03-28 | libbpf: add libelf dependency to shared library build | Björn Töpel | 1 | -1/+1 |
2019-03-28 | libbpf: add xsk.h to install_headers target | Björn Töpel | 1 | -0/+1 |
2019-03-28 | objtool: Query pkg-config for libelf location | Rolf Eike Beer | 1 | -2/+5 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 30 | -143/+1037 |
2019-03-27 | selftests/bpf: add btf_dedup test for VOID equivalence check | Andrii Nakryiko | 1 | -0/+47 |
2019-03-27 | libbpf: fix btf_dedup equivalence check handling of different kinds | Andrii Nakryiko | 1 | -0/+3 |
2019-03-26 | selftests/bpf: test case for invalid call stack in dead code | Paul Chaignon | 1 | -0/+38 |