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-21
libbpf: Use string table index from index table if needed
Jiri Olsa
1
-2
/
+10
2021-01-21
objtool: Don't fail on missing symbol table
Josh Poimboeuf
1
-2
/
+5
2021-01-21
objtool: Don't fail the kernel build on fatal errors
Josh Poimboeuf
1
-9
/
+5
2021-01-21
selftests: kselftest_harness.h: partially fix kernel-doc markups
Mauro Carvalho Chehab
1
-11
/
+15
2021-01-21
perf script: Fix overrun issue for dynamically-allocated PMU type number
Jin Yao
1
-1
/
+17
2021-01-21
perf metricgroup: Fix system PMU metrics
John Garry
1
-3
/
+2
2021-01-21
perf metricgroup: Fix for metrics containing duration_time
John Garry
1
-2
/
+9
2021-01-21
perf evlist: Fix id index for heterogeneous systems
Adrian Hunter
1
-13
/
+4
2021-01-21
Merge tag 'gpio-fixes-for-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+5
2021-01-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
1
-1
/
+44
2021-01-21
tools/rcutorture: Fix position of -lgcc in mkinitrd.sh
Willy Tarreau
1
-1
/
+1
2021-01-21
tools/nolibc: Fix position of -lgcc in the documented example
Willy Tarreau
1
-1
/
+1
2021-01-21
tools/nolibc: Emit detailed error for missing alternate syscall number defini...
Willy Tarreau
1
-13
/
+39
2021-01-21
tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*
Willy Tarreau
1
-8
/
+0
2021-01-21
tools/nolibc: Get timeval, timespec and timezone from linux/time.h
Willy Tarreau
1
-18
/
+1
2021-01-21
tools/nolibc: Implement poll() based on ppoll()
Willy Tarreau
1
-0
/
+10
2021-01-21
tools/nolibc: Implement fork() based on clone()
Willy Tarreau
1
-0
/
+10
2021-01-21
tools/nolibc: Make getpgrp() fall back to getpgid(0)
Willy Tarreau
1
-1
/
+19
2021-01-21
tools/nolibc: Make dup2() rely on dup3() when available
Willy Tarreau
1
-0
/
+26
2021-01-21
tools/nolibc: Add the definition for dup()
Willy Tarreau
1
-0
/
+12
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
7
-3
/
+409
2021-01-20
bpf: Permit size-0 datasec
Yonghong Song
1
-0
/
+21
2021-01-20
selftests: bpf: Add a new test for bare tracepoints
Qais Yousef
5
-1
/
+69
2021-01-20
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
2
-0
/
+96
2021-01-20
bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.
Carlos Neira
5
-240
/
+70
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-314
/
+333
2021-01-20
Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-104
/
+102
2021-01-20
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
46
-682
/
+992
2021-01-20
perf tools: Add 'ping' control command
Jiri Olsa
5
-0
/
+9
2021-01-20
perf tools: Add 'stop' control command
Jiri Olsa
5
-0
/
+11
2021-01-20
perf tools: Add 'evlist' control command
Jiri Olsa
8
-6
/
+59
2021-01-20
perf tools: Allow to enable/disable events via control file
Jiri Olsa
4
-14
/
+67
2021-01-20
perf config: Make perf_config_global() global
Jiri Olsa
2
-1
/
+2
2021-01-20
perf config: Make perf_config_system() global
Jiri Olsa
2
-1
/
+2
2021-01-20
perf config: Add perf_home_perfconfig function
Jiri Olsa
2
-36
/
+54
2021-01-20
perf debug: Add debug_set_display_time function
Jiri Olsa
2
-3
/
+32
2021-01-20
perf config: Add config set interface
Jiri Olsa
2
-5
/
+26
2021-01-20
perf config: Make perf_config_from_file() static
Jiri Olsa
2
-2
/
+1
2021-01-20
perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
1
-0
/
+4
2021-01-20
perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
5
-0
/
+32
2021-01-20
perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
3
-3
/
+15
2021-01-20
perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Kan Liang
8
-2
/
+34
2021-01-20
perf mem: Support data page size
Kan Liang
2
-1
/
+22
2021-01-20
perf mem: Clean up output format
Kan Liang
1
-55
/
+38
2021-01-20
perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0
James Clark
2
-13
/
+6
2021-01-20
perf c2c: Add local variables for output metrics
Leo Yan
1
-26
/
+33
2021-01-20
perf c2c: Refactor node display
Leo Yan
1
-13
/
+20
2021-01-20
perf c2c: Fix argument type for percent()
Leo Yan
1
-1
/
+1
2021-01-20
perf c2c: Refactor display filter
Leo Yan
1
-15
/
+15
2021-01-20
perf c2c: Refactor hist entry validation
Leo Yan
1
-7
/
+23
[prev]
[next]