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-19
selftests/xsk: Fix munmap for hugepage allocated umem
Magnus Karlsson
2
-4
/
+16
2023-04-19
perf maps: Add reference count checking
Ian Rogers
7
-43
/
+50
2023-04-19
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-19
perf maps: Add maps__refcnt() accessor to allow checking maps pointer
Arnaldo Carvalho de Melo
3
-9
/
+14
2023-04-19
perf dso: Fix use before NULL check introduced by map__dso() introduction
Arnaldo Carvalho de Melo
3
-7
/
+6
2023-04-19
tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONG
Tiezhu Yang
1
-1
/
+1
2023-04-18
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
1
-1
/
+1
2023-04-18
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
1
-1
/
+1
2023-04-18
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
1
-1
/
+0
2023-04-18
x86: move stac/clac from user copy routines into callers
Linus Torvalds
1
-0
/
+3
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
1
-2
/
+0
2023-04-18
selftests/memfd: fix test_sysctl
Jeff Xu
1
-6
/
+8
2023-04-18
selftests/mm: run hugetlb testcases of va switch
Chaitanya S Prakash
1
-0
/
+4
2023-04-18
selftests/mm: configure nr_hugepages for arm64
Chaitanya S Prakash
1
-1
/
+9
2023-04-18
selftests/mm: add platform independent in code comments
Chaitanya S Prakash
1
-7
/
+8
2023-04-18
selftests/mm: rename va_128TBswitch to va_high_addr_switch
Chaitanya S Prakash
4
-4
/
+4
2023-04-18
selftests/mm: add support for arm64 platform on va switch
Chaitanya S Prakash
1
-2
/
+24
2023-04-18
delayacct: track delays from IRQ/SOFTIRQ
Yang Yang
1
-12
/
+18
2023-04-18
selftests/mm: add uffdio register ioctls test
Peter Xu
1
-15
/
+97
2023-04-18
selftests/mm: add shmem-private test to uffd-stress
Peter Xu
2
-5
/
+9
2023-04-18
selftests/mm: drop sys/dev test in uffd-stress test
Peter Xu
4
-40
/
+11
2023-04-18
selftests/mm: allow uffd test to skip properly with no privilege
Peter Xu
4
-18
/
+29
2023-04-18
selftests/mm: workaround no way to detect uffd-minor + wp
Peter Xu
1
-1
/
+7
2023-04-18
selftests/mm: move zeropage test into uffd unit tests
Peter Xu
4
-95
/
+108
2023-04-18
selftests/mm: move uffd sig/events tests into uffd unit tests
Peter Xu
2
-226
/
+265
2023-04-18
selftests/mm: move uffd minor test to unit test
Peter Xu
4
-145
/
+135
2023-04-18
selftests/mm: move uffd pagemap test to unit test
Peter Xu
2
-166
/
+145
2023-04-18
selftests/mm: add framework for uffd-unit-test
Peter Xu
3
-0
/
+163
2023-04-18
selftests/mm: allow allocate_area() to fail properly
Peter Xu
2
-15
/
+36
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
[prev]
[next]