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-01-20
perf c2c: Rename for shared cache line stats
Leo Yan
1
-7
/
+7
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
14
-18
/
+645
2021-01-20
arm64: mte: style: Simplify bool comparison
YANG LI
1
-1
/
+1
2021-01-19
selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"
Colin Ian King
1
-2
/
+2
2021-01-19
selftests: net: fib_tests: remove duplicate log test
Hangbin Liu
1
-1
/
+0
2021-01-20
selftests/powerpc: Only test lwm/stmw on big endian
Michael Ellerman
1
-1
/
+4
2021-01-19
selftests/powerpc: Fix exit status of pkey tests
Sandipan Das
2
-2
/
+2
2021-01-18
tools: gpio: fix %llu warning in gpio-watch.c
Kent Gibson
1
-2
/
+3
2021-01-18
tools: gpio: fix %llu warning in gpio-event-mon.c
Kent Gibson
1
-2
/
+2
2021-01-17
Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
12
-208
/
+224
2021-01-15
GTP: add support for flow based tunneling API
Pravin B Shelar
1
-0
/
+1
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
35
-156
/
+1408
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2
-28
/
+17
2021-01-15
kunit: tool: fix minor typing issue with None status
Daniel Latypov
1
-9
/
+8
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
5
-52
/
+54
2021-01-15
kunit: tool: Fix spelling of "diagnostic" in kunit_parser
David Gow
1
-12
/
+12
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-103
/
+102
2021-01-15
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-2
/
+2
2021-01-15
perf inject: Correct event attribute sizes
Al Grant
1
-0
/
+8
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
2
-3
/
+3
2021-01-15
perf stat: Take cgroups into account for shadow stats
Namhyung Kim
1
-7
/
+19
2021-01-15
perf stat: Introduce struct runtime_stat_data
Namhyung Kim
1
-173
/
+173
2021-01-15
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
1
-0
/
+1
2021-01-15
libperf tests: If a test fails return non-zero
Ian Rogers
4
-4
/
+4
2021-01-15
libperf tests: Avoid uninitialized variable warning
Ian Rogers
1
-2
/
+2
2021-01-15
perf test: Fix shadow stat test for non-bash shells
Namhyung Kim
1
-16
/
+14
2021-01-15
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+0
2021-01-15
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-01-15
perf bpf examples: Fix bpf.h header include directive in 5sec.c example
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-01-15
perf build: Support build BPF skeletons with perf
Song Liu
5
-3
/
+63
2021-01-15
bpftool: Add Makefile target bootstrap
Song Liu
1
-0
/
+2
2021-01-15
arm64: selftests: Fix spelling of 'Mismatch'
Mark Brown
2
-2
/
+2
2021-01-14
Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+5
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-446
/
+383
2021-01-14
bpf: Add tests for new BPF atomic operations
Brendan Jackman
9
-0
/
+881
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-0
/
+6
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2
-1
/
+5
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2
-0
/
+4
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
11
-33
/
+41
2021-01-14
selftests: Add separate option to nettest for address binding
David Ahern
2
-8
/
+15
2021-01-14
selftests: Remove exraneous newline in nettest
David Ahern
1
-1
/
+0
2021-01-14
selftests: Add separate options for server device bindings
David Ahern
2
-142
/
+154
2021-01-14
selftests: Add new option for client-side passwords
David Ahern
2
-45
/
+52
2021-01-14
selftests: Consistently specify address for MD5 protection
David Ahern
2
-33
/
+33
2021-01-14
selftests: Make address validation apply only to client mode
David Ahern
1
-0
/
+6
2021-01-14
selftests: Add missing newline in nettest error messages
David Ahern
1
-8
/
+6
2021-01-14
selftests: Use separate stdout and stderr buffers in nettest
David Ahern
1
-1
/
+20
2021-01-14
selftests: Add support to nettest to run both client and server
David Ahern
1
-8
/
+85
2021-01-14
selftests: Add options to set network namespace to nettest
David Ahern
1
-1
/
+55
2021-01-14
selftests: Move address validation in nettest
David Ahern
1
-17
/
+43
[prev]
[next]