summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-03-13KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras1-67/+0
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini41-1066/+1563
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2-5/+11
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2-16/+33
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini1-1/+1
2014-01-27KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras3-0/+4
2014-01-27KVM: PPC: Book3S HV: Add software abort codes for transactional memoryMichael Neuling1-0/+2
2014-01-27KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling4-8/+114
2014-01-27powerpc/Kconfig: Make TM select VSX and VMXMichael Neuling1-0/+2
2014-01-27KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard5-11/+30
2014-01-27KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras6-9/+51
2014-01-27KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras3-0/+9
2014-01-27KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2-0/+8
2014-01-27KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2-5/+18
2014-01-27KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from napPaul Mackerras1-115/+77
2014-01-27KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2-1/+17
2014-01-27KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2-1/+11
2014-01-27KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8Paul Mackerras1-1/+7
2014-01-27KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling6-3/+361
2014-01-27KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras6-337/+397
2014-01-27KVM: PPC: Book3S HV: Don't set DABR on POWER8Michael Neuling2-3/+12
2014-01-27kvm/ppc: IRQ disabling cleanupScott Wood4-32/+26
2014-01-27KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()Mihai Caraman1-1/+1
2014-01-27KVM: PPC: Book3S HV: use xics_wake_cpu only when definedAndreas Schwab1-1/+6
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater6-10/+42
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka4-12/+39
2014-01-24KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld1-2/+4
2014-01-23KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld1-0/+1
2014-01-23Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini4-7/+42
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-126/+468
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-285/+711
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-10/+10
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-59/+57
2014-01-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds28-212/+153
2014-01-22Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-57/+1
2014-01-22x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko3-3/+3
2014-01-22arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar1-6/+2
2014-01-22arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-22arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar2-2/+2
2014-01-22mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-2/+2
2014-01-22x86: memblock: set current limit to max low memory addressSantosh Shilimkar2-3/+3
2014-01-22acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen1-0/+44
2014-01-22acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen2-0/+7
2014-01-22memblock: make memblock_set_node() support different memblock_typeTang Chen10-15/+23
2014-01-22mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman6-179/+65
2014-01-22arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao1-0/+1
2014-01-22score: remove "select HAVE_GENERIC_HARDIRQS" againGeert Uytterhoeven1-1/+0
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds1-2/+2
2014-01-21Merge tag 'sound-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds10-875/+316
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne3-5/+32