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-07-16
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-53
/
+41
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-0
/
+232
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-2
/
+36
2024-07-16
Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+17
2024-07-14
Merge branch kvm-arm64/ctr-el0 into kvmarm/next
Oliver Upton
1
-0
/
+17
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
81
-603
/
+2554
2024-07-12
Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
7
-0
/
+118
2024-07-12
KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY
Isaku Yamahata
3
-2
/
+159
2024-07-10
perf kvm: Add kvm-stat for loongarch64
Bibo Mao
4
-0
/
+238
2024-07-06
Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+1
2024-07-06
selftests/powerpc: Fix build with USERCFLAGS set
Michael Ellerman
1
-4
/
+1
2024-07-05
Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-07-04
Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-4
/
+35
2024-07-04
Merge tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-19
/
+24
2024-07-03
selftests: make order checking verbose in msg_zerocopy selftest
Zijian Zhang
1
-1
/
+1
2024-07-03
selftests: fix OOM in msg_zerocopy selftest
Zijian Zhang
1
-1
/
+11
2024-07-03
selftest: af_unix: Add test case for backtrack after finalising SCC.
Kuniyuki Iwashima
1
-2
/
+23
2024-07-03
riscv: selftests: Fix vsetivli args for clang
Charlie Jenkins
1
-1
/
+1
2024-07-02
Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-10
/
+22
2024-07-01
Merge tag 'cxl-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2024-06-28
KVM: selftests: Add test for configure of x86 APIC bus frequency
Isaku Yamahata
3
-0
/
+203
2024-06-28
KVM: selftests: Add guest udelay() utility for x86
Reinette Chatre
2
-0
/
+29
2024-06-28
Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-11
/
+15
2024-06-28
KVM: selftests: Increase robustness of LLC cache misses in PMU counters test
Maxim Levitsky
1
-10
/
+14
2024-06-28
KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loop
Sean Christopherson
1
-9
/
+19
2024-06-28
selftests/harness: Fix tests timeout and race condition
Mickaël Salaün
1
-19
/
+24
2024-06-27
tools/power turbostat: Add local build_bug.h header for snapshot target
Patryk Wlazlyn
2
-2
/
+6
2024-06-27
tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'
Adam Hawley
1
-8
/
+8
2024-06-27
tools/power turbostat: option '-n' is ambiguous
David Arcari
1
-1
/
+1
2024-06-27
Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-439
/
+1050
2024-06-27
KVM: selftests: Print the seed for the guest pRNG iff it has changed
Sean Christopherson
1
-2
/
+7
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
1
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-0
/
+68
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
1
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
1
-0
/
+16
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
1
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-0
/
+11
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
1
-2
/
+23
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
3
-438
/
+1
2024-06-26
selftests/resctrl: Fix non-contiguous CBM for AMD
Babu Moger
1
-10
/
+22
2024-06-26
perf kvm/riscv: Port perf kvm stat to RISC-V
Shenlin Liang
4
-0
/
+115
2024-06-25
cxl/region: check interleave capability
Yao Xingtao
1
-0
/
+4
2024-06-24
selftests/mm:fix test_prctl_fork_exec return failure
aigourensheng
1
-16
/
+22
2024-06-24
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
5
-1
/
+312
2024-06-24
selftests/bpf: Add tests for may_goto with negative offset.
Alexei Starovoitov
1
-0
/
+52
2024-06-24
selftests/bpf: Add more ring buffer test coverage
Daniel Borkmann
3
-1
/
+103
2024-06-22
KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU reset
Oliver Upton
1
-0
/
+1
[next]