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-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+19
2020-10-13
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
1
-1
/
+1
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
6
-147
/
+355
2020-10-13
perf trace: Fix off by ones in memset() after realloc() in arches using libaudit
Jiri Slaby
1
-1
/
+5
2020-10-13
perf c2c: Update usage for showing memory events
Leo Yan
1
-1
/
+1
2020-10-13
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
4
-23
/
+65
2020-10-13
tools lib traceevent: Hide non API functions
Tzvetomir Stoyanov (VMware)
6
-107
/
+83
2020-10-13
perf sched: Show start of latency as well
Joel Fernandes (Google)
1
-10
/
+14
2020-10-13
perf vendor events: Fix typos in power8 PMU events
Sandipan Das
5
-25
/
+25
2020-10-13
perf bench: Run inject-build-id with --buildid-all option too
Namhyung Kim
1
-19
/
+35
2020-10-13
perf inject: Add --buildid-all option
Namhyung Kim
2
-6
/
+113
2020-10-13
perf inject: Do not load map/dso when injecting build-id
Namhyung Kim
3
-37
/
+27
2020-10-13
perf inject: Enter namespace when reading build-id
Namhyung Kim
1
-2
/
+6
2020-10-13
perf inject: Add missing callbacks in perf_tool
Namhyung Kim
1
-5
/
+31
2020-10-13
perf bench: Add build-id injection benchmark
Namhyung Kim
6
-5
/
+471
2020-10-13
Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...
Rafael J. Wysocki
1
-0
/
+2
2020-10-13
perf build: Allow nested externs to enable BUILD_BUG() usage
Vasily Gorbik
1
-1
/
+1
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+3
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-22
/
+20
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
38
-367
/
+2997
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
9
-8
/
+185
2020-10-12
Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-134
/
+1465
2020-10-12
Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+281
2020-10-12
Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+68
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-184
/
+33
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
34
-1
/
+4646
2020-10-11
bpf, selftests: Add three new sockmap tests for verdict only programs
John Fastabend
1
-1
/
+18
2020-10-11
bpf, selftests: Add option to test_sockmap to omit adding parser program
John Fastabend
1
-14
/
+21
2020-10-12
selftests: netfilter: extend nfqueue test case
Florian Westphal
2
-22
/
+109
2020-10-11
selftests: net: mscc: ocelot: add test for VLAN modify action
Vladimir Oltean
1
-2
/
+45
2020-10-11
bpf, selftests: Add redirect_peer selftest
Daniel Borkmann
2
-9
/
+61
2020-10-11
bpf, selftests: Make redirect_neigh test more extensible
Daniel Borkmann
3
-186
/
+219
2020-10-11
bpf, selftests: Add test for different array inner map size
Daniel Borkmann
2
-10
/
+72
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
1
-0
/
+3
2020-10-11
bpf: Add redirect_peer helper
Daniel Borkmann
1
-0
/
+17
2020-10-11
bpf: Improve bpf_redirect_neigh helper description
Daniel Borkmann
1
-3
/
+7
2020-10-09
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
4
-14
/
+65
2020-10-09
kunit: tool: fix display of make errors
Daniel Latypov
1
-6
/
+6
2020-10-09
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
1
-0
/
+243
2020-10-09
selftests/bpf: Add profiler test
Alexei Starovoitov
7
-0
/
+1274
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2
-9
/
+9
2020-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-7
/
+25
2020-10-09
bpf: Add tcp_notsent_lowat bpf setsockopt
Nikita V. Shirokov
2
-1
/
+20
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
1
-1
/
+1
2020-10-09
tests: remove O_NONBLOCK before waiting for WSTOPPED
Christian Brauner
1
-2
/
+2
2020-10-09
Merge branch 'lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/...
Ingo Molnar
6
-134
/
+1410
2020-10-09
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
Ingo Molnar
1
-0
/
+55
2020-10-09
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
22
-69
/
+208
2020-10-08
selftests: mptcp: interpret \n as a new line
Matthieu Baerts
1
-2
/
+2
2020-10-08
selftests/clone3: Avoid OS-defined clone_args
Kees Cook
7
-44
/
+41
[prev]
[next]