index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/resctrl: Replace file write with volatile variable
Ilpo Järvinen
2024-02-13
3
-21
/
+16
*
selftests/resctrl: Open perf fd before start & add error handling
Ilpo Järvinen
2024-02-13
3
-11
/
+23
*
selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
Ilpo Järvinen
2024-02-13
3
-87
/
+90
*
selftests/resctrl: Convert perf related globals to locals
Ilpo Järvinen
2024-02-13
1
-32
/
+40
*
selftests/resctrl: Improve perf init
Ilpo Järvinen
2024-02-13
1
-10
/
+6
*
selftests/resctrl: Consolidate naming of perf event related things
Ilpo Järvinen
2024-02-13
1
-21
/
+21
*
selftests/resctrl: Remove nested calls in perf event handling
Ilpo Järvinen
2024-02-13
1
-50
/
+14
*
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Ilpo Järvinen
2024-02-13
3
-19
/
+13
*
selftests/resctrl: Split show_cache_info() to test specific and generic parts
Ilpo Järvinen
2024-02-13
4
-44
/
+66
*
selftests/resctrl: Split measure_cache_vals()
Ilpo Järvinen
2024-02-13
3
-27
/
+41
*
selftests/resctrl: Exclude shareable bits from schemata in CAT test
Ilpo Järvinen
2024-02-13
3
-4
/
+99
*
selftests/resctrl: Create cache_portion_size() helper
Ilpo Järvinen
2024-02-13
3
-9
/
+33
*
selftests/resctrl: Mark get_cache_size() cache_type const
Ilpo Järvinen
2024-02-13
2
-2
/
+2
*
selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
Ilpo Järvinen
2024-02-13
4
-24
/
+41
*
selftests/resctrl: Refactor fill_buf functions
Ilpo Järvinen
2024-02-13
2
-43
/
+18
*
selftests/resctrl: Split fill_buf to allow tests finer-grained control
Ilpo Järvinen
2024-02-13
1
-6
/
+15
*
selftests/resctrl: Change function comments to say < 0 on error
Ilpo Järvinen
2024-02-13
2
-6
/
+6
*
selftests/resctrl: Don't use ctrlc_handler() outside signal handling
Ilpo Järvinen
2024-02-13
1
-1
/
+0
*
selftests/resctrl: Return -1 instead of errno on error
Ilpo Järvinen
2024-02-13
7
-14
/
+14
*
selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
Ilpo Järvinen
2024-02-13
9
-70
/
+77
*
selftests: livepatch: Test livepatching a heavily called syscall
Marcos Paulo de Souza
2024-01-22
5
-2
/
+218
*
livepatch: Move tests from lib/livepatch to selftests/livepatch
Marcos Paulo de Souza
2024-01-22
21
-74
/
+1173
*
kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
Marcos Paulo de Souza
2024-01-22
1
-5
/
+21
*
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-20
6
-18
/
+22
|
\
|
*
RISC-V: selftests: cbo: Ensure asm operands match constraints
Andrew Jones
2024-01-17
1
-10
/
+8
|
*
Merge patch series "tools: selftests: riscv: Fix compiler warnings"
Palmer Dabbelt
2024-01-11
6
-8
/
+14
|
|
\
|
|
*
tools: selftests: riscv: Fix compile warnings in mm tests
Christoph Müllner
2024-01-11
1
-0
/
+3
|
|
*
tools: selftests: riscv: Fix compile warnings in vector tests
Christoph Müllner
2024-01-11
2
-3
/
+3
|
|
*
tools: selftests: riscv: Add missing include for vector test
Christoph Müllner
2024-01-11
1
-0
/
+3
|
|
*
tools: selftests: riscv: Fix compile warnings in cbo
Christoph Müllner
2024-01-11
1
-3
/
+3
|
|
*
tools: selftests: riscv: Fix compile warnings in hwprobe
Christoph Müllner
2024-01-11
1
-2
/
+2
*
|
|
Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-01-19
248
-2140
/
+7842
|
\
\
\
|
*
|
|
perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vm
Thomas Richter
2024-01-04
1
-1
/
+1
|
*
|
|
perf db-export: Fix missing reference count get in call_path_from_sample()
Ben Gainey
2024-01-04
1
-2
/
+2
|
*
|
|
perf tests: Add perf script test
Ian Rogers
2024-01-04
1
-0
/
+66
|
*
|
|
libsubcmd: Fix memory leak in uniq()
Ian Rogers
2024-01-04
1
-4
/
+14
|
*
|
|
perf TUI: Don't ignore job control
Ahelenia Ziemiańska
2024-01-04
4
-0
/
+26
|
*
|
|
perf vendor events intel: Update sapphirerapids events to v1.17
Ian Rogers
2024-01-04
5
-9
/
+60
|
*
|
|
perf vendor events intel: Update icelakex events to v1.23
Ian Rogers
2024-01-04
4
-6
/
+6
|
*
|
|
perf vendor events intel: Update emeraldrapids events to v1.02
Ian Rogers
2024-01-04
5
-25
/
+60
|
*
|
|
perf vendor events intel: Alderlake/rocketlake metric fixes
Ian Rogers
2024-01-04
2
-8
/
+9
|
*
|
|
perf x86 test: Add hybrid test for conflicting legacy/sysfs event
Ian Rogers
2024-01-03
1
-0
/
+23
|
*
|
|
perf x86 test: Update hybrid expectations
Ian Rogers
2024-01-03
1
-7
/
+7
|
*
|
|
perf vendor events amd: Add Zen 4 memory controller events
Sandipan Das
2024-01-03
3
-0
/
+187
|
*
|
|
perf stat: Fix hard coded LL miss units
Ian Rogers
2024-01-03
1
-1
/
+1
|
*
|
|
perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event
Ian Rogers
2024-01-03
1
-2
/
+4
|
*
|
|
perf env: Avoid recursively taking env->bpf_progs.lock
Ian Rogers
2024-01-03
5
-32
/
+50
|
*
|
|
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
2023-12-23
3
-0
/
+87
|
*
|
|
perf annotate: Add --type-stat option for debugging
Namhyung Kim
2023-12-23
5
-7
/
+108
|
*
|
|
perf annotate: Support event group display
Namhyung Kim
2023-12-23
1
-12
/
+77
[next]