summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: futex: Add futex compare requeue testAndré Almeida2021-06-224-1/+142
* selftests: futex: Add futex wait testAndré Almeida2021-06-224-1/+177
* selftests: futex: Expand timeout testAndré Almeida2021-05-121-16/+110
* selftests: futex: Correctly include headers dirsAndré Almeida2021-05-121-1/+2
* Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...Linus Torvalds2021-05-1026-22/+260
|\
| * tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-104-8/+24
| * tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-1/+8
| * tools include UAPI powerpc: Sync errno.h with the kernel headersArnaldo Carvalho de Melo2021-05-101-0/+1
| * tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2021-05-103-2/+2
| * tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+4
| * tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo2021-05-105-1/+27
| * perf tools: Fix a build error on arm64 with clangMasami Hiramatsu2021-05-101-1/+1
| * tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+1
| * tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+45
| * perf tools: Fix dynamic libbpf linkJiri Olsa2021-05-102-0/+8
| * perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev2021-05-101-2/+2
| * perf jevents: Silence warning for ArchStd filesIan Rogers2021-05-101-2/+4
| * perf record: Disallow -c and -F option at the same timeNamhyung Kim2021-05-101-1/+7
| * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+4
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-101-0/+1
| * tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-05-101-4/+121
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-103-21/+73
|\ \ | |/ |/|
| * tools/kvm_stat: Fix documentation typoStefan Raspl2021-05-071-1/+1
| * selftests: kvm: remove reassignment of non-absolute variablesBill Wendling2021-05-071-2/+2
| * KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov2021-05-071-11/+55
| * KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov2021-05-071-8/+16
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-1/+1
|\ \
| * | kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-021-1/+1
* | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-083-9/+28
|\ \ \
| * | | libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman2021-05-031-9/+21
| * | | selftests/bpf: Fix the snprintf testFlorent Revest2021-04-302-0/+7
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0714-63/+279
|\ \ \ \
| * | | | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-2/+0
| * | | | selftests: remove duplicate includeZhang Yunkai2021-05-073-3/+0
| * | | | kselftest: introduce new epoll test caseDavidlohr Bueso2021-05-061-0/+44
| * | | | tools: sync lib/find_bit implementationYury Norov2021-05-062-5/+57
| * | | | tools: sync find_next_bit implementationYury Norov2021-05-062-37/+42
| * | | | tools: sync small_const_nbits() macro with the kernelYury Norov2021-05-062-3/+3
| * | | | tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov2021-05-061-6/+1
| * | | | tools: bitmap: sync function declarations with the kernelYury Norov2021-05-062-6/+6
| * | | | tools: disable -Wno-type-limitsYury Norov2021-05-061-0/+1
| * | | | selftests: proc: test subset=pidAlexey Dobriyan2021-05-062-0/+122
| * | | | proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-1/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-055-13/+579
|\| | | |
| * | | | selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin2021-05-051-4/+19
| * | | | selftests/vm: gup_test: fix test flagPavel Tatashin2021-05-051-4/+11
| * | | | userfaultfd/selftests: add test exercising minor fault handlingAxel Rasmussen2021-05-051-6/+158
| * | | | mm: huge_memory: debugfs for file-backed THP splitZi Yan2021-05-051-5/+77
| * | | | mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan2021-05-053-0/+320
* | | | | Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-9/+9
|\ \ \ \ \