summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | OMAP4-HSMMC: FIX for MMC5 Controller IRQ Basekishore kadiyala2010-04-241-1/+1
| * | | omap3: Fix EHCI port for IGEP v2 boardEnric Balletbo i Serra2010-04-241-4/+4
| * | | omap: Fix n8x0 mmc_mmc_init compile warnings and typosTony Lindgren2010-04-241-9/+9
| * | | omap2: Fix ARM processor check for 24xxTony Lindgren2010-04-241-1/+1
| * | | omap4: Fix build break when used with gcc-4.4.1 (2009-q3)Richard Woodruff2010-04-242-4/+4
| * | | omap: DMA: Init CDAC to zeromanjugk manjugk2010-04-231-0/+9
| * | | omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTHJanusz Krzysztofik2010-04-231-3/+3
| * | | arm: omap1: remove dead code from timer32k.cFelipe Balbi2010-04-231-15/+0Star
| * | | omap: fix clocksource_32k to start from zeroAaro Koskinen2010-04-231-5/+14
| * | | Merge branch 'for_2.6.34rc_a' of git://git.pwsan.com/linux-2.6 into omap-fixe...Tony Lindgren2010-04-2259-127/+366
| |\ \ \
| | * | | OMAP3: clock: fix enable bit used for dpll4_m4x2 clockRanjith Lohithakshan2010-03-311-1/+1
| | * | | OMAP4: prcm: Use logical OR instead of bitwise ORRajendra Nayak2010-03-313-6/+6
| | * | | OMAP: HWMOD: Bug fixes in hwmod structure definitionsThara Gopinath2010-03-311-1/+1
| | * | | OMAP: HWMOD: Adding clockdomain checkThara Gopinath2010-03-311-0/+3
| * | | | Merge branch 'omap-fixes-for-tony' of git://dev.omapzoom.org/pub/scm/saaguirr...Tony Lindgren2010-03-226-21/+22
| |\ \ \ \
| | * | | | omap3: zoom2/3: Register only 1 8250 portSergio Aguirre2010-03-152-2/+2
| | * | | | omap3: zoom 2/3: Change debugboard serial port idSergio Aguirre2010-03-151-1/+1
| | * | | | omap3: 3630sdp: Explicitly enable all UARTsSergio Aguirre2010-03-151-0/+1
| | * | | | omap3: zoom2/3 / 3630sdp: Don't init always all uartsSergio Aguirre2010-03-151-1/+0Star
| | * | | | omap2/3/4: serial: Remove condition for getting uart4_physSergio Aguirre2010-03-151-13/+1Star
| | * | | | OMAP3: serial: Use dev_* macros instead of printkSergio Aguirre2010-03-151-6/+6
| | * | | | OMAP3: serial: Check for zero-based physical addrSergio Aguirre2010-03-151-0/+13
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-04-241-7/+37
|\ \ \ \ \ \
| * | | | | | x86/PCI: parse additional host bridge window resource typesBjorn Helgaas2010-04-231-6/+37
| * | | | | | x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas2010-04-081-2/+1Star
* | | | | | | VMware Balloon driverDmitry Torokhov2010-04-241-0/+2
* | | | | | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-222-1/+1
|\ \ \ \ \ \ \
| * | | | | | | uml: Fix build breakage after slab.h changesJan Kiszka2010-04-192-1/+1
* | | | | | | | [S390] vdso: use ntp adjusted clock multiplierHendrik Brueckner2010-04-227-12/+15
* | | | | | | | [S390] add hook to reenable mss after hibernationSebastian Ott2010-04-221-0/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-04-214-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | m68knommu: fix coldfire tcdrainPhilippe De Muyter2010-04-211-0/+5
| * | | | | | | | m68knommu: remove a duplicate vector setting line for 68360Greg Ungerer2010-04-211-1/+0Star
| * | | | | | | | Fix m68k-uclinux's rt_sigreturn trampolineMaxim Kuvyrkov2010-04-211-1/+1
| * | | | | | | | m68knommu: correct the CC flags for Coldfire M5272 targetsPhilip Nye2010-04-211-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-04-216-61/+61
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka2010-04-211-1/+5
| * | | | | | | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-203-8/+11
| * | | | | | | KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong2010-04-201-4/+7
| * | | | | | | KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity2010-04-201-9/+15
| * | | | | | | KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara2010-04-201-2/+6
| * | | | | | | KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity2010-04-201-27/+0Star
| * | | | | | | KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-201-10/+15
| * | | | | | | KVM: take srcu lock before call to complete_pio()Gleb Natapov2010-04-201-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-04-207-27/+47
|\ \ \ \ \ \ \
| * | | | | | | sparc64: Fix hardirq tracing in trap return path.David S. Miller2010-04-201-1/+11
| * | | | | | | sparc64: Use correct pt_regs in decode_access_size() error paths.David S. Miller2010-04-191-3/+3
| * | | | | | | sparc64: Fix PREEMPT_ACTIVE value.David S. Miller2010-04-191-1/+1
| * | | | | | | sparc64: Run NMIs on the hardirq stack.David S. Miller2010-04-143-18/+27
| * | | | | | | sparc64: Allocate sufficient stack space in ftrace stubs.David S. Miller2010-04-141-4/+4