index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
KVM: s390: interrupt: Fix single-stepping kernel-emulated instructions
Ilya Leoshkevich
1
-3
/
+14
2023-08-28
KVM: s390: interrupt: Fix single-stepping into program interrupt handlers
Ilya Leoshkevich
1
-1
/
+16
2023-08-28
KVM: s390: interrupt: Fix single-stepping into interrupt handlers
Ilya Leoshkevich
2
-2
/
+16
2023-08-17
KVM: selftests: Test gp event filters don't affect fixed event filters
Jinrong Liang
1
-0
/
+27
2023-08-17
KVM: selftests: Test if event filter meets expectations on fixed counters
Jinrong Liang
1
-0
/
+80
2023-08-17
KVM: selftests: Add test cases for unsupported PMU event filter input values
Jinrong Liang
1
-0
/
+26
2023-08-17
KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filter
Jinrong Liang
1
-92
/
+90
2023-08-17
KVM: selftests: Drop the return of remove_event()
Jinrong Liang
1
-3
/
+1
2023-08-17
KVM: selftests: Add x86 properties for Intel PMU in processor.h
Jinrong Liang
1
-0
/
+5
2023-08-02
KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpers
Sean Christopherson
2
-10
/
+6
2023-08-02
KVM: selftests: Print out guest RIP on unhandled exception
Sean Christopherson
1
-12
/
+6
2023-08-02
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
24
-117
/
+0
2023-08-02
KVM: selftests: Convert x86's XCR0 test to use printf-based guest asserts
Sean Christopherson
1
-11
/
+18
2023-08-02
KVM: selftests: Convert VMX's PMU capabilities test to printf guest asserts
Sean Christopherson
1
-13
/
+15
2023-08-02
KVM: selftests: Convert the x86 userspace I/O test to printf guest assert
Sean Christopherson
1
-4
/
+8
2023-08-02
KVM: selftests: Convert x86's TSC MSRs test to use printf guest asserts
Sean Christopherson
1
-1
/
+3
2023-08-02
KVM: selftests: Convert the nSVM software interrupt test to printf guest asserts
Sean Christopherson
1
-10
/
+12
2023-08-02
KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts
Sean Christopherson
1
-3
/
+5
2023-08-02
KVM: selftests: Convert x86's nested exceptions test to printf guest asserts
Sean Christopherson
1
-3
/
+3
2023-08-02
KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest asserts
Sean Christopherson
1
-15
/
+22
2023-08-02
KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERT
Sean Christopherson
1
-4
/
+6
2023-08-02
KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+21
2023-08-02
KVM: selftests: Convert the Hyper-V extended hypercalls test to printf asserts
Sean Christopherson
1
-1
/
+2
2023-08-02
KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT
Sean Christopherson
1
-6
/
+8
2023-08-02
KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+12
2023-08-02
KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
Sean Christopherson
1
-9
/
+14
2023-08-02
KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT
Sean Christopherson
1
-2
/
+5
2023-08-02
KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
Sean Christopherson
1
-3
/
+4
2023-08-02
KVM: selftests: Convert the memslot performance test to printf guest asserts
Sean Christopherson
1
-2
/
+4
2023-08-02
KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT
Sean Christopherson
1
-1
/
+2
2023-08-02
KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERT
Sean Christopherson
1
-3
/
+4
2023-08-02
KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+10
2023-08-02
KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERT
Sean Christopherson
1
-4
/
+6
2023-08-02
KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT
Sean Christopherson
1
-12
/
+10
2023-08-02
KVM: selftests: Add a selftest for guest prints and formatted asserts
Aaron Lewis
2
-0
/
+225
2023-08-02
KVM: selftests: Add #define of expected KVM exit reason for ucall
Sean Christopherson
4
-0
/
+8
2023-08-02
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
9
-35
/
+66
2023-08-02
KVM: selftests: Add formatted guest assert support in ucall framework
Sean Christopherson
2
-0
/
+70
2023-08-02
KVM: selftests: Add string formatting options to ucall
Aaron Lewis
2
-0
/
+24
2023-08-02
KVM: selftests: Add additional pages to the guest to accommodate ucall
Aaron Lewis
3
-0
/
+10
2023-08-02
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
3
-0
/
+311
2023-08-02
KVM: selftests: Add strnlen() to the string overrides
Aaron Lewis
2
-0
/
+10
2023-08-02
KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
Sean Christopherson
1
-2
/
+30
2023-08-02
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
1
-8
/
+7
2023-08-02
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
18
-103
/
+104
2023-08-02
KVM: selftests: Remove superfluous variable assignment
Minjie Du
1
-1
/
+0
2023-08-02
KVM: selftests: use unified time type for comparison
Bibo Mao
1
-4
/
+4
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for exception races
Michal Luczaj
1
-0
/
+23
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for event vector races
Michal Luczaj
1
-0
/
+22
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for CR4 races
Michal Luczaj
1
-0
/
+72
[next]