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
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
1
-11
/
+65
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
3
-13
/
+10
2021-12-02
selftests: net: remove meaningless help option
Li Zhijian
1
-2
/
+0
2021-12-02
selftests: net: Correct case name
Li Zhijian
1
-2
/
+2
2021-11-30
tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering
Boqun Feng
3
-0
/
+76
2021-11-30
tools/memory-model: doc: Describe the requirement of the litmus-tests directory
Boqun Feng
1
-0
/
+12
2021-11-30
tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
Boqun Feng
2
-22
/
+28
2021-11-30
torture: Properly redirect kvm-remote.sh "echo" commands
Paul E. McKenney
1
-5
/
+5
2021-11-30
torture: Fix incorrectly redirected "exit" in kvm-remote.sh
Paul E. McKenney
1
-1
/
+1
2021-11-30
rcutorture: Test RCU Tasks lock-contention detection
Paul E. McKenney
1
-0
/
+1
2021-11-30
rcutorture: Cause TREE02 and TREE10 scenarios to do more callback flooding
Paul E. McKenney
2
-0
/
+2
2021-11-30
torture: Retry download once before giving up
Paul E. McKenney
1
-2
/
+9
2021-11-30
torture: Make kvm-find-errors.sh report link-time undefined symbols
Paul E. McKenney
2
-3
/
+4
2021-11-30
torture: Catch kvm.sh help text up with actual options
Paul E. McKenney
1
-3
/
+6
2021-11-30
tools/nolibc: Implement gettid()
Mark Brown
1
-0
/
+18
2021-11-30
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
1
-1
/
+1
2021-11-30
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
1
-14
/
+19
2021-11-30
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
1
-8
/
+5
2021-11-30
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
1
-1
/
+9
2021-11-30
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
1
-2
/
+8
2021-11-30
rcu: Remove the RCU_FAST_NO_HZ Kconfig option
Paul E. McKenney
3
-3
/
+0
2021-11-30
torture: Remove RCU_FAST_NO_HZ from rcu scenarios
Paul E. McKenney
6
-6
/
+0
2021-11-30
torture: Remove RCU_FAST_NO_HZ from rcuscale and refscale scenarios
Paul E. McKenney
6
-6
/
+0
2021-11-30
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios
Paul E. McKenney
5
-0
/
+5
2021-11-30
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-11-30
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
1
-16
/
+21
2021-11-30
selftest/bpf/benchs: Add bpf_loop benchmark
Joanne Koong
7
-1
/
+203
2021-11-30
selftests/bpf: Measure bpf_loop verifier performance
Joanne Koong
5
-4
/
+169
2021-11-30
selftests/bpf: Add bpf_loop test
Joanne Koong
2
-0
/
+257
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
1
-0
/
+25
2021-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-80
/
+257
2021-11-30
tools: Fix math.h breakage
Matthew Wilcox (Oracle)
3
-21
/
+29
2021-11-30
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
1
-1
/
+0
2021-11-30
Bonding: add arp_missed_max option
Hangbin Liu
1
-0
/
+1
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
1
-0
/
+37
2021-11-30
selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
Paolo Bonzini
1
-7
/
+105
2021-11-30
KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
Maciej S. Szmigiero
1
-1
/
+1
2021-11-29
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
1
-1
/
+23
2021-11-29
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
Li Zhijian
1
-1
/
+1
2021-11-29
wireguard: selftests: actually test for routing loops
Jason A. Donenfeld
1
-1
/
+5
2021-11-29
wireguard: selftests: increase default dmesg log size
Jason A. Donenfeld
1
-0
/
+1
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2021-11-29
selftests: net: bridge: fix typo in vlan_filtering dependency test
Ivan Vecera
1
-1
/
+1
2021-11-28
selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
Hengqi Chen
2
-0
/
+71
2021-11-28
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
1
-33
/
+121
2021-11-26
af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.
Kuniyuki Iwashima
3
-4
/
+2
2021-11-26
selftests: net: bridge: add test for vlan_filtering dependency
Nikolay Aleksandrov
1
-1
/
+11
2021-11-26
selftests: net: bridge: add vlan mcast_router tests
Nikolay Aleksandrov
1
-1
/
+53
2021-11-26
selftests: net: bridge: add vlan mcast query and query response interval tests
Nikolay Aleksandrov
1
-1
/
+50
2021-11-26
selftests: net: bridge: add vlan mcast_querier_interval tests
Nikolay Aleksandrov
1
-1
/
+39
[prev]
[next]