summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern...Linus Torvalds2010-10-305-13/+50
|\ \
| | * x86, uv: More Westmere support on SGI UVRuss Anderson2010-10-291-4/+3Star
| | * x86, uv: Enable Westmere support on SGI UVRuss Anderson2010-10-272-5/+41
| * | x86, alternative: Call stop_machine_text_poke() on all cpusJason Baron2010-10-301-1/+1
| * | x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet2010-10-291-2/+7
| * | x86, memblock: Fix early_node_mem with big reserved region.Yinghai Lu2010-10-291-5/+2Star
| | |
| \ \
*-. \ \ Merge branches 'msm-fixes' and 'msm-video' of git://codeaurora.org/quic/kerne...Linus Torvalds2010-10-305-17/+32
|\ \ \ \
| * | | | msm: Kconfig: drop unused config optionsDaniel Walker2010-10-301-2/+0Star
| * | | | msm: fix compile failure when no debug uart is selectedDaniel Walker2010-10-301-1/+1
| * | | | msm: fix debug-macro.S build failureDaniel Walker2010-10-301-1/+12
| * | | | msm: timer: Decrease shift on timer clocksourceJeff Ohlstein2010-10-271-1/+1
| * | | | arm: mach-msm: fix error handling in msm_iommu_probe()Vasiliy Kulikov2010-10-271-9/+13
| * | | | msm: fix Kconfig target board selectionDaniel Walker2010-10-271-2/+5
| * | | | msm: fix compile failure on struct membank node memberDaniel Walker2010-10-271-1/+0Star
* | | | | Merge branch 'for-2637/s3c24xx-all' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-10-307-68/+399
|\ \ \ \ \
| * \ \ \ \ ARM: Merge for-2637/s3c24xx/miscBen Dooks2010-10-302-5/+4Star
| |\ \ \ \ \
| | * | | | | ARM: S3C2440: fix boot failure introduced by recent changes in gpiolibAbdoulaye Walsimou Gaye2010-10-301-0/+2
| | * | | | | ARM: S3C2440: various fixes in Kconfig fileAbdoulaye Walsimou Gaye2010-10-301-5/+2Star
| * | | | | | ARM: Merge for-2637/s3c24xx/h1940Ben Dooks2010-10-304-57/+183
| |\ \ \ \ \ \
| | * | | | | | ARM: h1940: add UDA1380 to i2c devices listVasily Khoruzhick2010-10-301-0/+20
| | * | | | | | ARM: h1940: Fix backlight and LCD power functionsVasily Khoruzhick2010-10-302-16/+66
| | * | | | | | ARM: h1940: Implement mmc_power functionVasily Khoruzhick2010-09-272-4/+21
| | * | | | | | ARM: h1940: Use gpiolib for latch accessVasily Khoruzhick2010-09-264-48/+87
| * | | | | | | ARM: Merge for-2637/s3c24xx/rx1950Ben Dooks2010-10-301-6/+212
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | ARM: rx1950: Add UDA1380 to i2c devices listVasily Khoruzhick2010-09-271-6/+19
| | * | | | | | ARM: rx1950: Add LEDs supportVasily Khoruzhick2010-09-271-0/+33
| | * | | | | | ARM: rx1950: Add battery deviceVasily Khoruzhick2010-09-271-0/+160
| | |/ / / / /
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-296-68/+134
|\ \ \ \ \ \ \
| * | | | | | | kgdb,ppc: Individual register get/set for ppcDongdong Deng2010-10-292-63/+126
| * | | | | | | debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-292-2/+4
| * | | | | | | kgdb,arm: fix register dumpRabin Vincent2010-10-292-3/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-2983-3515/+8587
|\ \ \ \ \ \ \
| * | | | | | | ftrace/MIPS: Enable C Version of recordmcountWu Zhangjin2010-10-291-0/+1
| * | | | | | | MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney2010-10-294-24/+37
| * | | | | | | MIPS: Allow UserLocal on MIPS_R1 processorsKevin Cernekee2010-10-291-6/+7
| * | | | | | | MIPS: Honor L2 bypass bitKevin Cernekee2010-10-291-4/+30
| * | | | | | | MIPS: Add BMIPS CP0 register definitionsKevin Cernekee2010-10-291-0/+51
| * | | | | | | MIPS: Add BMIPS processor types to KconfigKevin Cernekee2010-10-291-0/+63
| * | | | | | | MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee2010-10-294-61/+65
| * | | | | | | MIPS: Add support for hardware performance events (mipsxx)Deng-Cheng Zhu2010-10-292-0/+1059
| * | | | | | | MIPS: Perf-events: Add callchain supportDeng-Cheng Zhu2010-10-291-1/+107
| * | | | | | | MIPS: add support for hardware performance events (skeleton)Deng-Cheng Zhu2010-10-294-0/+523
| * | | | | | | MIPS: add support for software performance eventsDeng-Cheng Zhu2010-10-295-5/+36
| * | | | | | | MIPS: define local_xchg from xchg_local to atomic_long_xchgDeng-Cheng Zhu2010-10-291-1/+1
| * | | | | | | MIPS: AR7: Add support for Titan (TNETV10xx) SoC variantFlorian Fainelli2010-10-295-13/+345
| * | | | | | | MIPS: AR7: Initialize GPIO earlierFlorian Fainelli2010-10-293-2/+5
| * | | | | | | MIPS: Add platform device and Kconfig for Octeon USB EHCI / OHCIDavid Daney2010-10-292-1/+106
| * | | | | | | MIPS: Octeon: Add register definitions for EHCI / OHCI USB glue logic.David Daney2010-10-291-0/+261
| * | | | | | | MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney2010-10-294-5/+69
| * | | | | | | MIPS: Octeon: Use I/O clock rate for calculations.David Daney2010-10-292-2/+2