aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-02kselftest: vm: add tests for memory-deny-write-executeKees Cook2-0/+198
2023-02-02tools/mm: allow users to provide additional cflags/ldflagsHerton R. Krzesinski1-2/+2
2023-02-02mm: discard __GFP_ATOMICNeilBrown1-1/+0
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-16/+16
2023-02-02selftests/damon/debugfs_rm_non_contexts: hide expected write error messagesSeongJae Park1-1/+1
2023-02-02selftests/damon/sysfs: hide expected write failuresSeongJae Park1-1/+1
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2-1/+0
2023-01-19selftests/filesystems: grant executable permission to run_fat_tests.shPengfei Xu1-0/+0
2023-01-18selftests/vm: remove __USE_GNU in hugetlb-madvise.cPeter Xu1-1/+0
2023-01-18selftests: vm: enable cross-compilationBjörn Töpel1-0/+4
2023-01-18tools:cgroup:memcg_shrinker remove redundant importAlexander Pantyukhin1-2/+1
2023-01-18selftests/mm: define MADV_PAGEOUT to fix compilation issuesDavid Hildenbrand1-0/+3
2023-01-18selftest/vm: add mremap expand merge offset testLorenzo Stoakes1-23/+96
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park54-6/+6
2023-01-18tools/vm: rename tools/vm to tools/mmSeongJae Park6-0/+0
2023-01-18selftests/vm: cow: add COW tests for collapsing of PTE-mapped anon THPDavid Hildenbrand1-0/+228
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett1-9/+9
2023-01-18selftests/vm: ksm_functional_tests: fix a typo in commentXu Panda1-1/+1
2023-01-18tools/vm/page_owner_sort: free memory before exitJianlin Lv1-20/+45
2023-01-18selftests/damon/sysfs: test filters directorySeongJae Park1-0/+29
2023-01-18selftests/memfd: add tests for MFD_NOEXEC_SEAL MFD_EXECJeff Xu2-5/+224
2023-01-18selftests/memfd: add tests for F_SEAL_EXECDaniel Verkamp1-1/+122
2023-01-18Sync with v6.2-rc4Andrew Morton24-157/+299
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-0/+4
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-74/+130
2023-01-12Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2023-01-12Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds12-38/+79
2023-01-11proc: fix PIE proc-empty-vm, proc-pid-vm testsAlexey Dobriyan2-9/+12
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo1-0/+2
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers2-9/+14
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the kernel sourcesArnaldo Carvalho de Melo2-20/+0
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with recent tracepoint restructuringLeo Yan1-12/+24
2023-01-10perf kmem: Support legacy tracepointsLeo Yan1-3/+26
2023-01-10perf build: Properly guard libbpf includesIan Rogers2-0/+8
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault1-4/+36
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault1-69/+93
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault1-4/+4
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau1-1/+4
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau10-0/+29
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh1-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle1-23/+30
2023-01-09objtool: Tolerate STT_NOTYPE symbols at end of sectionNicholas Piggin1-0/+9
2023-01-09perf tests bpf prologue: Fix bpf-script-test-prologue test compile issue with clangAthira Rajeev1-0/+2
2023-01-09af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-0/+4
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-1/+3
2023-01-06Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds13-32/+70