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
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-48
/
+166
2020-07-11
selftests/bpf: Fix cgroup sockopt verifier test
Jean-Philippe Brucker
1
-0
/
+1
2020-07-10
selftests/seccomp: Check ENOSYS under tracing
Kees Cook
1
-0
/
+20
2020-07-10
selftests/seccomp: Refactor to use fixture variants
Kees Cook
1
-157
/
+42
2020-07-10
selftests/harness: Clean up kern-doc for fixtures
Kees Cook
1
-7
/
+8
2020-07-10
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
1
-1
/
+1
2020-07-10
selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
Kees Cook
1
-23
/
+23
2020-07-10
selftests/seccomp: Make kcmp() less required
Kees Cook
1
-20
/
+38
2020-07-10
selftests/seccomp: Improve calibration loop
Kees Cook
1
-18
/
+32
2020-07-10
selftests/seccomp: use 90s as timeout
Thadeu Lima de Souza Cascardo
1
-0
/
+1
2020-07-10
selftests/seccomp: Expand benchmark to per-filter measurements
Kees Cook
2
-9
/
+29
2020-07-10
selftests/seccomp: Check for EPOLLHUP for user_notif
Christian Brauner
1
-0
/
+136
2020-07-10
selftests/seccomp: Set NNP for TSYNC ESRCH flag test
Kees Cook
1
-0
/
+5
2020-07-10
selftests/seccomp: Add SKIPs for failed unshare()
Kees Cook
2
-2
/
+9
2020-07-10
selftests/seccomp: Rename XFAIL to SKIP
Kees Cook
1
-4
/
+9
2020-07-10
selftests: net: add a test for UDP tunnel info infra
Jakub Kicinski
1
-0
/
+786
2020-07-10
mm/hmm: add tests for hmm_pfn_to_map_order()
Ralph Campbell
1
-0
/
+76
2020-07-10
Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-50
/
+53
2020-07-10
libbpf: Fix memory leak and optimize BTF sanitization
Andrii Nakryiko
3
-10
/
+5
2020-07-10
perf kmem: Pass additional arguments to 'perf record'
Ian Rogers
1
-1
/
+2
2020-07-10
perf parse-events: Report BPF errors
Ian Rogers
1
-18
/
+20
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
6
-13
/
+24
2020-07-10
perf script: Add option --show-text-poke-events
Adrian Hunter
2
-0
/
+23
2020-07-10
perf intel-pt: Add support for text poke events
Adrian Hunter
2
-0
/
+79
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
7
-1
/
+23
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
14
-3
/
+216
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
1
-2
/
+2
2020-07-09
libbpf: Fix libbpf hashmap on (I)LP32 architectures
Jakub Bogusz
1
-4
/
+8
2020-07-09
selftests: bpf: Fix detach from sockmap tests
Lorenz Bauer
1
-6
/
+6
2020-07-09
Replace HTTP links with HTTPS ones: KMOD KERNEL MODULE LOADER - USERMODE HELPER
Alexander A. Klimov
1
-1
/
+1
2020-07-09
selftests: net: Add port split test
Danielle Ratson
2
-0
/
+278
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+36
2020-07-09
selftests/mptcp: add diag interface tests
Paolo Abeni
3
-5
/
+140
2020-07-09
perf annotate: Fix non-null terminated buffer returned by readlink()
Numfor Mbiziwo-Tiapo
1
-4
/
+11
2020-07-08
selftests: kmod: Add module address visibility test
Kees Cook
1
-0
/
+36
2020-07-09
selftests/bpf: Switch perf_buffer test to tracepoint and skeleton
Andrii Nakryiko
2
-32
/
+14
2020-07-09
libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer
Andrii Nakryiko
1
-11
/
+20
2020-07-09
selftests/bpf: Add test relying only on CO-RE and no recent kernel features
Andrii Nakryiko
2
-0
/
+63
2020-07-09
libbpf: Improve BTF sanitization handling
Andrii Nakryiko
1
-45
/
+58
2020-07-09
libbpf: Add btf__set_fd() for more control over loaded BTF FD
Andrii Nakryiko
3
-1
/
+8
2020-07-09
libbpf: Make BTF finalization strict
Andrii Nakryiko
1
-12
/
+4
2020-07-09
selftests/bpf: test_progs avoid minus shell exit codes
Jesper Dangaard Brouer
1
-4
/
+5
2020-07-09
selftests/bpf: test_progs use another shell exit on non-actions
Jesper Dangaard Brouer
1
-1
/
+3
2020-07-09
bpf: Fix another bpftool segfault without skeleton code enabled
Louis Peens
1
-0
/
+1
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
1
-2
/
+1
2020-07-08
perf inject jit: Remove //anon mmap events
Steve MacLean
2
-3
/
+32
2020-07-08
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
58
-234
/
+827
2020-07-08
selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
Desnes A. Nunes do Rosario
11
-26
/
+0
2020-07-08
tests: add CLONE_NEWTIME setns tests
Christian Brauner
2
-0
/
+80
2020-07-08
selftests: bpf: Remove unused bpf_map_def_legacy struct
Daniel T. Lee
1
-14
/
+0
[prev]
[next]