summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-058-124/+421
|\
| * KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
| * KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini2013-06-031-1/+4
| * KVM: Emulate multibyte NOPPaolo Bonzini2013-06-031-1/+3
| * ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier2013-06-031-15/+26
| * ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara2013-06-031-2/+13
| * mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney2013-06-031-9/+9
| * mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2013-06-034-75/+322
| * mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_io...David Daney2013-06-031-3/+3
| * mips/kvm: Fix name of gpr field in struct kvm_regs.David Daney2013-06-032-3/+4
| * mips/kvm: Fix ABI for use of 64-bit registers.David Daney2013-06-031-5/+11
| * mips/kvm: Fix ABI for use of FPU.David Daney2013-06-031-8/+21
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-06-052-18/+20
|\ \
| * | microblaze: Use static inline functions in cacheflush.hMichal Simek2013-06-031-16/+18
| * | microblaze: Fix sparse warningsMichal Simek2013-06-031-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-06-031-10/+19
|\ \ \
| * | | m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain2013-05-311-10/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-06-036-24/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | s390/pgtable: Fix gmap notifier addressChristian Borntraeger2013-05-311-1/+1
| * | | s390/pgtable: Fix check for pgste/storage key handlingChristian Borntraeger2013-05-281-4/+11
| * | | arch: s390: appldata: using strncpy() and strnlen() instead of sprintf()Chen Gang2013-05-281-2/+5
| * | | s390/smp: lost IPIs on cpu hotplugHeiko Carstens2013-05-271-16/+11
| * | | kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu2013-05-221-0/+1
| * | | s390/dma: do not call debug_dma after freeSebastian Ott2013-05-221-1/+1
* | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/dell...Linus Torvalds2013-06-024-7/+5
|\ \ \ \
| * | | | parisc: kernel: using strlcpy() instead of strcpy()Chen Gang2013-06-011-1/+2
| * | | | parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle2013-06-011-1/+1
| * | | | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller2013-06-011-4/+1
| * | | | parisc: memory overflow, 'name' length is too short for usingChen Gang2013-06-011-1/+1
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-06-0126-123/+237
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | powerpc/cputable: Fix typo on P7+ cputable entryWill Schmidt2013-06-011-1/+1
| * | | | powerpc/perf: Add missing SIER supportMichael Ellerman2013-06-011-12/+25
| * | | | powerpc/perf: Revert to original NO_SIPR logicMichael Ellerman2013-06-011-24/+6
| * | | | powerpc/pci: Remove the unused variables in pci_process_bridge_OF_rangesKevin Hao2013-06-011-4/+1
| * | | | powerpc/pci: Remove the stale comments of pci_process_bridge_OF_rangesKevin Hao2013-06-011-9/+0
| * | | | powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMPSrivatsa S. Bhat2013-06-011-0/+2
| * | | | powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulationPaul Mackerras2013-06-014-0/+34
| * | | | powerpc/32bit:Store temporary result in r0 instead of r8Priyanka Jain2013-06-011-1/+1
| * | | | powerpc/mm: Always invalidate tlb on hpte invalidate and updateAneesh Kumar K.V2013-06-011-8/+22
| * | | | powerpc/pseries: Improve stream generation comments in copypage/userMichael Neuling2013-06-012-13/+18
| * | | | powerpc/pseries: Kill all prefetch streams on context switchMichael Neuling2013-06-012-0/+18
| * | | | powerpc/cputable: Fix oprofile_cpu_type on power8Nishanth Aravamudan2013-06-011-2/+2
| * | | | powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPUchenhui zhao2013-06-011-2/+2
| * | | | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-06-016-36/+55
| * | | | powerpc/tm: Move TM abort cause codes to uapiMichael Neuling2013-06-014-14/+21
| * | | | powerpc/tm: Abort on emulation and alignment faultsMichael Neuling2013-06-012-0/+31
| * | | | powerpc/tm: Make room for hypervisor in abort cause codesMichael Neuling2013-06-011-7/+8
* | | | | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-06-014-6/+25
|\ \ \ \ \
| * | | | | arm64: don't kill the kernel on a bad esr from el0Mark Rutland2013-05-311-3/+9
| * | | | | arm64: treat unhandled compat el0 traps as undefMark Rutland2013-05-311-0/+10