aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 codeEduardo Valentin2008-07-03
* ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.cEduardo Valentin2008-07-03
* ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.STony Lindgren2008-07-03
* ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.STony Lindgren2008-07-03
* ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1Tony Lindgren2008-07-03
* ARM: OMAP: DMA: Clean-up codeTony Lindgren2008-07-03
* ARM: OMAP: DMA: Remove __REG accessTony Lindgren2008-07-03
* ARM: OMAP: DMA: Make channels dynamic for multi-bootTony Lindgren2008-07-03
* ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff2008-07-03
* ARM: OMAP: DMTimer: Use posted modeRichard Woodruff2008-07-03
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-02
|\
| * [IA64] export account_system_vtimeDoug Chapman2008-06-30
| * [IA64] Bugfix for system with 32 cpusTony Luck2008-06-30
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-02
|\ \
| * | [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_offCatalin Marinas2008-06-30
| * | [ARM] Export dma_sync_sg_for_device()Russell King2008-06-22
| * | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-06-22
| |\ \
| | * | ARM: OMAP: Correcting the gpmc prefetch control register addressThara Gopinath2008-06-06
| | * | ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irqJarkko Nikula2008-06-05
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-02
|\ \ \ \
| * | | | x86: fix NODES_SHIFT Kconfig rangeThomas Gleixner2008-07-01
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-07-02
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.26' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int...Paul Mackerras2008-07-02
| |\ \ \ \ \
| | * | | | | powerpc/mpc5200: Fix lite5200b suspend/resumeTim Yamin2008-07-01
| * | | | | | powerpc/legacy_serial: Bail if reg-offset/shift properties are presentJohn Linn2008-07-01
| * | | | | | powerpc/bootwrapper: update for initrd with simpleImageJohn Linn2008-07-01
| |/ / / / /
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-30
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | ptrace GET/SET FPXREGS brokenTAKADA Yoshihito2008-06-30
| * | | | x86: fix cpu hotplug crashZhang, Yanmin2008-06-30
| * | | | x86: section/warning fixesDaniel J Blueman2008-06-26
* | | | | Blackfin arch: fix up section mismatch warningBryan Wu2008-06-25
* | | | | Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debuggin...Sonic Zhang2008-06-25
| |_|_|/ |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-06-24
|\ \ \ \
| * | | | [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()Julia Lawall2008-06-24
| * | | | [IA64] Handle count==0 in sn2_ptc_proc_write()Cliff Wickman2008-06-24
| * | | | [IA64] Fix boot failure on ia64/sn2Jes Sorensen2008-06-24
* | | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-24
|\ \ \ \ \
| * | | | | x86: KVM guest: Use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-24
| * | | | | KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-24
| * | | | | x86: Make xen use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-24
| * | | | | x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-24
| * | | | | KVM: VMX: Fix host msr corruption with preemption enabledAvi Kivity2008-06-24
| * | | | | KVM: MMU: Fix oops on guest userspace access to guest pagetableAvi Kivity2008-06-24
| * | | | | KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)Marcelo Tosatti2008-06-24
| * | | | | KVM: MMU: Fix rmap_write_protect() hugepage iteration bugMarcelo Tosatti2008-06-24
| * | | | | KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-24
| * | | | | KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti2008-06-24
| |/ / / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-24
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | xen: remove support for non-PAE 32-bitJeremy Fitzhardinge2008-06-24
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-23
|\| | | | |/ / |/| |