summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2017-10-19x86: make dma_cache_sync a no-opChristoph Hellwig
2017-10-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-14Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski
2017-10-10x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUsVitaly Kuznetsov
2017-10-09x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause
2017-10-05x86/mce: Hide mca_cfgBorislav Petkov
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-10-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar
2017-09-26x86/fpu: Remove fpu__current_fpstate_write_begin/end()Ingo Molnar
2017-09-25x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä
2017-09-25x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers
2017-09-24x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()Andi Kleen
2017-09-24x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...Rik van Riel
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar
2017-09-24x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_activeIngo Molnar
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Ingo Molnar
2017-09-24x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsIngo Molnar
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Ingo Molnar
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-21x86/xen: clean up clang build warningColin Ian King
2017-09-17x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski
2017-09-17x86/mm: Factor out CR3-building codeAndy Lutomirski
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit
2017-09-13KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel
2017-09-13x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definitionVitaly Kuznetsov
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-11x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-08x86: implement memset16, memset32 & memset64Matthew Wilcox