summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2012-02-193-8/+28
|\
| * PCI: Fix pci cardbus removalYinghai Lu2012-02-101-6/+22
| * PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan2012-02-101-2/+1
| * PCI: workaround hard-wired bus number V2Yinghai Lu2012-02-101-0/+5
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-02-194-7/+22
|\ \
| * | drm/radeon/kms: fix MSI re-arm on rv370+Alex Deucher2012-02-142-6/+2
| * | drm/radeon/kms/atom: bios scratch reg handling updatesAlex Deucher2012-02-141-0/+17
| * | drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted.Dave Airlie2012-02-141-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-192-9/+24
|\ \ \
| * | | crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-162-9/+24
* | | | i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-184-42/+133
* | | | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-186-32/+30
* | | | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-173-22/+16
* | | | i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-174-68/+11
* | | | i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-164-23/+58
* | | | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-161-3/+6
* | | | i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-163-8/+45
* | | | i387: fix sense of sanity checkLinus Torvalds2012-02-151-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-152-1/+3
|\ \ \ \
| * | | | regulator: Fix getting voltage in max8649_enable_time()Axel Lin2012-02-101-1/+1
| * | | | regulator: Fix mc13xxx regulator modular build (again)David Miller2012-02-091-0/+2
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-02-159-27/+51
|\ \ \ \ \
| * | | | | powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2012-02-142-2/+7
| * | | | | powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2012-02-142-3/+8
| * | | | | powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman2012-02-141-8/+14
| * | | | | powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt2012-02-141-1/+5
| * | | | | powerpc/wsp: Fix IRQ affinity settingBenjamin Herrenschmidt2012-02-141-1/+1
| * | | | | powerpc: Implement GET_IP/SET_IPSrikar Dronamraju2012-02-141-8/+12
| * | | | | powerpc/wsp: Permanently enable PCI class code workaroundBenjamin Herrenschmidt2012-02-141-4/+4
* | | | | | Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-02-1520-133/+269
|\ \ \ \ \ \
| * | | | | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-142-71/+79
| * | | | | | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-141-0/+3
| * | | | | | mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-141-0/+1
| * | | | | | mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-141-7/+9
| * | | | | | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-143-2/+23
| * | | | | | mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks2012-02-141-2/+2
| * | | | | | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-143-12/+35
| * | | | | | mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter2012-02-141-1/+1
| * | | | | | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-142-0/+5
| * | | | | | mmc: core: Fix low speed mmc card detection failureGirish K S2012-02-141-2/+3
| * | | | | | mmc: esdhc: set the timeout to the max valueJerry Huang2012-02-141-0/+5
| * | | | | | mmc: esdhc: add PIO mode supportJerry Huang2012-02-141-1/+4
| * | | | | | mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-145-30/+61
| * | | | | | mmc: of_mmc_spi: fix little endian supportJean-Christophe PLAGNIOL-VILLARD2012-02-141-2/+2
| * | | | | | mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity2012-02-141-3/+4
| * | | | | | mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3Roy Zang2012-02-121-0/+32
| |/ / / / /
* | | | | | Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-157-13/+26
|\ \ \ \ \ \
| * | | | | | xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
| * | | | | | xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2012-02-033-11/+12
| * | | | | | xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini2012-02-031-1/+1