aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-01-23Merge remote-tracking branch 'lsk/v3.10/topic/dma-mapping' into lsk-v3.10-arm...Mark Brown
2015-01-22common: dma-mapping: introduce common remapping functionsv3.10/topic/dma-mappingLaura Abbott
2015-01-22lib/genalloc.c: add genpool range check functionLaura Abbott
2015-01-22lib/genalloc.c: add power aligned algorithmLaura Abbott
2015-01-16reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt
2014-10-02include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton
2014-10-02arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall
2014-10-02arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall
2014-10-02arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall
2014-10-02KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-10-02KVM: forward declare structs in kvm_types.hPaolo Bonzini
2014-10-02KVM: Unconditionally export KVM_CAP_USER_NMIChristoffer Dall
2014-10-02KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall
2014-10-02KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-10-02KVM: add kvm_arch_sched_inRadim Krčmář
2014-10-02KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-10-02KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-10-02KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-10-02KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-10-02KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf
2014-10-02KVM: Rename and add argument to check_extensionAlexander Graf
2014-10-02KVM: ARM: vgic: add the GICv3 backendMarc Zyngier
2014-10-02arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier
2014-10-02KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier
2014-10-02KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier
2014-10-02KVM: ARM: introduce vgic_params structureMarc Zyngier
2014-10-02KVM: ARM: vgic: introduce vgic_enableMarc Zyngier
2014-10-02KVM: ARM: vgic: abstract VMCR accessMarc Zyngier
2014-10-02KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier
2014-10-02KVM: ARM: vgic: abstract MISR decodingMarc Zyngier
2014-10-02KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier
2014-10-02KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier
2014-10-02KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier
2014-10-02KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier
2014-10-02arm64: KVM: allow export and import of generic timer regsAlex Bennée
2014-10-02KVM: prepare for KVM_(S|G)ET_MP_STATE on other architecturesDavid Hildenbrand
2014-10-02kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-10-02KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API headerAnup Patel
2014-10-02ARM/ARM64: KVM: Add common header for PSCI related definesAnup Patel
2014-10-02KVM: Add capability to advertise PSCI v0.2 supportAnup Patel
2014-10-02KVM: add kvm_is_error_gpa() helperHeiko Carstens