summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-2063-1156/+881
|\ \ \
| | | * ARM: 6751/1: vexpress: select applicable errata workarounds in KconfigWill Deacon2011-02-271-0/+3
| | | * ARM: 6753/1: omap4: Enable ARM local timers with OMAP4430 es1.0 exceptionSantosh Shilimkar2011-02-232-0/+5
| | | * ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-239-12/+24
| | | * ARM: integrator: add Integrator/CP sched_clock supportRussell King2011-02-192-1/+8
| | | * ARM: realview/vexpress: consolidate SMP bringup codeRussell King2011-02-198-234/+116
| | | * ARM: realview/vexpress: consolidate localtimer supportRussell King2011-02-195-29/+2
| | | * ARM: integrator/versatile: consolidate FPGA IRQ handling codeRussell King2011-02-199-192/+140
| | | * ARM: rationalize versatile family Kconfig/MakefileRussell King2011-02-193-10/+11
| | | * ARM: realview: remove old AMBA device DMA definitionsRussell King2011-02-196-106/+0
| | | * ARM: versatile: remove old AMBA device DMA definitionsRussell King2011-02-193-24/+0
| | | * ARM: vexpress: use new init_early for clock tree and sched_clock initRussell King2011-02-193-4/+13
| | | * ARM: realview: use new init_early for clock tree and sched_clock initRussell King2011-02-197-13/+12
| | | * ARM: versatile: use new init_early for clock tree and sched_clock initRussell King2011-02-194-12/+14
| | | * ARM: integrator: use new init_early for clock tree initRussell King2011-02-194-5/+17
| | | * ARM: vexpress: switch Versatile Express to use consolidated CLCDRussell King2011-02-192-49/+10
| | | * ARM: realview: switch Realview to use consolidated CLCDRussell King2011-02-192-180/+35
| | | * ARM: versatile: switch Versatile to use consolidated CLCDRussell King2011-02-192-151/+36
| | | * ARM: integrator: switch Integrator platforms to use consolidated CLCDRussell King2011-02-193-56/+15
| | | * ARM: add versatile family consolidated CLCD supportRussell King2011-02-195-0/+199
| | | * ARM: integrator: support CLCD RGB5551 layout for 16bppRussell King2011-02-192-8/+10
| | | * ARM: versatile: support CLCD RGB565 layout with blue LSBRussell King2011-02-191-3/+16
| | | * ARM: 6633/1: vexpress: register platform PATA device.Nick Bowler2011-01-252-0/+26
| | * | ARM: pgtable: add pud-level codeRussell King2011-02-219-22/+116
| | * | ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of memb...Will Deacon2011-02-212-3/+4
| | * | ARM: Use long long format when printing meminfo physical addressesRussell King2011-02-211-6/+8
| | * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-153-7/+8
| | * | ARM: 6671/1: LPAE: use phys_addr_t instead of unsigned long in outercache fun...Will Deacon2011-02-151-6/+8
| | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-154-21/+23
| | * | ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTECatalin Marinas2011-02-141-1/+1
| * | | ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd2011-03-101-7/+7
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-173-10/+193
|\ \ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *---. \ \ \ \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-17263-1460/+2296
| | |\ \ \ \ \ \ \
| | | | * | | | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-2/+2
| * | | | | | | | | ARM: 6647/1: add Versatile Express defconfigLinus Walleij2011-02-191-0/+140
| * | | | | | | | | ARM: 6644/1: mach-ux500: update the U8500 defconfigLinus Walleij2011-02-191-8/+51
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-1720-291/+333
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-171-0/+13
| * | | | | | | | | KVM: MMU: cleanup pte write pathXiao Guangrong2011-03-173-56/+32
| * | | | | | | | | KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong2011-03-171-20/+17
| * | | | | | | | | KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-171-4/+8
| * | | | | | | | | KVM: fix kvmclock regression due to missing clock updateNikola Ciprich2011-03-171-1/+1
| * | | | | | | | | KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov2011-03-171-3/+2
| * | | | | | | | | KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov2011-03-173-21/+35
| * | | | | | | | | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity2011-03-171-0/+5
| * | | | | | | | | KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-173-7/+5
| * | | | | | | | | KVM: MMU: remove unused macrosXiao Guangrong2011-03-172-8/+0
| * | | | | | | | | KVM: MMU: cleanup page alloc and freeXiao Guangrong2011-03-171-5/+5
| * | | | | | | | | KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong2011-03-173-7/+2
| * | | | | | | | | KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong2011-03-171-5/+5
OpenPOWER on IntegriCloud