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
2022-04-22
perf stat: Support metrics with hybrid events
Zhengjun Xing
2
-22
/
+249
2022-04-22
perf vendor events intel: Add metrics for Alderlake
Zhengjun Xing
1
-0
/
+761
2022-04-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+88
2022-04-22
perf tools: Move libbpf init in libbpf_init function
Jiri Olsa
1
-9
/
+18
2022-04-22
objtool: Update documentation
Josh Poimboeuf
1
-20
/
+102
2022-04-22
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
5
-33
/
+64
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
3
-2
/
+9
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
3
-9
/
+31
2022-04-22
objtool: Make static call annotation optional
Josh Poimboeuf
3
-4
/
+9
2022-04-22
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
3
-5
/
+3
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
1
-3
/
+3
2022-04-22
objtool: Extricate sls from stack validation
Josh Poimboeuf
1
-13
/
+43
2022-04-22
objtool: Rework ibt and extricate from stack validation
Josh Poimboeuf
1
-133
/
+147
2022-04-22
objtool: Make stack validation optional
Josh Poimboeuf
3
-13
/
+18
2022-04-22
objtool: Add option to print section addresses
Josh Poimboeuf
3
-14
/
+19
2022-04-22
objtool: Don't print parentheses in function addresses
Josh Poimboeuf
1
-5
/
+1
2022-04-22
objtool: Ditch subcommands
Josh Poimboeuf
8
-202
/
+66
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
7
-62
/
+84
2022-04-22
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
1
-3
/
+14
2022-04-22
Merge branch 'tip/x86/urgent'
Peter Zijlstra
1
-8
/
+5
2022-04-22
objtool: Fix code relocs vs weak symbols
Peter Zijlstra
1
-22
/
+165
2022-04-22
objtool: Fix type of reloc::addend
Peter Zijlstra
3
-7
/
+7
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
11
-55
/
+229
2022-04-22
selftests: firmware: Add ZSTD compressed file tests
Takashi Iwai
2
-23
/
+65
2022-04-22
selftests: firmware: Simplify test patterns
Takashi Iwai
1
-76
/
+30
2022-04-22
selftests: firmware: Fix the request_firmware_into_buf() test for XZ format
Takashi Iwai
1
-0
/
+2
2022-04-22
selftests: firmware: Use smaller dictionary for XZ compression
Takashi Iwai
1
-3
/
+5
2022-04-21
selftest/vm: add skip support to mremap_test
Sidhartha Kumar
1
-3
/
+8
2022-04-21
selftest/vm: support xfail in mremap_test
Sidhartha Kumar
1
-1
/
+1
2022-04-21
selftest/vm: verify remap destination address in mremap_test
Sidhartha Kumar
1
-3
/
+39
2022-04-21
selftest/vm: verify mmap addr in mremap_test
Sidhartha Kumar
1
-1
/
+40
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
8
-13
/
+8
2022-04-21
kvm: selftests: do not use bitfields larger than 32-bits for PTEs
Paolo Bonzini
2
-115
/
+92
2022-04-21
Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+34
2022-04-21
KVM: selftests: Silence compiler warning in the kvm_page_table_test
Thomas Huth
1
-1
/
+1
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2
-68
/
+37
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
1
-1
/
+2
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2
-2
/
+2
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
1
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2
-5
/
+13
2022-04-20
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
1
-0
/
+32
2022-04-20
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
1
-0
/
+9
2022-04-20
tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
Ammar Faizi
1
-0
/
+81
2022-04-20
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
1
-0
/
+11
2022-04-20
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
1
-0
/
+62
2022-04-20
tools/nolibc: i386: Implement syscall with 6 arguments
Ammar Faizi
1
-0
/
+23
2022-04-20
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
6
-6
/
+0
2022-04-20
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
6
-198
/
+198
[prev]
[next]