summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | ARM: LPC32xx: irq.c: Clear latched eventRoland Stigge2012-02-271-1/+10
| | * | | | | | | | | | | ARM: LPC32xx: Fix interrupt controller initRoland Stigge2012-02-271-4/+6
| | * | | | | | | | | | | ARM: LPC32xx: Fix irq on GPI_28Roland Stigge2012-02-272-1/+5
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-2716-22/+110
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | ARM: OMAP2: fix mailbox init codeOhad Ben-Cohen2012-02-231-1/+9
| | * | | | | | | | | | ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulatorsMatt Porter2012-02-231-0/+52
| | * | | | | | | | | | ARM: OMAP1: Fix out-of-bounds array access for InnovatorTony Lindgren2012-02-211-2/+2
| | * | | | | | | | | | OMAP3 EVM: remove out-of-bounds array access of gpio_ledsArnout Vandecappelle (Essensium/Mind)2012-02-211-1/+1
| | * | | | | | | | | | Merge branch 'fixes-mmc' into fixesTony Lindgren2012-02-2098-617/+945
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren2012-02-201-0/+4
| | | * | | | | | | | | | ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren2012-02-202-1/+7
| | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-02-1752-1180/+345
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.Santosh Shilimkar2012-02-141-3/+2
| | | * | | | | | | | | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-141-0/+3
| | * | | | | | | | | | | ARM: OMAP2+: usb-host: fix compile warningFelipe Balbi2012-02-141-3/+3
| | * | | | | | | | | | | ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callbackSantosh Shilimkar2012-02-146-11/+27
| * | | | | | | | | | | | Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann2012-02-219-11/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | pxa/hx4700: add platform device and I2C info for AK4641 codecAxel Lin2012-02-171-0/+25
| | * | | | | | | | | | | arch/arm/mach-pxa/: included linux/gpio.h twiceDanny Kukawka2012-02-162-2/+0
| | * | | | | | | | | | | arch/arm/mach-mmp/: some files include some headers twiceDanny Kukawka2012-02-163-3/+0
| | * | | | | | | | | | | ARM: pxa: fix including linux/gpio.h twiceDanny Kukawka2012-02-161-1/+0
| | * | | | | | | | | | | ARM: pxa: fix mixed declarations and code in sharpsl_pmHaojian Zhuang2012-02-161-2/+1
| | * | | | | | | | | | | ARM: pxa: fix wrong parsing gpio event on spitzHaojian Zhuang2012-02-161-3/+2
* | | | | | | | | | | | | Merge tag 'for-3.3' of git://openrisc.net/jonas/linuxLinus Torvalds2012-02-294-9/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn2012-02-172-9/+11
| * | | | | | | | | | | | | openrisc: include export.h for EXPORT_SYMBOLJonas Bonn2012-02-172-0/+2
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-281-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen2012-02-271-1/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| * | | | | | | | | | | x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-201-2/+2
| * | | | | | | | | | | x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| * | | | | | | | | | | x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| * | | | | | | | | | | x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0
* | | | | | | | | | | | compat: fix compile breakage on s390Heiko Carstens2012-02-277-13/+3
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-262-8/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| * | | | | | | | | | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
* | | | | | | | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2012-02-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-02-141-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-02-2410-105/+200
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twiceDanny Kukawka2012-02-241-1/+0
| * | | | | | | | | | | ARM: mach-shmobile: r8a7779 PFC IPSR4 fixMagnus Damm2012-02-241-1/+1
| * | | | | | | | | | | ARM: mach-shmobile: sh73a0 PSTR 32-bit access fixMagnus Damm2012-02-241-1/+1
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobi...Paul Mundt2012-02-24380-3389/+3014
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'rmobile/urgent' into rmobile-fixes-for-linusPaul Mundt2012-01-241-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | arm: fix compile failure in mach-shmobile/board-ag5evm.cPaul Gortmaker2012-01-241-0/+1
| * | | | | | | | | | | | ARM: mach-shmobile: add GPIO-to-IRQ translation to sh7372Guennadi Liakhovetski2012-01-241-0/+41
| * | | | | | | | | | | | ARM: mach-shmobile: clock-sh73a0: add DSIxPHY clock supportKuninori Morimoto2012-01-242-4/+125
| * | | | | | | | | | | | Merge branch 'rmobile/mackerel' into rmobile-fixes-for-linusPaul Mundt2012-01-191-64/+19
| |\ \ \ \ \ \ \ \ \ \ \ \