Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b3594ffbf932c8e8b23201cdc2c173708a4472dc
/
arch
b3594ff
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
by Sean Christopherson
· 5 years ago
0577d1a
KVM: Terminate memslot walks via used_slots
by Sean Christopherson
· 5 years ago
2a49f61
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
by Sean Christopherson
· 5 years ago
0dff084
KVM: Provide common implementation for generic dirty log functions
by Sean Christopherson
· 5 years ago
e96c81e
KVM: Simplify kvm_free_memslot() and all its descendents
by Sean Christopherson
· 5 years ago
2119884
KVM: x86: Free arrays for old memslot when moving memslot's base gfn
by Sean Christopherson
· 5 years ago
9d4c197
KVM: Drop "const" attribute from old memslot in commit_memory_region()
by Sean Christopherson
· 5 years ago
414de7ab
KVM: Drop kvm_arch_create_memslot()
by Sean Christopherson
· 5 years ago
0dab98b
KVM: x86: Allocate memslot resources during prepare_memory_region()
by Sean Christopherson
· 5 years ago
82307e6
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
by Sean Christopherson
· 5 years ago
edd4fa3
KVM: x86: Allocate new rmap and large page tracking when moving memslot
by Sean Christopherson
· 5 years ago
744e699
KVM: x86: Move gpa_val and gpa_available into the emulator context
by Sean Christopherson
· 5 years ago
92daa48
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
by Sean Christopherson
· 5 years ago
999eabc
KVM: apic: remove unused function apic_lvt_vector()
by Miaohe Lin
· 5 years ago
d71f5e0
KVM: VMX: Add 'else' to split mutually exclusive case
by Miaohe Lin
· 5 years ago
e080e53
KVM: x86: eliminate some unreachable code
by Miaohe Lin
· 5 years ago
e630269
KVM: x86: Fix print format and coding style
by Miaohe Lin
· 5 years ago
222f06e
KVM: vmx: rewrite the comment in vmx_get_mt_mask
by Chia-I Wu
· 5 years ago
35a5713
KVM: nVMX: Check IO instruction VM-exit conditions
by Oliver Upton
· 5 years ago
e71237d
KVM: nVMX: Refactor IO bitmap checks into helper function
by Oliver Upton
· 5 years ago
07721fe
KVM: nVMX: Don't emulate instructions in guest mode
by Paolo Bonzini
· 5 years ago
5ef8acb
KVM: nVMX: Emulate MTF when performing instruction emulation
by Oliver Upton
· 5 years ago
dd58f3c
KVM: fix error handling in svm_hardware_setup
by Li RongQing
· 4 years, 11 months ago
d80b64f
KVM: SVM: Fix potential memory leak in svm_cpu_init()
by Miaohe Lin
· 5 years ago
23520b2
KVM: apic: avoid calculating pending eoi from an uninitialized val
by Miaohe Lin
· 4 years, 11 months ago
a444326
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled
by Vitaly Kuznetsov
· 5 years ago
91a5f41
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
by Vitaly Kuznetsov
· 5 years ago
93fd966
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
by Suravee Suthikulpanit
· 4 years, 11 months ago
624e18f
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
by Xiaoyao Li
· 5 years ago
c9dfd3f
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
by wanpeng li
· 5 years ago
7455a83
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
by Miaohe Lin
· 5 years ago
b78a855
kvm/emulate: fix a -Werror=cast-function-type
by Qian Cai
· 5 years ago
147f1a1
KVM: x86: fix incorrect comparison in trace event
by Paolo Bonzini
· 5 years ago
463bfee
KVM: nVMX: Fix some obsolete comments and grammar error
by Miaohe Lin
· 5 years ago
ead68df
KVM: x86: enable -Werror
by Paolo Bonzini
· 5 years ago
9446e6f
KVM: x86: fix WARN_ON check of an unsigned less than zero
by Paolo Bonzini
· 5 years ago
f6ab010
KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
by Sean Christopherson
· 5 years ago
148d735e
KVM: nVMX: Use correct root level for nested EPT shadow page tables
by Sean Christopherson
· 5 years ago
ffdbd50
KVM: nVMX: Fix some comment typos and coding style
by Miaohe Lin
· 5 years ago
7a02674
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
by Sean Christopherson
· 5 years ago
331ca0f
KVM: apic: reuse smp_wmb() in kvm_make_request()
by Miaohe Lin
· 5 years ago
2079644
KVM: x86: remove duplicated KVM_REQ_EVENT request
by Miaohe Lin
· 5 years ago
a06230b
KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
by Oliver Upton
· 5 years ago
684c042
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
by Oliver Upton
· 5 years ago
307f1cf
KVM: x86: Mask off reserved bit from #DB exception payload
by Oliver Upton
· 5 years ago
bab0c31
KVM: x86: do not reset microcode version on INIT or RESET
by Paolo Bonzini
· 5 years ago
89a47dd
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
1a2a76c
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
f06bed8
Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
6ff90aa
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
d4f309c
Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
4ef1a30
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
5939224
Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
eab3540
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
1afa9c3
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
469030d
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
2f86e45
Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
by Thomas Gleixner
· 5 years ago
d4bf905
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
by Christophe Leroy
· 5 years ago
9dc086f
powerpc/futex: Fix incorrect user access blocking
by Michael Ellerman
· 5 years ago
5186a6c
irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors
by Zenghui Yu
· 5 years ago
e0f121c
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 5 years ago
9b7fa28
Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
0f378d7
x86/apic: Mask IOAPIC entries when disabling the local APIC
by Tony W Wang-oc
· 5 years ago
90568ec
Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
9e6c535
Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 5 years ago
782e067
virtio-blk: remove VIRTIO_BLK_F_SCSI support
by Christoph Hellwig
· 5 years ago
5b21115
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 5 years ago
cfb4b57
Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
a8be1ad
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
by Miaohe Lin
· 5 years ago
d76c7fb
KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
by Sean Christopherson
· 5 years ago
bcfcff6
x86: vmxfeatures: rename features for consistency with KVM and manual
by Paolo Bonzini
· 5 years ago
ef09f4f
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 5 years ago
df7e881
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
by Paolo Bonzini
· 5 years ago
4400cf5
KVM: x86: Fix perfctr WRMSR for running counters
by Eric Hankland
· 5 years ago
a835023
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests
by Vitaly Kuznetsov
· 5 years ago
31de3d2
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
by Vitaly Kuznetsov
· 5 years ago
8f79b06
kvm: mmu: Separate generating and setting mmio ptes
by Ben Gardon
· 5 years ago
0a2b64c
kvm: mmu: Replace unsigned with unsigned int for PTE access
by Ben Gardon
· 5 years ago
ea79a75
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
by Sean Christopherson
· 5 years ago
879a376
KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()
by Sean Christopherson
· 5 years ago
09df630
KVM: MIPS: Fix a build error due to referencing not-yet-defined function
by Sean Christopherson
· 5 years ago
64b38bd
x86/kvm: do not setup pv tlb flush when not paravirtualized
by Thadeu Lima de Souza Cascardo
· 5 years ago
9b5e853
KVM: x86: Take a u64 when checking for a valid dr7 value
by Sean Christopherson
· 5 years ago
8171cd6
KVM: x86: use raw clock values consistently
by Paolo Bonzini
· 5 years ago
917f947
KVM: x86: reorganize pvclock_gtod_data members
by Paolo Bonzini
· 5 years ago
33aabd0
KVM: nVMX: delete meaningless nested_vmx_run() declaration
by Miaohe Lin
· 5 years ago
e8ef2a1
KVM: SVM: allow AVIC without split irqchip
by Paolo Bonzini
· 5 years ago
f458d03
kvm: ioapic: Lazy update IOAPIC EOI
by Suravee Suthikulpanit
· 5 years ago
1ec2405
kvm: ioapic: Refactor kvm_ioapic_update_eoi()
by Suravee Suthikulpanit
· 5 years ago
e2ed407
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
by Suravee Suthikulpanit
· 5 years ago
f3515dc
svm: Temporarily deactivate AVIC during ExtINT handling
by Suravee Suthikulpanit
· 5 years ago
9a0bf05
svm: Deactivate AVIC when launching guest with nested SVM support
by Suravee Suthikulpanit
· 5 years ago
f4fdc0a
kvm: x86: hyperv: Use APICv update request interface
by Suravee Suthikulpanit
· 5 years ago
6c3e442
svm: Add support for dynamic APICv
by Suravee Suthikulpanit
· 5 years ago
2de9d0c
kvm: x86: Introduce x86 ops hook for pre-update APICv
by Suravee Suthikulpanit
· 5 years ago
ef8efd7
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
by Suravee Suthikulpanit
· 5 years ago
dcbcfa2
KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backing page
by Suravee Suthikulpanit
· 5 years ago
Next »