summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+5
2022-05-01Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-64/+213
2022-04-29Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub...Linus Torvalds-79/+56
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim-69/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim-5/+6
2022-04-28perf test: Add perf_event_attr test for Arm SPETimothy Hayes-0/+13
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes-1/+12
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter-1/+1
2022-04-23Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Linus Torvalds-1/+23
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-128/+100
2022-04-22wireguard: selftests: enable ACPI for SMPJason A. Donenfeld-0/+2
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter-0/+4
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan-0/+14
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan-1/+1
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio-0/+4
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)-2/+9
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+88
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra-7/+7
2022-04-21selftest/vm: add skip support to mremap_testSidhartha Kumar-3/+8
2022-04-21selftest/vm: support xfail in mremap_testSidhartha Kumar-1/+1
2022-04-21selftest/vm: verify remap destination address in mremap_testSidhartha Kumar-3/+39
2022-04-21selftest/vm: verify mmap addr in mremap_testSidhartha Kumar-1/+40
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini-13/+8
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini-115/+92
2022-04-21Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+34
2022-04-21KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth-1/+1
2022-04-20selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packetsIdo Schimmel-0/+17
2022-04-20selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packetsIdo Schimmel-0/+17
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf-3/+2
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf-19/+17
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf-13/+22
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf-3/+2
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf-5/+2
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra-0/+1
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2022-04-15Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-8/+17
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev-2/+58
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev-5/+17
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter-2/+1
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi-1/+2
2022-04-13tools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-neededHerton R. Krzesinski-1/+1
2022-04-13perf tools: Fix misleading add event PMU debug messageAdrian Hunter-2/+3
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-13/+181
2022-04-12testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev-8/+17