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-04-30
libbpf: Add kprobe session attach type name to attach_type_name
Jiri Olsa
1
-0
/
+1
2024-04-30
libbpf: Add support for kprobe session attach
Jiri Olsa
3
-3
/
+41
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
1
-0
/
+1
2024-04-30
selftests: drv-net-hw: add test for memory allocation failures with page pool
Jakub Kicinski
3
-0
/
+134
2024-04-30
selftests: drv-net: support generating iperf3 load
Jakub Kicinski
2
-0
/
+42
2024-04-30
selftests: net: py: avoid all ports < 10k
Jakub Kicinski
1
-1
/
+1
2024-04-30
selftests: net: py: extract tool logic
Jakub Kicinski
1
-3
/
+9
2024-04-30
selftests: drv-net-hw: support using Python from net hw tests
Jakub Kicinski
4
-3
/
+26
2024-04-30
selftests: netfilter: avoid test timeouts on debug kernels
Florian Westphal
4
-3
/
+10
2024-05-01
ASoC: doc: dapm: various improvements
Mark Brown
44
-1310
/
+2969
2024-04-30
selftests/bpf: Drop an unused local variable
Benjamin Tissoires
1
-2
/
+0
2024-04-30
netdev: add queue stats
Xuan Zhuo
1
-0
/
+19
2024-04-29
selftests/bpf: validate nulled-out struct_ops program is handled properly
Andrii Nakryiko
2
-2
/
+23
2024-04-29
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
1
-0
/
+1
2024-04-29
selftests/bpf: Free strdup memory in veristat
Geliang Tang
1
-1
/
+4
2024-04-29
selftests/bpf: Free strdup memory in test_sockmap
Geliang Tang
1
-2
/
+8
2024-04-29
selftests/bpf: Run cgroup1_hierarchy test in own mount namespace
Viktor Malik
2
-1
/
+9
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
3
-13
/
+20
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
114
-1882
/
+7165
2024-04-29
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
1
-15
/
+14
2024-04-29
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
1
-48
/
+20
2024-04-29
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
1
-9
/
+9
2024-04-29
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
1
-3
/
+2
2024-04-29
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
1
-25
/
+5
2024-04-29
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
1
-16
/
+11
2024-04-29
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
1
-3
/
+1
2024-04-29
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
1
-1
/
+2
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
23
-69
/
+6
2024-04-29
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
1
-2
/
+2
2024-04-29
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
1
-96
/
+95
2024-04-29
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
1
-0
/
+12
2024-04-29
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
1
-33
/
+33
2024-04-29
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
1
-8
/
+12
2024-04-29
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
1
-1
/
+1
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
5
-16
/
+18
2024-04-29
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
2
-15
/
+21
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
28
-12
/
+1156
2024-04-29
KVM: selftests: Randomly force emulation on x86 writes from guest code
Sean Christopherson
1
-0
/
+21
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
3
-4
/
+9
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
4
-11
/
+7
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2
-1
/
+12
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
6
-29
/
+23
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
57
-120
/
+17
2024-04-29
KVM: selftests: Avoid assuming "sudo" exists in NX hugepage test
Brendan Jackman
1
-1
/
+12
2024-04-29
cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH
Dave Jiang
1
-0
/
+7
2024-04-30
ASoC: Merge up fixes
Mark Brown
11
-81
/
+787
2024-04-29
selftests/powerpc: Install tests in sub-directories
Michael Ellerman
2
-4
/
+4
2024-04-29
selftests/powerpc: Convert pmu Makefile to for loop style
Michael Ellerman
1
-21
/
+22
2024-04-29
selftests/powerpc: make sub-folders buildable on their own
Madhavan Srinivasan
24
-7
/
+25
2024-04-29
selftests/powerpc: Add flags.mk to support pmu buildable
Madhavan Srinivasan
5
-0
/
+16
[prev]
[next]