index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
tools/nolibc: drop superfluous definition of Q
Thomas Weißschuh
1
-6
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of mkdir
Thomas Weißschuh
1
-1
/
+0
2026-04-02
tools/nolibc: drop superfluous invocation of 'make headers'
Thomas Weißschuh
1
-1
/
+0
2026-04-02
tracing: selftests: Extend hotplug testing for trace remotes
Vincent Donnefort
5
-55
/
+115
2026-04-02
selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocks
Xiang Mei
1
-0
/
+44
2026-04-02
selftests: drivers: hw: add test for the ethtool standard counters
Ioana Ciornei
2
-0
/
+207
2026-04-02
selftests: drivers: hw: update ethtool_rmon to work with a single local inter...
Ioana Ciornei
1
-13
/
+17
2026-04-02
selftests: drivers: hw: move to KTAP output
Ioana Ciornei
1
-8
/
+16
2026-04-02
selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon test
Ioana Ciornei
1
-2
/
+2
2026-04-02
selftests: drivers: hw: test rmon counters only on first interface
Ioana Ciornei
1
-2
/
+0
2026-04-02
selftests: drivers: hw: cleanup shellcheck warnings in the rmon test
Ioana Ciornei
1
-25
/
+29
2026-04-02
selftests: net: update some helpers to use run_on
Ioana Ciornei
2
-8
/
+14
2026-04-02
selftests: net: extend lib.sh to parse drivers/net/net.config
Ioana Ciornei
3
-9
/
+146
2026-04-02
selftests: forwarding: extend ethtool_std_stats_get with pause statistics
Ioana Ciornei
1
-2
/
+8
2026-04-02
iommufd/selftest: Test dirty tracking on PASID
Zhenzhong Duan
1
-0
/
+27
2026-04-01
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-0
/
+112
2026-04-01
perf test: Fix perf stat --bpf-counters on hybrid machines
Namhyung Kim
1
-4
/
+16
2026-04-01
perf tests: Write test files to tmpdir
Ian Rogers
1
-19
/
+23
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
34
-91
/
+108
2026-04-01
tools/workqueue: add CACHE_SHARD support to wq_dump.py
Breno Leitao
1
-1
/
+2
2026-04-01
KVM: arm64: selftests: Avoid testing the IMPDEF behavior
Zenghui Yu (Huawei)
1
-12
/
+2
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
2
-32
/
+41
2026-04-01
tools/testing/cxl: Test dax_hmem takeover of CXL regions
Dan Williams
7
-0
/
+173
2026-04-01
tools/testing/cxl: Simulate auto-assembly failure
Dan Williams
1
-0
/
+9
2026-04-01
KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime
Marc Zyngier
1
-7
/
+45
2026-04-01
rv: Allow epoll in rtapp-sleep monitor
Nam Cao
1
-0
/
+1
2026-04-01
Merge branch 'for-linus' into for-next
Takashi Iwai
188
-1156
/
+3733
2026-04-01
mm: move free_reserved_area() to mm/memblock.c
Mike Rapoport (Microsoft)
2
-3
/
+32
2026-04-01
memblock: move reserve_bootmem_range() to memblock.c and make it static
Mike Rapoport (Microsoft)
3
-6
/
+9
2026-04-01
memblock: Add reserve_mem debugfs info
Guilherme G. Piccoli
1
-0
/
+10
2026-04-01
rv/rvgen: fix _fill_states() return type annotation
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: fix unbound loop variable warning
Wander Lairson Costa
1
-5
/
+9
2026-04-01
rv/rvgen: enforce presence of initial state
Wander Lairson Costa
1
-0
/
+4
2026-04-01
rv/rvgen: extract node marker string to class constant
Wander Lairson Costa
1
-4
/
+5
2026-04-01
rv/rvgen: fix isinstance check in Variable.expand()
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: make monitor arguments required in rvgen
Wander Lairson Costa
1
-3
/
+4
2026-04-01
rv/rvgen: remove unused __get_main_name method
Wander Lairson Costa
1
-6
/
+0
2026-04-01
rv/rvgen: remove unused sys import from dot2c
Wander Lairson Costa
1
-1
/
+0
2026-04-01
rv/rvgen: refactor automata.py to use iterator-based parsing
Wander Lairson Costa
1
-45
/
+71
2026-04-01
rv/rvgen: use class constant for init marker
Wander Lairson Costa
1
-2
/
+3
2026-04-01
rv/rvgen: fix DOT file validation logic error
Wander Lairson Costa
1
-1
/
+1
2026-04-01
rv/rvgen: fix PEP 8 whitespace violations
Wander Lairson Costa
4
-8
/
+8
2026-04-01
rv/rvgen: fix typos in automata and generator docstring and comments
Wander Lairson Costa
4
-8
/
+8
2026-04-01
selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
Amit Machhiwal
1
-1
/
+1
2026-03-31
perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/b...
Arnaldo Carvalho de Melo
4
-4
/
+4
2026-03-31
perf beauty: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
Arnaldo Carvalho de Melo
5
-4
/
+4
2026-03-31
perf build: Add -funsigned-char to default CFLAGS
Ian Rogers
1
-0
/
+1
2026-03-31
selftests: drv-net: update the README with variants
Jakub Kicinski
1
-0
/
+33
2026-03-31
lkdtm/fortify: Drop unneeded FORTIFY_STR_OBJECT test
Kees Cook
1
-1
/
+0
2026-03-31
selftests/bpf: Suppress veristat error messages in non-verbose mode
Mykyta Yatsenko
1
-2
/
+3
[prev]
[next]