Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e53d88af63ab4104e1226b8f9959f1e9903da10b
/
arch
e53d88af
kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset
by Jim Mattson
· 6 years ago
3d82c56
kvm: vmx: add cpu into VMX preemption timer bug list
by Wei Huang
· 6 years ago
d7b09c8
kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
by Eduardo Habkost
· 6 years ago
87a8d79
x86/hyper-v: Stop caring about EOI for direct stimers
by Vitaly Kuznetsov
· 6 years ago
08a800a
x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint()
by Vitaly Kuznetsov
· 6 years ago
8644f77
x86/kvm/hyper-v: direct mode for synthetic timers
by Vitaly Kuznetsov
· 6 years ago
6a058a1e
x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h
by Vitaly Kuznetsov
· 6 years ago
0aa6725
x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h
by Vitaly Kuznetsov
· 6 years ago
2bc3997
x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
by Vitaly Kuznetsov
· 6 years ago
e2e871a
x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
by Vitaly Kuznetsov
· 6 years ago
220d658
x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition
by Vitaly Kuznetsov
· 6 years ago
a4987de
x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
by Vitaly Kuznetsov
· 6 years ago
ec08449
x86/hyper-v: Mark TLFS structures packed
by Vitaly Kuznetsov
· 6 years ago
7deec5e
x86: kvm: hyperv: don't retry message delivery for periodic timers
by Roman Kagan
· 6 years ago
3a0e773
x86: kvm: hyperv: simplify SynIC message delivery
by Roman Kagan
· 6 years ago
eb1ff0a
kvm: x86: remove unnecessary recalculate_apic_map
by Peng Hao
· 6 years ago
b2227dd
kvm: svm: remove unused struct definition
by Peng Hao
· 6 years ago
84c8c5b
kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCE
by Jim Mattson
· 6 years ago
db31c8f
kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry
by Jim Mattson
· 6 years ago
898a811
kvm: vmx: Document the need for MSR_STAR in i386 builds
by Jim Mattson
· 6 years ago
0023ef3
kvm: vmx: Set IA32_TSC_AUX for legacy mode guests
by Jim Mattson
· 6 years ago
55d2375
KVM: nVMX: Move nested code to dedicated files
by Sean Christopherson
· 6 years ago
7c97fcb
KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline
by Sean Christopherson
· 6 years ago
97b7ead
KVM: VMX: Expose various getters and setters to nested VMX
by Sean Christopherson
· 6 years ago
cf3646e
KVM: VMX: Expose misc variables needed for nested VMX
by Sean Christopherson
· 6 years ago
ff24148
KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function
by Sean Christopherson
· 6 years ago
3e8eacc
KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is true
by Sean Christopherson
· 6 years ago
e4027cf
KVM: nVMX: Set callbacks for nested functions during hardware setup
by Sean Christopherson
· 6 years ago
a320338
KVM: VMX: Move the hardware {un}setup functions to the bottom
by Sean Christopherson
· 6 years ago
5158917
KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL
by Sean Christopherson
· 6 years ago
944c346
KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions
by Sean Christopherson
· 6 years ago
89b0c9f
KVM: VMX: Move VMX instruction wrappers to a dedicated header file
by Sean Christopherson
· 6 years ago
75edce8
KVM: VMX: Move eVMCS code to dedicated files
by Sean Christopherson
· 6 years ago
8373d25
KVM: VMX: Add vmx.h to hold VMX definitions
by Sean Christopherson
· 6 years ago
609363c
KVM: nVMX: Move vmcs12 code to dedicated files
by Sean Christopherson
· 6 years ago
cb1d474
KVM: VMX: Move VMCS definitions to dedicated file
by Sean Christopherson
· 6 years ago
2c4fd91
KVM: VMX: Expose various module param vars via capabilities.h
by Sean Christopherson
· 6 years ago
3077c19
KVM: VMX: Move capabilities structs and helpers to dedicated file
by Sean Christopherson
· 6 years ago
7caaa71
KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()
by Sean Christopherson
· 6 years ago
c73da3f
KVM: VMX: Properly handle dynamic VM Entry/Exit controls
by Sean Christopherson
· 6 years ago
71d9409
KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()
by Sean Christopherson
· 6 years ago
4cebd74
KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
by Sean Christopherson
· 6 years ago
e012311
KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h
by Sean Christopherson
· 6 years ago
a821bab
KVM: VMX: Move VMX specific files to a "vmx" subdirectory
by Sean Christopherson
· 6 years ago
3592cda
KVM: x86: Add requisite includes to hyperv.h
by Sean Christopherson
· 6 years ago
8ba2e52
KVM: x86: Add requisite includes to kvm_cache_regs.h
by Sean Christopherson
· 6 years ago
199b118
KVM: VMX: Alphabetize the includes in vmx.c
by Sean Christopherson
· 6 years ago
dfae3c0
KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcs
by Sean Christopherson
· 6 years ago
1b3ab5a
KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
by Sean Christopherson
· 6 years ago
2a31b9d
kvm: introduce manual dirty log reprotect
by Paolo Bonzini
· 6 years ago
8fe65a8
kvm: rename last argument to kvm_get_dirty_log_protect
by Paolo Bonzini
· 6 years ago
e5d83c7
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
by Paolo Bonzini
· 8 years ago
bb22dc1
Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest into HEAD
by Paolo Bonzini
· 6 years ago
d48f782
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
8586ca8
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ebbd300
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4b04e73
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
570c913
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
b8bf469
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
ac3e233
x86/vdso: Drop implicit common-page-size linker flag
by Nick Desaulniers
· 6 years ago
b4aecf7
arm64: hibernate: Avoid sending cross-calling with interrupts disabled
by Will Deacon
· 6 years ago
b72f711
Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
7e40b56
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
002f421
Merge tag 'csky-4.20-rc6' of github.com:c-sky/csky-linux
by Linus Torvalds
· 6 years ago
3a4d0c2
ARM: ensure that processor vtables is not lost after boot
by Russell King
· 6 years ago
a50480c
kprobes/x86: Blacklist non-attachable interrupt functions
by Andrea Righi
· 6 years ago
e37d05a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
369af92
Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 6 years ago
25896d0
x86/build: Fix compiler support check for CONFIG_RETPOLINE
by Masahiro Yamada
· 6 years ago
c2a3831
ARM: 8816/1: dma-mapping: fix potential uninitialized return
by Nathan Jones
· 6 years ago
3d0358d
ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart
by Vladimir Murzin
· 6 years ago
a1208f6
ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling
by Chris Cole
· 6 years ago
a517af5
Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
43a1b0c
kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction
by Masami Hiramatsu
· 6 years ago
025dceb
bpf: powerpc64: optimize JIT passes for bpf function calls
by Sandipan Das
· 6 years ago
9099ff7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 6 years ago
182ddd1
x86/boot: Clear RSDP address in boot_params for broken loaders
by Juergen Gross
· 6 years ago
63e19c8
csky: bugfix tlb_get_pgd error.
by Guo Ren
· 6 years ago
6a51272
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
292974c
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
1e8249b
parisc: Enable -ffunction-sections for modules on 32-bit kernel
by Helge Deller
· 6 years ago
4b78317
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6c7954b
Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
868dda0
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
bfed4d7
Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Olof Johansson
· 6 years ago
f614948
Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 6 years ago
89acb56
Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes
by Olof Johansson
· 6 years ago
adb97bcd
Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
by Olof Johansson
· 6 years ago
a8505b4
Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
by Olof Johansson
· 6 years ago
9f60337
Merge tag 'at91-4.20-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into fixes
by Olof Johansson
· 6 years ago
1ec6357
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a1b3cf6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
10d4434
ARC: io.h: Implement reads{x}()/writes{x}()
by Jose Abreu
· 6 years ago
b7cc40c
ARC: change defconfig defaults to ARCv2
by Kevin Hilman
· 6 years ago
0f1f692
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
79c2206
x86/earlyprintk/efi: Fix infinite loop on some screen widths
by YiFei Zhu
· 6 years ago
b84a64f
x86/efi: Allocate e820 buffer before calling efi_exit_boot_service
by Eric Snowberg
· 6 years ago
3578f19
Merge tag 's390-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
1236641
Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
by Igor Druzhinin
· 6 years ago
a7b4031
xen/x86: add diagnostic printout to xen_mc_flush() in case of error
by Juergen Gross
· 6 years ago
Next »