Age | Commit message (Expand) | Author | Files | Lines |
2022-01-23 | Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 51 | -149/+354 |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 4 | -10/+99 |
2022-01-22 | perf tools: Remove redundant err variable | Minghao Chi | 1 | -4/+1 |
2022-01-22 | perf test: Add parse-events test for aliases with hyphens | John Garry | 2 | -9/+82 |
2022-01-22 | perf test: Add pmu-events test for aliases with hyphens | John Garry | 2 | -0/+48 |
2022-01-22 | perf parse-events: Support event alias in form foo-bar-baz | John Garry | 4 | -4/+41 |
2022-01-22 | perf evsel: Override attr->sample_period for non-libpfm4 events | German Gomez | 1 | -8/+17 |
2022-01-22 | perf cpumap: Remove duplicate include in cpumap.h | Lv Ruyi | 1 | -1/+0 |
2022-01-22 | perf cpumap: Migrate to libperf cpumap api | Ian Rogers | 31 | -87/+99 |
2022-01-22 | perf python: Fix cpu_map__item() building | Ian Rogers | 1 | -3/+3 |
2022-01-22 | perf script: Fix printing 'phys_addr' failure issue | Yao Jin | 1 | -1/+1 |
2022-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -88/+756 |
2022-01-20 | selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c | Jinrong Liang | 1 | -0/+1 |
2022-01-20 | selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c | Jinrong Liang | 1 | -4/+0 |
2022-01-20 | tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall | Arnaldo Carvalho de Melo | 5 | -1/+8 |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 8 | -33/+182 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -13/+16 |
2022-01-20 | delayacct: track delays from memory compact | wangyong | 1 | -1/+7 |
2022-01-20 | hash.h: remove unused define directive | Isabella Basso | 1 | -4/+1 |
2022-01-20 | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN | Yafang Shao | 2 | -6/+6 |
2022-01-20 | tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read... | Yafang Shao | 1 | -2/+2 |
2022-01-19 | kvm: selftests: Do not indent with spaces | Paolo Bonzini | 6 | -59/+61 |
2022-01-19 | kvm: selftests: sync uapi/linux/kvm.h with Linux header | Paolo Bonzini | 1 | -3/+16 |
2022-01-19 | tools headers UAPI: Sync x86 arch prctl headers with the kernel sources | Arnaldo Carvalho de Melo | 1 | -12/+14 |
2022-01-19 | selftests: kvm: add amx_test to .gitignore | Muhammad Usama Anjum | 1 | -0/+1 |
2022-01-19 | Merge branch 'kvm-pi-raw-spinlock' into HEAD | Paolo Bonzini | 79 | -481/+1724 |
2022-01-19 | KVM: selftests: Add a test to force emulation with a pending exception | Sean Christopherson | 3 | -0/+141 |
2022-01-19 | selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER | Jim Mattson | 3 | -0/+440 |
2022-01-19 | selftests: kvm/x86: Introduce x86_model() | Jim Mattson | 1 | -0/+5 |
2022-01-19 | selftests: kvm/x86: Export x86_family() for use outside of processor.c | Jim Mattson | 2 | -12/+12 |
2022-01-19 | selftests: kvm/x86: Introduce is_amd_cpu() | Jim Mattson | 2 | -9/+10 |
2022-01-19 | selftests: kvm/x86: Parameterize the CPUID vendor string check | Jim Mattson | 1 | -3/+7 |
2022-01-19 | kvm: selftests: conditionally build vm_xsave_req_perm() | Wei Wang | 1 | -0/+2 |
2022-01-19 | perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2022-01-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 6 | -32/+178 |
2022-01-19 | bpf, selftests: Add ringbuf memory type confusion test | Daniel Borkmann | 4 | -2/+79 |
2022-01-19 | bpf, selftests: Add various ringbuf tests with invalid offset | Daniel Borkmann | 1 | -0/+64 |
2022-01-18 | perf evlist: No need to setup affinities when disabling events for pid targets | Arnaldo Carvalho de Melo | 1 | -5/+9 |
2022-01-18 | perf evlist: No need to setup affinities when enabling events for pid targets | Arnaldo Carvalho de Melo | 1 | -5/+9 |
2022-01-18 | perf stat: No need to setup affinities when starting a workload | Arnaldo Carvalho de Melo | 1 | -7/+10 |
2022-01-18 | perf affinity: Allow passing a NULL arg to affinity__cleanup() | Arnaldo Carvalho de Melo | 1 | -1/+7 |
2022-01-18 | perf probe: Fix ppc64 'perf probe add events failed' case | Zechuan Chen | 1 | -0/+3 |
2022-01-18 | Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -9/+594 |
2022-01-18 | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 153 | -2175/+4685 |
2022-01-17 | KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN | Vitaly Kuznetsov | 3 | -4/+66 |
2022-01-17 | KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test' | Vitaly Kuznetsov | 3 | -3/+3 |
2022-01-17 | Merge branch 'acpi-pfrut' | Rafael J. Wysocki | 6 | -9/+594 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+5 |
2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 33 | -488/+3436 |
2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 25 | -22/+4856 |