KVM: arm/arm64: vgic-new: enable build
[linux-2.6-block.git] / virt /
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: enable build
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: implement mapped IRQ handling
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Wire up irqfd injection
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_init: implement map_reso...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add userland GIC CPU interfac...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add userland access to VGIC...
2016-05-20 Christoffer DallKVM: arm/arm64: vgic-new: Export register access interface
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: access to...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: implement...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_...
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 SGI system register...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 IROUTER register...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 IDREGS register...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add SGIR register handler
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add TARGET registers handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add CONFIG registers handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add PRIORITY registers handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add ACTIVE registers handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add PENDING registers handlers
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add ENABLE registers handlers
2016-05-20 Marc ZyngierKVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
2016-05-20 Marc ZyngierKVM: arm/arm64: vgic-new: Add MMIO handling framework
2016-05-20 Eric AugerKVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pendi...
2016-05-20 Marc ZyngierKVM: arm/arm64: vgic-new: Add GICv3 world switch backend
2016-05-20 Marc ZyngierKVM: arm/arm64: vgic-new: Add GICv2 world switch backend
2016-05-20 Marc ZyngierKVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
2016-05-20 Christoffer DallKVM: arm/arm64: vgic-new: Add IRQ sorting
2016-05-20 Christoffer DallKVM: arm/arm64: vgic-new: Implement virtual IRQ injection
2016-05-20 Christoffer DallKVM: arm/arm64: vgic-new: Add acccessor to new struct...
2016-05-20 Andre PrzywaraKVM: arm/arm64: move GICv2 emulation defines into arm...
2016-05-20 Andre PrzywaraKVM: arm/arm64: pmu: abstract access to number of SPIs
2016-05-20 Christoffer DallKVM: arm/arm64: Fix MMIO emulation data handling
2016-05-20 Christoffer DallKVM: arm/arm64: Get rid of vgic_cpu->nr_lr
2016-05-20 Christoffer DallKVM: arm/arm64: Move timer IRQ map to latest possible...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic: Remove irq_phys_map from interface
2016-05-20 Andre PrzywaraKVM: arm/arm64: arch_timer: Remove irq_phys_map
2016-05-20 Christoffer DallKVM: arm/arm64: Remove the IRQ field from struct irq_ph...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapp...
2016-05-20 Andre PrzywaraKVM: arm/arm64: vgic: streamline vgic_update_irq_pendin...
2016-05-03 Julien GrallKVM: arm/arm64: vgic: Rely on the GIC driver to parse...
2016-05-03 Julien GrallKVM: arm/arm64: arch_timer: Rely on the arch timer...
2016-04-06 Marc ZyngierKVM: arm/arm64: Handle forward time correction gracefully
2016-04-01 Will Deaconarm64: KVM: Add braces to multi-line if statement in...
2016-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-03-26 Linus TorvaldsMerge tag 'ofs-pull-tag-1' of git://git./linux/kernel...
2016-03-26 Linus TorvaldsMerge tag 'ntb-4.6' of git://github.com/jonmason/ntb
2016-03-26 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge tag 'pm+acpi-4.6-rc1-3' of git://git./linux/kerne...
2016-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-03-25 Linus TorvaldsMerge tag 'firewire-update2' of git://git./linux/kernel...
2016-03-25 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2016-03-25 Linus TorvaldsMerge tag 'asm-generic-4.6' of git://git./linux/kernel...
2016-03-25 Linus TorvaldsMerge tag 'pm+acpi-4.6-rc1-2' of git://git./linux/kerne...
2016-03-25 Linus TorvaldsMerge tag 'rtc-4.6-2' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.6-2' of git://git./linux...
2016-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2016-03-25 Linus TorvaldsMerge tag 'for-linus-20160324' of git://git.infradead...
2016-03-25 Linus TorvaldsMerge tag 'upstream-4.6-rc1' of git://git.infradead...
2016-03-25 Linus TorvaldsMerge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields...
2016-03-25 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2016-03-25 Linus TorvaldsMerge tag 'armsoc-dt2' of git://git./linux/kernel/git...
2016-03-25 Linus TorvaldsMerge tag 'for-4.6' of git://git.osdn.jp/gitroot/uclinu...
2016-03-24 Rafael J. WysockiMerge branches 'acpi-soc', 'acpi-misc', 'acpi-pci'...
2016-03-24 Rafael J. WysockiMerge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and...
2016-03-24 Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-cpuidle'
2016-03-24 Linus TorvaldsMerge tag 'trace-v4.6' of git://git./linux/kernel/git...
2016-03-24 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-03-24 Linus TorvaldsMerge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields...
2016-03-24 Linus TorvaldsMerge tag 'staging-4.6-rc1' of git://git./linux/kernel...
2016-03-24 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2016-03-24 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2016-03-24 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-03-24 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-03-24 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-03-24 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-03-24 Rafael J. WysockiMerge branch 'cpuidle' of git://git./linux/kernel/git...
2016-03-24 Ingo MolnarMerge tag 'perf-core-for-mingo-20160323' of git://git...
2016-03-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-03-24 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.6-1' of git://git...
2016-03-24 Linus TorvaldsMerge tag 'pwm/for-4.6-rc1' of git://git./linux/kernel...
2016-03-23 Linus TorvaldsMerge branch 'for-next-merge' of git://git./linux/kerne...
2016-03-23 Dave AirlieMerge tag 'topic/drm-misc-2016-03-22' of git://anongit...
next