summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-151-2/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-02-187-18/+89
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2012-02-162-4/+4
| * | | | | | | | | | | eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks2012-02-161-0/+2
| * | | | | | | | | | | eCryptfs: Improve statfs reportingTyler Hicks2012-02-164-14/+83
* | | | | | | | | | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds2012-02-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pinctrl: restore pin namingLinus Walleij2012-02-011-1/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-02-186-31/+42
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard2012-02-161-1/+7
| * | | | | | | | | | | | powerpc/adb: Use set_current_state()majianpeng2012-02-161-2/+2
| * | | | | | | | | | | | powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt2012-02-161-1/+1
| * | | | | | | | | | | | powerpc: Remove legacy iSeries from ppc64_defconfigStephen Rothwell2012-02-161-5/+0
| * | | | | | | | | | | | powerpc/fsl/pci: Fix PCIe fixup regressionBenjamin Herrenschmidt2012-02-161-19/+29
| * | | | | | | | | | | | powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder2012-02-161-3/+3
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2012-02-183-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-184-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-182-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-163-22/+16
* | | | | | | | | | | | | | | i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-164-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-142-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-149-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-1420-133/+269
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-132-71/+79
| * | | | | | | | | | | | | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-131-0/+3
| * | | | | | | | | | | | | mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-131-0/+1
| * | | | | | | | | | | | | mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-131-7/+9
| * | | | | | | | | | | | | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-133-2/+23