summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Change omap_cf.c and omap_nor.c to use omap_readw/writew instead o...Tony Lindgren2008-07-031-3/+10
* ARM: OMAP: CLKFW: Initial debugfs support for omap clock frameworkHiroshi DOYU2008-07-031-36/+92
* ARM: OMAP: Clean up interrupt lines to fix warnings for multi-omapTony Lindgren2008-07-031-5/+5
* ARM: OMAP: McBSP: Add support for mcbsp on mach-omap2Eduardo Valentin2008-07-033-10/+230
* ARM: OMAP: McBSP: Add support for mcbsp on mach-omap1Eduardo Valentin2008-07-033-10/+302
* ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 codeEduardo Valentin2008-07-032-409/+301
* ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.cEduardo Valentin2008-07-031-95/+102
* ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.STony Lindgren2008-07-038-95/+576
* ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.STony Lindgren2008-07-032-1/+1
* ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1Tony Lindgren2008-07-033-2/+2
* ARM: OMAP: DMA: Clean-up codeTony Lindgren2008-07-031-123/+132
* ARM: OMAP: DMA: Remove __REG accessTony Lindgren2008-07-031-179/+324
* ARM: OMAP: DMA: Make channels dynamic for multi-bootTony Lindgren2008-07-031-21/+41
* ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff2008-07-032-7/+21
* ARM: OMAP: DMTimer: Use posted modeRichard Woodruff2008-07-031-42/+151
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-022-1/+3
|\
| * [IA64] export account_system_vtimeDoug Chapman2008-06-301-0/+1
| * [IA64] Bugfix for system with 32 cpusTony Luck2008-06-301-1/+2
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-024-4/+5
|\ \
| * | [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_offCatalin Marinas2008-06-301-0/+2
| * | [ARM] Export dma_sync_sg_for_device()Russell King2008-06-221-1/+2
| * | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-06-222-3/+1
| |\ \
| | * | ARM: OMAP: Correcting the gpmc prefetch control register addressThara Gopinath2008-06-061-1/+1
| | * | ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irqJarkko Nikula2008-06-051-2/+0
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-021-2/+2
|\ \ \ \
| * | | | x86: fix NODES_SHIFT Kconfig rangeThomas Gleixner2008-07-011-2/+2
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-07-023-2/+20
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.26' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2008-07-031-1/+13
| |\ \ \ \ \
| | * | | | | powerpc/mpc5200: Fix lite5200b suspend/resumeTim Yamin2008-07-011-1/+13
| * | | | | | powerpc/legacy_serial: Bail if reg-offset/shift properties are presentJohn Linn2008-07-011-0/+5
| * | | | | | powerpc/bootwrapper: update for initrd with simpleImageJohn Linn2008-07-011-1/+2
| |/ / / / /
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-303-7/+6
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | ptrace GET/SET FPXREGS brokenTAKADA Yoshihito2008-06-301-2/+2
| * | | | x86: fix cpu hotplug crashZhang, Yanmin2008-06-301-1/+0
| * | | | x86: section/warning fixesDaniel J Blueman2008-06-261-4/+4
* | | | | Blackfin arch: fix up section mismatch warningBryan Wu2008-06-251-2/+4
* | | | | Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debuggin...Sonic Zhang2008-06-251-0/+5
| |_|_|/ |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-06-243-5/+2
|\ \ \ \
| * | | | [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall2008-06-241-2/+0
| * | | | [IA64] Handle count==0 in sn2_ptc_proc_write()Cliff Wickman2008-06-241-1/+1
| * | | | [IA64] Fix boot failure on ia64/sn2Jes Sorensen2008-06-241-2/+1
* | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-2411-223/+285
|\ \ \ \ \
| * | | | | x86: KVM guest: Use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-242-56/+34
| * | | | | KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-13/+62
| * | | | | x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-242-120/+13
| * | | | | x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-243-0/+146
| * | | | | KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity2008-06-241-8/+11
| * | | | | KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity2008-06-241-6/+0
| * | | | | KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti2008-06-241-5/+7
| * | | | | KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti2008-06-241-0/+1
OpenPOWER on IntegriCloud