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-03-18
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
2
-1
/
+7
2021-03-18
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
5
-2
/
+137
2021-03-18
selftest/bpf: Add a test to check trampoline freeing logic.
Alexei Starovoitov
2
-0
/
+113
2021-03-18
selftests: kvm: Add basic Hyper-V clocksources tests
Vitaly Kuznetsov
3
-0
/
+262
2021-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-16
/
+64
2021-03-18
libbpf: Use SOCK_CLOEXEC when opening the netlink socket
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-03-18
libbpf: Fix error path in bpf_object__elf_init()
Namhyung Kim
1
-1
/
+2
2021-03-17
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk
4
-10
/
+59
2021-03-16
selftests/net: fix warnings on reuseaddr_ports_exhausted
Carlos Llamas
1
-16
/
+16
2021-03-16
perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...
Jackie Liu
1
-3
/
+10
2021-03-15
selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed
Hangbin Liu
1
-4
/
+2
2021-03-15
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
3
-0
/
+39
2021-03-15
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
2
-1
/
+4
2021-03-14
Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2021-03-12
selftests: mptcp: Restore packet capture option in join tests
Mat Martineau
1
-10
/
+20
2021-03-12
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2021-03-12
objtool,x86: Fix uaccess PUSHF/POPF validation
Peter Zijlstra
1
-0
/
+3
2021-03-11
kunit: tool: Disable PAGE_POISONING under --alltests
David Gow
1
-0
/
+2
2021-03-11
kunit: tool: Fix a python tuple typing error
David Gow
1
-1
/
+1
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-1
/
+97
2021-03-10
perf synthetic events: Avoid write of uninitialized memory when generating PE...
Ian Rogers
1
-4
/
+5
2021-03-10
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+13
2021-03-10
perf synthetic-events: Fix uninitialized 'kernel_thread' variable
Thomas Richter
1
-1
/
+1
2021-03-10
perf auxtrace: Fix auxtrace queue conflict
Adrian Hunter
1
-4
/
+0
2021-03-10
kselftest: arm64: Fix exit code of sve-ptrace
Mark Brown
1
-1
/
+1
2021-03-09
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-14
/
+214
2021-03-09
Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-03-08
selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param
Jesper Dangaard Brouer
2
-0
/
+96
2021-03-08
libbpf: Fix INSTALL flag order
Georgi Valkov
1
-1
/
+1
2021-03-08
selftests: gpio: update .gitignore
Bartosz Golaszewski
1
-1
/
+1
2021-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-1
/
+100
2021-03-06
perf cs-etm: Fix bitmap for option
Suzuki K Poulose
1
-4
/
+8
2021-03-06
perf trace: Fix race in signal handling
Michael Petlan
1
-3
/
+2
2021-03-06
perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...
Arnaldo Carvalho de Melo
1
-4
/
+3
2021-03-06
perf report: Fix -F for branch & mem modes
Ravi Bangoria
1
-2
/
+2
2021-03-06
perf tests x86: Move insn.h include to make sure it finds stddef.h
Arnaldo Carvalho de Melo
2
-2
/
+2
2021-03-06
perf test: Support the ins_lat check in the X86 specific test
Kan Liang
4
-0
/
+127
2021-03-06
perf test: Fix sample-parsing failure on non-x86 platforms
Kan Liang
1
-4
/
+0
2021-03-06
perf archive: Fix filtering of empty build-ids
Nicholas Fraser
1
-2
/
+1
2021-03-06
perf daemon: Fix compile error with Asan
Namhyung Kim
1
-1
/
+1
2021-03-06
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
1
-0
/
+1
2021-03-06
libperf: Add perf_evlist__reset_id_hash()
Namhyung Kim
2
-4
/
+11
2021-03-06
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
4
-11
/
+59
2021-03-06
tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources
Arnaldo Carvalho de Melo
2
-1
/
+4
2021-03-06
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+13
2021-03-06
tools headers UAPI: Update tools' copy of linux/coresight-pmu.h
Arnaldo Carvalho de Melo
1
-5
/
+15
2021-03-06
tools headers: Update syscall.tbl files to support mount_setattr
Arnaldo Carvalho de Melo
4
-0
/
+19
2021-03-06
perf test: Fix cpu and thread map leaks in perf_time_to_tsc test
Namhyung Kim
1
-0
/
+2
2021-03-06
perf test: Fix cpu map leaks in cpu_map_print test
Namhyung Kim
1
-0
/
+2
2021-03-06
perf test: Fix a memory leak in thread_map_remove test
Namhyung Kim
1
-5
/
+2
[prev]
[next]