index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
KVM: x86: Check userspace CPUID array size after validating sub-leaf
Sean Christopherson
1
-3
/
+3
2020-03-16
KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
Sean Christopherson
1
-12
/
+7
2020-03-16
KVM: x86: Simplify handling of Centaur CPUID leafs
Sean Christopherson
1
-22
/
+10
2020-03-16
KVM: x86: Refactor loop around do_cpuid_func() to separate helper
Sean Christopherson
1
-18
/
+27
2020-03-16
KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
Sean Christopherson
1
-1
/
+6
2020-03-16
KVM: x86: Shrink the usercopy region of the emulation context
Sean Christopherson
2
-9
/
+11
2020-03-16
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson
6
-4
/
+8
2020-03-16
KVM: x86: Dynamically allocate per-vCPU emulation context
Sean Christopherson
4
-17
/
+61
2020-03-16
KVM: x86: Move emulation-only helpers to emulate.c
Sean Christopherson
2
-11
/
+11
2020-03-16
KVM: x86: Explicitly pass an exception struct to check_intercept
Sean Christopherson
4
-7
/
+10
2020-03-16
KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant
Sean Christopherson
1
-15
/
+24
2020-03-16
KVM: x86: Fix warning due to implicit truncation on 32-bit KVM
Sean Christopherson
1
-2
/
+6
2020-03-16
KVM: nVMX: Drop unnecessary check on ept caps for execute-only
Sean Christopherson
1
-4
/
+3
2020-03-16
KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
Sean Christopherson
6
-10
/
+10
2020-03-16
KVM: nVMX: Rename EPTP validity helper and associated variables
Sean Christopherson
1
-12
/
+12
2020-03-16
KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
Sean Christopherson
3
-5
/
+5
2020-03-16
KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
Sean Christopherson
5
-12
/
+37
2020-03-16
KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack
Sean Christopherson
2
-2
/
+0
2020-03-16
KVM: x86/mmu: Don't drop level/direct from MMU role calculation
Sean Christopherson
1
-17
/
+18
2020-03-16
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
4
-22
/
+17
2020-03-16
KVM: X86: trigger kvmclock sync request just once on VM creation
Wanpeng Li
1
-5
/
+3
2020-03-16
KVM: LAPIC: Recalculate apic map in batch
Wanpeng Li
4
-10
/
+39
2020-03-16
KVM: Fix some obsolete comments
Miaohe Lin
2
-3
/
+3
2020-03-16
KVM: x86: enable dirty log gradually in small chunks
Jay Zhou
4
-9
/
+28
2020-03-16
KVM: x86/mmu: Reuse the current root if possible for fast switch
Sean Christopherson
1
-3
/
+12
2020-03-16
KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
Sean Christopherson
1
-3
/
+5
2020-03-16
KVM: SVM: Inhibit APIC virtualization for X2APIC guest
Oliver Upton
2
-6
/
+10
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
14
-14
/
+0
2020-03-16
KVM: x86: Consolidate VM allocation and free for VMX and SVM
Sean Christopherson
4
-39
/
+13
2020-03-16
KVM: x86: Directly return __vmalloc() result in ->vm_alloc()
Sean Christopherson
2
-16
/
+8
2020-03-16
KVM: x86: Gracefully handle __vmalloc() failure during VM allocation
Sean Christopherson
2
-0
/
+8
2020-03-16
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
3
-2
/
+17
2020-03-16
KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
Sean Christopherson
1
-25
/
+9
2020-03-16
KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush
Sean Christopherson
1
-1
/
+2
2020-03-16
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
Sean Christopherson
2
-11
/
+11
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
2
-8
/
+9
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
2
-15
/
+3
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
5
-118
/
+21
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
11
-46
/
+28
2020-03-16
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
Sean Christopherson
1
-0
/
+4
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
4
-4
/
+4
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
4
-24
/
+0
2020-03-16
KVM: x86: Allocate memslot resources during prepare_memory_region()
Sean Christopherson
1
-4
/
+9
2020-03-16
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
6
-45
/
+25
2020-03-16
KVM: x86: Allocate new rmap and large page tracking when moving memslot
Sean Christopherson
1
-0
/
+11
2020-03-16
KVM: x86: Move gpa_val and gpa_available into the emulator context
Sean Christopherson
3
-11
/
+10
2020-03-16
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
Sean Christopherson
3
-17
/
+30
2020-03-16
KVM: apic: remove unused function apic_lvt_vector()
Miaohe Lin
1
-5
/
+0
2020-03-16
KVM: VMX: Add 'else' to split mutually exclusive case
Miaohe Lin
1
-5
/
+3
2020-03-16
KVM: x86: eliminate some unreachable code
Miaohe Lin
2
-4
/
+0
[next]