index
:
pub/scm/linux/kernel/git/tegra/linux.git
master
NVIDIA Tegra ARM sub-architecture
Tegra group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-07
bpf: Add support for tracing multi link
Jiri Olsa
2
-0
/
+7
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
2
-0
/
+4
2026-06-07
KVM: selftests: Add a hugetlb memslot alignment test mode
Jinyu Tang
1
-6
/
+22
2026-06-06
selftests/riscv: fix compiler output flag spacing in all Makefiles
Zong Li
6
-13
/
+13
2026-06-06
riscv: cfi: reject unknown flags in PR_SET_CFI
Richard Patel
1
-0
/
+6
2026-06-06
selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset bounds
Nuoqi Gui
2
-0
/
+99
2026-06-06
libperf: Document struct perf_cpu int16_t ABI limitation
Arnaldo Carvalho de Melo
2
-1
/
+29
2026-06-06
perf sched: Free callchain nodes in idle thread cleanup
Arnaldo Carvalho de Melo
3
-1
/
+20
2026-06-06
perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()
Arnaldo Carvalho de Melo
1
-4
/
+17
2026-06-06
perf timechart: Fix cpu2y() OOB read on untrusted CPU index
Arnaldo Carvalho de Melo
1
-4
/
+6
2026-06-06
perf c2c: Fix use-after-free in he__get_c2c_hists() error path
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-06-06
perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpu
Arnaldo Carvalho de Melo
2
-23
/
+42
2026-06-06
Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2026-06-06
perf mmap: Fix NULL deref in aio cleanup on alloc failure
Arnaldo Carvalho de Melo
1
-4
/
+6
2026-06-05
selftests/bpf: Inspect the signature verdict exposed to BPF LSM
Daniel Borkmann
2
-0
/
+152
2026-06-05
selftests/bpf: libarena: parallel test harness and spmc parallel selftest
Emil Tsalapatis
3
-0
/
+866
2026-06-05
selftests/bpf: libarena: Add spmc queue data structure
Emil Tsalapatis
3
-0
/
+455
2026-06-05
selftests/bpf: libarena: Add rbtree data structure
Emil Tsalapatis
3
-0
/
+2098
2026-06-05
selftests: drv-net: add userns devmem RX test
Bobby Eshleman
9
-11
/
+142
2026-06-05
selftests: net: do not detect PPPoX loopback
Qingfang Deng
1
-0
/
+1
2026-06-05
selftests/bpf: Fix test_lirc test
Sean Young
2
-5
/
+5
2026-06-05
selftests/bpf: Add tests for bpf_set_retval validation
Xu Kuohai
2
-0
/
+109
2026-06-05
selftests/bpf: Restrict bpf_set_retval argument in sk_bypass_prot_mem
Xu Kuohai
1
-0
/
+2
2026-06-05
selftests/bpf: Add tests to verify the fix of encapsulating VxLAN in lwt
Leon Hwang
2
-10
/
+290
2026-06-05
bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()
Varun R Mallya
1
-0
/
+2
2026-06-05
selftests/bpf: use host CPU features in JIT disassembler
Varun R Mallya
1
-2
/
+11
2026-06-05
selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_...
Leon Hwang
1
-0
/
+55
2026-06-05
bpf: Check tail zero of bpf_prog_info
Leon Hwang
1
-0
/
+1
2026-06-05
bpf: Check tail zero of bpf_map_info
Leon Hwang
1
-0
/
+1
2026-06-05
perf sched: Replace BUG_ON and add NULL checks in replay event helpers
Arnaldo Carvalho de Melo
1
-3
/
+25
2026-06-05
perf sched: Use thread__put() in free_idle_threads()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-05
perf sched: Fix thread reference leak in idle hist processing
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-05
perf sched: Use is_idle_sample() for idle thread runtime cast guard
Arnaldo Carvalho de Melo
1
-1
/
+7
2026-06-05
perf sched: Clean up idle_threads entry on init failure
Arnaldo Carvalho de Melo
1
-1
/
+4
2026-06-05
perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-06-05
perf c2c: Bounds-check CPU and node IDs before bitmap and array access
Arnaldo Carvalho de Melo
1
-2
/
+17
2026-06-05
selftests/bpf: Tolerate missing files during install
Ricardo B. Marlière
1
-3
/
+14
2026-06-05
selftests/bpf: Provide weak definitions for cross-test functions
Ricardo B. Marlière
5
-30
/
+30
2026-06-05
selftests/bpf: Tolerate benchmark build failures
Ricardo B. Marlière
1
-2
/
+4
2026-06-05
selftests/bpf: Allow test_progs to link with a partial object set
Ricardo B. Marlière
1
-3
/
+4
2026-06-05
selftests/bpf: Skip tests whose objects were not built
Ricardo B. Marlière
2
-8
/
+46
2026-06-05
selftests/bpf: Tolerate test file compilation failures
Ricardo B. Marlière
1
-3
/
+12
2026-06-05
selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
Ricardo B. Marlière
1
-2
/
+2
2026-06-05
selftests/bpf: Avoid rebuilds when running emit_tests
Ricardo B. Marlière
1
-2
/
+2
2026-06-05
selftests/bpf: Tolerate BPF and skeleton generation failures
Ricardo B. Marlière
1
-35
/
+73
2026-06-05
selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
Ricardo B. Marlière
2
-7
/
+33
2026-06-05
selftests/bpf: Add BPF_STRICT_BUILD toggle
Ricardo B. Marlière
1
-0
/
+6
2026-06-05
selftests/bpf: Use bpf_dynptr_slice() to read file dynptr in leak test
Amery Hung
1
-4
/
+4
2026-06-05
bpftool: Restrict feature tests during bootstrap compilation
Ian Rogers
1
-0
/
+5
2026-06-05
selftests/bpf: Fix flaky file_reader test
Mykyta Yatsenko
1
-1
/
+1
[prev]
[next]