summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-06-10score: Fix exception handler labelGuenter Roeck1-1/+1
2015-06-10blackfin: Fix build errorGuenter Roeck1-0/+1
2015-06-10MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle1-1/+1
2015-06-10MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle1-3/+1
2015-06-10MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle1-2/+1
2015-06-10x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski1-8/+31
2015-06-10x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko1-9/+18
2015-06-10x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko1-8/+12
2015-06-10x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko1-1/+1
2015-06-09x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas1-0/+11
2015-06-09nios2: Export get_cyclesHerbert Xu1-0/+2
2015-06-09x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen1-6/+0
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 Hansen1-0/+16
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 Hansen4-25/+21
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-06-09x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2-16/+16
2015-06-09Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2-12/+15
2015-06-09MIPS: pgtable-bits: Fix XPA damage to R6 definitions.Markos Chandras1-7/+7
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+10
2015-06-08x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2-4/+4
2015-06-08x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko1-6/+2
2015-06-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-34/+41
2015-06-08x86/asm/entry/64: Clean up entry_64.SIngo Molnar1-416/+404
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar79-2814/+2116
2015-06-08Merge tag 'omap-for-v4.1/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ker...Kevin Hilman5-31/+32
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas13-188/+0
2015-06-08PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas3-39/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas11-11/+0
2015-06-08PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas2-2/+2
2015-06-08x86/asm/entry/32: Clean up entry_32.SIngo Molnar1-571/+570
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar6-14/+14
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar5-11/+12
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar7-13/+13
2015-06-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-13/+8
2015-06-07perf/x86/intel/pebs: Add PEBSv3 decodingPeter Zijlstra1-11/+19