index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
libbpf: Remove callback-based type/string BTF field visitor helpers
Andrii Nakryiko
2
-132
/
+0
2024-06-05
bpftool: Use BTF field iterator in btfgen
Andrii Nakryiko
1
-10
/
+6
2024-06-05
libbpf: Make use of BTF field iterator in BTF handling code
Andrii Nakryiko
1
-22
/
+54
2024-06-05
libbpf: Make use of BTF field iterator in BPF linker code
Andrii Nakryiko
3
-26
/
+40
2024-06-05
libbpf: Add BTF field iterator
Andrii Nakryiko
2
-0
/
+186
2024-06-05
perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build
Namhyung Kim
1
-0
/
+1
2024-06-05
Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"
Arnaldo Carvalho de Melo
1
-4
/
+2
2024-06-05
KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
Tao Su
2
-2
/
+14
2024-06-05
KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bits
Colin Ian King
1
-2
/
+2
2024-06-05
selftests: hsr: add missing config for CONFIG_BRIDGE
Hangbin Liu
1
-0
/
+1
2024-06-05
mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmap
Wei Yang
1
-0
/
+1
2024-06-05
memblock tests: add memblock_overlaps_region_checks
Wei Yang
2
-0
/
+51
2024-06-05
memblock tests: add memblock_reserve_many_may_conflict_check()
Wei Yang
3
-2
/
+154
2024-06-05
memblock tests: add memblock_reserve_all_locations_check()
Wei Yang
1
-0
/
+107
2024-06-05
mm/memblock: remove empty dummy entry
Wei Yang
2
-6
/
+6
2024-06-04
perf hisi-ptt: remove unused struct 'hisi_ptt_queue'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-04
selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
Yonghong Song
1
-1
/
+12
2024-06-04
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+6
2024-06-04
selftests/bpf: Fix bpf_cookie and find_vma in nested VM
Song Liu
2
-3
/
+3
2024-06-04
Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
11
-15
/
+47
2024-06-04
selftests/ftrace: Add fgraph-multi.tc test
Steven Rostedt (Google)
1
-0
/
+103
2024-06-04
selftests/ftrace: Add function_graph tracer to func-filter-pid test
Steven Rostedt (Google)
1
-5
/
+22
2024-06-03
perf genelf: remove unused struct 'options'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
perf lock info: Display both map and thread by default
Nick Forrington
2
-14
/
+17
2024-06-03
selftests/bpf: Test global bpf_list_head arrays.
Kui-Feng Lee
2
-0
/
+54
2024-06-03
selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
Kui-Feng Lee
2
-0
/
+124
2024-06-03
selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
Kui-Feng Lee
2
-0
/
+176
2024-06-03
Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2024-06-03
tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...
Arnaldo Carvalho de Melo
1
-1
/
+3
2024-06-03
selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
Geliang Tang
1
-3
/
+0
2024-06-03
selftests/bpf: Check length of recv in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix size of map_fd in test_sockmap
Geliang Tang
1
-1
/
+1
2024-06-03
selftests/bpf: Drop prog_fd array in test_sockmap
Geliang Tang
1
-4
/
+2
2024-06-03
selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmap
Geliang Tang
1
-16
/
+14
2024-06-03
selftests/bpf: Use bpf_link attachments in test_sockmap
Geliang Tang
1
-28
/
+31
2024-06-03
selftests/bpf: Drop duplicate definition of i in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix tx_prog_fd values in test_sockmap
Geliang Tang
1
-3
/
+3
2024-06-03
KVM: selftests: remove unused struct 'memslot_antagonist_args'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-03
bpftool: Fix typo in MAX_NUM_METRICS macro name
Swan Beaujard
1
-7
/
+7
2024-06-03
selftests/bpf: Remove unused struct 'libcap'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
selftests/bpf: Remove unused 'key_t' structs
Dr. David Alan Gilbert
2
-12
/
+0
2024-06-03
selftests/bpf: Remove unused struct 'scale_test_def'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-01
selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netns
Matteo Croce
2
-0
/
+41
2024-06-01
Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+45
2024-05-31
libbpf: keep FD_CLOEXEC flag when dup()'ing FD
Andrii Nakryiko
1
-7
/
+3
2024-05-31
libbpf: don't close(-1) in multi-uprobe feature detector
Andrii Nakryiko
1
-1
/
+2
2024-05-31
selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c
Andrii Nakryiko
1
-1
/
+1
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-150
/
+2912
2024-05-31
selftests/futex: don't pass a const char* to asprintf(3)
John Hubbard
1
-1
/
+1
2024-05-31
selftests/futex: don't redefine .PHONY targets (all, clean)
John Hubbard
1
-2
/
+0
[prev]
[next]