index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
KVM: s390: selftests: Add regression tests for PFCR subfunctions
Hendrik Brueckner
2
-1
/
+17
2024-11-11
KVM: s390: add gen17 facilities to CPU model
Hendrik Brueckner
2
-0
/
+9
2024-11-11
KVM: s390: add msa11 to cpu model
Hendrik Brueckner
3
-3
/
+14
2024-11-11
KVM: s390: add concurrent-function facility to cpu model
Hendrik Brueckner
3
-1
/
+25
2024-11-11
KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output
Christoph Schlameuss
1
-1
/
+1
2024-11-11
KVM: s390: selftests: Fix whitespace confusion in ucontrol test
Christoph Schlameuss
1
-4
/
+4
2024-11-11
KVM: s390: selftests: Verify reject memory region operations for ucontrol VMs
Christoph Schlameuss
1
-0
/
+22
2024-11-11
KVM: s390: selftests: Add uc_skey VM test case
Christoph Schlameuss
2
-2
/
+149
2024-11-11
KVM: s390: selftests: Add uc_map_unmap VM test case
Christoph Schlameuss
1
-1
/
+144
2024-11-08
Documentation: kvm: reorganize introduction
Paolo Bonzini
1
-13
/
+25
2024-11-08
Documentation: kvm: replace section numbers with links
Paolo Bonzini
1
-12
/
+28
2024-11-08
Documentation: kvm: fix a few mistakes
Paolo Bonzini
1
-15
/
+33
2024-11-08
KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMA
Paolo Bonzini
2
-39
/
+0
2024-11-08
KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
Sean Christopherson
1
-1
/
+3
2024-11-08
KVM: x86: Unconditionally set irr_pending when updating APICv state
Sean Christopherson
1
-11
/
+18
2024-11-08
kvm: svm: Fix gctx page leak on invalid inputs
Dionna Glaze
1
-4
/
+4
2024-11-08
KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB
John Sperbeck
1
-1
/
+1
2024-11-05
riscv: kvm: Fix out-of-bounds array access
Björn Töpel
1
-4
/
+7
2024-11-05
RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
Yong-Xuan Wang
1
-1
/
+2
2024-11-04
KVM: SVM: Propagate error from snp_guest_req_init() to userspace
Sean Christopherson
1
-2
/
+5
2024-11-04
KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
Sean Christopherson
2
-6
/
+26
2024-11-04
KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported
Sean Christopherson
1
-0
/
+2
2024-11-04
KVM: selftests: Disable strict aliasing
Sean Christopherson
1
-4
/
+4
2024-11-04
KVM: selftests: fix unintentional noop test in guest_memfd_test.c
Patrick Roy
1
-1
/
+1
2024-11-04
KVM: selftests: memslot_perf_test: increase guest sync timeout
Maxim Levitsky
1
-1
/
+1
2024-11-04
KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged
Sean Christopherson
1
-3
/
+4
2024-11-04
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
Sean Christopherson
3
-11
/
+8
2024-11-04
KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
Sean Christopherson
2
-2
/
+1
2024-11-04
KVM: x86: Rename APIC base setters to better capture their relationship
Sean Christopherson
3
-8
/
+14
2024-11-04
KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)
Sean Christopherson
2
-21
/
+21
2024-11-04
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
2
-7
/
+5
2024-11-04
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
Sean Christopherson
2
-10
/
+4
2024-11-04
KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state
Sean Christopherson
1
-1
/
+0
2024-11-04
KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing
Sean Christopherson
1
-0
/
+3
2024-11-04
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
2
-4
/
+5
2024-11-04
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
1
-103
/
+2
2024-11-04
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
1
-0
/
+3
2024-11-04
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
4
-6
/
+6
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
7
-30
/
+91
2024-11-04
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
1
-5
/
+11
2024-11-04
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
1
-1
/
+1
2024-11-04
KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
Sean Christopherson
1
-14
/
+14
2024-11-03
Linux 6.12-rc6
v6.12-rc6
Linus Torvalds
1
-1
/
+1
2024-11-03
mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
Yu Zhao
3
-47
/
+55
2024-11-03
mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
Yu Zhao
2
-11
/
+5
2024-11-03
modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
Masahiro Yamada
1
-1
/
+1
2024-11-03
modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
Masahiro Yamada
1
-5
/
+5
2024-11-02
Input: fix regression when re-registering input handlers
Dmitry Torokhov
2
-62
/
+82
2024-11-01
KVM: selftests: Ensure KVM supports AVX for SEV-ES VMSA FPU test
Sean Christopherson
1
-1
/
+3
2024-11-01
KVM: selftests: Drop manual XCR0 configuration from SEV smoke test
Sean Christopherson
1
-13
/
+2
[next]