summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: ARM: Remove duplicate includeSachin Kamat2014-01-081-2/+0
* arm/arm64: KVM: relax the requirements of VMA alignment for THPMarc Zyngier2014-01-081-7/+9
* arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall2013-12-212-16/+25
* arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar2013-12-113-4/+6
* KVM: s390: Removed kvm_s390_inject_sigp_stop()Thomas Huth2013-11-282-7/+0
* KVM: s390: Add SIGP store-status-at-address orderThomas Huth2013-11-282-0/+36
* KVM: s390: fix diagnose code extractionHeiko Carstens2013-11-281-1/+1
* KVM: s390: Fix clock comparator field for STORE STATUSThomas Huth2013-11-281-1/+3
* KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUSThomas Huth2013-11-283-13/+31
* KVM: s390: Do not set CC3 for EQBS and SQBSThomas Huth2013-11-281-2/+0
* KVM: s390: Fix access to CR6 in TPI handlerThomas Huth2013-11-281-1/+1
* KVM: s390: Removed VIRTIODESCSPACEThomas Huth2013-11-281-3/+0
* KVM: s390: Removed SIE_INTERCEPT_UCONTROLThomas Huth2013-11-282-20/+6
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-221-2/+2
|\
| * Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-211-2/+2
| |\
| | * x86/early quirk: use gen6 stolen detection for VLVJesse Barnes2013-11-141-2/+2
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-228-14/+39
|\ \ \
| * | | ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon2013-11-201-0/+1
| * | | ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon2013-11-201-1/+1
| * | | ARM: 7892/1: Fix warning for V7M buildsOlof Johansson2013-11-191-1/+1
| * | | ARM: 7888/1: seccomp: not compatible with ARM OABIKees Cook2013-11-141-1/+6
| * | | ARM: 7886/1: make OABI default to offKees Cook2013-11-141-2/+1
| * | | ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resumeMahesh Sivasubramanian2013-11-141-5/+12
| * | | ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek2013-11-141-2/+2
| * | | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky2013-11-141-1/+5
| * | | ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky2013-11-141-1/+8
| * | | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky2013-11-141-0/+1
| * | | ARM: Fix nommu.c build warningRussell King2013-11-141-0/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-222-7/+29
|\ \ \ \
| * | | | kvm: mmu: delay mmu audit activationSasha Levin2013-11-201-1/+1
| * | | | Merge tag 'kvm-arm-fixes-3.13-1' of git://git.linaro.org/people/cdall/linux-k...Gleb Natapov2013-11-191-6/+28
| |\ \ \ \
| | * | | | arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall2013-11-161-6/+28
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-2220-36/+75
|\ \ \ \ \ \
| * | | | | | powerpc/signals: Mark VSX not saved with small contextsMichael Neuling2013-11-211-1/+9
| * | | | | | powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman2013-11-211-0/+1
| * | | | | | powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-214-17/+22
| * | | | | | powerpc/vio: Fix a dma_mask issue of vioLi Zhong2013-11-211-1/+1
| * | | | | | powerpc: booke: Fix build failuresAneesh Kumar K.V2013-11-217-0/+9
| * | | | | | powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard2013-11-211-1/+1
| * | | | | | powerpc: Only print PACATMSCRATCH in oops when TM is activeAnton Blanchard2013-11-211-1/+2
| * | | | | | powerpc/pseries: Duplicate dtl entries sometimes sent to userspaceAnton Blanchard2013-11-211-2/+2
| * | | | | | powerpc: Remove a few lines of oops outputAnton Blanchard2013-11-211-9/+9
| * | | | | | powerpc: Print DAR and DSISR on machine check oopsesAnton Blanchard2013-11-211-1/+1
| * | | | | | powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens2013-11-211-2/+3
| * | | | | | powerpc/eeh: More accurate logGavin Shan2013-11-211-2/+7
| * | | | | | powerpc/eeh: Enable PCI_COMMAND_MASTER for PCI bridgesGavin Shan2013-11-211-0/+9
* | | | | | | x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov2013-11-211-1/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-2013-34/+542
|\ \ \ \ \ \
| * | | | | | powerpc: Wrong DWARF CFI in the kernel vdso for little-endian / ELFv2Ulrich Weigand2013-11-211-1/+15
| * | | | | | powerpc: Add pseries_le_defconfigAnton Blanchard2013-11-211-0/+352