summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig (unfollow)
Commit 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-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-22bridge: fix lockdep splatEric Dumazet1-0/+2
2015-05-22net: core: 'ethtool' issue with querying phy settingsArun Parameswaran1-1/+9
2015-05-22bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-05-22ARM: zynq: DT: Use the zynq binding with macbNathan Sullivan1-2/+2
2015-05-22net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2-0/+13
2015-05-22net: macb: Document zynq gem dt bindingNathan Sullivan1-1/+2
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček1-0/+1
2015-05-22cdc_ncm: Fix tx_bytes statisticsBjørn Mork1-1/+1
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet4-4/+17
2015-05-22x86/fpu, crypto: Fix AVX2 feature testsIngo Molnar2-0/+9
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13