summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-11-03KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-10-31KVM: x86: emulate SAHF instructionPaolo Bonzini1-1/+14
2013-10-31kvm/vmx: error message typo fixMichael S. Tsirkin1-1/+1
2013-10-31KVM: x86: fix KVM_SET_XCRS loopPaolo Bonzini1-2/+2
2013-10-31KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVEPaolo Bonzini1-1/+10
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson3-4/+23
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson4-4/+4
2013-10-30kvm: Add VFIO deviceAlex Williamson2-1/+2
2013-10-30kvm: Emulate MOVBEBorislav Petkov2-5/+66
2013-10-30kvm, emulator: Add initial three-byte insns supportBorislav Petkov1-0/+30
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov3-10/+9
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov3-6/+11
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov4-14/+63
2013-10-28Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini8-52/+230
2013-10-28nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka1-1/+2
2013-10-28nVMX: Fix pick-up of uninjected NMIsJan Kiszka1-1/+1
2013-10-28KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka1-1/+2
2013-10-17KVM: ARM: Transparent huge page (THP) supportChristoffer Dall1-2/+56
2013-10-17KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall5-44/+158
2013-10-17KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2-6/+9
2013-10-17ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier3-2/+9
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov172-658/+1140
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov14-130/+242
2013-10-15Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-10-15Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-15/+28
2013-10-15Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+14
2013-10-15Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+9
2013-10-15KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T1-3/+14
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-2/+2
2013-10-15Revert "ARM: init: add support for reserved memory defined by device tree"Marek Szyprowski1-3/+0
2013-10-14Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-9/+44
2013-10-14KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
2013-10-14KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall1-4/+0
2013-10-14KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
2013-10-14KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: Move gfn_to_index to x86 specific codeChristoffer Dall1-0/+7
2013-10-13ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2013-10-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-9/+49
2013-10-13ARM: exynos: dts: Update 5250 arch timer node with clock frequencyYuvaraj Kumar C D1-0/+5
2013-10-13Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...Olof Johansson7-9/+44
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller1-1/+14
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin1-5/+10
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-13parisc: mark parisc_terminate() noreturn and cold.Helge Deller1-1/+1
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller1-5/+0
2013-10-13parisc: kill SMP single function call interruptJiang Liu1-7/+1
2013-10-13parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven1-0/+1
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin8-124/+184