summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: OMAP: Use linux/delay.h not asm/delay.hTony Lindgren2007-03-022-2/+1
| | * | ARM: OMAP: Remove obsolete alsa typedefsTony Lindgren2007-03-021-6/+6
| | * | ARM: OMAP: omap1510->15xx conversions needed for sx1Vladimir Ananiev2007-03-023-4/+4
| | * | ARM: OMAP: Add missing includes to board-nokia770Dirk Behme2007-03-021-0/+2
| | * | ARM: OMAP: Workqueue changes for board-h4.cDirk Behme2007-03-021-5/+7
| | * | ARM: OMAP: dmtimer.c omap1 register fixMatthew Percival2007-03-021-2/+2
| | * | ARM: OMAP: board-nokia770: correct lcd nameArnaud Patard2007-03-021-1/+1
| | * | ARM: OMAP: omap GP timer: HZ != 100David Brownell2007-03-021-1/+1
| | * | ARM: OMAP: Fix warning in mach-omap1Dirk Behme2007-03-021-1/+5
| | * | ARM: OMAP: Fix CONFIG_DEBUG_LLDirk Behme2007-03-021-0/+7
| | * | ARM: OMAP: Fix warning in mach-omap2Dirk Behme2007-03-021-0/+1
| | * | ARM: OMAP: Fix warnings in plat-omapDirk Behme2007-03-021-0/+2
| | * | ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)Dirk Behme2007-03-021-4/+5
| | * | ARM: OMAP: OMAP310 SerialMarek VaĊĦut2007-03-021-9/+9
| | * | ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0Timo Teras2007-03-021-11/+3
| | * | ARM: OMAP: Fix warning in clock.cDirk Behme2007-03-021-6/+4
| | * | ARM: OMAP: correct misc 15xx and non-15xx platform codeAndrzej Zaborowski2007-03-023-5/+8
| * | | [ARM] 4241/1: Define mb() as compiler barrier on a uniprocessor systemCatalin Marinas2007-03-021-21/+19
| * | | [ARM] 4239/1: S3C24XX: Update kconfig entries for PMBen Dooks2007-03-021-0/+7
| * | | [ARM] 4238/1: S3C24XX: docs: update suspend and resumeBen Dooks2007-03-021-2/+33
| * | | [ARM] 4237/2: oprofile: Always allow backtraces on ARMRichard Purdie2007-03-021-1/+2
| * | | [ARM] Yet more asm/apm-emulation.h stuffRussell King2007-03-022-2/+4
| |/ /
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-0473-1021/+429
|\ \ \
| * | | [MIPS] MTX1: clear PCI errorsFlorian Fainelli2007-03-041-1/+5
| * | | [MIPS] MTX1: add idsel cardbus ressourcesFlorian Fainelli2007-03-042-1/+30
| * | | [MIPS] MTX1: remove unneeded settingsFlorian Fainelli2007-03-041-3/+1
| * | | [MIPS] dma_sync_sg_for_cpu is a no-op except for non-coherent R10000s.Ralf Baechle2007-03-041-1/+1
| * | | [MIPS] Cobalt: update reserved resourcesYoichi Yuasa2007-03-041-23/+24
| * | | [MIPS] SN: PCI fixup needs to include <irq.h>.Ralf Baechle2007-03-041-0/+2
| * | | [MIPS] DMA: Fix a bunch of warnings due to missing inline keywords.Ralf Baechle2007-03-041-4/+6
| * | | [MIPS] RM: It should be #ifdef CONFIG_FOO not #if CONFIG_FOO ...Ralf Baechle2007-03-041-1/+1
| * | | [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-0442-427/+254
| * | | [MIPS] DEC: Remove redeclarations of mips_machgroup and mips_machtype.Ralf Baechle2007-03-041-3/+0
| * | | [MIPS] No need to write c0_compare in plat_timer_setupAtsushi Nemoto2007-03-045-26/+0
| * | | [MIPS] Convert to RTC-class ds1742 driverAtsushi Nemoto2007-03-0412-339/+86
| * | | [MIPS] Oprofile: Add missing break statements.Ralf Baechle2007-03-041-0/+2
| * | | [MIPS] jmr3927: build fixAtsushi Nemoto2007-03-041-10/+4
| * | | [MIPS] SNI: Fix mc146818_decode_yearThomas Bogendoerfer2007-03-044-6/+10
| * | | [MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create.Ralf Baechle2007-03-043-33/+2
| * | | [MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall.Ralf Baechle2007-03-042-115/+1
| * | | [MIPS] N32 waitid is the same as o32.Ralf Baechle2007-03-042-29/+1
| | |/ | |/|
* | | KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton2007-03-042-2/+3
* | | KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity2007-03-041-1/+1
* | | KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin2007-03-041-0/+2
* | | kvm: move do_remove_write_access() upUri Lublin2007-03-041-7/+7
* | | KVM: Fix dirty page log bitmap size/access calculationUri Lublin2007-03-041-2/+2
* | | KVM: Add missing calls to mark_page_dirty()Uri Lublin2007-03-041-0/+6
* | | KVM: Bump API versionAvi Kivity2007-03-041-1/+1
* | | KVM: Per-vcpu inodesAvi Kivity2007-03-045-140/+170
* | | KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity2007-03-041-51/+51