summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-10efi: fix 32bit kernel boot failed problem using efiFupan Li1-1/+1
2015-08-10avr32: handle NULL as a valid clock objectAndy Shevchenko1-1/+19
2015-08-10x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov1-0/+4
2015-08-10tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-08-10ARC: make sure instruction_pointer() returns unsigned valueAlexey Brodkin1-1/+1
2015-08-10s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-08-03MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-08-03arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-08-03arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-08-03arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-08-03arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-08-03ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta1-4/+5
2015-07-10x86/iosf: Add Kconfig prompt for IOSF_MBI selectionDavid E. Box1-2/+12
2015-07-10arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier3-4/+7
2015-07-10arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2-1/+2
2015-07-10arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2015-07-10arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-2/+11
2015-07-10KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář3-4/+4
2015-07-10MIPS: Fix KVM guest fixmap addressJames Hogan1-0/+4
2015-07-10x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas1-0/+11
2015-07-10x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas1-2/+4
2015-07-10powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard1-1/+10
2015-07-10arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2-8/+22
2015-07-10sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan1-1/+1
2015-07-03arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall1-0/+5
2015-07-03arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall4-0/+74
2015-07-03arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall5-2/+12
2015-07-03arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall1-0/+2
2015-07-03arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2015-07-03arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel1-1/+6
2015-07-03arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-07-03arm64: KVM: fix unmapping with 48-bit VAsMark Rutland1-1/+2
2015-07-03arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper1-1/+1
2015-07-03arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall1-0/+11
2015-07-03arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel1-0/+6
2015-07-03arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2015-07-03arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp3-6/+16
2015-07-03ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel3-25/+9
2015-07-03bus: mvebu: pass the coherency availability information at init timeGreg Ungerer5-3/+19
2015-07-03KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-07-03ARM: clk-imx6q: refine sata's parentSebastien Szymanski1-1/+1
2015-07-03x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas1-1/+1
2015-07-03config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selectedKonrad Rzeszutek Wilk1-1/+1
2015-07-03kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin1-2/+5
2015-07-03arm64: dma-mapping: always clear allocated buffersMarek Szyprowski1-2/+1
2015-06-29KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2-2/+2
2015-06-29KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2-2/+2
2015-06-29KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2-2/+2
2015-06-29ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2015-06-29ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu1-3/+1