summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-09-251-77/+0
|\
| * Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-241030-26649/+221501
| |\
| * | ndtest: Cleanup all of blk namespace specific codeShivaprasad G Bhat2022-07-121-77/+0
* | | Merge tag 'landlock-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-232-9/+14
|\ \ \
| * | | selftests/landlock: Fix out-of-tree buildsMickaël Salaün2022-09-142-9/+14
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-231-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2022-09-2321-159/+406
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang2022-09-221-1/+1
* | | | | Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-2213-14/+433
|\ \ \ \ \
| * | | | | selftests: forwarding: add shebang for sch_red.shHangbin Liu2022-09-221-0/+1
| * | | | | selftests: bonding: cause oops in bond_rr_gen_slave_idJonathan Toppins2022-09-222-1/+51
| * | | | | wireguard: selftests: do not install headers on UMLJason A. Donenfeld2022-09-201-0/+2
| * | | | | selftests: forwarding: Add test cases for unresolved multicast routesIdo Schimmel2022-09-201-1/+91
| * | | | | net: Add tests for bonding and team address list managementBenjamin Poirier2022-09-168-1/+236
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-09-091-12/+53
| |\ \ \ \ \
| | * | | | | selftests: nft_concat_range: add socat supportFlorian Westphal2022-09-071-12/+53
* | | | | | | perf tools: Honor namespace when synthesizing build-idsNamhyung Kim2022-09-211-3/+14
* | | | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-09-211-2/+3
* | | | | | | perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-211-5/+2
* | | | | | | libperf evlist: Fix polling of system-wide eventsAdrian Hunter2022-09-211-2/+3
* | | | | | | perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter2022-09-211-0/+2
* | | | | | | perf test: Skip wp modify test on old kernelsNamhyung Kim2022-09-211-2/+8
* | | | | | | perf jit: Include program header in ELF filesLieven Hey2022-09-212-0/+18
* | | | | | | perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim2022-09-211-0/+83
* | | | | | | perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim2022-09-211-3/+3
* | | | | | | perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim2022-09-211-2/+2
* | | | | | | perf stat: Fix BPF program section nameNamhyung Kim2022-09-211-1/+1
* | | | | | | Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-202-91/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Revert "selftests/timens: add a test for vfork+exit"Andrei Vagin2022-09-132-91/+1
* | | | | | | Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-181-2/+2
|\ \ \ \ \ \ \
| * | | | | | | tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings2022-09-131-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-121-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | tools: hv: kvp: remove unnecessary (void*) conversionsZhou jie2022-09-051-2/+2
| * | | | | | tools: hv: Remove an extraneous "the"Jason Wang2022-08-151-1/+1
* | | | | | | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds2022-09-091-0/+9
|\ \ \ \ \ \ \
| * | | | | | | tools: Add new "test" taint to kernel-chktaintJoe Fradley2022-09-071-0/+9
| |/ / / / / /
* | | | | | | Merge tag 'perf-tools-fixes-for-v6.0-2022-09-08' of git://git.kernel.org/pub/...Linus Torvalds2022-09-0911-39/+129
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | perf record: Fix synthesis failure warningsAdrian Hunter2022-09-081-2/+6
| * | | | | | perf tools: Don't install data files with x permissionsJiri Slaby2022-09-081-12/+12
| * | | | | | perf script: Fix Cannot print 'iregs' field for hybrid systemsZhengjun Xing2022-09-081-0/+3
| * | | | | | perf lock: Remove redundant word 'contention' in help messageYang Jihong2022-09-081-2/+1
| * | | | | | perf dlfilter dlfilter-show-cycles: Fix types for print formatAdrian Hunter2022-09-081-2/+2
| * | | | | | libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter2022-09-081-0/+50
| * | | | | | perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing2022-09-061-3/+9
| * | | | | | perf genelf: Switch deprecated openssl MD5_* functions to new EVP APIZixuan Tan2022-09-061-9/+11
| * | | | | | tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev2022-09-061-6/+20
| * | | | | | perf affinity: Fix out of bound access to "sched_cpus" maskAthira Rajeev2022-09-061-1/+7
| * | | | | | perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing2022-09-021-2/+3
| * | | | | | perf script: Skip dummy event attr checkJiri Olsa2022-08-311-0/+2
| * | | | | | perf metric: Return early if no CPU PMU table existsIan Rogers2022-08-311-0/+3