aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-28Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds8-15/+31
2011-02-28x86: Use u32 instead of long to set reset vector back to 0Don Zickus1-1/+1
2011-02-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-14/+27
2011-02-25Merge branch 'patches_for_2.6.38rc' of git://git.pwsan.com/linux-2.6 into devel-fixesTony Lindgren133-873/+1216
2011-02-25omap4: prcm: Fix the CPUx clockdomain offsetsSantosh Shilimkar1-2/+2
2011-02-24Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2011-02-24OMAP2+: clocksource: fix crash on boot when !CONFIG_OMAP_32K_TIMERPaul Walmsley1-0/+13
2011-02-24x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann3-13/+18
2011-02-24x86/mrst: Fix apb timer rating when lapic timer is usedJacob Pan1-1/+1
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2011-02-23Drop redundant __param section for CRISv32.Jesper Nilsson1-5/+0
2011-02-22OMAP2/3: clock: fix fint calculation for DPLL_FREQSELJohn Ogness1-1/+1
2011-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+9
2011-02-22KVM: SVM: Advance instruction pointer in dr_interceptJoerg Roedel1-0/+2
2011-02-21Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungLinus Torvalds9-363/+342
2011-02-21Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds17-37/+175
2011-02-21Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds3-10/+22
2011-02-21ARM: 6745/1: kprobes insn decoding fixNicolas Pitre1-1/+1
2011-02-21ARM: tlb: move noMMU tlb_flush() to asm/tlb.hRussell King2-6/+4
2011-02-21ARM: tlb: delay page freeing for SMP and ARMv7 CPUsRussell King1-13/+89
2011-02-21ARM: Keep exit text/data around for SMP_ON_UPRussell King1-0/+9
2011-02-21ARM: Ensure predictable endian state on signal handler entryRussell King1-1/+3
2011-02-21ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll2-1/+3
2011-02-21ARM: 6700/1: SPEAr: Correct SOC config base address for spear320viresh kumar1-1/+1
2011-02-21ARM: 6722/1: SPEAr: sp810: switch to slow mode before resetShiraz Hashim1-0/+3
2011-02-21ARM: 6712/1: SPEAr: replace readl(), writel() with relaxed versions in uncompress.hviresh kumar1-2/+2
2011-02-21ARM: 6720/1: SPEAr: Append UL to VMALLOC_ENDviresh kumar1-1/+1
2011-02-21x86: Fix reboot problem on VersaLogic Menlow boardsKushal Koolwal1-0/+8
2011-02-19ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas1-2/+2
2011-02-19ARM: 6739/1: update .gitignore for boot/compressedNicolas Pitre1-1/+5
2011-02-19ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcasted operationWill Deacon2-0/+16
2011-02-19ARM: 6742/1: pmu: avoid setting IRQ affinity on UP systemsWill Deacon1-8/+14
2011-02-19ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar3-0/+22
2011-02-18Input: tegra-kbc - add function keymapRakesh Iyer1-0/+1
2011-02-18ARM: S5PV210: Fix regulator namesMarek Szyprowski2-6/+6
2011-02-18ARM: S5PV210: Update max8998_platform_dataMarek Szyprowski2-6/+12
2011-02-18ARM: SAMSUNG: Drop exporting s3c24xx_ts_set_platdataAxel Lin1-1/+0
2011-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-10/+10
2011-02-17[S390] net: provide architecture specific NET_SKB_PADHorst Hartmann1-0/+1
2011-02-17[S390] atomic: use inline asmHeiko Carstens1-4/+18
2011-02-17[S390] correct ipl parameter block safe guardMartin Schwidefsky1-2/+3
2011-02-17[S390] atomic: use ACCESS_ONCE() for atomic_read()Heiko Carstens1-6/+2
2011-02-17ARM: S5P: Fix end address in memory resource information for UART devicesThomas Abraham1-6/+6
2011-02-17ARM: S5P64X0: Cleanup map.h fileKukjin Kim1-41/+42
2011-02-17ARM: S5P6442: Cleanup map.h fileKukjin Kim1-32/+37
2011-02-17ARM: S5PC100: Clenaup map.h fileKukjin Kim1-110/+83
2011-02-17ARM: S5PV210: Cleanup map.h fileKukjin Kim1-85/+83
2011-02-17ARM: S5PV310: Cleanup map.h fileKukjin Kim1-76/+73
2011-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2011-02-16perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov2-3/+9