index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
irqchip
/
arm-gic-v3.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
1
-0
/
+4
|
\
|
*
irqchip/gic-v3: Add support for Range Selector (RS) feature
Shanker Donthineni
2017-10-19
1
-0
/
+4
*
|
irqchip/gic-v3-its: Add missing changes to support 52bit physical address
Shanker Donthineni
2017-10-13
1
-0
/
+2
|
/
*
irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
Marc Zyngier
2017-08-31
1
-0
/
+1
*
irqchip/gic-v3-its: Add VPE scheduling
Marc Zyngier
2017-08-31
1
-0
/
+58
*
irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
Marc Zyngier
2017-08-31
1
-0
/
+5
*
irqchip/gic-v3-its: Add GICv4 ITS command definitions
Marc Zyngier
2017-08-31
1
-0
/
+12
*
irqchip/gic-v3-its: Add probing for VLPI properties
Marc Zyngier
2017-08-23
1
-0
/
+5
*
irqchip/gic-v3: Add VLPI/DirectLPI discovery
Marc Zyngier
2017-08-23
1
-0
/
+3
*
KVM: arm64: Enable GICv3 common sysreg trapping via command-line
Marc Zyngier
2017-06-15
1
-0
/
+1
*
KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
Marc Zyngier
2017-06-15
1
-0
/
+1
*
KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
Marc Zyngier
2017-06-15
1
-0
/
+1
*
KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
Marc Zyngier
2017-06-15
1
-0
/
+2
*
KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
Marc Zyngier
2017-06-15
1
-0
/
+1
*
KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
Christoffer Dall
2017-05-24
1
-0
/
+4
*
KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
Eric Auger
2017-05-08
1
-0
/
+2
*
KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
Eric Auger
2017-05-08
1
-0
/
+2
*
KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
Eric Auger
2017-05-08
1
-0
/
+5
*
KVM: arm64: vgic-its: Introduce migration ABI infrastructure
Eric Auger
2017-05-08
1
-0
/
+5
*
KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
Marc Zyngier
2017-03-06
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-02-22
1
-4
/
+41
|
\
|
*
KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
Vijaya Kumar K
2017-01-30
1
-2
/
+0
|
*
irqchip/gic-v3: Add missing system register definitions
Vijaya Kumar K
2017-01-30
1
-2
/
+41
*
|
irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS
Alim Akhtar
2017-02-08
1
-1
/
+0
*
|
irqchip/gic-v3-its: Rename MAPVI to MAPTI
Marc Zyngier
2017-02-08
1
-2
/
+0
*
|
irqchip/gic-v3-its: Drop deprecated GITS_BASER_TYPE_CPU
Marc Zyngier
2017-02-08
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-13
1
-4
/
+4
|
\
|
*
KVM: arm64: vgic-its: Fix compatibility with 32-bit
Vladimir Murzin
2016-11-14
1
-4
/
+4
*
|
irqchip/gic-v3-its: Change unsigned types for AArch32 compatibility
Vladimir Murzin
2016-11-29
1
-2
/
+2
|
/
*
irqchip/gic-v3-its: Fix entry size mask for GITS_BASER
Vladimir Murzin
2016-10-17
1
-1
/
+1
*
irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
Tomasz Nowicki
2016-09-12
1
-2
/
+2
*
KVM: arm64: ITS: return 1 on successful MSI injection
Andre Przywara
2016-08-09
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-02
1
-61
/
+152
|
\
|
*
irqchip/gicv3-its: Restore all cacheability attributes
Marc Zyngier
2016-07-18
1
-8
/
+40
|
*
irqchip/gic-v3: Refactor and add GICv3 definitions
Andre Przywara
2016-07-18
1
-60
/
+120
*
|
irqchip/gicv3-its: Implement two-level(indirect) device table support
Shanker Donthineni
2016-06-13
1
-0
/
+3
*
|
irqchip/gicv3-its: Split its_alloc_tables() into two functions
Shanker Donthineni
2016-06-13
1
-0
/
+1
*
|
irqchip/gic-v3: Fix copy+paste mistakes in defines
Andrew Jones
2016-06-02
1
-2
/
+2
*
|
irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask
Marc Zyngier
2016-06-02
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-05-27
1
-0
/
+6
|
\
|
*
KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
Marc Zyngier
2016-05-20
1
-0
/
+1
|
*
KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
Andre Przywara
2016-05-20
1
-0
/
+5
*
|
irqchip/gic-v3: Remove inexistant register definition
Marc Zyngier
2016-05-11
1
-2
/
+0
|
/
*
irqchip/gic-v3: Add missing struct device_node declaration
Marc Zyngier
2015-12-10
1
-0
/
+1
*
irqchip/gic-v3: Change unsigned types for AArch32 compatibility
Jean-Philippe Brucker
2015-10-09
1
-9
/
+9
*
irqchip/gic-v3: Refactor the arm64 specific parts
Jean-Philippe Brucker
2015-10-09
1
-79
/
+9
*
irqchip/gic-v3: Make gic_enable_sre an inline function
Marc Zyngier
2015-10-09
1
-0
/
+16
*
irqchip/gicv3-its: Add range check for number of allocated pages
Robert Richter
2015-09-29
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-09-10
1
-0
/
+3
|
\
|
*
KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
Marc Zyngier
2015-08-12
1
-0
/
+3
[next]