index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
selftests/mm: let uffd_handle_page_fault() take wp parameter
Peter Xu
3
-16
/
+23
2023-04-18
selftests/mm: rename uffd_stats to uffd_args
Peter Xu
3
-43
/
+42
2023-04-18
selftests/mm: drop global hpage_size in uffd tests
Peter Xu
3
-7
/
+8
2023-04-18
selftests/mm: drop global mem_fd in uffd tests
Peter Xu
3
-17
/
+28
2023-04-18
selftests/mm: UFFDIO_API test
Peter Xu
1
-1
/
+108
2023-04-18
selftests/mm: uffd_open_{dev|sys}()
Peter Xu
3
-23
/
+31
2023-04-18
selftests/mm: uffd_[un]register()
Peter Xu
7
-104
/
+64
2023-04-18
selftests/mm: split uffd tests into uffd-stress and uffd-unit-tests
Peter Xu
5
-8
/
+40
2023-04-18
selftests/mm: create uffd-common.[ch]
Peter Xu
4
-693
/
+731
2023-04-18
selftests/mm: drop test_uffdio_zeropage_eexist
Peter Xu
1
-9
/
+11
2023-04-18
selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlb
Peter Xu
1
-1
/
+1
2023-04-18
selftests/mm: reuse pagemap_get_entry() in vm_util.h
Peter Xu
1
-22
/
+9
2023-04-18
selftests/mm: use PM_* macros in vm_utils.h
Peter Xu
3
-20
/
+12
2023-04-18
selftests/mm: merge default_huge_page_size() into one
Peter Xu
5
-66
/
+24
2023-04-18
selftests/mm: link vm_util.c always
Peter Xu
1
-12
/
+1
2023-04-18
selftests/mm: use TEST_GEN_PROGS where proper
Peter Xu
1
-32
/
+33
2023-04-18
selftests/mm: merge util.h into vm_util.h
Peter Xu
8
-85
/
+80
2023-04-18
selftests/mm: dump a summary in run_vmtests.sh
Peter Xu
1
-0
/
+8
2023-04-18
selftests/mm: update .gitignore with two missing tests
Peter Xu
1
-0
/
+2
2023-04-18
selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...
David Hildenbrand
2
-0
/
+381
2023-04-18
selftests/mm: reuse read_pmd_pagesize() in COW selftest
David Hildenbrand
5
-31
/
+17
2023-04-18
maple_tree: add a test case to check maple_alloc
Peng Zhang
1
-0
/
+24
2023-04-18
selftests: Test the new RISC-V hwprobe interface
Evan Green
5
-0
/
+171
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-7
/
+7
2023-04-18
tools/Makefile: do missed s/vm/mm/
SeongJae Park
1
-7
/
+7
2023-04-18
libbpf: mark bpf_iter_num_{new,next,destroy} as __weak
Andrii Nakryiko
1
-3
/
+3
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2
-103
/
+103
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
2
-0
/
+41
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
1
-3
/
+69
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
1
-4
/
+5
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
1
-12
/
+14
2023-04-18
perf cs-etm: Fix segfault in dso lookup
James Clark
1
-2
/
+4
2023-04-18
selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...
Frederic Weisbecker
3
-8
/
+47
2023-04-18
selftests/proc: Remove idle time monotonicity assertions
Frederic Weisbecker
3
-27
/
+14
2023-04-17
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
1
-1
/
+1
2023-04-17
perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...
Arnaldo Carvalho de Melo
1
-3
/
+8
2023-04-17
perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...
Arnaldo Carvalho de Melo
1
-4
/
+8
2023-04-17
perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-17
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
2
-0
/
+60
2023-04-17
perf namespaces: Add reference count checking
Ian Rogers
2
-57
/
+78
2023-04-17
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
6
-10
/
+12
2023-04-17
perf cpumap: Add reference count checking
Ian Rogers
5
-50
/
+58
2023-04-17
perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...
Ian Rogers
1
-5
/
+5
2023-04-17
perf cpumap: Remove initializations done in perf_cpu_map__alloc()
Arnaldo Carvalho de Melo
1
-6
/
+1
2023-04-17
libperf: Add reference count checking macros
Ian Rogers
1
-0
/
+94
2023-04-17
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
Arnaldo Carvalho de Melo
3
-5
/
+9
2023-04-17
btrfs: mark btrfs_assertfail() __noreturn
Josh Poimboeuf
1
-0
/
+1
2023-04-17
selftests: mptcp: join: fix ShellCheck warnings
Matthieu Baerts
1
-2
/
+8
2023-04-17
selftests: mptcp: remove duplicated entries in usage
Matthieu Baerts
1
-4
/
+4
2023-04-17
selftests: openvswitch: add support for upcall testing
Aaron Conole
2
-11
/
+165
[prev]
[next]