index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
perf annotate: Return errors from disasm_line__parse_powerpc()
Athira Rajeev
1
-2
/
+3
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
2
-9
/
+14
2025-03-06
selftests: openvswitch: don't hardcode the drop reason subsys
Jakub Kicinski
2
-3
/
+10
2025-03-06
perf report: Do not process non-JIT BPF ksymbol events
Namhyung Kim
1
-0
/
+4
2025-03-06
perf test: Fix leak in "Synthesize attr update" test
Ian Rogers
1
-0
/
+1
2025-03-06
selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
Jakub Kicinski
1
-0
/
+1
2025-03-06
selftests: net: fix error message in bpf_offload
Jakub Kicinski
1
-1
/
+3
2025-03-06
selftests/nolibc: use O_RDONLY flag instead of 0
Louis Taylor
1
-2
/
+2
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
1
-2
/
+1
2025-03-06
tools/nolibc: process open() vararg as mode_t
Louis Taylor
1
-1
/
+1
2025-03-06
tools/nolibc: always use openat(2) instead of open(2)
Louis Taylor
1
-6
/
+0
2025-03-06
tools/nolibc: add support for openat(2)
Louis Taylor
2
-0
/
+42
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
71
-401
/
+1274
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-12
/
+17
2025-03-06
selftests/bpf: Fix file descriptor assertion in open_tuntap helper
Marcus Wichelmann
1
-1
/
+1
2025-03-06
selftests/bpf: Add test for XDP metadata support in tun driver
Marcus Wichelmann
1
-0
/
+66
2025-03-06
selftests/bpf: Refactor xdp_context_functional test and bpf program
Marcus Wichelmann
2
-22
/
+110
2025-03-06
selftests/bpf: Move open_tuntap to network helpers
Marcus Wichelmann
3
-29
/
+31
2025-03-06
cpupower: Implement CPU physical core querying
John B. Wyatt IV
2
-8
/
+43
2025-03-06
pm: cpupower: remove hard-coded topology depth values
Shuah Khan
1
-11
/
+29
2025-03-06
pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology
Shuah Khan
1
-0
/
+2
2025-03-06
Merge branch 'for-6.15/features' into fwctl
Jason Gunthorpe
2
-0
/
+75
2025-03-06
taint: Add TAINT_FWCTL
Jason Gunthorpe
1
-0
/
+8
2025-03-05
perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel maps
Namhyung Kim
1
-1
/
+1
2025-03-05
perf maps: Add missing map__set_kmap_maps() when replacing a kernel map
Arnaldo Carvalho de Melo
1
-0
/
+2
2025-03-05
perf maps: Fixup maps_by_name when modifying maps_by_address
Namhyung Kim
1
-1
/
+23
2025-03-05
perf machine: Fixup kernel maps ends after adding extra maps
Namhyung Kim
1
-2
/
+2
2025-03-05
perf maps: Set the kmaps for newly created/added kernel maps
Arnaldo Carvalho de Melo
1
-0
/
+3
2025-03-05
perf maps: Introduce map__set_kmap_maps() for kernel maps
Arnaldo Carvalho de Melo
1
-8
/
+21
2025-03-05
selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries
SeongJae Park
1
-0
/
+1
2025-03-05
selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
SeongJae Park
1
-0
/
+1
2025-03-05
selftests/damon/damos_quota: make real expectation of quota exceeds
SeongJae Park
1
-3
/
+6
2025-03-05
selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced
SeongJae Park
1
-0
/
+3
2025-03-05
Revert "selftests/mm: remove local __NR_* definitions"
John Hubbard
9
-8
/
+60
2025-03-06
KVM: riscv: selftests: Allow number of interrupts to be configurable
Atish Patra
1
-7
/
+31
2025-03-06
KVM: riscv: selftests: Change command line option
Atish Patra
1
-14
/
+26
2025-03-06
KVM: riscv: selftests: Do not start the counter in the overflow handler
Atish Patra
1
-7
/
+2
2025-03-05
perf script: Fix output type for dynamically allocated core PMU's
Thomas Falcon
1
-3
/
+13
2025-03-05
kselftest/arm64: mte: Skip the hugetlb tests if MTE not supported on such mappings
Catalin Marinas
1
-0
/
+11
2025-03-05
kselftest/arm64: mte: Use the correct naming for tag check modes in check_hugetlb_options.c
Catalin Marinas
1
-4
/
+4
2025-03-05
perf bench: Fix perf bench syscall loop count
Thomas Richter
1
-9
/
+13
2025-03-05
perf test: Simplify data symbol test
Namhyung Kim
1
-13
/
+2
2025-03-05
perf test: Add timeout to datasym workload
Namhyung Kim
1
-2
/
+21
2025-03-05
perf test: Add trace record and replay test
Namhyung Kim
1
-0
/
+21
2025-03-05
perf test: Skip perf trace tests when running as non-root
Namhyung Kim
4
-0
/
+4
2025-03-05
perf test: Skip perf probe tests when running as non-root
Namhyung Kim
5
-6
/
+9
2025-03-05
perf test: Add --metric-only to perf stat output tests
Namhyung Kim
5
-0
/
+34
2025-03-05
perf arm-spe: Support previous branch target (PBT) address
Leo Yan
3
-50
/
+70
2025-03-05
perf arm-spe: Add branch stack
Leo Yan
1
-0
/
+99
2025-03-05
perf arm-spe: Set sample flags with supplement info
Leo Yan
1
-0
/
+20
[prev]
[next]