index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
Age
Commit message (
Expand
)
Author
Lines
2016-06-02
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
Marc Zyngier
-3
/
+1
2016-05-31
KVM: arm/arm64: vgic-v3: Always resample level interrupts
Marc Zyngier
-5
/
+9
2016-05-31
KVM: arm/arm64: vgic-v2: Always resample level interrupts
Marc Zyngier
-5
/
+9
2016-05-31
KVM: arm/arm64: vgic-v2: Clear all dirty LRs
Christoffer Dall
-4
/
+3
2016-05-20
KVM: arm/arm64: vgic-new: Synchronize changes to active state
Christoffer Dall
-39
/
+66
2016-05-20
KVM: arm/arm64: vgic-new: enable build
Andre Przywara
-0
/
+5
2016-05-20
KVM: arm/arm64: vgic-new: implement mapped IRQ handling
Andre Przywara
-0
/
+53
2016-05-20
KVM: arm/arm64: vgic-new: Wire up irqfd injection
Andre Przywara
-0
/
+52
2016-05-20
KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
Eric Auger
-2
/
+32
2016-05-20
KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
Eric Auger
-0
/
+175
2016-05-20
KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
Eric Auger
-0
/
+239
2016-05-20
KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
Eric Auger
-0
/
+84
2016-05-20
KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
Eric Auger
-0
/
+245
2016-05-20
KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
Andre Przywara
-2
/
+116
2016-05-20
KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
Andre Przywara
-0
/
+72
2016-05-20
KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
Andre Przywara
-1
/
+54
2016-05-20
KVM: arm/arm64: vgic-new: Export register access interface
Christoffer Dall
-0
/
+38
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
Eric Auger
-2
/
+90
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
Eric Auger
-0
/
+38
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
Eric Auger
-0
/
+89
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
Eric Auger
-0
/
+22
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
Eric Auger
-4
/
+79
2016-05-20
KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
Eric Auger
-0
/
+110
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
Andre Przywara
-0
/
+106
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
Andre Przywara
-1
/
+40
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
Andre Przywara
-2
/
+14
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
Andre Przywara
-2
/
+30
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
Andre Przywara
-1
/
+48
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
Andre Przywara
-0
/
+238
2016-05-20
KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
Andre Przywara
-2
/
+60
2016-05-20
KVM: arm/arm64: vgic-new: Add SGIR register handler
Andre Przywara
-1
/
+42
2016-05-20
KVM: arm/arm64: vgic-new: Add TARGET registers handlers
Andre Przywara
-1
/
+42
2016-05-20
KVM: arm/arm64: vgic-new: Add CONFIG registers handlers
Andre Przywara
-1
/
+55
2016-05-20
KVM: arm/arm64: vgic-new: Add PRIORITY registers handlers
Andre Przywara
-1
/
+50
2016-05-20
KVM: arm/arm64: vgic-new: Add ACTIVE registers handlers
Andre Przywara
-2
/
+93
2016-05-20
KVM: arm/arm64: vgic-new: Add PENDING registers handlers
Andre Przywara
-2
/
+74
2016-05-20
KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
Andre Przywara
-2
/
+69
2016-05-20
KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
Marc Zyngier
-1
/
+64
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
Andre Przywara
-0
/
+106
2016-05-20
KVM: arm/arm64: vgic-new: Add MMIO handling framework
Marc Zyngier
-0
/
+283
2016-05-20
KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
Eric Auger
-0
/
+25
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
Marc Zyngier
-5
/
+211
2016-05-20
KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
Marc Zyngier
-0
/
+188
2016-05-20
KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
Marc Zyngier
-0
/
+194
2016-05-20
KVM: arm/arm64: vgic-new: Add IRQ sorting
Christoffer Dall
-0
/
+57
2016-05-20
KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
Christoffer Dall
-0
/
+212
2016-05-20
KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
Christoffer Dall
-0
/
+63
2016-05-20
KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
Andre Przywara
-7
/
+1
2016-05-20
KVM: arm/arm64: pmu: abstract access to number of SPIs
Andre Przywara
-11
/
+14
2016-05-20
KVM: arm/arm64: Fix MMIO emulation data handling
Christoffer Dall
-7
/
+0
[next]