summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0965-234/+212
|\
| * format-security: move static strings to constKees Cook2017-05-093-6/+6
| * treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-097-11/+3
| * x86: use set_memory.h headerLaura Abbott2017-05-0915-12/+15
| * s390: use set_memory.h headerLaura Abbott2017-05-097-1/+7
| * arm64: use set_memory.h headerLaura Abbott2017-05-092-0/+2
| * arm: use set_memory.h headerLaura Abbott2017-05-094-0/+4
| * treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-098-136/+155
| * scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-099-10/+10
| * mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-092-2/+2
| * treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-8/+2
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-093-6/+6
| * powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-091-13/+10
| * powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-095-37/+16
| * ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-091-22/+0
| * crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-091-0/+4
| * cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-092-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-08121-3150/+7950
|\ \
| * | kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-032-30/+33
| * | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-024-18/+11
| * | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-2735-617/+694
| |\ \
| | * | ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier2017-04-201-1/+0
| | * | ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier2017-04-201-1/+1
| | * | KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones2017-04-191-1/+7
| | * | Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-096-334/+284
| | |\ \
| | | * | KVM: arm64: Use common Set/Way sys definitionsMark Rutland2017-03-221-9/+3
| | | * | KVM: arm64: Use common sysreg definitionsMark Rutland2017-03-222-73/+25
| | | * | KVM: arm64: use common invariant sysreg definitionsMark Rutland2017-03-221-38/+19
| | | * | KVM: arm64: Use common physical timer sysreg definitionsMark Rutland2017-03-221-9/+3
| | | * | KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland2017-03-221-6/+2
| | | * | KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland2017-03-221-56/+22
| | | * | KVM: arm64: Use common debug sysreg definitionsMark Rutland2017-03-221-52/+21
| | | * | KVM: arm64: add SYS_DESC()Mark Rutland2017-03-221-0/+5
| | * | | KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQChristoffer Dall2017-04-091-0/+7
| | * | | KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall2017-04-091-4/+9
| | * | | KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf2017-04-091-9/+9
| | * | | KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-092-0/+4
| | * | | ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier2017-04-092-0/+4
| | * | | arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier2017-04-092-4/+6
| | * | | arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-094-27/+7
| | * | | ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-094-28/+6
| | * | | ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier2017-04-091-1/+11
| | * | | arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP modeMarc Zyngier2017-04-091-15/+9
| | * | | arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier2017-04-093-7/+0
| | * | | arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier2017-04-093-14/+1
| | * | | ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetMarc Zyngier2017-04-092-1/+9
| | * | | ARM: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier2017-04-091-0/+14
| | * | | ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-093-5/+1
| | * | | ARM: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+24