Age | Commit message (Expand) | Author | Files | Lines |
2012-09-18 | x86, fpu: make eagerfpu= boot param tri-state | Suresh Siddha | 1 | -5/+12 |
2012-09-18 | x86, fpu: enable eagerfpu by default for xsaveopt | Suresh Siddha | 2 | -0/+4 |
2012-09-18 | x86, fpu: decouple non-lazy/eager fpu restore from xsave | Suresh Siddha | 7 | -66/+108 |
2012-09-18 | x86, fpu: use non-lazy fpu restore for processors supporting xsave | Suresh Siddha | 10 | -61/+146 |
2012-09-18 | x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usage | Suresh Siddha | 3 | -142/+29 |
2012-09-18 | x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() | Suresh Siddha | 1 | -1/+2 |
2012-09-18 | x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() | Suresh Siddha | 2 | -15/+3 |
2012-09-18 | x86, fpu: drop_fpu() before restoring new state from sigframe | Suresh Siddha | 2 | -11/+4 |
2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 8 | -484/+348 |
2012-09-18 | x86, fpu: Consolidate inline asm routines for saving/restoring fpu state | Suresh Siddha | 3 | -113/+81 |
2012-09-18 | x86, signal: Cleanup ifdefs and is_ia32, is_x32 | Suresh Siddha | 3 | -116/+110 |
2012-09-05 | x86/iommu: Use NULL instead of plain 0 for __IOMMU_INIT | Mathias Krause | 1 | -2/+2 |
2012-09-05 | x86/iommu: Drop duplicate const in __IOMMU_INIT | Mathias Krause | 1 | -1/+1 |
2012-09-05 | x86/fpu/xsave: Keep __user annotation in casts | Mathias Krause | 1 | -3/+3 |
2012-09-05 | x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom() | Mathias Krause | 1 | -1/+1 |
2012-09-05 | x86/signals: ia32_signal.c: add __user casts to fix sparse warnings | Mathias Krause | 1 | -5/+6 |
2012-09-05 | x86/vdso: Add __user annotation to VDSO32_SYMBOL | Mathias Krause | 1 | -1/+2 |
2012-09-05 | x86: Fix __user annotations in asm/sys_ia32.h | Mathias Krause | 2 | -2/+2 |
2012-08-31 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+3 |
2012-08-31 | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej... | Linus Torvalds | 3 | -7/+7 |
2012-08-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 3 | -3/+4 |
2012-08-30 | s390/32: Don't clobber personality flags on exec | Heiko Carstens | 1 | -1/+2 |
2012-08-28 | s390/smp: add missing smp_store_status() for !SMP | Heiko Carstens | 1 | -0/+1 |
2012-08-27 | KVM: x86: fix KVM_GET_MSR for PV EOI | Michael S. Tsirkin | 1 | -0/+3 |
2012-08-25 | Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 45 | -96/+161 |
2012-08-25 | Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 5 | -113/+113 |
2012-08-25 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 20 | -238/+206 |
2012-08-25 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 10 | -23/+64 |
2012-08-25 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 18 | -105/+145 |
2012-08-24 | Revert "powerpc: Update g5_defconfig" | Benjamin Herrenschmidt | 1 | -30/+73 |
2012-08-24 | powerpc/perf: Use pmc_overflow() to detect rolled back events | Sukadev Bhattiprolu | 1 | -1/+1 |
2012-08-24 | powerpc: Fix VMX in interrupt check in POWER7 copy loops | Anton Blanchard | 2 | -4/+4 |
2012-08-24 | powerpc: POWER7 copy_to_user/copy_from_user patch applied twice | Anton Blanchard | 1 | -31/+0 |
2012-08-24 | powerpc: Fix personality handling in ppc64_personality() | Jiri Kosina | 1 | -4/+4 |
2012-08-24 | powerpc/dma-iommu: Fix IOMMU window check | Aaro Koskinen | 1 | -5/+4 |
2012-08-24 | powerpc: Remove unnecessary ifdefs | Michael Neuling | 1 | -2/+0 |
2012-08-24 | powerpc/kgdb: Restore current_thread_info properly | Tiejun Chen | 1 | -2/+9 |
2012-08-24 | powerpc/kgdb: Bail out of KGDB when we've been triggered | Tiejun Chen | 1 | -0/+15 |
2012-08-24 | powerpc/kgdb: Do not set kgdb_single_step on ppc | Tiejun Chen | 1 | -1/+0 |
2012-08-24 | powerpc/mpic_msgr: Add missing includes | Scott Wood | 2 | -0/+4 |
2012-08-24 | powerpc: Fix null pointer deref in perf hardware breakpoints | Michael Neuling | 1 | -1/+1 |
2012-08-24 | powerpc: Fixup whitespace in xmon | Michael Ellerman | 1 | -20/+20 |
2012-08-24 | powerpc: Fix xmon dl command for new printk implementation | Michael Ellerman | 1 | -26/+10 |
2012-08-23 | powerpc/fsl: fix "Failed to mount /dev: No such device" errors | Kim Phillips | 6 | -0/+6 |
2012-08-23 | powerpc/fsl: update defconfigs | Kim Phillips | 5 | -102/+35 |
2012-08-23 | Merge branch 'randconfig/mach' into fixes | Arnd Bergmann | 8 | -10/+12 |
2012-08-23 | ARM: ux500: don't select LEDS_GPIO for snowball | Arnd Bergmann | 2 | -1/+1 |
2012-08-23 | ARM: imx: build i.MX6 functions only when needed | Arnd Bergmann | 2 | -4/+3 |
2012-08-23 | ARM: imx: select CPU_FREQ_TABLE when needed | Arnd Bergmann | 1 | -0/+1 |
2012-08-23 | ARM: imx: fix ksz9021rn_phy_fixup | Arnd Bergmann | 1 | -2/+2 |