Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
0472f94cef2e2ba43c809875c13d7221d7f264c3
/
drivers
/
irqchip
d86aaca9
irqchip/qcom: Fix check for spurious interrupts
by Agustin Vega-Frias
· 7 years ago
de16dfc
irqchip/gic-v3: Change pr_debug message to pr_devel
by Mark Salter
· 7 years ago
c834b955
irqchip/gic-v3: Ignore disabled ITS nodes
by Stephen Boyd
· 7 years ago
439e8b2
irqchip/gic: Take lock when updating irq type
by Aniruddha Banerjee
· 7 years ago
04568f4
irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
by Shanker Donthineni
· 7 years ago
e01cf46
irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
by Ard Biesheuvel
· 7 years ago
4a665d6
irqchip/mips-gic: Avoid spuriously handling masked interrupts
by Matt Redfearn
· 7 years ago
bc4704f
irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
by Shanker Donthineni
· 7 years ago
f0d5642
irqchip/qcom: Fix u32 comparison with value less than zero
by Colin Ian King
· 7 years ago
ca655bc
irqchip/gic-v3: Fix ppi-partitions lookup
by Johan Hovold
· 7 years ago
c84e6d0
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c9bb863
irqchip/irq-mvebu-gicp: Add missing spin_lock init
by Antoine Tenart
· 7 years ago
1615090
irqchip/tango: Use irq_gc_mask_disable_and_ack_set
by Florian Fainelli
· 7 years ago
30ae961
irqchip/gic-v3-its: Add missing changes to support 52bit physical address
by Shanker Donthineni
· 7 years ago
32bd44d
irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table size
by Shanker Donthineni
· 7 years ago
c427a47
irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()
by Shanker Donthineni
· 7 years ago
d9f8293
irqchip/mips-gic: Use effective affinity to unmask
by Paul Burton
· 7 years ago
a08588e
irqchip/mips-gic: Fix shifts to extract register fields
by Paul Burton
· 7 years ago
90019f8
irqchip.mips-gic: Fix shared interrupt mask writes
by Paul Burton
· 7 years ago
6c09ffd
irqchip/gic-v4: Fix building with ancient gcc
by Arnd Bergmann
· 7 years ago
3fad4cd
irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()
by zijun_hu
· 7 years ago
7318413
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 7 years ago
93cc122
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7f15a64
irqchip: mips-gic: Let the core set struct irq_common_data affinity
by Paul Burton
· 8 years ago
07df8bf
irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()
by Paul Burton
· 8 years ago
b2b2e58
irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handling
by Paul Burton
· 8 years ago
7778c4b
irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*
by Paul Burton
· 8 years ago
aa49373
irqchip: mips-gic: Make pcpu_masks a per-cpu variable
by Paul Burton
· 8 years ago
87888bc
irqchip: mips-gic: Inline gic_basic_init()
by Paul Burton
· 8 years ago
fbea754
irqchip: mips-gic: Inline __gic_init()
by Paul Burton
· 8 years ago
dd01635
irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h
by Paul Burton
· 8 years ago
56d7b61
irqchip: mips-gic: Remove gic_present
by Paul Burton
· 8 years ago
85eec73
irqchip: mips-gic: Remove gic_init()
by Paul Burton
· 8 years ago
75c1b2f
irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration
by Paul Burton
· 8 years ago
8410381
irqchip: mips-gic: Remove gic_get_usm_range()
by Paul Burton
· 8 years ago
b11d4c1
irqchip: mips-gic: Move various definitions to the driver
by Paul Burton
· 8 years ago
0d0cf58
irqchip: mips-gic: Convert remaining local reg access to new accessors
by Paul Burton
· 8 years ago
9da3c64
irqchip: mips-gic: Convert local int mask access to new accessors
by Paul Burton
· 8 years ago
3680746
irqchip: mips-gic: Convert remaining shared reg access to new accessors
by Paul Burton
· 8 years ago
0efe3cb
irqchip: mips-gic: Remove gic_map_to_vpe()
by Paul Burton
· 8 years ago
d3e8cf4
irqchip: mips-gic: Remove gic_map_to_pin()
by Paul Burton
· 8 years ago
c26ba67
irqchip: mips-gic: Remove gic_set_dual_edge()
by Paul Burton
· 8 years ago
471aa96
irqchip: mips-gic: Remove gic_set_trigger()
by Paul Burton
· 8 years ago
80e5f9c
irqchip: mips-gic: Remove gic_set_polarity()
by Paul Burton
· 8 years ago
87554b0
irqchip: mips-gic: Drop gic_(re)set_mask() functions
by Paul Burton
· 8 years ago
a0dc5cb
irqchip: mips-gic: Simplify gic_local_irq_domain_map()
by Paul Burton
· 8 years ago
e98fcb2
irqchip: mips-gic: Simplify shared interrupt pending/mask reads
by Paul Burton
· 8 years ago
9762d2e
irqchip: mips-gic: Remove gic_read_local_vp_id()
by Paul Burton
· 8 years ago
095a7e3
irqchip: mips-gic: Remove counter access functions
by Paul Burton
· 8 years ago
9fbd7fd
Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
by Thomas Gleixner
· 8 years ago
ae3efab
irqchip/ls-scfg-msi: Add MSI affinity support
by Minghuan Lian
· 8 years ago
fd100da
irqchip/ls-scfg-msi: Add LS1043a v1.1 MSI support
by Minghuan Lian
· 8 years ago
4dd5da6
irqchip/ls-scfg-msi: Add LS1046a MSI support
by Minghuan Lian
· 8 years ago
d35b2c9
irqchip/ls-scfg-msi: Fix typo of MSI compatible strings
by Minghuan Lian
· 8 years ago
b304605
irqchip/irq-bcm7120-l2: Use correct I/O accessors for irq_fwd_mask
by Florian Fainelli
· 8 years ago
c8c7d93
irqchip/mmp: Make mmp_intc_conf const
by Bhumika Goyal
· 8 years ago
73c4c37
irqchip/gic: Make irq_chip const
by Bhumika Goyal
· 8 years ago
4bdf502
irqchip/gic-v3: Advertise GICv4 support to KVM
by Marc Zyngier
· 8 years ago
3d63cb5
irqchip/gic-v4: Enable low-level GICv4 operations
by Marc Zyngier
· 8 years ago
7954907
irqchip/gic-v4: Add some basic documentation
by Marc Zyngier
· 8 years ago
f2eac75
irqchip/gic-v4: Add VLPI configuration interface
by Marc Zyngier
· 8 years ago
eab8431
irqchip/gic-v4: Add VPE command interface
by Marc Zyngier
· 8 years ago
7de5c0a
irqchip/gic-v4: Add per-VM VPE domain creation
by Marc Zyngier
· 8 years ago
d51c4b4
irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
by Marc Zyngier
· 8 years ago
e57a3e28
irqchip/gic-v3-its: Allow doorbell interrupts to be injected/cleared
by Marc Zyngier
· 8 years ago
958b90d
irqchip/gic-v3-its: Move pending doorbell after VMOVP
by Marc Zyngier
· 8 years ago
20b3d54
irqchip/gic-v3-its: Add device proxy for VPE management if !DirectLpi
by Marc Zyngier
· 8 years ago
93f94ea
irqchip/gic-v3-its: Make LPI allocation optional on device creation
by Marc Zyngier
· 8 years ago
f6a91da
irqchip/gic-v3-its: Add VPE interrupt masking
by Marc Zyngier
· 8 years ago
3171a47
irqchip/gic-v3-its: Add VPE affinity changes
by Marc Zyngier
· 8 years ago
5e2f764
irqchip/gic-v3-its: Add VPE invalidation hook
by Marc Zyngier
· 8 years ago
e643d80
irqchip/gic-v3-its: Add VPE scheduling
by Marc Zyngier
· 8 years ago
eb78192
irqchip/gic-v3-its: Add VPE irq domain [de]activation
by Marc Zyngier
· 8 years ago
7d75bbb
irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
by Marc Zyngier
· 8 years ago
8fff27a
irqchip/gic-v3-its: Add VPE domain infrastructure
by Marc Zyngier
· 8 years ago
015ec03
irqchip/gic-v3-its: Add VLPI configuration handling
by Marc Zyngier
· 8 years ago
d011e4e
irqchip/gic-v3-its: Add VLPI map/unmap operations
by Marc Zyngier
· 8 years ago
c808eea
irqchip/gic-v3-its: Add VLPI configuration hook
by Marc Zyngier
· 8 years ago
d7276b8
irqchip/gic-v3-its: Add GICv4 ITS command definitions
by Marc Zyngier
· 8 years ago
582e2b4
MIPS: GIC: Introduce asm/mips-gic.h with accessor functions
by Paul Burton
· 8 years ago
a0ffec3
irqchip: mips-gic: SYNC after enabling GIC region
by James Hogan
· 8 years ago
2c0e838
irqchip: mips-gic: SYNC after enabling GIC region
by James Hogan
· 8 years ago
e83f7e0
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
by Paul Burton
· 8 years ago
fe7a38c
MIPS: Unify checks for sibling CPUs
by Paul Burton
· 8 years ago
93c5bba5
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
by Paul Burton
· 8 years ago
adcdb94
irqchip/gic-v3-its: Generalize LPI configuration
by Marc Zyngier
· 8 years ago
70cc81e
irqchip/gic-v3-its: Generalize device table allocation
by Marc Zyngier
· 8 years ago
cf2be8b
irqchip/gic-v3-its: Rework LPI freeing
by Marc Zyngier
· 8 years ago
7c297a2
irqchip/gic-v3-its: Split out pending table allocation
by Marc Zyngier
· 8 years ago
4cacac5
irqchip/gic-v3-its: Allow use of indirect VCPU tables
by Marc Zyngier
· 8 years ago
0e5ccf9
irqchip/gic-v3-its: Split out property table allocation
by Marc Zyngier
· 8 years ago
8d85dce
irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
by Marc Zyngier
· 8 years ago
e4f9094
irqchip/gic-v3-its: Macro-ize its_send_single_command
by Marc Zyngier
· 8 years ago
3dfa576
irqchip/gic-v3-its: Add probing for VLPI properties
by Marc Zyngier
· 8 years ago
a13b040
irqchip/gic-v3-its: Move LPI definitions around
by Marc Zyngier
· 8 years ago
0edc23e
irqchip/gic-v3: Add VLPI/DirectLPI discovery
by Marc Zyngier
· 8 years ago
0d94ded
irqchip/gic-v3: Add redistributor iterator
by Marc Zyngier
· 8 years ago
e81f54c
irqchip: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
5ed34d3
irqchip: Add UniPhier AIDET irqchip driver
by Masahiro Yamada
· 8 years ago
Next »