aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf sched: Fixes for thread safety analysisIan Rogers1-17/+29
2022-10-04perf mutex: Add thread safety annotationsIan Rogers2-5/+67
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers7-5/+28
2022-10-04perf top: Update use of pthread mutexIan Rogers2-11/+12
2022-10-04perf annotate: Update use of pthread mutexIan Rogers4-21/+20
2022-10-04perf dso: Update use of pthread mutexIan Rogers3-10/+10
2022-10-04perf mmap: Remove unnecessary pthread.h includeIan Rogers1-1/+0
2022-10-04perf ui: Update use of pthread mutexIan Rogers8-35/+35
2022-10-04perf sched: Update use of pthread mutexIan Rogers1-35/+32
2022-10-04perf record: Update use of pthread mutexIan Rogers1-4/+9
2022-10-04perf lock: Remove unused pthread.h includeIan Rogers1-1/+0
2022-10-04perf bpf: Remove unused pthread.h includeIan Rogers1-1/+0
2022-10-04perf hist: Update use of pthread mutexIan Rogers3-9/+9
2022-10-04perf tests: Avoid pthread.h inclusionIan Rogers3-5/+1
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers8-171/+153
2022-10-04perf mutex: Wrapped usage of mutex and condPavithra Gurushankar3-0/+166
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter4-4/+269
2022-10-04perf evlist: Add evlist__{en/dis}able_non_dummy()Adrian Hunter2-6/+26
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter3-32/+3
2022-10-04perf record: Fix done_fd wakeup eventAdrian Hunter1-1/+2
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter2-2/+83
2022-10-04perf hashmap: Tidy hashmap dependencyIan Rogers4-10/+19
2022-10-04perf metrics: Use 'unsigned int' instead of just 'unsigned'.Xin Gao1-1/+1
2022-10-04perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao1-1/+1
2022-10-04tools build: Display logical OR of a feature flavorsRoberto Sassu1-2/+25
2022-10-04tools build: Increment room for feature name in feature detection outputRoberto Sassu2-4/+4
2022-10-04tools build: Fix feature detection output due to eval expansionRoberto Sassu2-18/+16
2022-10-04perf inject: Add a command line option to specify build ids.Raul Silvera2-1/+91
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds2-0/+135
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+62
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+5
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+12
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-3/+3
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-14/+62
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner1-1/+0
2022-10-03selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memoryZach O'Keefe2-38/+134
2022-10-03selftests/vm: add file/shmem MADV_COLLAPSE selftest for cleared pmdZach O'Keefe1-0/+30
2022-10-03selftests/vm: add thp collapse shmem testingZach O'Keefe1-2/+55
2022-10-03selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe3-56/+431
2022-10-03selftests/vm: modularize thp collapse memory operationsZach O'Keefe1-166/+207
2022-10-03selftests/vm: dedup THP helpersZach O'Keefe6-76/+32
2022-10-03selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe1-1/+22
2022-10-03objtool: kmsan: list KMSAN API functions as uaccess-safeAlexander Potapenko1-0/+20
2022-10-03selftest/damon: add a test for duplicate context dirs creationSeongJae Park2-0/+28
2022-10-03memblock tests: add new pageblock related macroKefeng Wang1-0/+2
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä1-10/+0
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens1-13/+13
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski94-740/+6130
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini29-211/+587