summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen2015-06-091-2/+2
* x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren2015-06-091-1/+0
* x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-095-29/+25
* x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen2015-06-093-28/+27
* x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen2015-06-092-0/+33
* x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen2015-06-091-8/+37
* x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU caseIngo Molnar2015-05-271-1/+1
* x86/fpu: Simplify copy_kernel_to_xregs_booting()Ingo Molnar2015-05-272-2/+3
* x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-273-11/+11
* x86/fpu: Remove error return values from copy_kernel_to_*regs() functionsIngo Molnar2015-05-272-31/+14
* x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-273-7/+7
* x86/fpu: Add debugging checks to all copy_kernel_to_*() functionsIngo Molnar2015-05-271-8/+20
* x86/fpu: Add debugging check to fpu__restore()Ingo Molnar2015-05-271-0/+2
* x86/fpu: Optimize fpu__activate_fpstate_write()Ingo Molnar2015-05-271-32/+19
* x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-273-5/+5
* x86/fpu: Optimize fpu__activate_fpstate_read()Ingo Molnar2015-05-271-4/+1
* x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-273-3/+33
* x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-273-25/+32
* x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...Ingo Molnar2015-05-251-14/+23
* x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...Ingo Molnar2015-05-251-6/+6
* x86/fpu: Improve xstate_fault() handlingIngo Molnar2015-05-251-10/+10
* x86/fpu: Rename xstate related 'fx' references to 'xstate'Ingo Molnar2015-05-251-12/+12
* x86/fpu: Fix fpu__init_system_xstate() commentsIngo Molnar2015-05-251-8/+2
* x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar2015-05-252-192/+192
* Merge branch 'linus' into x86/fpuIngo Molnar2015-05-25184-693/+1356
|\
| * Linux 4.1-rc5v4.1-rc5Linus Torvalds2015-05-241-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-05-2413-77/+71
| |\
| | * MAINTAINERS: Revise lpfc maintainers for Avago Technologies ownership of EmulexJames Smart2015-05-181-3/+4
| | * MAINTAINERS, be2iscsi: change email domainMinh Tran2015-05-1810-38/+40
| | * sd: Disable support for 256 byte/sector disksMark Hounschell2015-05-181-14/+5
| | * lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy2015-05-111-20/+21
| | * storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan2015-05-111-2/+1
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-232-12/+29
| |\ \
| | * | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-132-12/+29
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-231-1/+8
| |\ \ \
| | * | | irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-201-1/+8
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-05-231-13/+20
| |\ \ \ \
| | * | | | Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-05-201-2/+0
| | * | | | libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-05-201-11/+20
| | |/ / /
| * | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-233-0/+38
| |\ \ \ \
| | * | | | Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
| | * | | | Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-192-0/+3
| | * | | | btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-191-0/+17
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2230-240/+190
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-222-11/+11
| | |\ \ \ \ \
| | | * | | | | drm/radeon: fix error flag checking in native aux pathAlex Deucher2015-05-211-2/+0
| | | * | | | | drm/radeon: retry dcpd fetchAlex Deucher2015-05-211-9/+11
| | * | | | | | Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-221-13/+11
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | drm/i915: fix screen flickeringThomas Gummerer2015-05-191-13/+11
| | | | |/ / / | | | |/| | |
| | * | | | | drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau2015-05-211-1/+1
OpenPOWER on IntegriCloud