summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: Get rid of kvm_kvfree()Thomas Huth2015-03-101-4/+4
* KVM: ioapic: Record edge-triggered interrupts delivery statusWincy Van2015-03-102-1/+7
* KVM: SVM: use kvm_register_write()/read()David Kaplan2015-03-101-10/+9
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-094-45/+40
|\
| * Merge tag 'kvm-s390-master-20150303' of git://git.kernel.org/pub/scm/linux/ke...Marcelo Tosatti2015-03-054-45/+40
| |\
| | * KVM: s390: non-LPAR case obsolete during facilities mask initMichael Mueller2015-03-041-16/+1
| | * KVM: s390: include guest facilities in kvm facility testMichael Mueller2015-03-044-22/+25
| | * KVM: s390: fix in memory copy of facility listsMichael Mueller2015-03-041-2/+2
| | * KVM: s390/cpacf: Fix kernel bug under z/VMChristian Borntraeger2015-03-041-3/+6
| | * KVM: s390/cpacf: Enable key wrapping by defaultTony Krowiak2015-03-031-3/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-097-37/+36
|\ \ \
| * | | s390/mm: fix incorrect ASCE after crst_table_downgradeMartin Schwidefsky2015-03-021-1/+1
| * | | s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens2015-03-021-1/+1
| * | | s390/pci: unify pci_iomap symbol exportsSebastian Ott2015-02-271-2/+2
| * | | s390/pci: fix [un]map_resources sequenceSebastian Ott2015-02-271-10/+14
| * | | s390: let the compiler do page clearingChristian Borntraeger2015-02-261-10/+1
| * | | s390/pci: fix possible information leak in mmio syscallSebastian Ott2015-02-261-9/+8
| * | | s390/jump label: improve and fix sanity checkHeiko Carstens2015-02-261-4/+8
| * | | s390/jump label: add missing jump_label_apply_nops() callHeiko Carstens2015-02-261-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-095-6/+7
|\ \ \ \
| * | | | ARM: fix typos in smc91x platform dataArnd Bergmann2015-03-044-4/+5
| * | | | dtb: change binding name to match with newer firmware DTIyappan Subramanian2015-03-041-2/+2
| | |/ / | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-071-1/+4
|\ \ \ \
| * | | | arm64: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-061-1/+4
* | | | | Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-061-3/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-resources'Rafael J. Wysocki2015-03-051-3/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/PCI/ACPI: Ignore resources consumed by host bridge itselfJiang Liu2015-03-041-3/+8
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-053-22/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-051-17/+11
| * | | | x86/intel/quark: Select COMMON_CLKAndy Shevchenko2015-03-051-0/+1
| * | | | x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-03-051-5/+8
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-049-26/+31
|\ \ \ \ \
| * | | | | KVM: MIPS: Enable after disabling interruptTapasweni Pathak2015-03-021-0/+1
| * | | | | KVM: MIPS: Fix trace event to save PC directlyJames Hogan2015-03-021-3/+3
| * | | | | KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář2015-03-022-8/+2
| * | | | | KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-02-231-1/+2
| * | | | | KVM: VMX: fix build without CONFIG_SMPRadim Krčmář2015-02-231-9/+14
| * | | | | arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang2015-02-232-4/+8
| * | | | | ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka2015-02-231-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'arc-4.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-046-36/+73
|\ \ \ \ \
| * | | | | ARC: Fix thread_saved_pc()Vineet Gupta2015-02-272-26/+2
| * | | | | ARC: Fix KSTK_ESP()Vineet Gupta2015-02-272-7/+8
| * | | | | ARC: perf: Enable generic software eventsVineet Gupta2015-02-272-2/+12
| * | | | | ARC: Make arc_unwind_core accessible externallyVineet Gupta2015-02-272-1/+51
| |/ / / /
* | | | | Merge tag 'powerpc-4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-03-046-28/+45
|\ \ \ \ \
| * | | | | powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan2015-03-044-26/+34
| * | | | | powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman2015-03-041-2/+2
| * | | | | powerpc: Re-enable dynticksPaul Clarke2015-02-231-0/+9
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-038-4/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann2015-02-288-4/+47