summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha1-5/+12
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha2-0/+4
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha7-66/+108
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha10-61/+146
2012-09-18x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha3-142/+29
2012-09-18x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha1-1/+2
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2-15/+3
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2-11/+4
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha8-484/+348
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha3-113/+81
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha3-116/+110
2012-09-05x86/iommu: Use NULL instead of plain 0 for __IOMMU_INITMathias Krause1-2/+2
2012-09-05x86/iommu: Drop duplicate const in __IOMMU_INITMathias Krause1-1/+1
2012-09-05x86/fpu/xsave: Keep __user annotation in castsMathias Krause1-3/+3
2012-09-05x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()Mathias Krause1-1/+1
2012-09-05x86/signals: ia32_signal.c: add __user casts to fix sparse warningsMathias Krause1-5/+6
2012-09-05x86/vdso: Add __user annotation to VDSO32_SYMBOLMathias Krause1-1/+2
2012-09-05x86: Fix __user annotations in asm/sys_ia32.hMathias Krause2-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-08-31Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds3-7/+7
2012-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-3/+4
2012-08-30s390/32: Don't clobber personality flags on execHeiko Carstens1-1/+2
2012-08-28s390/smp: add missing smp_store_status() for !SMPHeiko Carstens1-0/+1
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin1-0/+3
2012-08-25Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds45-96/+161
2012-08-25Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-113/+113
2012-08-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds20-238/+206
2012-08-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-23/+64
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds18-105/+145
2012-08-24Revert "powerpc: Update g5_defconfig"Benjamin Herrenschmidt1-30/+73
2012-08-24powerpc/perf: Use pmc_overflow() to detect rolled back eventsSukadev Bhattiprolu1-1/+1
2012-08-24powerpc: Fix VMX in interrupt check in POWER7 copy loopsAnton Blanchard2-4/+4
2012-08-24powerpc: POWER7 copy_to_user/copy_from_user patch applied twiceAnton Blanchard1-31/+0
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina1-4/+4
2012-08-24powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen1-5/+4
2012-08-24powerpc: Remove unnecessary ifdefsMichael Neuling1-2/+0
2012-08-24powerpc/kgdb: Restore current_thread_info properlyTiejun Chen1-2/+9
2012-08-24powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen1-0/+15
2012-08-24powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen1-1/+0
2012-08-24powerpc/mpic_msgr: Add missing includesScott Wood2-0/+4
2012-08-24powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling1-1/+1
2012-08-24powerpc: Fixup whitespace in xmonMichael Ellerman1-20/+20
2012-08-24powerpc: Fix xmon dl command for new printk implementationMichael Ellerman1-26/+10
2012-08-23powerpc/fsl: fix "Failed to mount /dev: No such device" errorsKim Phillips6-0/+6
2012-08-23powerpc/fsl: update defconfigsKim Phillips5-102/+35
2012-08-23Merge branch 'randconfig/mach' into fixesArnd Bergmann8-10/+12
2012-08-23ARM: ux500: don't select LEDS_GPIO for snowballArnd Bergmann2-1/+1
2012-08-23ARM: imx: build i.MX6 functions only when neededArnd Bergmann2-4/+3
2012-08-23ARM: imx: select CPU_FREQ_TABLE when neededArnd Bergmann1-0/+1
2012-08-23ARM: imx: fix ksz9021rn_phy_fixupArnd Bergmann1-2/+2