index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: selftests: Test gp event filters don't affect fixed event filters
Jinrong Liang
2023-08-17
1
-0
/
+27
*
KVM: selftests: Test if event filter meets expectations on fixed counters
Jinrong Liang
2023-08-17
1
-0
/
+80
*
KVM: selftests: Add test cases for unsupported PMU event filter input values
Jinrong Liang
2023-08-17
1
-0
/
+26
*
KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filter
Jinrong Liang
2023-08-17
1
-92
/
+90
*
KVM: selftests: Drop the return of remove_event()
Jinrong Liang
2023-08-17
1
-3
/
+1
*
KVM: selftests: Add x86 properties for Intel PMU in processor.h
Jinrong Liang
2023-08-17
1
-0
/
+5
*
KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpers
Sean Christopherson
2023-08-02
2
-10
/
+6
*
KVM: selftests: Print out guest RIP on unhandled exception
Sean Christopherson
2023-08-02
1
-12
/
+6
*
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
24
-117
/
+0
*
KVM: selftests: Convert x86's XCR0 test to use printf-based guest asserts
Sean Christopherson
2023-08-02
1
-11
/
+18
*
KVM: selftests: Convert VMX's PMU capabilities test to printf guest asserts
Sean Christopherson
2023-08-02
1
-13
/
+15
*
KVM: selftests: Convert the x86 userspace I/O test to printf guest assert
Sean Christopherson
2023-08-02
1
-4
/
+8
*
KVM: selftests: Convert x86's TSC MSRs test to use printf guest asserts
Sean Christopherson
2023-08-02
1
-1
/
+3
*
KVM: selftests: Convert the nSVM software interrupt test to printf guest asserts
Sean Christopherson
2023-08-02
1
-10
/
+12
*
KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts
Sean Christopherson
2023-08-02
1
-3
/
+5
*
KVM: selftests: Convert x86's nested exceptions test to printf guest asserts
Sean Christopherson
2023-08-02
1
-3
/
+3
*
KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest asserts
Sean Christopherson
2023-08-02
1
-15
/
+22
*
KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-4
/
+6
*
KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-10
/
+21
*
KVM: selftests: Convert the Hyper-V extended hypercalls test to printf asserts
Sean Christopherson
2023-08-02
1
-1
/
+2
*
KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-6
/
+8
*
KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-10
/
+12
*
KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-9
/
+14
*
KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-2
/
+5
*
KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-3
/
+4
*
KVM: selftests: Convert the memslot performance test to printf guest asserts
Sean Christopherson
2023-08-02
1
-2
/
+4
*
KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-1
/
+2
*
KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-3
/
+4
*
KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-10
/
+10
*
KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-4
/
+6
*
KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-12
/
+10
*
KVM: selftests: Add a selftest for guest prints and formatted asserts
Aaron Lewis
2023-08-02
2
-0
/
+225
*
KVM: selftests: Add #define of expected KVM exit reason for ucall
Sean Christopherson
2023-08-02
4
-0
/
+8
*
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
2023-08-02
9
-35
/
+66
*
KVM: selftests: Add formatted guest assert support in ucall framework
Sean Christopherson
2023-08-02
2
-0
/
+70
*
KVM: selftests: Add string formatting options to ucall
Aaron Lewis
2023-08-02
2
-0
/
+24
*
KVM: selftests: Add additional pages to the guest to accommodate ucall
Aaron Lewis
2023-08-02
3
-0
/
+10
*
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
2023-08-02
3
-0
/
+311
*
KVM: selftests: Add strnlen() to the string overrides
Aaron Lewis
2023-08-02
2
-0
/
+10
*
KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
Sean Christopherson
2023-08-02
1
-2
/
+30
*
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
2023-08-02
1
-8
/
+7
*
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
2023-08-02
18
-103
/
+104
*
KVM: selftests: Remove superfluous variable assignment
Minjie Du
2023-08-02
1
-1
/
+0
*
KVM: selftests: use unified time type for comparison
Bibo Mao
2023-08-02
1
-4
/
+4
*
KVM: selftests: Extend x86's sync_regs_test to check for exception races
Michal Luczaj
2023-08-02
1
-0
/
+23
*
KVM: selftests: Extend x86's sync_regs_test to check for event vector races
Michal Luczaj
2023-08-02
1
-0
/
+22
*
KVM: selftests: Extend x86's sync_regs_test to check for CR4 races
Michal Luczaj
2023-08-02
1
-0
/
+72
*
Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-07-16
1
-1
/
+1
|
\
|
*
objtool: initialize all of struct elf
Michal Kubecek
2023-07-10
1
-1
/
+1
*
|
Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-07-13
3
-0
/
+135
|
\
\
[next]