aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-02-26Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-02-26x86_64: Record stack pointer before task execution beginsSiddhesh Poyarekar
2012-02-25x32: Only clear TIF_X32 flag onceBobby Powers
2012-02-25x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers
2012-02-25crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna
2012-02-25crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna
2012-02-25crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna
2012-02-24PCI: Use class for quirk for pci_fixup_videoYinghai Lu
2012-02-24PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu
2012-02-24PCI: Use class for quirk for via_no_dacYinghai Lu
2012-02-24x86: Fix the NMI nesting commentsSteven Rostedt
2012-02-24x86-64: Improve insn scheduling in SAVE_ARGS_IRQJan Beulich
2012-02-24x86-64: Fix CFI annotations for NMI nesting codeJan Beulich
2012-02-24Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-23x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson
2012-02-23x86, efi: Add basic error handlingOlof Johansson
2012-02-23x86, efi: Cleanup config table walkingOlof Johansson
2012-02-23x86, efi: Convert printk to pr_*()Olof Johansson
2012-02-23x86, efi: Refactor efi_init() a bitOlof Johansson
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely
2012-02-23x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox
2012-02-23x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan
2012-02-23x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan
2012-02-23PCI: fix memleak when ACPI _CRS is not used.Yinghai Lu
2012-02-22x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin
2012-02-22Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely
2012-02-22x86/mce: Fix return value of mce_chrdev_read() when erst is disabledNaoya Horiguchi
2012-02-22x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman
2012-02-22x86: Remove some noise from boot log when starting cpusLuck, Tony
2012-02-22x86/mce/AMD: Fix UP build errorBorislav Petkov
2012-02-22x86/tsc: Reduce the TSC sync check time for core-siblingsSuresh Siddha
2012-02-21x86, cpufeature: Add CPU features from Intel document 319433-012AH. Peter Anvin
2012-02-21x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-21i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds
2012-02-20i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds
2012-02-20x86: Specify a size for the cmp in the NMI handlerSteven Rostedt
2012-02-20x32: Add x32 VDSO supportH. J. Lu
2012-02-20x32: Allow x32 to be configuredH. J. Lu
2012-02-20x32: If configured, add x32 system calls to system call tablesH. Peter Anvin
2012-02-20x32: Handle process creationH. Peter Anvin
2012-02-20x32: Signal-related system callsH. Peter Anvin
2012-02-20x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin
2012-02-20x32: Add rt_sigframe_x32H. Peter Anvin
2012-02-20x32: Add struct ucontext_x32H. J. Lu