summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-09x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen1-5/+19
2015-06-09x86/mpx: Rewrite the unmap codeDave Hansen1-243/+168
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen2-53/+179
2015-06-09x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen1-5/+36
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen2-8/+34
2015-06-09x86/mpx: Add temporary variable to reduce maskingDave Hansen1-3/+4
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen2-9/+14
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen2-0/+17
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen2-0/+34
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen2-0/+35
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen3-0/+55
2015-06-09x86/mpx: Introduce a boot-time disable flagDave Hansen2-0/+20
2015-06-09x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen1-2/+2
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 Hansen5-29/+25
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen3-28/+27
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2-0/+33
2015-06-09x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen1-8/+37
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 Molnar2-2/+3
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar3-11/+11
2015-05-27x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2-31/+14
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar3-7/+7
2015-05-27x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar1-8/+20
2015-05-27x86/fpu: Add debugging check to fpu__restore()Ingo Molnar1-0/+2
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar1-32/+19
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar3-5/+5
2015-05-27x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar1-4/+1
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar3-3/+33
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar3-25/+32
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: Fix fpu__init_system_xstate() commentsIngo Molnar1-8/+2
2015-05-25x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar2-192/+192
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar184-693/+1356
2015-05-25x86/fpu: Fix FPU state save area alignment bugIngo Molnar1-1/+6
2015-05-25Linux 4.1-rc5v4.1-rc5Linus Torvalds1-1/+1
2015-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds13-77/+71
2015-05-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+29
2015-05-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2015-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-13/+20
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+38
2015-05-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-240/+190
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-105/+308
2015-05-23Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-9/+6
2015-05-23Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/mdLinus Torvalds3-3/+10
2015-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-4/+70
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+13