summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* vm/test_vmalloc.sh: adapt for updated driver interfaceUladzislau Rezki (Sony)2021-04-301-10/+11
* selftests: add a MREMAP_DONTUNMAP selftest for shmemBrian Geffon2021-04-301-0/+52
* kselftests: cgroup: update kmem test for new vmstat implementationJohannes Weiner2021-04-301-8/+14
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-295-4/+28
|\
| * tools: do not include scripts/Kbuild.includeMasahiro Yamada2021-04-255-4/+28
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29198-2258/+14933
|\ \
| * | bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela2021-04-281-29/+75
| * | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-1/+1
| * | selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko2021-04-261-8/+12
| * | selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko2021-04-269-48/+24
| * | selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-04-261-4/+12
| * | libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko2021-04-261-2/+4
| * | selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko2021-04-267-15/+56
| * | selftests/bpf: Use ASSERT macros in lsm testJiri Olsa2021-04-251-17/+10
| * | selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa2021-04-251-0/+23
| * | selftests/bpf: Add re-attach test to lsm testJiri Olsa2021-04-251-10/+38
| * | selftests/bpf: Add re-attach test to fexit_testJiri Olsa2021-04-251-15/+37
| * | selftests/bpf: Add re-attach test to fentry_testJiri Olsa2021-04-251-15/+37
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-2547-497/+2559
| |\ \
| | * | selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko2021-04-231-0/+9
| | * | selftests/bpf: Add map linking selftestAndrii Nakryiko2021-04-234-1/+191
| | * | selftests/bpf: Add global variables linking selftestAndrii Nakryiko2021-04-234-1/+154
| | * | selftests/bpf: Add function linking selftestAndrii Nakryiko2021-04-234-1/+190
| | * | selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko2021-04-231-1/+3
| | * | selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko2021-04-231-4/+4
| | * | libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko2021-04-231-0/+132
| | * | libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko2021-04-231-59/+790
| | * | libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko2021-04-231-0/+7
| | * | libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko2021-04-231-9/+40
| | * | libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko2021-04-233-18/+16
| | * | libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko2021-04-231-106/+127
| | * | libbpf: Refactor BTF map definition parsingAndrii Nakryiko2021-04-232-111/+178
| | * | libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko2021-04-231-36/+22
| | * | libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko2021-04-234-6/+58
| | * | libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko2021-04-231-2/+9
| | * | bpftool: Dump more info about DATASEC membersAndrii Nakryiko2021-04-231-8/+18