index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-23
tools headers arm64: Add NVIDIA Olympus part
Besar Wicaksono
1
-0
/
+2
2025-12-23
perf tests top: Make the test exclusive
Ian Rogers
1
-1
/
+1
2025-12-23
perf tests kvm: Avoid leaving perf.data.guest file around
Ian Rogers
1
-1
/
+1
2025-12-23
selftests: net: fix "buffer overflow detected" for tap.c
Alice C. Munduruca
1
-11
/
+5
2025-12-23
selftests: drv-net: psp: fix test names in ipver_test_builder()
Daniel Zahka
1
-1
/
+2
2025-12-23
selftests: drv-net: psp: fix templated test names in psp_ip_ver_test_builder()
Daniel Zahka
1
-1
/
+2
2025-12-22
selftests: bpf: fix tests with raw_tp calling kfuncs
Puranjay Mohan
2
-4
/
+4
2025-12-22
bpf: selftests: selftests for memcg stat kfuncs
JP Kobryn
3
-0
/
+280
2025-12-22
kdoc: allow dots in inline @param names
Steven Price
1
-1
/
+1
2025-12-22
docs: kernel-doc.rst: Parse DEFINE_ macros without prefixes
Mauro Carvalho Chehab
1
-6
/
+12
2025-12-22
kernel-doc: add support to handle DEFINE_ variables
Mauro Carvalho Chehab
2
-7
/
+23
2025-12-22
kernel-doc: add support for handling global variables
Mauro Carvalho Chehab
2
-1
/
+102
2025-12-22
selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
Gopi Krishna Menon
1
-0
/
+1
2025-12-21
selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_file
Matt Bobrowski
1
-1
/
+30
2025-12-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+2
2025-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+16
2025-12-20
Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
20
-33
/
+342
2025-12-19
resolve_btfids: Change in-place update with raw binary output
Ihor Solodrai
4
-86
/
+154
2025-12-19
selftests/bpf: Run resolve_btfids only for relevant .test.o objects
Ihor Solodrai
1
-2
/
+6
2025-12-19
lib/Kconfig.debug: Set the minimum required pahole version to v1.22
Ihor Solodrai
1
-1
/
+0
2025-12-19
resolve_btfids: Always build with -Wall -Werror
Ihor Solodrai
1
-1
/
+2
2025-12-19
resolve_btfids: Introduce enum btf_id_kind
Ihor Solodrai
1
-23
/
+60
2025-12-19
resolve_btfids: Factor out load_btf()
Ihor Solodrai
1
-13
/
+34
2025-12-19
resolve_btfids: Rename object btf field to btf_path
Ihor Solodrai
1
-5
/
+5
2025-12-19
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
1
-5
/
+3
2025-12-19
Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
16
-61
/
+204
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-0
/
+16
2025-12-18
selftests/tc-testing: Test case exercising potential mirred redirect deadlock
Victor Nogueira
1
-0
/
+46
2025-12-17
perf symbol: Fix ENOENT case for filename__read_build_id
Ian Rogers
4
-5
/
+13
2025-12-17
perf tools: Disable BPF skeleton if no libopenssl found
Namhyung Kim
1
-0
/
+8
2025-12-17
tools/build: Add a feature test for libopenssl
Namhyung Kim
4
-4
/
+22
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
1
-1
/
+2
2025-12-17
perf report: Update sort key state from -F option
Namhyung Kim
1
-46
/
+54
2025-12-17
perf report: Fix histogram entry collapsing for -F option
Namhyung Kim
1
-0
/
+3
2025-12-17
perf report: Enable data-type profiling with -F option too
Namhyung Kim
1
-1
/
+2
2025-12-17
perf record: Split --data-mmap option
Namhyung Kim
4
-9
/
+25
2025-12-17
perf vendor power9 nest metrics: Correct unit from MB to MiB
Ian Rogers
1
-4
/
+4
2025-12-17
perf trace: Don't change const char strings
Arnaldo Carvalho de Melo
1
-4
/
+7
2025-12-17
perf tools: Use const for variables receiving str{str,r?chr}() returns
Arnaldo Carvalho de Melo
3
-4
/
+5
2025-12-17
perf diff: Constify strchr() return variables
Arnaldo Carvalho de Melo
1
-7
/
+5
2025-12-17
perf list: Remove unused 'sep' variable
Arnaldo Carvalho de Melo
1
-2
/
+2
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
741
-6862
/
+23447
2025-12-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
6
-25
/
+145
2025-12-16
selftests/bpf: Add tests for the arena offset of globals
Emil Tsalapatis
3
-0
/
+140
2025-12-16
libbpf: Move arena globals to the end of the arena
Emil Tsalapatis
2
-7
/
+22
2025-12-16
libbpf: Turn relo_core->sym_off unsigned
Emil Tsalapatis
1
-7
/
+7
2025-12-16
bpf/verifier: Do not limit maximum direct offset into arena map
Emil Tsalapatis
1
-2
/
+2
2025-12-16
selftests/bpf: Explicitly account for globals in verifier_arena_large
Emil Tsalapatis
1
-4
/
+11
2025-12-16
Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-0
/
+8
2025-12-15
iommufd/selftest: Make it clearer to gcc that the access is not out of bounds
Jason Gunthorpe
1
-5
/
+3
[prev]
[next]