summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-14/+11
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-1239/+1353
2015-06-22Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+12
2015-06-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-41/+5
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-23/+18
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-5/+112
2015-06-18x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan1-0/+1
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen1-32/+30
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen1-1/+0
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen1-0/+13
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen1-0/+16
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen1-0/+32
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen1-0/+34
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen1-0/+50
2015-06-09x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren1-1/+0
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2-12/+10
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-4/+4
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen1-0/+1
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker1-5/+3
2015-06-07x86/microcode: Correct CPU family related variable typesAndy Shevchenko1-2/+2
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-2/+12
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar1-0/+3
2015-05-29x86/asm/entry/32: Really make user_mode() work correctly for VM86 modeJan Beulich1-1/+1
2015-05-27x86: Remove cpu_sibling_mask() and cpu_core_mask()Bartosz Golaszewski1-10/+0
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-27x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU caseIngo Molnar1-1/+1
2015-05-27x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar1-1/+2
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar1-8/+8
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar1-18/+9
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar1-4/+4
2015-05-27x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar1-8/+20
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar1-1/+1
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar1-0/+1
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar1-1/+1
2015-05-25x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar1-14/+23
2015-05-25x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...Ingo Molnar1-6/+6
2015-05-25x86/fpu: Improve xstate_fault() handlingIngo Molnar1-10/+10
2015-05-25x86/fpu: Rename xstate related 'fx' references to 'xstate'Ingo Molnar1-12/+12
2015-05-25x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar2-192/+192
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar1-0/+3
2015-05-25x86/fpu: Fix FPU state save area alignment bugIngo Molnar1-1/+6
2015-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li1-0/+1
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini1-0/+1
2015-05-20x86/fpu/xstate: Use explicit parameter in xstate_fault()Ingo Molnar1-14/+20
2015-05-19x86/fpu: Reorganize fpu/internal.hIngo Molnar2-75/+87
2015-05-19x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging codeIngo Molnar1-1/+16
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar1-1/+0
2015-05-19x86/fpu: Clean up xstate feature reservationIngo Molnar1-5/+10