Revision f06bed87d7cdfd51793cbb0111799f39ba75cfa3 authored by Linus Torvalds on 09 February 2020, 19:56:41 UTC, committed by Linus Torvalds on 09 February 2020, 19:56:41 UTC
Pull interrupt fixes from Thomas Gleixner:
 "A set of fixes for the interrupt subsystem:

   - Provision only ACPI enabled redistributors on GICv3

   - Use the proper command colums when building the INVALL command for
     the GICv3-ITS

   - Ensure the allocation of the L2 vPE table for GICv4.1

   - Correct the GICv4.1 VPROBASER programming so it uses the proper
     size

   - A set of small GICv4.1 tidy up patches

   - Configuration cleanup for C-SKY interrupt chip

   - Clarify the function documentation for irq_set_wake() to document
     that the wakeup functionality is orthogonal to the irq
     disable/enable mechanism"

* tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors
  irqchip/gic-v3-its: Remove superfluous WARN_ON
  irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()
  irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level
  irqchip/gic-v4.1: Set vpe_l1_base for all redistributors
  irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE
  genirq: Clarify that irq wake state is orthogonal to enable/disable
  irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL
  irqchip: Some Kconfig cleanup for C-SKY
  irqchip/gic-v3: Only provision redistributors that are enabled in ACPI
2 parent s 6ff90aa + 2f86e45
History
File Mode Size
ac97
ali5451
asihpi
au88x0
aw2
ca0106
cs46xx
cs5535audio
ctxfi
echoaudio
emu10k1
hda
ice1712
korg1212
lola
lx6464es
mixart
nm256
oxygen
pcxhr
riptide
rme9652
trident
vx222
ymfpci
Kconfig -rw-r--r-- 25.4 KB
Makefile -rw-r--r-- 2.2 KB
ad1889.c -rw-r--r-- 24.7 KB
ad1889.h -rw-r--r-- 7.9 KB
ak4531_codec.c -rw-r--r-- 16.3 KB
als300.c -rw-r--r-- 20.6 KB
als4000.c -rw-r--r-- 29.6 KB
atiixp.c -rw-r--r-- 44.0 KB
atiixp_modem.c -rw-r--r-- 34.2 KB
azt3328.c -rw-r--r-- 80.9 KB
azt3328.h -rw-r--r-- 15.5 KB
bt87x.c -rw-r--r-- 28.8 KB
cmipci.c -rw-r--r-- 99.9 KB
cs4281.c -rw-r--r-- 62.5 KB
cs5530.c -rw-r--r-- 6.6 KB
ens1370.c -rw-r--r-- 76.9 KB
ens1371.c -rw-r--r-- 38 bytes
es1938.c -rw-r--r-- 54.0 KB
es1968.c -rw-r--r-- 77.8 KB
fm801.c -rw-r--r-- 40.5 KB
intel8x0.c -rw-r--r-- 88.8 KB
intel8x0m.c -rw-r--r-- 35.8 KB
maestro3.c -rw-r--r-- 80.9 KB
rme32.c -rw-r--r-- 56.0 KB
rme96.c -rw-r--r-- 70.0 KB
sis7019.c -rw-r--r-- 38.5 KB
sis7019.h -rw-r--r-- 12.7 KB
sonicvibes.c -rw-r--r-- 49.7 KB
via82xx.c -rw-r--r-- 75.6 KB
via82xx_modem.c -rw-r--r-- 32.9 KB

back to top