summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* kselftest: vm: add tests for memory-deny-write-executeKees Cook2023-02-022-0/+198
* tools/mm: allow users to provide additional cflags/ldflagsHerton R. Krzesinski2023-02-021-2/+2
* mm: discard __GFP_ATOMICNeilBrown2023-02-021-1/+0
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-16/+16
* selftests/damon/debugfs_rm_non_contexts: hide expected write error messagesSeongJae Park2023-02-021-1/+1
* selftests/damon/sysfs: hide expected write failuresSeongJae Park2023-02-021-1/+1
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-312-1/+0
|\
| * selftests/filesystems: grant executable permission to run_fat_tests.shPengfei Xu2023-01-191-0/+0
| * selftests/vm: remove __USE_GNU in hugetlb-madvise.cPeter Xu2023-01-181-1/+0
* | selftests: vm: enable cross-compilationBjörn Töpel2023-01-181-0/+4
* | tools:cgroup:memcg_shrinker remove redundant importAlexander Pantyukhin2023-01-181-2/+1
* | selftests/mm: define MADV_PAGEOUT to fix compilation issuesDavid Hildenbrand2023-01-181-0/+3
* | selftest/vm: add mremap expand merge offset testLorenzo Stoakes2023-01-181-23/+96
* | selftests/vm: rename selftests/vm to selftests/mmSeongJae Park2023-01-1854-6/+6
* | tools/vm: rename tools/vm to tools/mmSeongJae Park2023-01-186-0/+0
* | selftests/vm: cow: add COW tests for collapsing of PTE-mapped anon THPDavid Hildenbrand2023-01-181-0/+228
* | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-181-9/+9
* | selftests/vm: ksm_functional_tests: fix a typo in commentXu Panda2023-01-181-1/+1
* | tools/vm/page_owner_sort: free memory before exitJianlin Lv2023-01-181-20/+45
* | selftests/damon/sysfs: test filters directorySeongJae Park2023-01-181-0/+29
* | selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXECJeff Xu2023-01-182-5/+224
* | selftests/memfd: add tests for F_SEAL_EXECDaniel Verkamp2023-01-181-1/+122
|/
* Sync with v6.2-rc4Andrew Morton2023-01-1824-157/+299
|\
| * Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-141-0/+4
| |\
| | * mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-0/+4
| * | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-122-74/+130
| |\ \
| | * | selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault2023-01-101-4/+36
| | * | selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault2023-01-101-69/+93
| | * | selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault2023-01-101-4/+4
| | * | af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac2023-01-091-1/+1
| * | | Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-01-121-0/+9
| |\ \ \
| | * | | objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin2023-01-091-0/+9
| * | | | Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-01-1212-38/+79
| |\ \ \ \
| | * | | | tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau2023-01-091-7/+7
| | * | | | tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau2023-01-091-1/+4
| | * | | | tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau2023-01-0910-0/+29
| | * | | | tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau2023-01-091-0/+2
| | * | | | tools/nolibc: Fix S_ISxxx macrosWarner Losh2023-01-091-7/+7
| | * | | | nolibc: fix fd_set typeSven Schnelle2023-01-091-23/+30
| * | | | | perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-111-1/+1
| * | | | | perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo2023-01-101-0/+2
| * | | | | perf build: Fix build error when NO_LIBBPF=1Ian Rogers2023-01-102-9/+14
| * | | | | perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2023-01-102-20/+0
| * | | | | perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan2023-01-101-12/+24
| * | | | | perf kmem: Support legacy tracepointsLeo Yan2023-01-101-3/+26
| * | | | | perf build: Properly guard libbpf includesIan Rogers2023-01-102-0/+8
| * | | | | perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with...Athira Rajeev2023-01-091-0/+2
| | |/ / / | |/| | |
* / | | | proc: fix PIE proc-empty-vm, proc-pid-vm testsAlexey Dobriyan2023-01-112-9/+12
|/ / / /
* | | | Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-082-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | memblock tests: Fix compilation error.Aaron Thompson2023-01-042-1/+3