Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
72d7b374b14d67e973bce476e4a75552478cc42d
/
arch
/
x86
72d7b37
KVM: x86: introduce ISA specific smi_allowed callback
by Ladi Prosek
· 8 years ago
0234bf8
KVM: x86: introduce ISA specific SMM entry/exit callbacks
by Ladi Prosek
· 8 years ago
d000653
KVM: SVM: limit kvm_handle_page_fault to #PF handling
by Paolo Bonzini
· 8 years ago
1cf5358
KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt
by Paolo Bonzini
· 8 years ago
c1bd743
arch/x86: remove redundant null checks before kmem_cache_destroy
by Tim Hansen
· 8 years ago
8ad8182
KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
by Wanpeng Li
· 8 years ago
a554d20
KVM: X86: Processor States following Reset or INIT
by Wanpeng Li
· 8 years ago
4427593
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
by Radim Krčmář
· 8 years ago
5d74a69
KVM: x86: really disarm lapic timer when clearing TMICT
by Radim Krčmář
· 8 years ago
86bbc1e
KVM: x86: handle 0 write to TSC_DEADLINE MSR
by Radim Krčmář
· 8 years ago
46bea48
kvm, mm: account kvm related kmem slabs to kmemcg
by Shakeel Butt
· 8 years ago
736fdf7
KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting
by David Hildenbrand
· 8 years ago
1af1ac9
KVM: x86: allow setting identity map addr with no vcpus only
by David Hildenbrand
· 8 years ago
d8a6e36
KVM: VMX: cleanup init_rmode_identity_map()
by David Hildenbrand
· 8 years ago
1c13bff
KVM: nVMX: no need to set ept/vpid caps to 0
by David Hildenbrand
· 8 years ago
0ee096d
KVM: nVMX: no need to set vcpu->cpu when switching vmcs
by David Hildenbrand
· 8 years ago
9522ea9
KVM: VMX: drop unnecessary function declarations
by David Hildenbrand
· 8 years ago
f5f5158
KVM: VMX: require INVEPT GLOBAL for EPT
by David Hildenbrand
· 8 years ago
fdf288b
KVM: VMX: call ept_sync_global() with enable_ept only
by David Hildenbrand
· 8 years ago
0e1252d
KVM: VMX: drop enable_ept check from ept_sync_context()
by David Hildenbrand
· 8 years ago
f2d1da6
KVM: x86: no need to inititalize vcpu members to 0
by David Hildenbrand
· 8 years ago
12d7991
KVM: VMX: vmx_vcpu_setup() cannot fail
by David Hildenbrand
· 8 years ago
26de798
KVM: x86: drop BUG_ON(vcpu->kvm)
by David Hildenbrand
· 8 years ago
87ca74a
KVM: x86: mmu: free_page can handle NULL
by David Hildenbrand
· 8 years ago
bb606a9
KVM: x86: mmu: returning void in a void function is strange
by David Hildenbrand
· 8 years ago
c301b90
KVM: LAPIC: Apply change to TDCR right away to the timer
by Wanpeng Li
· 8 years ago
dedf9c5
KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
by Wanpeng Li
· 8 years ago
ccbfa1d
KVM: LAPIC: Introduce limit_periodic_timer_frequency
by Wanpeng Li
· 8 years ago
c69518c
KVM: LAPIC: Fix lapic timer mode transition
by Wanpeng Li
· 8 years ago
0f10768
KVM: VMX: Don't expose PLE enable if there is no hardware support
by Wanpeng Li
· 8 years ago
8eb3f87
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
by Haozhong Zhang
· 8 years ago
829ee27
KVM: MMU: always terminate page walks at level 1
by Ladi Prosek
· 8 years ago
fd19d3b4
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
by Ladi Prosek
· 8 years ago
8d47332
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
27efed3
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
e42eef4
KVM: add X86_LOCAL_APIC dependency
by Arnd Bergmann
· 8 years ago
9a431ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
f26e601
x86/kvm: Move kvm_fastop_exception to .fixup section
by Josh Poimboeuf
· 8 years ago
a2b7861
kvm/x86: Avoid async PF preempting the kernel incorrectly
by Boqun Feng
· 8 years ago
90caccd
bpf: fix bpf_tail_call() x64 JIT
by Alexei Starovoitov
· 8 years ago
368f899
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9f2a512
Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
42057e1
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
196bd48
x86/asm: Use register variable to get stack pointer value
by Andrey Ryabinin
· 8 years ago
bc829ee
x86/mm: Disable branch profiling in mem_encrypt.c
by Tom Lendacky
· 8 years ago
b862789
kvm/x86: Handle async PF in RCU read-side critical sections
by Boqun Feng
· 8 years ago
305d0ab
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
by Wanpeng Li
· 8 years ago
520a13c
x86/asm: Fix inline asm call constraints for GCC 4.4
by Josh Poimboeuf
· 8 years ago
c0a1666
KVM: VMX: use cmpxchg64
by Paolo Bonzini
· 8 years ago
0d805ee
xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping
by Zhenzhong Duan
· 8 years ago
31afb2e
KVM: VMX: simplify and fix vmx_vcpu_pi_load
by Paolo Bonzini
· 8 years ago
8b306e2
KVM: VMX: avoid double list add with VT-d posted interrupts
by Paolo Bonzini
· 8 years ago
cd39e11
KVM: VMX: extract __pi_post_block
by Paolo Bonzini
· 8 years ago
8474c53
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
by Ingo Molnar
· 8 years ago
738f48c
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
by Eric Biggers
· 8 years ago
98c0fad9
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_user_to_xstate()
by Eric Biggers
· 8 years ago
3d70347
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
by Eric Biggers
· 8 years ago
af2c432
x86/fpu: Copy the full header in copy_user_to_xstate()
by Eric Biggers
· 8 years ago
af95774
x86/fpu: Use validate_xstate_header() to validate the xstate_header in copy_kernel_to_xstate()
by Eric Biggers
· 8 years ago
b89eda4
x86/fpu: Eliminate the 'xfeatures' local variable in copy_kernel_to_xstate()
by Eric Biggers
· 8 years ago
80d8ae8
x86/fpu: Copy the full state_header in copy_kernel_to_xstate()
by Eric Biggers
· 8 years ago
b11e2e1
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu__restore_sig()
by Eric Biggers
· 8 years ago
cf9df81
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()
by Eric Biggers
· 8 years ago
e63e5d5
x86/fpu: Introduce validate_xstate_header()
by Eric Biggers
· 8 years ago
369a036
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|write]()
by Ingo Molnar
· 8 years ago
2ce03d8
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
by Ingo Molnar
· 8 years ago
e10078e
x86/fpu: Simplify and speed up fpu__copy()
by Ingo Molnar
· 8 years ago
7f1487c
x86/fpu: Fix stale comments about lazy FPU logic
by Ingo Molnar
· 8 years ago
e4a81bf
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
by Ingo Molnar
· 8 years ago
685c930
x86/fpu: Remove fpu__current_fpstate_write_begin/end()
by Ingo Molnar
· 8 years ago
4618e90
x86/fpu: Fix fpu__activate_fpstate_read() and update comments
by Ingo Molnar
· 8 years ago
29b46df
perf/x86/intel/uncore: Correct num_boxes for IIO and IRP
by Kan Liang
· 8 years ago
450a978
perf/x86/intel/rapl: Add missing CPU IDs
by Kan Liang
· 8 years ago
1aaccc4
perf/x86/msr: Add missing CPU IDs
by Kan Liang
· 8 years ago
b09c146
perf/x86/intel/cstate: Add missing CPU IDs
by Kan Liang
· 8 years ago
5ac751d
x86: Don't cast away the __user in __get_user_asm_u64()
by Ville Syrjälä
· 8 years ago
7d70994
x86/sysfs: Fix off-by-one error in loop termination
by Sean Fu
· 8 years ago
a3c4fb7
x86/mm: Fix fault error path using unsafe vma pointer
by Laurent Dufour
· 8 years ago
d5c8028
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
by Eric Biggers
· 8 years ago
814fb7b
x86/fpu: Don't let userspace set bogus xcomp_bv
by Eric Biggers
· 8 years ago
a141fd5
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
03eaec8
x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
by Andi Kleen
· 8 years ago
4f8cef5
x86/fpu: Fix boolreturn.cocci warnings
by kbuild test robot
· 8 years ago
0852b37
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
by Rik van Riel
· 8 years ago
99dc26b
x86/fpu: Remove struct fpu::fpregs_active
by Ingo Molnar
· 8 years ago
6cf4edb
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
by Ingo Molnar
· 8 years ago
f1c8cd0
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
by Ingo Molnar
· 8 years ago
b6aa855
x86/fpu: Split the state handling in fpu__drop()
by Ingo Molnar
· 8 years ago
a10b6a1
x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
by Ingo Molnar
· 8 years ago
b3a1630
x86/fpu: Simplify fpu->fpregs_active use
by Ingo Molnar
· 8 years ago
6d7f7da
x86/fpu: Flip the parameter order in copy_*_to_xstate()
by Ingo Molnar
· 8 years ago
7b9094c
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
by Ingo Molnar
· 8 years ago
59dffa4
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
by Ingo Molnar
· 8 years ago
79fecc2
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()
by Ingo Molnar
· 8 years ago
8c0817f
x86/fpu: Simplify __copy_xstate_to_kernel() return values
by Ingo Molnar
· 8 years ago
6ff15f8
x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*()
by Ingo Molnar
· 8 years ago
56583c9
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
by Ingo Molnar
· 8 years ago
8a5b731
x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions
by Ingo Molnar
· 8 years ago
becb2bb
x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
by Ingo Molnar
· 8 years ago
d7eda6c
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
by Ingo Molnar
· 8 years ago
Next »