summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-05-09KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov1-0/+6
2013-05-09blackfin: smp: fix smp build after drop asm/system.hSteven Miao2-0/+3
2013-05-09blackfin: fix bootup core clock and system clock displayJames Cosin1-1/+1
2013-05-09ARM: dts: Configure and fix the McSPI pins for 4430sdpTony Lindgren1-0/+12
2013-05-09ARM: dts: AM33XX: Add GPMC nodePhilip Avinash1-0/+12
2013-05-09ARM: dts: OMAP4460: Fix CPU OPP voltagesNishanth Menon1-3/+3
2013-05-09ARM: dts: OMAP36xx: Fix CPU OPP voltagesNishanth Menon1-3/+3
2013-05-09ARM: OMAP4+: omap2plus_defconfig: Enable audio via TWL6040 as modulePeter Ujfalusi1-0/+2
2013-05-09ARM: OMAP2: AM33XX: id: Add support for new AM335x PG2.1 SiVaibhav Hiremath2-2/+7
2013-05-09omap: mux: add AM/DM37x gpiosChristoph Fritz1-1/+5
2013-05-09Merge branch 'omap-gpmc-fixes-for-v3.10' of git://github.com/jonhunter/linux ...Tony Lindgren1-26/+12
2013-05-09ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init()Wei Yongjun1-4/+4
2013-05-09ARM: OMAP2+: omap_device: use late_initcall_syncKevin Hilman2-1/+2
2013-05-09ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI devicesAaro Koskinen1-2/+2
2013-05-09ARM: OMAP3: Beagle: Fix USB Host on beagle xM Ax/BxRoger Quadros1-3/+3
2013-05-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-12/+17
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2-8/+6
2013-05-09ARM: dts: OMAP4: Fix ethernet IRQ for OMAP4 boardsJon Hunter2-2/+2
2013-05-08xen: mask x2APIC feature in PVZhenzhong Duan1-0/+3
2013-05-08xen/spinlock: Fix check from greater than to be also be greater or equal to.Konrad Rzeszutek Wilk1-1/+1
2013-05-08xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk1-0/+3
2013-05-08MIPS: microMIPS: Support dynamic ASID sizing.Steven J. Hill1-2/+32
2013-05-08MIPS: Allow ASID size to be determined at boot time.Steven J. Hill10-61/+137
2013-05-08MIPS: FW: malta: Code formatting clean-ups.Steven J. Hill4-88/+64
2013-05-08MIPS: FW: Remove obsolete header file for MTI platforms.Steven J. Hill14-61/+4
2013-05-08MIPS: FW: malta: Use new common FW library variable processing.Steven J. Hill5-199/+28
2013-05-08MIPS: FW: sead3: Use new common FW library variable processing.Steven J. Hill4-86/+51
2013-05-08MIPS: FW: Add environment variable processing.Steven J. Hill3-0/+150
2013-05-08MIPS: Add declarations to MIPS Technologies Inc. generic header.Steven J. Hill1-0/+3
2013-05-08MIPS: sead3: Use generic suspend/resume for LEDs.Lars-Peter Clausen1-22/+2
2013-05-08KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti1-20/+20
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas1-1/+2
2013-05-08arm64: dts: fix #address-cells for foundation-v8Mark Rutland1-1/+1
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas3-5/+8
2013-05-08arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas1-0/+1
2013-05-08Merge branch 'gic' into HEADCatalin Marinas22-165/+10
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-68/+13
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-08MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal1-0/+1
2013-05-08MIPS: ASM offsets for VCPU arch specific fields.Sanjay Lal1-0/+66
2013-05-08MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs o...Sanjay Lal1-0/+6
2013-05-08MIPS: Export routines needed by the KVM module.Sanjay Lal3-2/+7
2013-05-08KVM/MIPS32: Routines to handle specific traps/exceptions while executing the ...Sanjay Lal2-0/+496
2013-05-08KVM/MIPS32: Guest interrupt delivery.Sanjay Lal2-0/+292
2013-05-08KVM/MIPS32: COP0 accesses profiling.Sanjay Lal1-0/+82
2013-05-08KVM/MIPS32: Release notes and KVM module MakefileSanjay Lal2-0/+44
2013-05-08KVM/MIPS32: MMU/TLB operations for the Guest.Sanjay Lal1-0/+932
2013-05-08KVM/MIPS32: Privileged instruction/target branch emulation.Sanjay Lal2-0/+1853
2013-05-08KVM/MIPS32: KVM Guest kernel support.Sanjay Lal7-3/+52