summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-02-1861-388/+492
|\
| * Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann2012-02-137-40/+109
| |\
| | * ARM: at91: drop ide driver in favor of the pata oneJean-Christophe PLAGNIOL-VILLARD2012-02-132-8/+5
| | * ARM: at91: add accessor to manage SMCJean-Christophe PLAGNIOL-VILLARD2012-02-133-28/+100
| | * ARM: at91: USB AT91 gadget registration for moduleNicolas Ferre2012-02-134-4/+4
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-135-11/+9
| |\ \
| | * | ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3Paul Walmsley2012-02-091-7/+1
| | * | ARM: OMAP3: cm-t35: fix section mismatch warningIgor Grinberg2012-02-071-1/+1
| | * | ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chainsSantosh Shilimkar2012-02-072-3/+3
| | * | Merge branch 'fixes-dt' into fixesTony Lindgren2012-02-071-0/+4
| | |\ \
| | | * | ARM: OMAP2+: board-generic: Add missing handle_irq callbacksBenoit Cousson2011-12-071-0/+4
| * | | | ep93xx: fix build of vision_ep93xx.cH Hartley Sweeten2012-02-131-1/+3
| * | | | Merge branch 'v3.3-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2012-02-1334-94/+268
| |\ \ \ \
| | * | | | ARM: EXYNOS: Add cpu-offset property in gic device tree nodeThomas Abraham2012-02-091-0/+1
| | * | | | ARM: EXYNOS: Bring exynos4-dt up to dateKarol Lewandowski2012-02-091-2/+6
| | | |_|/ | | |/| |
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/te...Arnd Bergmann2012-02-134-13/+13
| |\ \ \ \
| | * | | | ARM: tegra: paz00: fix wrong UART port on mini-pcie plugMarc Dietrich2012-02-062-6/+6
| | * | | | ARM: tegra: paz00: fix wrong SD1 power gpioMarc Dietrich2012-02-062-2/+2
| | * | | | ARM: tegra: dma: fix buildbreak for !CONFIG_TEGRA_SYSTEM_DMAOlof Johansson2012-01-241-5/+5
| * | | | | ARM: orion: Fix USB phy for orion5x.Andrew Lunn2012-02-096-10/+15
| * | | | | ARM: orion: Fix Orion5x GPIO regression from MPP cleanupAndrew Lunn2012-02-093-275/+274
| * | | | | Merge branch 'v3.3-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-02-0633-36/+62
| |\ \ \ \ \
| | * | | | | ARM: EXYNOS: Correct M-5MOLS sensor clock frequency on Universal C210 boardSylwester Nawrocki2012-01-311-1/+1
| | * | | | | ARM: EXYNOS: Correct framebuffer window size on Nuri boardSylwester Nawrocki2012-01-311-4/+4
| | * | | | | ARM: SAMSUNG: Fix missing api-change from subsys_interface changeHeiko Stuebner2012-01-2723-26/+37
| | * | | | | ARM: EXYNOS: Fix "warning: initialization from incompatible pointer type"Jonghwan Choi2012-01-271-1/+1
| | * | | | | ARM: S5PV210: Fix the name of exynos4_clk_hdmiphy_ctrl() for S5PV210Kukjin Kim2012-01-271-2/+2
| | * | | | | ARM: EXYNOS: Remove build warning without enabling PMKukjin Kim2012-01-273-0/+6
| | * | | | | ARM: SAMSUNG: Fix platform data setup for I2C adapter 0Sylwester Nawrocki2012-01-271-1/+3
| | * | | | | ARM: EXYNOS: fix non-SMP builds for EXYNOS4Marek Szyprowski2012-01-271-0/+2
| | * | | | | ARM: S3C6410: Use device names for both I2C clocksMark Brown2012-01-271-0/+5
| | * | | | | ARM: S3C64XX: Make s3c64xx_init_uarts() staticMark Brown2012-01-271-1/+1
| | |/ / / /
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-02-185-29/+40
|\ \ \ \ \ \
| * | | | | | powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard2012-02-161-1/+7
| * | | | | | 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
* | | | | | | 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 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