summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-17[S390] 3215 deadlock with tty_wakeupMartin Schwidefsky1-7/+15
2012-02-17[S390] incorrect PageTables counter for kvm page tablesMartin Schwidefsky1-1/+1
2012-02-17[S390] idle: avoid RCU usage in extended quiescent stateHeiko Carstens1-2/+3
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-15i387: fix sense of sanity checkLinus Torvalds1-1/+1
2012-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-1/+3
2012-02-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-27/+51
2012-02-15Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-133/+269
2012-02-15Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-13/+26
2012-02-14Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds5-7/+35
2012-02-14ALSA: intel8x0: Fix default inaudible sound on Gateway M520Daniel T Chen1-0/+6
2012-02-14Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-5/+1
2012-02-14Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+6
2012-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-37/+33
2012-02-14powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2-2/+7
2012-02-14powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2-3/+8
2012-02-14powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman1-8/+14
2012-02-14powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt1-1/+5
2012-02-14powerpc/wsp: Fix IRQ affinity settingBenjamin Herrenschmidt1-1/+1
2012-02-14powerpc: Implement GET_IP/SET_IPSrikar Dronamraju1-8/+12
2012-02-14powerpc/wsp: Permanently enable PCI class code workaroundBenjamin Herrenschmidt1-4/+4
2012-02-14mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2-71/+79
2012-02-14mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches1-0/+3
2012-02-14mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent1-0/+1
2012-02-14mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski1-7/+9
2012-02-14mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski3-2/+23
2012-02-14mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks1-2/+2
2012-02-14mmc: core: Fix PowerOff Notify suspend/resumeGirish K S3-12/+35
2012-02-14mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter1-1/+1
2012-02-14mmc: core: add the capability for broken voltageJaehoon Chung2-0/+5
2012-02-14mmc: core: Fix low speed mmc card detection failureGirish K S1-2/+3
2012-02-14mmc: esdhc: set the timeout to the max valueJerry Huang1-0/+5
2012-02-14mmc: esdhc: add PIO mode supportJerry Huang1-1/+4
2012-02-14mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma5-30/+61
2012-02-14mmc: of_mmc_spi: fix little endian supportJean-Christophe PLAGNIOL-VILLARD1-2/+2
2012-02-14mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity1-3/+4
2012-02-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-2/+3
2012-02-14module: fix broken isapnp handling in file2aliasOndrej Zary1-1/+1
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-02-14Merge tag 'battery-fixes-for-v3.3-rc2' of git://git.infradead.org/users/cbou/...Linus Torvalds3-12/+8
2012-02-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-283/+142
2012-02-14Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-56/+74
2012-02-14Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-3/+15
2012-02-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-1/+11
2012-02-14i387: make irq_fpu_usable() tests more robustLinus Torvalds2-8/+47
2012-02-14i387: math_state_restore() isn't called from asmLinus Torvalds2-4/+4