summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-2516-1106/+40
|\
| * cris: Remove old legacy "-traditional" flag from arch-v10/lib/MakefilePaul Gortmaker2012-04-191-3/+0
| * CRIS: Remove legacy RTC driversJesper Nilsson2012-04-058-1090/+7
| * cris/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-04-041-5/+26
| * cris:fix the wrong function declearWanlong Gao2012-04-031-1/+1
| * CRIS: Add _sdata to vmlinux.lds.SJesper Nilsson2012-04-031-0/+1
| * cris: posix_types.h, include asm-generic/posix_types.hJiri Slaby2012-04-031-0/+2
| * cris/arch-v32: cryptocop: Use kzallocJesper Nilsson2012-04-031-4/+2
| * cris:removed the unused variableWanlong Gao2012-04-031-2/+0
| * CRISv32: Correct name of read_mostly section.Jesper Nilsson2012-04-031-1/+1
* | openrisc: use generic strncpy_from_userJonas Bonn2012-05-253-59/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-24110-1902/+4884
|\ \
| * | KVM: s390: onereg for timer related registersJason J. herne2012-05-172-0/+18
| * | KVM: s390: epoch difference and TOD programmable fieldCarsten Otte2012-05-172-0/+19
| * | KVM: s390: KVM_GET/SET_ONEREG for s390Carsten Otte2012-05-171-0/+38
| * | KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-172-0/+5
| * | KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
| * | KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-162-48/+29
| * | KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-161-5/+31
| * | KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-161-1/+5
| * | KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-141-24/+2
| * | KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-141-1/+1
| * | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-05-0825-462/+685
| |\ \
| | * | KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-068-144/+190
| | * | KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-065-137/+56
| | * | kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-065-1/+80
| | * | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-069-112/+191
| | * | KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman2012-05-061-1/+1
| | * | KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf2012-05-061-0/+3
| | * | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-061-13/+22
| | * | KVM: PPC: Fix stbux emulationAlexander Graf2012-05-061-1/+1
| | * | KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fieldsMihai Caraman2012-05-061-8/+8
| | * | KVM: PPC: Book3S: PR: No isync in slbie pathAlexander Graf2012-05-061-2/+0
| | * | KVM: PPC: Book3S: PR: Optimize entry pathAlexander Graf2012-05-061-6/+7
| | * | KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs.Varun Sethi2012-05-062-12/+12
| | * | KVM: PPC: Restrict PPC_[L|ST]D macro to asm codeAlexander Graf2012-05-061-0/+2
| | * | KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from t...Varun Sethi2012-05-062-20/+12
| | * | KVM: PPC: Use clockevent multiplier and shifter for decrementerBharat Bhushan2012-05-063-3/+10
| | * | KVM: Use minimum and maximum address mapped by TLB1Bharat Bhushan2012-05-062-2/+90
| * | | KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-061-5/+3
| * | | KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-061-55/+56
| * | | KVM guest: make kvm_para_available() check hypervisor bit reading cpuid leafGleb Natapov2012-05-061-8/+10
| * | | KVM: fix cpuid eax for KVM leafMichael S. Tsirkin2012-05-061-1/+1
| |/ /
| * | KVM: s390: implement KVM_CAP_NR/MAX_VCPUSChristian Borntraeger2012-05-021-0/+4
| * | KVM: s390: Handle sckpf instructionCornelia Huck2012-04-303-0/+33
| * | KVM: s390: use kvm_vcpu_on_spin for diag 0x44Christian Borntraeger2012-04-301-3/+1
| * | KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-303-0/+27
| * | KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-272-14/+24
| * | KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-241-1/+1
| * | KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-242-5/+11