aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet1-1/+1
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+9
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou5-0/+70
2023-04-20selftests/powerpc/dscr: Restore timeout to DSCR selftestsBenjamin Gray2-3/+0
2023-04-20selftests/powerpc/dscr: Speed up DSCR sysfs testsBenjamin Gray1-7/+4
2023-04-20selftests/powerpc/dscr: Improve DSCR explicit random test caseBenjamin Gray3-115/+113
2023-04-20selftests/powerpc/dscr: Add lockstep test cases to DSCR explicit testsBenjamin Gray3-14/+159
2023-04-20selftests/powerpc: Allow bind_to_cpu() to automatically pick CPUBenjamin Gray7-15/+21
2023-04-20selftests/powerpc: Move bind_to_cpu() to utils.hBenjamin Gray4-14/+13
2023-04-20selftests/powerpc/dscr: Correct typosBenjamin Gray3-6/+6
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin2-0/+2
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+8
2023-04-19selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson2-4/+16
2023-04-19tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang1-1/+1
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds1-1/+1
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds1-1/+1
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds1-1/+0
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds1-0/+3
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds1-2/+0
2023-04-18selftests/memfd: fix test_sysctlJeff Xu1-6/+8
2023-04-18selftests/mm: run hugetlb testcases of va switchChaitanya S Prakash1-0/+4
2023-04-18selftests/mm: configure nr_hugepages for arm64Chaitanya S Prakash1-1/+9
2023-04-18selftests/mm: add platform independent in code commentsChaitanya S Prakash1-7/+8
2023-04-18selftests/mm: rename va_128TBswitch to va_high_addr_switchChaitanya S Prakash4-4/+4
2023-04-18selftests/mm: add support for arm64 platform on va switchChaitanya S Prakash1-2/+24
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang1-12/+18
2023-04-18selftests/mm: add uffdio register ioctls testPeter Xu1-15/+97
2023-04-18selftests/mm: add shmem-private test to uffd-stressPeter Xu2-5/+9
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testPeter Xu4-40/+11
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu4-18/+29
2023-04-18selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu1-1/+7
2023-04-18selftests/mm: move zeropage test into uffd unit testsPeter Xu4-95/+108
2023-04-18selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu2-226/+265
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu4-145/+135
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu2-166/+145
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu3-0/+163
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu2-15/+36
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu3-16/+23
2023-04-18selftests/mm: rename uffd_stats to uffd_argsPeter Xu3-43/+42
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu3-7/+8
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu3-17/+28
2023-04-18selftests/mm: UFFDIO_API testPeter Xu1-1/+108
2023-04-18selftests/mm: uffd_open_{dev|sys}()Peter Xu3-23/+31
2023-04-18selftests/mm: uffd_[un]register()Peter Xu7-104/+64
2023-04-18selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu5-8/+40
2023-04-18selftests/mm: create uffd-common.[ch]Peter Xu4-693/+731
2023-04-18selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu1-9/+11
2023-04-18selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu1-1/+1
2023-04-18selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu1-22/+9
2023-04-18selftests/mm: use PM_* macros in vm_utils.hPeter Xu3-20/+12