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
2022-10-31
memblock test: Update TODO list
Shaoqin Huang
1
-9
/
+2
2022-10-31
memblock test: Add test to memblock_reserve() 129th region
Shaoqin Huang
1
-0
/
+91
2022-10-31
memblock test: Add test to memblock_add() 129th region
Shaoqin Huang
3
-3
/
+103
2022-10-30
Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2022-10-30
selftests: pidfd: Fix compling warnings
Li Zhijian
3
-2
/
+4
2022-10-30
ksefltests: pidfd: Fix wait_states: Test terminated by timeout
Li Zhijian
1
-0
/
+10
2022-10-28
Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-122
/
+118
2022-10-28
selftests/nolibc: Always rebuild the sysroot when running a test
Willy Tarreau
1
-0
/
+3
2022-10-28
selftests/nolibc: Add 7 tests for memcmp()
Willy Tarreau
1
-0
/
+7
2022-10-28
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
1
-2
/
+2
2022-10-28
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
1
-5
/
+8
2022-10-28
ACPICA: Finish support for the CDAT table
Bob Moore
1
-1
/
+3
2022-10-28
KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test
Sean Christopherson
1
-1
/
+1
2022-10-28
KVM: selftests: Add tests in xen_shinfo_test to detect lock races
Michal Luczaj
1
-0
/
+140
2022-10-28
selftests/ftrace: Convert tracer tests to use 'requires' to specify program d...
Naveen N. Rao
2
-12
/
+2
2022-10-28
selftests/ftrace: Add check for ping command for trigger tests
Naveen N. Rao
10
-10
/
+16
2022-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
28
-104
/
+764
2022-10-27
Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-0
/
+583
2022-10-27
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
16
-26
/
+25
2022-10-27
perf tools: Fix "kernel lock contention analysis" test by not printing warnin...
James Clark
1
-0
/
+5
2022-10-27
perf test: Do not set TEST_SKIP for record subtests
Namhyung Kim
1
-12
/
+0
2022-10-27
perf test: Test record with --threads option
Namhyung Kim
1
-2
/
+28
2022-10-27
perf test: Add target workload test in 'perf record' tests
Namhyung Kim
1
-0
/
+18
2022-10-27
perf test: Add system-wide mode in 'perf record' tests
Namhyung Kim
1
-0
/
+21
2022-10-27
perf test: Wait for a new thread when testing --per-thread record
Namhyung Kim
1
-0
/
+27
2022-10-27
perf test: Use a test program in 'perf record' tests
Namhyung Kim
1
-4
/
+60
2022-10-27
perf test: Fix shellcheck issues in the record test
Namhyung Kim
1
-9
/
+9
2022-10-27
perf test: Do not use instructions:u explicitly
Namhyung Kim
1
-5
/
+5
2022-10-27
perf scripts python: intel-pt-events.py: Add ability interleave output
Adrian Hunter
2
-3
/
+74
2022-10-27
perf event: Drop perf_regs.h include, not needed anymore
Arnaldo Carvalho de Melo
1
-2
/
+0
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-27
perf arch x86: Add missing stdlib.h to get free() prototype
Arnaldo Carvalho de Melo
2
-0
/
+2
2022-10-27
perf unwind arm64: Remove needless event.h & thread.h includes
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-10-27
perf config: Add missing newline on pr_warning() call in home_perfconfig()
Yang Jihong
1
-2
/
+2
2022-10-27
perf daemon: Complete list of supported subcommand in help message
Yang Jihong
1
-1
/
+1
2022-10-27
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
3
-35
/
+6
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
2
-18
/
+25
2022-10-27
perf stat: Display event stats using aggr counts
Namhyung Kim
3
-386
/
+49
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
3
-24
/
+28
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
3
-0
/
+75
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
3
-0
/
+100
2022-10-27
perf stat: Split process_counters() to share it with process_stat_round_event()
Namhyung Kim
1
-9
/
+13
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
3
-3
/
+21
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
3
-13
/
+48
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
2
-2
/
+53
2022-10-27
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
1
-2
/
+20
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
4
-23
/
+41
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
6
-10
/
+16
2022-10-27
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2
-7
/
+46
[prev]
[next]