summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-04-20selftests/bpf: fix __retval() being always ignoredEduard Zingerman-3/+3
2023-04-20selftests/bpf: disable program test run for progs/refcounted_kptr.cEduard Zingerman-4/+4
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet-1/+1
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+9
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers-0/+8
2023-04-20perf test: Fix maps use after putIan Rogers-4/+4
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou-0/+70
2023-04-20selftests/powerpc/dscr: Restore timeout to DSCR selftestsBenjamin Gray-3/+0
2023-04-20selftests/powerpc/dscr: Speed up DSCR sysfs testsBenjamin Gray-7/+4
2023-04-20selftests/powerpc/dscr: Improve DSCR explicit random test caseBenjamin Gray-115/+113
2023-04-20selftests/powerpc/dscr: Add lockstep test cases to DSCR explicit testsBenjamin Gray-14/+159
2023-04-20selftests/powerpc: Allow bind_to_cpu() to automatically pick CPUBenjamin Gray-15/+21
2023-04-20selftests/powerpc: Move bind_to_cpu() to utils.hBenjamin Gray-14/+13
2023-04-20selftests/powerpc/dscr: Correct typosBenjamin Gray-6/+6
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin-0/+2
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-8/+8
2023-04-19perf probe: Add missing 0x prefix for addresses printed in hexadecimalArnaldo Carvalho de Melo-1/+1
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo-0/+2
2023-04-19perf map: Add reference count checkingIan Rogers-51/+62
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo-65/+132
2023-04-19perf map: Add missing conversions to map__refcnt()Arnaldo Carvalho de Melo-4/+4
2023-04-19selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson-4/+16
2023-04-19perf maps: Add reference count checkingIan Rogers-43/+50
2023-04-19perf maps: Use maps__nr_maps() instead of open coded maps->nr_mapsArnaldo Carvalho de Melo-1/+1
2023-04-19perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo-9/+14
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo-7/+6
2023-04-19tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang-1/+1
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds-1/+1
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds-1/+1
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds-1/+0
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds-0/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds-2/+0
2023-04-18selftests/memfd: fix test_sysctlJeff Xu-6/+8
2023-04-18selftests/mm: run hugetlb testcases of va switchChaitanya S Prakash-0/+4
2023-04-18selftests/mm: configure nr_hugepages for arm64Chaitanya S Prakash-1/+9
2023-04-18selftests/mm: add platform independent in code commentsChaitanya S Prakash-7/+8
2023-04-18selftests/mm: rename va_128TBswitch to va_high_addr_switchChaitanya S Prakash-4/+4
2023-04-18selftests/mm: add support for arm64 platform on va switchChaitanya S Prakash-2/+24
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang-12/+18
2023-04-18selftests/mm: add uffdio register ioctls testPeter Xu-15/+97
2023-04-18selftests/mm: add shmem-private test to uffd-stressPeter Xu-5/+9
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testPeter Xu-40/+11
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu-18/+29
2023-04-18selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu-1/+7
2023-04-18selftests/mm: move zeropage test into uffd unit testsPeter Xu-95/+108
2023-04-18selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu-226/+265
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu-145/+135
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu-166/+145
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu-0/+163
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu-15/+36