summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/mm: update the usage output to be more organizedAudra Mitchell2023-10-181-13/+20
* tools/mm: fix the default case for page_owner_sortAudra Mitchell2023-10-181-8/+53
* tools/mm: filter out timestamps for correct collationAudra Mitchell2023-10-181-7/+18
* tools/mm: remove references to free_ts from page_owner_sortAudra Mitchell2023-10-181-86/+12
* selftests: add a selftest to verify hugetlb usage in memcgNhat Pham2023-10-183-0/+237
* selftests/mm: add a new test for madv and hugetlbBreno Leitao2023-10-183-0/+78
* selftests/mm: export get_free_hugepages()Breno Leitao2023-10-183-19/+20
* radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett2023-10-181-2/+2
* selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum2023-10-185-1/+1669
* tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum2023-10-181-0/+59
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-183-1/+47
|\
| * selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang2023-10-181-1/+6
| * maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-181-0/+40
| * selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
* | mm/ksm: test case for prctl fork/exec workflowStefan Roesch2023-10-161-1/+65
* | kselftest: vm: add tests for no-inherit memory-deny-write-executeFlorent Revest2023-10-061-6/+108
* | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-061-0/+1
* | mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest2023-10-061-1/+1
* | kselftest: vm: check errnos in mdwe_testFlorent Revest2023-10-061-0/+8
* | kselftest: vm: fix mdwe's mmap_FIXED test caseFlorent Revest2023-10-061-6/+3
* | kselftest: vm: fix tabs/spaces inconsistency in the mdwe testFlorent Revest2023-10-061-3/+3
* | selftests/damon/sysfs: test DAMOS apply intervalsSeongJae Park2023-10-041-0/+1
* | selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes2023-10-041-55/+134
* | selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)2023-10-041-1/+78
* | selftests: mm: add a test for remapping to area immediately after existing ma...Joel Fernandes (Google)2023-10-041-5/+52
* | selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)2023-10-041-1/+11
* | selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)2023-10-041-1/+1
* | selftests/mm: gup_longterm: fix a resource leakDing Xiang2023-10-041-1/+2
|/
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-4/+4
|\
| * selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2023-09-292-4/+4
* | Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-09-302-9/+9
|\ \
| * | selftests/powerpc: Fix emit_tests to work with run_kselftest.shMichael Ellerman2023-09-222-9/+9
* | | Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-265-9/+34
|\ \ \
| * | | selftests/user_events: Fix to unmount tracefs when test created mountBeau Belgrave2023-09-185-9/+34
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds2023-09-2616-539/+255
|\ \ \
| * | | perf jevent: fix core dump on software events on s390Thomas Richter2023-09-171-1/+1
| * | | perf pmu: Ensure all alias variables are initializedIan Rogers2023-09-171-1/+1
| * | | perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers2023-09-171-2/+2
| * | | perf trace: Avoid compile error wrt redefining boolIan Rogers2023-09-171-0/+2
| * | | perf bpf-prologue: Remove unused fileIan Rogers2023-09-171-508/+0
| * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2023-09-131-15/+69
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-09-131-0/+12
| * | | perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo2023-09-131-1/+1
| * | | tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo2023-09-132-0/+158
| * | | tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-135-1/+9
| * | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2023-09-111-10/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-242-17/+43
|\ \ \ \
| * \ \ \ Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2317-59/+316
| |\ \ \ \
| | * | | | KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| | * | | | KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
| | | |/ / | | |/| |