index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-10
KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
Marc Zyngier
3
-2
/
+116
2017-11-10
KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
Marc Zyngier
7
-0
/
+123
2017-11-10
KVM: arm/arm64: GICv4: Add property field and per-VM predicate
Marc Zyngier
3
-0
/
+10
2017-11-10
KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
Marc Zyngier
1
-9
/
+11
2017-11-10
KVM: arm/arm64: vITS: Add MSI translation helpers
Marc Zyngier
2
-41
/
+58
2017-11-06
KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
Marc Zyngier
1
-2
/
+2
2017-11-06
KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
Marc Zyngier
1
-0
/
+2
2017-11-06
KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
Eric Auger
3
-41
/
+51
2017-11-06
KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
Eric Auger
3
-0
/
+46
2017-11-06
KVM: arm/arm64: fix the incompatible matching for external abort
Dongjiu Geng
2
-2
/
+2
2017-11-06
KVM: arm/arm64: Unify 32bit fault injection
Marc Zyngier
5
-218
/
+131
2017-11-06
KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
Eric Auger
3
-49
/
+58
2017-11-06
KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
Eric Auger
1
-0
/
+20
2017-11-06
KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
Eric Auger
1
-4
/
+18
2017-11-06
KVM: arm/arm64: vgic-its: New helper functions to free the caches
wanghaibin
1
-21
/
+20
2017-11-06
KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
Eric Auger
1
-12
/
+2
2017-11-06
arm/arm64: KVM: Load the timer state when enabling the timer
Christoffer Dall
1
-0
/
+4
2017-11-06
KVM: arm/arm64: Rework kvm_timer_should_fire
Christoffer Dall
3
-4
/
+24
2017-11-06
KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
Christoffer Dall
3
-26
/
+0
2017-11-06
KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
Christoffer Dall
1
-24
/
+51
2017-11-06
KVM: arm/arm64: Move phys_timer_emulate function
Christoffer Dall
1
-16
/
+16
2017-11-06
KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
Christoffer Dall
1
-27
/
+14
2017-11-06
KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
Christoffer Dall
3
-2
/
+43
2017-11-06
KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
Christoffer Dall
3
-94
/
+178
2017-11-06
KVM: arm/arm64: Set VCPU affinity for virt timer irq
Christoffer Dall
1
-0
/
+9
2017-11-06
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
8
-52
/
+95
2017-11-06
KVM: arm/arm64: Use separate timer for phys timer emulation
Christoffer Dall
2
-5
/
+19
2017-11-06
KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
Christoffer Dall
1
-13
/
+13
2017-11-06
KVM: arm/arm64: Rename soft timer to bg_timer
Christoffer Dall
2
-10
/
+10
2017-11-06
KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
Christoffer Dall
2
-25
/
+11
2017-11-06
KVM: arm/arm64: Check that system supports split eoi/deactivate
Christoffer Dall
2
-4
/
+10
2017-11-06
KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
Christoffer Dall
8
-72
/
+107
2017-11-06
KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
Christoffer Dall
1
-0
/
+3
2017-11-06
arm64: Use physical counter for in-kernel reads when booted in EL2
Christoffer Dall
2
-5
/
+9
2017-11-06
arm64: Implement arch_counter_get_cntpct to read the physical counter
Christoffer Dall
2
-5
/
+26
2017-11-02
irqchip: mips-gic: Make IPI bitmaps static
Paul Burton
1
-2
/
+2
2017-11-02
irqchip: mips-gic: Share register writes in gic_set_type()
Paul Burton
1
-23
/
+23
2017-11-02
irqchip: mips-gic: Remove gic_vpes variable
Paul Burton
1
-5
/
+0
2017-11-02
irqchip: mips-gic: Use num_possible_cpus() to reserve IPIs
Paul Burton
1
-5
/
+7
2017-11-02
irqchip: mips-gic: Configure EIC when CPUs come online
Paul Burton
1
-7
/
+5
2017-11-02
irqchip: mips-gic: Mask local interrupts when CPUs come online
Paul Burton
1
-10
/
+4
2017-11-02
irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs
Paul Burton
2
-16
/
+57
2017-11-02
irqchip: mips-gic: Inline gic_local_irq_domain_map()
Paul Burton
1
-36
/
+22
2017-11-02
irqchip/meson-gpio: add support for Meson8 SoCs
Martin Blumenstingl
2
-0
/
+6
2017-11-02
irqdomain: Update the comments of fwnode field of irq_domain structure
Dou Liyang
1
-2
/
+2
2017-11-02
irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
Marc Zyngier
2
-9
/
+69
2017-11-02
irqchip/gic-v3-its: Setup VLPI properties at map time
Marc Zyngier
2
-2
/
+18
2017-11-01
irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...
Rakib Mullick
1
-4
/
+2
2017-10-31
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-5
/
+1
2017-10-29
genirq: Document vcpu_info usage for percpu_devid interrupts
Christoffer Dall
1
-1
/
+2
[next]