summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: initrd: disable initrds outside of memoryRussell King2011-06-111-0/+6
* Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinc...Russell King2011-06-1020-31/+181
|\
| * davinci: make PCM platform devices staticSekhar Nori2011-06-082-2/+2
| * arm: davinci: Fix fallout from generic irq chip conversionThomas Gleixner2011-06-081-3/+4
| * Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2011-06-052-2/+5
| |\
| | * ARM: Tegra: Harmony: Fix conflicting GPIO numberingStephen Warren2011-06-042-2/+5
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-06-041-1/+1
| |\ \
| | * | Blackfin: strncpy: fix handling of zero lengthsSteven Miao2011-06-031-1/+1
| * | | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-043-0/+141
| |\ \ \
| | * | | ARM: mach-shmobile: add DMAC clock definitions on SH7372Guennadi Liakhovetski2011-06-021-0/+7
| | * | | ARM: arch-shmobile: support SDHI card detection on mackerel, using a GPIOGuennadi Liakhovetski2011-05-261-0/+20
| | * | | Merge branch 'rmobile/fbdev' into rmobile-latestPaul Mundt2011-05-262-0/+114
| | |\ \ \
| | | * | | sh_mobile_meram: MERAM platform data for LCDCDamian2011-05-252-0/+114
| * | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-0411-23/+28
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | sh: Fix up asm-generic/ptrace.h fallout.Paul Mundt2011-05-311-2/+4
| | * | | | sh64: Move from P1SEG to CAC_ADDR for consistent sync.Paul Mundt2011-05-311-1/+1
| | * | | | sh64: asm/pgtable.h needs asm/mmu.hPaul Mundt2011-05-311-0/+1
| | * | | | sh: asm/tlb.h needs linux/swap.hNobuhiro Iwamatsu2011-05-311-0/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-31840-26065/+27360
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | sh: mark DMA slave ID 0 as invalidGuennadi Liakhovetski2011-05-253-0/+3
| | * | | | sh: Update shmin to reflect PIO dependency.Paul Mundt2011-05-241-1/+1
| | * | | | sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.Paul Mundt2011-05-241-0/+1
| | * | | | sh: add MMCIF runtime PM support on ecovecGuennadi Liakhovetski2011-05-241-0/+3
| | * | | | sh: switch ap325rxa to dynamically manage the platform cameraGuennadi Liakhovetski2011-05-241-19/+13
* | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesRussell King2011-06-102-2/+6
|\ \ \ \ \ \
| * | | | | | ARM: mx51/sdma: Check the chip revision in run-timeFabio Estevam2011-06-061-2/+4
| * | | | | | arm: mxs: include asm/processor.h for cpu_relax()Wolfram Sang2011-06-061-0/+2
| | |_|/ / / | |/| | | |
* | | | | | ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King2011-06-091-1/+1
* | | | | | ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang2011-06-091-1/+1
* | | | | | ARM: 6954/1: zImage: fix Thumb2 breakageNicolas Pitre2011-06-091-3/+3
* | | | | | ARM: 6953/1: DT: don't try to access physical address zeroNicolas Pitre2011-06-091-0/+3
* | | | | | ARM: 6949/2: mach-u300: fix compilaton warning in IO accessorsLinus Walleij2011-06-092-13/+11
* | | | | | Revert "ARM: 6944/1: mm: allow ASID 0 to be allocated to tasks"Russell King2011-06-091-3/+3
* | | | | | Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID"Russell King2011-06-092-10/+11
* | | | | | ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2011-06-062-1/+7
* | | | | | ARM: 6951/1: include .bss in memory layout informationRabin Vincent2011-06-061-2/+4
* | | | | | ARM: 6948/1: Fix .size directives for __arm{7,9}tdmi_proc_infoBen Hutchings2011-06-062-2/+2
* | | | | | ARM: 6947/2: mach-u300: fix compilation error in timerLinus Walleij2011-06-061-2/+1
* | | | | | ARM: 6946/1: vexpress: move v2m clock init to init_earlyRob Herring2011-06-061-8/+7
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-06-011-0/+1
|\ \ \ \ \
| * | | | | lguest: fix timer interrupt setupRusty Russell2011-05-301-0/+1
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-06-012-1/+3
|\ \ \ \ \
| * | | | | [IA64] wire up sendmmsg() syscall for ItaniumTony Luck2011-05-312-1/+3
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-06-012-2/+2
|\ \ \ \ \
| * | | | | x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity2011-05-301-1/+1
| * | | | | x86 idle: Fix mwait deprecation warning messageBorislav Petkov2011-05-301-1/+1
| |/ / / /
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-311-0/+2
|\ \ \ \ \
| * | | | | x86: Put back -pg to tsc.o and add no GCOV to vread_tsc_64.oSteven Rostedt2011-05-271-0/+2
* | | | | | powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
| |/ / / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-292-15/+24
|\ \ \ \ \
OpenPOWER on IntegriCloud