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
2022-02-21
memblock tests: Add memblock_reserve tests
Karolina Drobnik
1
-0
/
+217
2022-02-21
memblock tests: Add memblock_add tests
Karolina Drobnik
1
-0
/
+215
2022-02-20
Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2022-02-20
selftests/bpf: Fix btfgen tests
Andrii Nakryiko
3
-7
/
+14
2022-02-20
memblock tests: Add memblock reset function
Karolina Drobnik
6
-1
/
+89
2022-02-20
memblock tests: Add skeleton of the memblock simulator
Karolina Drobnik
15
-0
/
+278
2022-02-20
tools/include: Add debugfs.h stub
Karolina Drobnik
1
-0
/
+5
2022-02-20
tools/include: Add pfn.h stub
Karolina Drobnik
1
-0
/
+10
2022-02-20
tools/include: Add io.h stub
Karolina Drobnik
1
-0
/
+5
2022-02-20
tools/include: Add cache.h stub
Karolina Drobnik
1
-0
/
+10
2022-02-20
tools/include: Add mm.h file
Karolina Drobnik
1
-0
/
+42
2022-02-20
tools/include: Update atomic definitions
Karolina Drobnik
2
-0
/
+6
2022-02-20
tools/include: Add _RET_IP_ and math definitions to kernel.h
Karolina Drobnik
1
-0
/
+6
2022-02-20
tools/include: Add phys_addr_t to types.h
Karolina Drobnik
1
-0
/
+6
2022-02-20
tools: Move gfp.h and slab.h from radix-tree to lib
Karolina Drobnik
6
-68
/
+76
2022-02-19
selftests/bpf: Fix a clang deprecated-declarations compilation error
Yonghong Song
1
-0
/
+3
2022-02-19
selftests: mptcp: be more conservative with cookie MPJ limits
Paolo Abeni
1
-3
/
+12
2022-02-19
selftests: mptcp: more robust signal race test
Paolo Abeni
1
-3
/
+12
2022-02-19
selftests: mptcp: improve 'fair usage on close' stability
Paolo Abeni
1
-1
/
+1
2022-02-19
selftests: mptcp: fix diag instability
Paolo Abeni
1
-7
/
+37
2022-02-18
perf evlist: Fix failed to use cpu list for uncore events
Zhengjun Xing
1
-2
/
+2
2022-02-18
perf test: Skip failing sigtrap test for arm+aarch64
John Garry
1
-14
/
+1
2022-02-18
selftests: KVM: allow sev_migrate_tests on machines without SEV-ES
Paolo Bonzini
1
-21
/
+57
2022-02-18
KVM: SEV: Allow SEV intra-host migration of VM with mirrors
Peter Gonda
1
-14
/
+33
2022-02-17
selftests: mptcp: add csum mib check for mptcp_connect
Geliang Tang
1
-0
/
+19
2022-02-17
selftests: mptcp: join: check for tools only if needed
Matthieu Baerts
1
-18
/
+20
2022-02-17
selftests: mptcp: join: create tmp files only if needed
Matthieu Baerts
1
-13
/
+24
2022-02-17
selftests: mptcp: join: remove unused vars
Matthieu Baerts
1
-4
/
+1
2022-02-17
selftests: mptcp: join: exit after usage()
Matthieu Baerts
1
-1
/
+12
2022-02-17
selftests: mptcp: simplify pm_nl_change_endpoint
Geliang Tang
1
-29
/
+8
2022-02-17
selftests: mptcp: increase timeout to 20 minutes
Matthieu Baerts
1
-1
/
+1
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
21
-195
/
+1306
2022-02-17
Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-4
/
+4
2022-02-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
36
-73
/
+265
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+104
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-8
/
+104
2022-02-17
selftests/sgx: Treat CC as one argument
Muhammad Usama Anjum
1
-1
/
+1
2022-02-17
selftests/x86: Add validity check and allow field splitting
Muhammad Usama Anjum
1
-1
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
28
-57
/
+220
2022-02-17
Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+120
2022-02-17
selftests/bpf: Fix crash in core_reloc when bpftool btfgen fails
Yucong Sun
1
-2
/
+2
2022-02-17
tools/power/x86/intel-speed-select: v1.12 release
Srinivas Pandruvada
1
-1
/
+2
2022-02-17
tools/power/x86/intel-speed-select: HFI support
Srinivas Pandruvada
5
-4
/
+324
2022-02-17
tools/power/x86/intel-speed-select: OOB daemon mode
Srinivas Pandruvada
4
-11
/
+292
2022-02-17
selftests/bpf: Fix vmtest.sh to launch smp vm.
Yucong Sun
1
-1
/
+1
2022-02-17
Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub...
Linus Torvalds
15
-31
/
+76
2022-02-17
libbpf: Fix memleak in libbpf_netlink_recv()
Andrii Nakryiko
1
-3
/
+5
2022-02-17
selftests: net: basic test for IPV6_2292*
Jakub Kicinski
2
-1
/
+41
2022-02-17
selftests: net: test IPV6_HOPLIMIT
Jakub Kicinski
2
-1
/
+49
2022-02-17
selftests: net: test IPV6_TCLASS
Jakub Kicinski
2
-1
/
+69
[prev]
[next]